From 209d9f560bcd3c44b04b932d64f53b611283b85e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sep 21 2015 14:00:38 +0000 Subject: lots of fixes, new sources sync --- diff --git a/.gitignore b/.gitignore index 66e00dd..62b9eda 100644 --- a/.gitignore +++ b/.gitignore @@ -7109,3 +7109,60 @@ /yplan.i386-linux.tar.xz /texlive-20150728_r37985-source.tar.xz /texlive-20150728_r37987-source.tar.xz +/alertmessage.doc.tar.xz +/alertmessage.source.tar.xz +/alertmessage.tar.xz +/blochsphere.doc.tar.xz +/blochsphere.source.tar.xz +/blochsphere.tar.xz +/bxpdfver.doc.tar.xz +/bxpdfver.tar.xz +/checklistings.doc.tar.xz +/checklistings.i386-linux.tar.xz +/checklistings.source.tar.xz +/checklistings.tar.xz +/cleanthesis.doc.tar.xz +/cleanthesis.tar.xz +/nar.tar.xz +/nmbib.doc.tar.xz +/nmbib.source.tar.xz +/nmbib.tar.xz +/old-arrows.doc.tar.xz +/old-arrows.tar.xz +/nevelok.doc.tar.xz +/nevelok.source.tar.xz +/nevelok.tar.xz +/e-french.doc.tar.xz +/e-french.tar.xz +/fitbox.doc.tar.xz +/fitbox.source.tar.xz +/fitbox.tar.xz +/easyreview.doc.tar.xz +/easyreview.source.tar.xz +/easyreview.tar.xz +/medstarbeamer.doc.tar.xz +/medstarbeamer.tar.xz +/mfirstuc.doc.tar.xz +/mfirstuc.source.tar.xz +/mfirstuc.tar.xz +/multiaudience.doc.tar.xz +/multiaudience.source.tar.xz +/multiaudience.tar.xz +/pdfpagediff.doc.tar.xz +/pdfpagediff.tar.xz +/proofread.doc.tar.xz +/proofread.source.tar.xz +/proofread.tar.xz +/shdoc.source.tar.xz +/uassign.doc.tar.xz +/uassign.tar.xz +/roundrect.doc.tar.xz +/roundrect.source.tar.xz +/roundrect.tar.xz +/fcavtex.doc.tar.xz +/fcavtex.tar.xz +/fei.doc.tar.xz +/fei.source.tar.xz +/fei.tar.xz +/xebaposter.doc.tar.xz +/xebaposter.tar.xz diff --git a/etex-addlanguage-fix-bz1215257.patch b/etex-addlanguage-fix-bz1215257.patch new file mode 100644 index 0000000..c8d9d9f --- /dev/null +++ b/etex-addlanguage-fix-bz1215257.patch @@ -0,0 +1,25 @@ +--- etex.src.orig 2015-09-16 14:17:48.263123165 -0400 ++++ etex.src 2015-09-16 14:14:20.673610421 -0400 +@@ -290,8 +290,10 @@ + + \def \addlanguage #1#2#3#4#5% language patterns exceptions lhm rhm + {\expandafter \et@xlang \csname lang@#1\endcsname +- \expandafter \chardef \csname lhm@#1\endcsname=#4 % V1.0-1 +- \expandafter \chardef \csname rhm@#1\endcsname=#5 % V1.0-1 ++ \def\paramD{#4}\ifx\paramD\empty\def\paramD{1}\fi % Default value lhm is 1 % V2.1-1 ++ \def\paramE{#5}\ifx\paramD\empty\def\paramE{1}\fi % Default value rhm is 1 % V2.1-1 ++ \expandafter \chardef \csname lhm@#1\endcsname=\paramD % V2.1-1 ++ \expandafter \chardef \csname rhm@#1\endcsname=\paramE % V2.1-1 + \uselanguage {#1}% + \input #2 + \if *#3*\else \input #3 \fi +@@ -776,6 +778,9 @@ + + %% Revision-history: + ++24-ARP-2015: 2.1;1 Allow empty values on \addlanguages for parameters 4 and 5 ++ Changed by Edgar Hoch ++ + 01-FEB-1999: 2.1;0 Allow file to be used with e-TeX versions 2.0 and 2.1 + + 25-MAR-1998: 2.0;19 Improved log message for \{glob|loc}{marks|box}vector (PEB) diff --git a/macros.texlive b/macros.texlive new file mode 100644 index 0000000..2aa1342 --- /dev/null +++ b/macros.texlive @@ -0,0 +1,26 @@ +# macros to keep trees in texlive consistent +%_texmf /usr/share/texlive/texmf-local +%_texmf_main /usr/share/texlive/texmf-dist +%_texmf_vendor /usr/share/texlive/texmf-dist +%_texmf_var /var/lib/texmf +%_texmf_conf /usr/share/texlive/texmf-config + +%texlive_post \ +mkdir -p /var/run/texlive \ +touch /var/run/texlive/run-texhash \ +touch /var/run/texlive/run-mtxrun \ +: + +%texlive_postun \ +if [ $1 == 1 ]; then \ + mkdir -p /var/run/texlive \ + touch /var/run/run-texhash \ +else \ + %{_bindir}/texhash 2> /dev/null \ +fi \ +: + +%texlive_posttrans \ +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi \ +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 \ +: diff --git a/sources b/sources index a80ded5..acab7f5 100644 --- a/sources +++ b/sources @@ -42,11 +42,9 @@ fd789337f65ef0b981823068d35833d5 achemso.doc.tar.xz 6b8ec1d576203394910fca8cc713bff4 acmconf.doc.tar.xz 5a57ffd7869d49cfd39f9ef1a71c3284 acmconf.source.tar.xz a31930eff0e21ff7f2ce7c21b00479e5 acmconf.tar.xz -f4d827b46a70c7477f48c4cdcc92d91a acro.doc.tar.xz a8563f89544555b5e26d9198894ed2ba acronym.doc.tar.xz b837e08541fae8e973242859a361e0f3 acronym.source.tar.xz 705b424c6af5a0c0f492bf90b976c57d acronym.tar.xz -8985066dcf5ba8b2036da6ab5ee77cf9 acro.tar.xz a7204c6579e1314b2663019ee53a9cd9 acroterm.doc.tar.xz 6ead2b9deb5ff53ec9d90243e26dec1a acroterm.source.tar.xz 03018c9f7f4d2b3ea68e84df1ccbdf81 acroterm.tar.xz @@ -107,8 +105,6 @@ be89a6aced88ee732a809aaba7df2ec1 akktex.doc.tar.xz 7d6be2a7e819da8c56e052b9cf8f1745 akktex.tar.xz 5c1516e5de2e04994789d271e8a201f5 akletter.doc.tar.xz ac129ba0bc3d8d0234f4d6576f362158 akletter.tar.xz -e1d5fd3ae58561b3e55a98e6d97ae89a alegreya.doc.tar.xz -537e9645575a74e2b44b67997dea01f7 alegreya.tar.xz 7d27f5cc3cfe721e8b42422d0f43cf5e aleph.doc.tar.xz 9d8a53c26f50c113aebdb9b9b33ca5d5 aleph.i386-linux.tar.xz 9855e8c1a022ec4dcd1ec3a4c102ee80 aleph.tar.xz @@ -117,9 +113,6 @@ c875ee29234fb1c97b41167171f1143d algorithm2e.doc.tar.xz d9cd2ab76410d2048f3987eedeb457bb algorithm2e.tar.xz 2ef361eb0f7bc71c874e141bf249d76b algorithmicx.doc.tar.xz f91a1453c93baf4dbb33f06982d919f2 algorithmicx.tar.xz -3aac30eb063d64b610f120ee25bc682c algorithms.doc.tar.xz -9d5d3cfd556e213ecae2aa1eed14645d algorithms.source.tar.xz -6de69e166b665ce7efbef085fb1f2b1c algorithms.tar.xz 31ee28c127f15d71718a25669537dca3 alg.source.tar.xz 9f8594c992fc7e47d0755035ca294c0f alg.tar.xz a6769a436e4cb87188d263122bf5b320 allrunes.doc.tar.xz @@ -167,9 +160,6 @@ f4f8e093c702d986952267cb170a114d amstex.i386-linux.tar.xz f5664e16a2cab7806b170d4df6be3986 amstex.tar.xz 32ade024460722b47a39cdd8aa5cfb29 amsthdoc-it.doc.tar.xz 7aa9e1263199ac6c5b4b23d09db626f6 amsthdoc-it.tar.xz -c1664014eacc75aeb6312090c617de7b animate.doc.tar.xz -1e16fdee2a26a190fa3d69abb2b789b5 animate.source.tar.xz -760a31797492beaec6e5e370f747e772 animate.tar.xz 84b690fb2fb04d7a0958ac3ddf158f48 anonchap.doc.tar.xz 5a3a7b3f7c0516431c6acff8ca8ccb4d anonchap.tar.xz 6388b07d152274b1e544d25f89c644f4 anonymouspro.doc.tar.xz @@ -227,18 +217,12 @@ a02b7de7fc546df702bd113812e61d50 arabi-add.tar.xz 69248ee4700b329da9dee0b703484b18 arabi.tar.xz 9f208b187f568b3af9883220cbbeb2e0 arabtex.doc.tar.xz bb29c6ab4c8c8397cb9f994e246959d5 arabtex.tar.xz -6743260fdba08074abdddae8ac01c21e arabxetex.doc.tar.xz -eff745a5f0f434bcf2df991fb020c6bf arabxetex.source.tar.xz -5399841456d691ce8d01a1323bc8da08 arabxetex.tar.xz f4618e35e1ca70e061c64c5a97fed583 aramaic-serto.doc.tar.xz ae30eac97b605eafd97408de3badc6d4 aramaic-serto.tar.xz 92b74db241e34b75e95e1bcf6cbea6dd arara.doc.tar.xz 896b389863db75e1897b77bd1eba834d arara.i386-linux.tar.xz 7501267a24c4f0eae44c43556f13c7f5 arara.source.tar.xz 8f716ac4f48aeb47731932c4a1c4c5ab arara.tar.xz -b2f74b5d9f8f1807348b930f96a3e9af archaic.doc.tar.xz -ead52483f0834e90613602d175d33cab archaic.source.tar.xz -fee65f96615f38c3711abbfcf7c50e09 archaic.tar.xz 6f8b1d820b810d3ef6d93edc812f0248 arcs.doc.tar.xz e2350c76ef6bbf8357bb8edad93faeff arcs.source.tar.xz 4a0436364f7ca49852d5ebaf81ae87e8 arcs.tar.xz @@ -337,9 +321,6 @@ b81db1764f9824afc4b8302360665092 babel-bahasa.source.tar.xz ff0832cfc3c6a0ef0cd63a64e77a9dd3 babel-basque.tar.xz 36745e9c4d04142b9a7175ead56899d5 babelbib.doc.tar.xz b7ba7e335ead79bdb572ae403680b031 babelbib.tar.xz -d072ee5c76051320f82180251a2c59a7 babel-bosnian.doc.tar.xz -f8c3791c4fedaab58d7bb06b9342c5e1 babel-bosnian.source.tar.xz -171ab5fab2e82b6dfe0ff0584b5f82fb babel-bosnian.tar.xz 362b34691b18c388621e85f2cee9cc5d babel-breton.doc.tar.xz 195ad0cce18e756d33dbc8f2264ed08d babel-breton.source.tar.xz abad08cb75e9187e385bfcb2a2be95c8 babel-breton.tar.xz @@ -358,7 +339,6 @@ a7c7c3e6512dea00370e52f56a354ae0 babel-czech.tar.xz f081796fa5e116f728919cb9407f0325 babel-danish.doc.tar.xz dc96a6466ee880bc49bb932a6654c506 babel-danish.source.tar.xz 0d992cf1031acd34faacbec2f68e6c29 babel-danish.tar.xz -82aa46c7c59426cde73040f805afc173 babel.doc.tar.xz 0b597b2e6dddac78d69c621d74e3b4e5 babel-dutch.doc.tar.xz d9bf5b636a188479b3e43f9bc45a6f9b babel-dutch.source.tar.xz 9ebecddcf1dfbe3b3afc6859dec6ed56 babel-dutch.tar.xz @@ -368,15 +348,9 @@ f40fde7adf81f6f9b2f2e062e5d6aefc babel-english.source.tar.xz 736b120b793f6deec28cd1295dc15f18 babel-esperanto.doc.tar.xz 93f4022f4121ef26e47130c2b2d583b6 babel-esperanto.source.tar.xz cb218ce2c3c1eba191a4a7983b583d80 babel-esperanto.tar.xz -d5635d813bfa2b6ebdd43a89bbc6854c babel-estonian.doc.tar.xz -0c3286c7b69a1142b845f00f3912e153 babel-estonian.source.tar.xz -c9f3698d0b866a4ff9f1bd91881e1046 babel-estonian.tar.xz 6d8a3b4a5596acc33d06dd33891d74b9 babel-finnish.doc.tar.xz 9c2ba1902c91aa0ced7a429017e2359f babel-finnish.source.tar.xz 44526b0212e91d2b597b03c4be543f59 babel-finnish.tar.xz -21cfc3954eea30ec7aa3671b4c37d374 babel-french.doc.tar.xz -490f2fe7ec5b1168a23d613e07e54faa babel-french.source.tar.xz -ac5fcb04f9c5b52d6fa67327cf894283 babel-french.tar.xz 9e93bafb9ab4ee8d80b5d862b5d5ec05 babel-friulan.doc.tar.xz 3b59c424db78ae8d2803dbf87ea85420 babel-friulan.source.tar.xz 5f3cb94c91908bca64fbaf0f617e7d89 babel-friulan.tar.xz @@ -388,9 +362,6 @@ bc7a4e5285b937b79ab947c4c42cf262 babel-galician.source.tar.xz 7bfdbd9f54cc2c78a509d30355b3a11e babel-german.doc.tar.xz 6806e21cc2c59a8a3a688d5178c220a2 babel-german.source.tar.xz a58c31836684d1fca23c3554d0d2cc6d babel-german.tar.xz -375e846b97998f00eecf15b79a86fdf7 babel-greek.doc.tar.xz -9de1aca5cf559558feba62a68a59dbfd babel-greek.source.tar.xz -f6276e4584a1e726ebbed9aaef826d5c babel-greek.tar.xz 9a1d1b709d0ab248c9c0b9c7cc809aed babel-hebrew.doc.tar.xz a8c793a3459087c00159ad0a00d808df babel-hebrew.source.tar.xz fc9193b48bdc9bef784a7eaec2616723 babel-hebrew.tar.xz @@ -411,9 +382,6 @@ f9acf156d27ecbcdf53b9a251f4c61df babel-irish.tar.xz 6263dd5b9693e93401e00541410725db babel-kurmanji.doc.tar.xz 719d311356edf0910eb40e04e8d3a6a1 babel-kurmanji.source.tar.xz 4349937c538d74722ad3dce1e509772d babel-kurmanji.tar.xz -96647734c4258c456c4bcbe8195e7ebd babel-latin.doc.tar.xz -d492ec99d94e65af0031d022d074f545 babel-latin.source.tar.xz -a443321332e92e8cdfea0bfdf95334f7 babel-latin.tar.xz 826946deeb3b30f6be72aa5077dc17f3 babel-latvian.doc.tar.xz 84080c68ace93a532fb2a810b7acdbfa babel-latvian.source.tar.xz c155f5cb1335cea13176066396eecdcf babel-latvian.tar.xz @@ -456,10 +424,6 @@ fbf2932b0462572131734947be79d350 babel-serbian.tar.xz 3b864eb5dc14d9bb27869e21eff75d3f babel-slovenian.doc.tar.xz 44b5015bae824b041e917b1bbf1c835e babel-slovenian.source.tar.xz 0e83271a6c3a6fd4847c86bb0cd39d0d babel-slovenian.tar.xz -3774e106e540014af455e1ad73447f15 babel-sorbian.doc.tar.xz -bf85ae39a55d54793342b4a553fc5797 babel-sorbian.source.tar.xz -368f7c78174e2ee51a06bdcc3f5394ad babel-sorbian.tar.xz -ec9606bca6138b12694547fc4c5d4aeb babel.source.tar.xz 98b3c8bc5d8cefb02498f69a617d18b5 babel-spanglish.doc.tar.xz e9dd428d256527cc401559bc99b9c16a babel-spanglish.tar.xz b2c0b5079e7536d7468336598da69c55 babel-spanish.doc.tar.xz @@ -468,7 +432,6 @@ ba881fde28a801cc6d111f322662833e babel-spanish.tar.xz 331ef1190953af61db015a7e144d659b babel-swedish.doc.tar.xz 709e9344592a347ecbf8afc489a1de3a babel-swedish.source.tar.xz e65d6dfed85e271076d03c53ff7df2df babel-swedish.tar.xz -56996600d363924f79fac7a05d17a7ec babel.tar.xz a560d4e5b5f41c4bd03e3d174b8b8c68 babel-thai.doc.tar.xz 107b3cc5a0841e61d5d3333090e5c61c babel-thai.source.tar.xz 8585381770da199fd8e3a0ec20be9f9d babel-thai.tar.xz @@ -480,9 +443,6 @@ c187dc1a42b53629cb05b0fa9e589b3c babel-turkish.tar.xz 5a243074c27afc2e2e820700ba2b9760 babel-ukraineb.tar.xz 005ddb4d7ae4f7afda0df95bdb149e53 babel-vietnamese.source.tar.xz 97b52203d48326a264aa8ffdd1b60e70 babel-vietnamese.tar.xz -898021639c87059f2caf9714ae3371b6 babel-welsh.doc.tar.xz -8e07e5b3988be31cc4b29be6b7deabd8 babel-welsh.source.tar.xz -c77c4873d0d5cc75a02a4129d5968848 babel-welsh.tar.xz 56dabf64919c450a6d9b4eb4dbc107b4 background.doc.tar.xz 35d17e351355f52972462b446a609a78 background.source.tar.xz a81d62058ad3df91b4905b77db4fc308 background.tar.xz @@ -549,8 +509,6 @@ b4b14132a5ed933a38cef65d0b174f43 beameraudience.doc.tar.xz c324c60ee852b564e51d23ed36b0d812 beamerdarkthemes.doc.tar.xz 5d7737b5b6626bd682a5c43fe511f5b6 beamerdarkthemes.tar.xz 023bf269855123ab37af2b7e33caf105 beamer.doc.tar.xz -0ad263c91397d8f303c117cbf366ede8 beamer-FUBerlin.doc.tar.xz -64165f9ace8b97b63b8b7ca99a8c7276 beamer-FUBerlin.tar.xz eedc1be42ded42a8155ef7ee2e52ef0c beamerposter.doc.tar.xz e439f40949b723f625eb348aba9f7ccd beamerposter.tar.xz 79fee943199f07572915ed78d842aa7c beamersubframe.doc.tar.xz @@ -566,7 +524,6 @@ ecc87d165fe94ec71bd9778158cb85a1 beamertheme-upenn-bc.doc.tar.xz 932f64df5806e8b0a311156bbfb017e4 beamertheme-upenn-bc.tar.xz a1542500918ebd47b5efccd976cea1da beamer-tut-pt.doc.tar.xz 4f36e66746444f172a0c928a8d4f551b beamer-tut-pt.tar.xz -19346f7dcdd5ae71831e9ae1d14f05c6 beebe.tar.xz a8c23128500d504f342fd3c31d9c78c3 begingreek.doc.tar.xz defe65d811e323d1edd76048f0065b9b begingreek.source.tar.xz 80ed4619c49273677813333d905258af begingreek.tar.xz @@ -728,7 +685,6 @@ d576cd2ab48bef902676eb33d1cfac88 bibunits.doc.tar.xz 06b4c7e8bdf6de0cb0e7ef1709d8813e bidi-atbegshi.tar.xz 966a1c9723ee46cb0c62e44af3b835dd bidicontour.doc.tar.xz efa9e9b2387d82d31324b3bbf5c0b768 bidicontour.tar.xz -d53101612386e8c28e8a25425b8e76d9 bidi.doc.tar.xz e72943afb34dd1e0ab8ec13296b824f8 bidihl.doc.tar.xz f4d0c8e432c35ceb12ab11bce549a2dc bidihl.tar.xz a4a31505870ec61e7c2a7c3d047c2d7c bidipagegrid.doc.tar.xz @@ -737,11 +693,6 @@ ce0a965e6d6eb964716aec2c023ec6e6 bidipagegrid.tar.xz e19cb6548f6be56a0cefb843d94ff6ce bidipresentation.tar.xz f272ddb046a4f5826e9e144140c43393 bidishadowtext.doc.tar.xz c59174f69c45ef76ff5347beecbdd2f2 bidishadowtext.tar.xz -33852c98d6666419ba1208753abe3f4e bidi.source.tar.xz -d564630d1bf0d4cd72717db216ccd1d5 bidi.tar.xz -a7ced108cb0e782608e2bb6bcfb60b9c bigfoot.doc.tar.xz -fb627f4f28f8155ef1fdbab02a7aea8b bigfoot.source.tar.xz -055bcf0393291bf27562ba5103928d00 bigfoot.tar.xz d4198237f1a9e9a6d3e6a081ca144f78 bigints.doc.tar.xz 281a287a7c2dfa9d8f36ef9fcc0bf1d2 bigints.tar.xz 49dc05311b90c2ba57fa9bcc294c6551 binomexp.doc.tar.xz @@ -858,9 +809,6 @@ b3c506fc62d13458f2198a4ff65ff92e brandeis-dissertation.tar.xz dbedf65b6416fd872d911bf544e47e81 breakurl.doc.tar.xz a3e86a128057b077eecf07d7de9dae1c breakurl.source.tar.xz 17cbcee8b359b8102a159ef9cd80df9b breakurl.tar.xz -1cf0cb9cbb238b1f9965aeb0bac63105 breqn.doc.tar.xz -d5aae5ef06209af6d34b8fcb31cc6959 breqn.source.tar.xz -c8d96e49b0cd415ca1246a5ec889e853 breqn.tar.xz 985b56b297f39c4111b156364d6ac301 br-lex.doc.tar.xz 1ee1a333e744766adfcb5e2c53d1e490 br-lex.tar.xz c137d198a7eede86f9323b8155cb0d5b bropd.doc.tar.xz @@ -887,9 +835,6 @@ cd8b56bf1a44b8c30c87656777835447 bussproofs.tar.xz 46cb150eed7d31af19afa1049781e906 bxdpx-beamer.tar.xz ee3866e4d94822fb160d57a455072857 bxeepic.doc.tar.xz e16539c71b286be579ce7631758ee4f9 bxeepic.tar.xz -0cfa65fbe18bf924ef419cd136a21360 bxjscls.doc.tar.xz -dc6a56906d0fd6bc5ead1ac3706af039 bxjscls.source.tar.xz -e04634db943476316e88f187f27bcf14 bxjscls.tar.xz 2bede1be503f9f4ab56947b01b58afd4 bytefield.doc.tar.xz 60dded86271aee418560ca568018cd87 bytefield.source.tar.xz d1ceea3ea46c51229e5448a12082aaea bytefield.tar.xz @@ -1051,13 +996,9 @@ def5af4e32c781b1ca1652f434e1e0a3 chemcono.doc.tar.xz 97c5a54bae1a89686177faba94566e86 chemexec.tar.xz 00a8e2d653e77911577caed17b82ee2f chemfig.doc.tar.xz a7c9cd5ea4b73c6e2a3295404565238c chemfig.tar.xz -257108bcd585395a5cc8559236177363 chemformula.doc.tar.xz -312bfdb54ef5e69f574ffee9f142830b chemformula.tar.xz 0518373ff274c45d0ca12b2e9625d016 chemgreek.doc.tar.xz 749cb6833507042184f5c9183c4a4d48 chemgreek.tar.xz f1adc697dbcab4b097e7bdd777b052da chem-journal.tar.xz -3bfbefd64f31bb7846fe366692ac9493 chemmacros.doc.tar.xz -c7474f18680ed8daf29c96672a521876 chemmacros.tar.xz 22c7364161f08e09b6150c74bef52fc5 chemnum.doc.tar.xz e43f94b8630103865b13810e53af9f7a chemnum.tar.xz 73af2f59595e12847c27186b9473747e chemschemex.doc.tar.xz @@ -1079,8 +1020,6 @@ bc96d5669598d395f5a86d8c8e9b20e8 chessfss.source.tar.xz 20d300742af4ca46ddb5cb4665d433dc chess-problem-diagrams.source.tar.xz 135b60f002cb03ba5083bd08b00258c5 chess-problem-diagrams.tar.xz 6de9bdb30ab28c666e438968db84e804 chess.tar.xz -10b3dc1474a5d1ab8cfec8eace627bc8 chet.doc.tar.xz -880dc118f5966128563d7d960230d846 chet.tar.xz 28079f2023472574b80ca58ca934fdd7 chextras.doc.tar.xz 5f496f8eb9d778e2c804f6376b84508e chextras.source.tar.xz f4374cfd0a322b4400265c1cb7331132 chextras.tar.xz @@ -1100,8 +1039,6 @@ c4cb46cae89a691639bd6414397d7d9b chletter.source.tar.xz cd30a47e123c0c40f6e3efea59725c2c chletter.tar.xz 0a489701fbd5f4b15db18f306368d43e chngcntr.doc.tar.xz 864f471da274f3bd093d725e72b69672 chngcntr.tar.xz -504c3c9ec24a725744f15682a6ad586e chronology.doc.tar.xz -243f174a6ad264f9331855a76e4f88d3 chronology.tar.xz 7f4e11854e27a8b86250bc24e5f7021c chronosys.doc.tar.xz d6909f1697dbdb2edeeddbb3959efaaa chronosys.tar.xz 708261ebb79c626e0f32a9dac6f180bf chscite.doc.tar.xz @@ -1136,8 +1073,6 @@ ae2d514606071d2372bf51db2e8afbfb cjk.source.tar.xz 779e43cc6c45a115975463b43e83ccf1 cjkutils.tar.xz 0baf6b0c73455146f77de2e8fc3674d6 classics.doc.tar.xz 8128bada279f7bcd01f4490d5e3a56fe classics.tar.xz -b9583db09871af13ed0ae15be699fbd7 classicthesis.doc.tar.xz -0d618364c3fb20f1e57dfb04dc03b8d4 classicthesis.tar.xz 35472c33d3ff85187c6011dfce480652 classpack.doc.tar.xz 3a8f4161c9ea2bb9964d52b5c002c872 classpack.source.tar.xz dfca8fd998ac78546f18e72b935c9ab2 classpack.tar.xz @@ -1196,8 +1131,6 @@ b1dab5b65f8a67aad5202a886b7cc725 cmtiup.tar.xz 54e047d08f9bd59143dc124a58d704a8 cm-unicode.tar.xz 8ab8492045508f060e1864121387cbd3 cnbwp.doc.tar.xz f808a7c27464926ab9c2870c75cb0228 cnbwp.tar.xz -073855056e0c49627e782173a99ad59d cnltx.doc.tar.xz -6cd611defa72e781adc5969b96157429 cnltx.tar.xz d77b2326c7860e96074805a5753be8b0 cns.doc.tar.xz bd61ecfdeecac0aa02b751bb8b7fb610 cns.tar.xz 544564ec1ef7211c2477a8ea6d4a9c0e cntformats.doc.tar.xz @@ -1222,10 +1155,7 @@ e9d7ebd7c0c30d9f4b9a3a2c2c525fa5 collcell.tar.xz 7aeaaa7db018c34b071a83681a6ee8d1 collectbox.source.tar.xz f1af1f351c8953afeaa90dd2b87cb182 collectbox.tar.xz a861a9a840355ae0630147e474522b77 collection-basic.tar.xz -edb926a229c1f73a5d224291fdbdf708 collection-bibtexextra.tar.xz -a760e7329d756d85417ee2420656a8a5 collection-binextra.tar.xz 69b2a9774130c367942c760ae7ecb43d collection-context.tar.xz -57f1f17488b611ed6afa81601caa04bd collection-fontsextra.tar.xz a8131e21a6be405d7fb0a91f2aee9778 collection-fontsrecommended.tar.xz c5c44ae3e3cfab3e2a1e52fb9dcbd3fa collection-fontutils.tar.xz d4c5f65201a9875963bf3f6c9890f2f7 collection-formatsextra.tar.xz @@ -1241,8 +1171,6 @@ aabf4cc4d8f78a65e45fa9188d90ac92 collection-langcjk.tar.xz 7a681c77c0be3a5d81c087e6eefb92a7 collection-langcyrillic.tar.xz 7d96acba3e04047a4aa7083ae4604aa0 collection-langczechslovak.tar.xz 01df59fbea696adcd9f5c0d5a6257ac3 collection-langenglish.tar.xz -ad104d75b4296d31ea5a52abd298a1d5 collection-langeuropean.tar.xz -5c67115b41d09fc2d317ebb094fbc402 collection-langfrench.tar.xz 82f3fb088d3ad790e6bddf8e706b78d5 collection-langgerman.tar.xz 271ff88c65b81deccc214342063eff8c collection-langgreek.tar.xz 959bffae9c41672c26a1385f6d481c2a collection-langindic.tar.xz @@ -1253,22 +1181,17 @@ fda52ac513299f756d9fced9935f287a collection-langother.tar.xz 770173b02885bb822b7ce40ca409e7b2 collection-langpolish.tar.xz adcae32e869211caf0d351ec30fe8323 collection-langportuguese.tar.xz 3d44f786ad7af195a2940f09341eb7b8 collection-langspanish.tar.xz -ca67db1115c7fb40e48631509fb38f2d collection-latexextra.tar.xz 98e1ab0dabfd1ec621073ce9e98c7c18 collection-latexrecommended.tar.xz b5af4abc1e1e2d73caeafd2636098b81 collection-latex.tar.xz 962ea22ec79f02503fa7fce2bc9fcdf8 collection-luatex.tar.xz 87b92e18220b23fecbef0a4cefc9a47b collection-mathextra.tar.xz -17dcea313628ac449dce808dc5902f6d collection-metapost.tar.xz 937735a5720341140d3a537121636b32 collection-music.tar.xz f278898c7e517d44ed7c029383be82ff collection-omega.tar.xz -f3f4f6fb5b3bea5f1cc46ec38a43830e collection-pictures.tar.xz 7ebc621005d310a56cb3a4aad365f9a5 collection-plainextra.tar.xz c37b1738e44f87d6c68a2bce946d38ef collection-pstricks.tar.xz -d7c17cab62ede3ca3441ae694002da70 collection-publishers.tar.xz c67feab5fd795924993951a144522149 collection-science.tar.xz a28558e7deb32e1610229e5f6c522390 collection-texworks.tar.xz 31cf2480a6499c1f6ccb7b94506e1b52 collection-wintools.tar.xz -bdb265788b0d8f086dd9ce9c79241f28 collection-xetex.tar.xz dc2138a408f3ff70a4706ffdacdf4711 collref.doc.tar.xz 869c7e065cc6c2a57725b4474479e7cc collref.source.tar.xz 5a8b8194b36403e7b7c5ca2a0d645b6e collref.tar.xz @@ -1379,8 +1302,6 @@ ebc0046851f1f8bf77cd7984986fd871 context-french.tar.xz 302b846818cd9034a7df508baf0d414a context-gnuplot.doc.tar.xz 717c53570af738d82fd6453ec3b659c1 context-gnuplot.tar.xz 415afe7b0b3db8f8cec89c5b3c26e6b4 context.i386-linux.tar.xz -648e5bef87e1f32abb07ee7e2ea96a2c context-letter.doc.tar.xz -de96d34f5b2e5f049bfc03d656b2c879 context-letter.tar.xz a0131c35249b7b07392b08c1ce39a579 context-lettrine.doc.tar.xz a00a1e62611d6f075a4e3a05509b9fe0 context-lettrine.tar.xz 67b655e3940d0d011b787f0d2782e139 context-lilypond.doc.tar.xz @@ -1481,9 +1402,7 @@ e295180fb09bc399681aae90e6ffc25d crop.source.tar.xz c1aa21c4be849eac5e1fc7d4a95faeda crossreference.doc.tar.xz 6ad6162a35dbee3baf5ad576631dc581 crossreference.source.tar.xz d3ed28a0fe25d2b8cef2c4fe37dc5fc8 crossreference.tar.xz -76b2c6ff18cdc69a93651586eee425df crossrefware.doc.tar.xz 38c8325a143264974accf54bbcaca880 crossrefware.i386-linux.tar.xz -003f6f87668dee518abc5fddbf0b6d58 crossrefware.tar.xz 39dd91f9f915b9f66d5b4088aea23906 crossword.doc.tar.xz 1b2220b41c70eed3d44330e041dd992e crossword.source.tar.xz 39a88844bb56df8d52694993ba5afce3 crossword.tar.xz @@ -1500,7 +1419,6 @@ efd426522c35435ef6f54410b1c419cc csbulletin.tar.xz 32e72730493ea4eaaba4f88f5d292f57 cslatex.source.tar.xz 6fe69b1755abf3093cf0433efdf36b33 cslatex.tar.xz 9f382a2a7b8465ef4294e8eae977e532 csplain.i386-linux.tar.xz -ca9b42d546febb92b5d743882b7f4272 csplain.tar.xz 9a08ae16d635a1095c115f70384259c6 csquotes-de.doc.tar.xz 8a1bbab2c4f41f72f553747e58ffec91 csquotes-de.tar.xz 21baaa3322d0759ab04cf419170c3102 csquotes.doc.tar.xz @@ -1510,14 +1428,9 @@ fda337ba055475ae3cd2103baf45aac8 cstex.doc.tar.xz b0601d8469c0626b391d556f279114c1 cstex.tar.xz 4cdf8247792616018071dc845cd483cb csvsimple.doc.tar.xz 7cd2d247a18d9f2eaa96f74dc5f07a36 csvsimple.tar.xz -a27b6d6846d3837dae63225bf3c07f75 ctable.doc.tar.xz -f9e802024dd57a5dca4b5da8a2c28f03 ctable.source.tar.xz -d0977cf5fe4f117bc749afdff8477039 ctable.tar.xz 886e0869672c13628bd48edec0685051 ctan_chk.doc.tar.xz 2e4a641ed86bcbed7b5dad049d3fa5bf ctan_chk.tar.xz -86832fb4b789c29d68bd099e194ff6df ctanify.doc.tar.xz 2d8893af452c4228ad3db2fef7f38008 ctanify.i386-linux.tar.xz -3af611e7e60bb3f4d4cd4fc0e10500f7 ctanify.tar.xz c8cfabc1d6d4825fa7a53a19e64e6b7d ctanupload.doc.tar.xz 8e3fd2b38495295ba0a8b7394c6b03dc ctanupload.i386-linux.tar.xz 85282f7f4e8b0fdb0830a4f4cd4a4e3f ctanupload.tar.xz @@ -1585,8 +1498,6 @@ dbb9f5afedeb5d50a5b03c89a6e02baa cyrillic.source.tar.xz 24dbfb6587252c3b992840cb187eb3a1 dad.doc.tar.xz 73fa4000db2ea30b6cee2dcf7f07c6ac dad.tar.xz 9de06cf1c60d295e89baaeaa6b2ef0ab dancers.tar.xz -fc3864c39da1f86ef651836f83ca9a26 dantelogo.doc.tar.xz -ace003733375cc9b0bb25286db349eee dantelogo.tar.xz 5a210d729e561aaf83d5a91fd92fbe09 dashbox.doc.tar.xz 6bcb0f54ae38f20ff43166742ccb99d0 dashbox.source.tar.xz e96057db3235f4ad6a3221a993989a79 dashbox.tar.xz @@ -1610,9 +1521,6 @@ cb38d301a0eb58267411a1018e2e7c87 datenumber.doc.tar.xz 667ef9302cadefabb8d5df2482700776 datetime2-bahasai.doc.tar.xz bd450dbba7553317dbb4527095998543 datetime2-bahasai.source.tar.xz a0488f07d18ad216804dfd3b7ced1e4d datetime2-bahasai.tar.xz -eaec37601f889ba2df0690ae91120924 datetime2-basque.doc.tar.xz -08e0cdbfc83672510e7c5d6d136a381a datetime2-basque.source.tar.xz -2d04efb0dc8eb7bb74fe79fa58fd950d datetime2-basque.tar.xz 3215a9164a18a25d202b29ce8bcb4d2f datetime2-breton.doc.tar.xz 7aece04a766c69f3e17970a7b133a6ea datetime2-breton.source.tar.xz c38698a18fc381fff962b1da1d6420e2 datetime2-breton.tar.xz @@ -1674,9 +1582,6 @@ e014fd94838340dfec27ffca98ee1fdf datetime2-irish.source.tar.xz 80448676b870043e76c8ccdcde5eca2e datetime2-italian.doc.tar.xz 7ba9d0928d4d46fdf29c9cb25488af2f datetime2-italian.source.tar.xz 0af741df1527cdb149e75b3f9d59db55 datetime2-italian.tar.xz -5e8a20e1c679db72d98615ea8400a34b datetime2-it-fulltext.doc.tar.xz -4f2947840cfa421ac695cb80f9ffaa1c datetime2-it-fulltext.source.tar.xz -1f08d2c7528c1ecc273d32d9c45bbb97 datetime2-it-fulltext.tar.xz dcebb7805cbba22cef401d83c4fd1d86 datetime2-latin.doc.tar.xz ae69be04f7636f8d1372e15f4c85153a datetime2-latin.source.tar.xz e043d5602e12a44ef81718269ea4d28f datetime2-latin.tar.xz @@ -1771,8 +1676,6 @@ ad75660683461531e71964cc01909b69 denisbdoc.doc.tar.xz 92822f41aafc022e59a52a60fc83aee2 detex.doc.tar.xz 9ff209c4276dffeabc6cc88a4407290f detex.i386-linux.tar.xz 8effb453e0019b5f80d824f505383b17 detex.tar.xz -11468c4cfeb285fb1619e4f5ccb2d4c0 detlev-cm.doc.tar.xz -67a56e2f98f72b73e4235aa3740a960c detlev-cm.tar.xz 50658e1d78492e4e1f49c2bd814d879e devnag.i386-linux.tar.xz 3365c387d7ec6b73ddb630daae6402e2 devnag.tar.xz 6f5c21ab923ded05ff753e53baef6b5e dhua.doc.tar.xz @@ -1819,9 +1722,6 @@ b18b99de52b405572d9efe8ed6014a36 dirtree.doc.tar.xz c1d2a0068b43fa1147347861eece5b77 dirtytalk.doc.tar.xz c88aa91f07901db12679925df0fa14a2 dirtytalk.source.tar.xz c95e1bd980f77b194f7a71a802af215c dirtytalk.tar.xz -44f82e06ed0ba3f6cd0f8704c21d52d3 disser.doc.tar.xz -779662c7ad17cd31b937e1ebd5a02555 disser.source.tar.xz -79a8020862fffb2c5478d6e85236f630 disser.tar.xz 1ddb4fbaa74ce074e0c0fd9dcd6c25a6 dithesis.doc.tar.xz 61759206c4e5ffa3f5c6f1f71ba1820e dithesis.tar.xz bf7ec97d0fbb5429689f22ea9bf88e44 dk-bib.doc.tar.xz @@ -1835,9 +1735,6 @@ e9e0a59b7afdca5ddce682674e1d8abe dnaseq.source.tar.xz 3f1e33b5e99f47e909ee67a3dd26ae65 dnp.tar.xz 7fb0e9237fcee575139f90fa8bf170f8 docbytex.doc.tar.xz d71144ceefff3cad93e1835283d0a59f docbytex.tar.xz -dc5f59f86be76bafa7676611b3792da9 doclicense.doc.tar.xz -022b5028b0045d365d799c07b3a2c8b2 doclicense.source.tar.xz -ee37c105b930a2a180c83bc479aa3a86 doclicense.tar.xz b4ff6c246a6287f0871c6f25c4073854 docmfp.doc.tar.xz 7895f6a8a824a8c3a51f4183eb202a3d docmfp.source.tar.xz 0b73632ec533c03f10e3b74351a9fbb4 docmfp.tar.xz @@ -1907,9 +1804,6 @@ e42876c96442542a49e44fec7573b1a3 dramatist.tar.xz 1660b42e6db1d932456d564fbc72182d dratex.tar.xz d96ad96b1f9a2d5019cd6d4631be6eef drawstack.doc.tar.xz 5ddd68dcbe1f6c5fa41591b306d0e5f2 drawstack.tar.xz -e7455ea9b2ecfa542978852c9aa1b0de drm.doc.tar.xz -1f28778b03f5c3018452a13646f9dfab drm.source.tar.xz -71a9c239f58718ddc3aec760515b27f7 drm.tar.xz eba59fec4cb9cdba9ce25028189a5e90 droid.doc.tar.xz 08c9e4f39a77f0120b6de43a6a7d6ce7 droid.source.tar.xz f1b8218ffdfb6d435490d5100ea5e401 droid.tar.xz @@ -1929,9 +1823,7 @@ d8ae4a35fde61fe67437fa561dd34a65 dtl.tar.xz 91cfc0509eda34d97b9f7da8f80fa810 dtxgallery.doc.tar.xz 5fa569c133e9e53dce5ae09562bf5e34 dtxgallery.source.tar.xz bf1c3fad5b7f792e5ea8c09f4b2ac525 dtxgallery.tar.xz -d467454c8462388983575945cae555e7 dtxgen.doc.tar.xz 3072227f302a4ec4d30b32dcea88f495 dtxgen.i386-linux.tar.xz -37a705d10fb2b50a4284fa5bd6468982 dtxgen.tar.xz e94e042271f8459d436f18457e7db283 dtxtut.doc.tar.xz 9c3fb8aa4c10e774b528335327fd6769 dtxtut.tar.xz 70caa42bd986829e280e72a2ab38dcb8 duerer.doc.tar.xz @@ -1963,7 +1855,6 @@ b41140d17f7150c02489ec84d69e677c dviincl.tar.xz a539ea61cd4f12566d3df1120cbad54a dviljk.doc.tar.xz 153ed4072e240c7c810d9eb6b9c03769 dviljk.i386-linux.tar.xz 2e6abbb8f2397440280efc1e633e1c34 dviljk.tar.xz -642ffcc51164f885d0d1009664156534 dvipdfmx-def.tar.xz 55804141c12c6accb50ef4978d853506 dvipdfmx.doc.tar.xz ccccce3c0169c8bf4285cb543375db88 dvipdfmx.i386-linux.tar.xz d056bf7642af03041f0ca56da0762f37 dvipdfmx.tar.xz @@ -1974,9 +1865,7 @@ c121dd6210ffa911e594b55289fe6bc1 dvipos.doc.tar.xz 54d4e1b2dacf83e22c660008e1b858d8 dvipos.i386-linux.tar.xz 728d8acd5413bac0930a065913d86176 dvipos.tar.xz da9fa5f698efa746795f4a24a46a5f4c dvipsconfig.tar.xz -cd14291474308bfe1db86869eb9c9edd dvips.doc.tar.xz 50dd9b976aee8e39f600cb9080d86909 dvips.i386-linux.tar.xz -98ea0e9e2af4bd29e5e1c61314141a4e dvips.tar.xz 3e9eff8b3d2ec88511016a3729292759 dvisvgm.doc.tar.xz 3326a5aa835e273b6cff6a09f9810fcd dvisvgm.i386-linux.tar.xz 07da6588a1cc679eb2a2c0b192253bfc dvisvgm.tar.xz @@ -2016,9 +1905,6 @@ da8a33f904f1f84c76999d470651f7b3 ebsthesis.doc.tar.xz 5dd919aab1e3eb622e44072b53f89eb0 ebsthesis.source.tar.xz 8fe0fbb1f2166c1e0376abc1f85f191d ebsthesis.tar.xz 7e68a3db174b9d57edbad6638b6e2387 ecc.doc.tar.xz -a76c43a09aa679688f090c599fff57dd ecclesiastic.doc.tar.xz -19d80d2539419afb2b44124700eaaab7 ecclesiastic.source.tar.xz -87a6a4da22870d00ab350e7286b1162c ecclesiastic.tar.xz 0dee63e12ad62b63725b62dfbc650bdb ecc.tar.xz 3a90e0343b1f88e27779af5571ad4085 ec.doc.tar.xz 0bd410a4820cb9fba79200cf35244bc8 ecltree.doc.tar.xz @@ -2079,12 +1965,6 @@ a4e2b6fb3809d623673bb5efedc2149c ejpecp.tar.xz eacc336f395a1b7f905f837fc8d774c0 electrum.doc.tar.xz f880d20a2fccd710d938b6902d03c3ec electrum.source.tar.xz 1d565faf692d623111ee068ed3ad44c2 electrum.tar.xz -dcf00111c6da88786b64593624783bb0 eledform.doc.tar.xz -4d6ccba9a4dbab87fb2244b60c1efdb9 eledform.source.tar.xz -699567025d74aac5d34388b2d2d39bd6 eledform.tar.xz -58b12c74c109f9e7d0ba3149934e7ff6 eledmac.doc.tar.xz -5d60c370cf0eaeea7bee5c65f44a0611 eledmac.source.tar.xz -7212a307cb68cabf627c50c2078184ca eledmac.tar.xz 66f6fffa2c877821ed4907c7061a2770 elements.doc.tar.xz 8465c45c8cc617d642c320e90bfff241 elements.tar.xz dec147c32e5c41daca5a36039cbea8c9 ellipsis.doc.tar.xz @@ -2117,8 +1997,6 @@ d519cb28b833c9ff6a747afb69c8406e emarks.source.tar.xz 2831f6d1ef4653189979e12093c2c7b1 embedall.doc.tar.xz e7c29554be292cb9805e8e2ecf81830f embedall.source.tar.xz 551a4b999f2b4caaed9f3410574ed82d embedall.tar.xz -8e640a0163e72cc75d85a569fd576828 embrac.doc.tar.xz -474df5c829ea1bddcaeb27f391b2e93e embrac.tar.xz cf4a0369b342a64488eb0976a6763a96 emp.doc.tar.xz 7ae7253799314656999cbcf9ea5bb7ce emp.source.tar.xz fd081fc6e32ff472bfaf56a856b48c74 emp.tar.xz @@ -2151,8 +2029,6 @@ e74229810950f605ad21debf858d27dd engrec.tar.xz 74bde9a1062d383e202937d2038ee60a engtlc.tar.xz 08da70fa28c3b9bbe547cacac1a7f2e8 enigma.doc.tar.xz 6dc5a147492c3bac9de84b2cba97dd6e enigma.tar.xz -e768d1c03a706db378ab2835cc22343b enotez.doc.tar.xz -b8965668676afb7eefafb07f6e5a5b91 enotez.tar.xz 3405569c4cecd54d9dd4377877e757c4 enumitem.doc.tar.xz 4179732d6ea9f5b67b0f1a56081bdf04 enumitem.tar.xz 50667ad5e5b5efeb4b990415141c0508 enumitem-zref.doc.tar.xz @@ -2263,8 +2139,6 @@ b4425107ed654ec31a9ed62ecdf8a42e etaremune.source.tar.xz 0291687303d5f8192ee14d94135ed990 etdipa.doc.tar.xz 5d0738e7402a99c320a53b761fbc2421 etdipa.tar.xz eea6909ca0ccfbee7f8a8608c2e34bbf etex.doc.tar.xz -53f717615f3da9459deddd5dcf33b953 etex-pkg.doc.tar.xz -7688f84c54d86ff6b73d6d3228b11222 etex-pkg.tar.xz e2d215ae7aa6052bef29771a3423464e etex.tar.xz a37f28277220a8c14230d13da8fb3194 etextools.doc.tar.xz f2cf38e5434b2fc1844e4a17a8e5d296 etextools.source.tar.xz @@ -2274,13 +2148,8 @@ f2cf38e5434b2fc1844e4a17a8e5d296 etextools.source.tar.xz a5c7939ac380f1b4c6a2521a47448118 ethiop-t1.doc.tar.xz 069dd4eea37cb8b21f8b1facdb30d691 ethiop-t1.tar.xz 4ffb9f2fba67c69ada6116f75469266c ethiop.tar.xz -643b5651d06f060a663c64c9314381aa etoc.doc.tar.xz -911dec9e90c58b3c3f518b43e52f5c4f etoc.source.tar.xz -919a9b31a34a71bd46ededc163d1f505 etoc.tar.xz 3c365b0722eec108fe959fc3f3edc76f etoolbox-de.doc.tar.xz bb38bac71f57a211423d5229fbe81126 etoolbox-de.tar.xz -d7cad3da19566caa20ad73820fd262af etoolbox.doc.tar.xz -8be84a38972e6aa60d6520b57659e2f1 etoolbox.tar.xz 813c493591d491b1729f8353f78b5789 euenc.doc.tar.xz 68afe5c3f4359ac509f4763c4a855ed1 euenc.source.tar.xz 96e0a21d00432967b751da28799e727e euenc.tar.xz @@ -2364,9 +2233,6 @@ b826acf049cd521c1d8b48b9560c1590 extsizes.tar.xz b537283ac7e370824c001e56c46d45cb facsimile.doc.tar.xz 1101ec8e0e412ba6e3cf8a1fbcea8576 facsimile.source.tar.xz 1f01ad41bec1dbcd1a5c236a7149738e facsimile.tar.xz -ec4708ce3261ed4c0bb83ff25912a0f9 factura.doc.tar.xz -cce1b159374a24aba6838ed64e562a2d factura.source.tar.xz -d7492857944b641e9e7d15c9ebe33bf3 factura.tar.xz 33650eac6eb6de92f7e4e3e533c988a1 facture.doc.tar.xz 9e330554a8eb7822bfdb35ad59c4f179 facture.source.tar.xz bc7400224b9c0cd0e78ea3b545aff6df facture.tar.xz @@ -2408,8 +2274,6 @@ c1ba35aecd690b7b7dc18a847a03c361 fandol.doc.tar.xz de13a6c291c3cf6719fbce9487d7f4c1 FAQ-en.tar.xz 377db5bc5e2c4e915f99df81b5a1f35f fast-diagram.doc.tar.xz 69a739f3f2de68855c0940577b24da7c fast-diagram.tar.xz -9a7bfd0647847bf615e476dec7b930b3 fbb.doc.tar.xz -d33543e44f75dbe6c432e445003dab6a fbb.tar.xz fa18b7ba97c3402a61be449269434b9e fbithesis.doc.tar.xz 554a1a82e2de9d018c1fe6078e1a42cd fbithesis.source.tar.xz e80b6ce3a60b09c0b941fd33658e88c1 fbithesis.tar.xz @@ -2491,9 +2355,6 @@ f80567e12143d454a63b2d0f8b6498e4 fink.source.tar.xz b659cc5cbafb5f7cf375b2a5767e6e61 fira.tar.xz f7c75b99913171b65879089eaec86074 first-latex-doc.doc.tar.xz c9f6c213a468ba58f2a0a4d24d999dc3 first-latex-doc.tar.xz -0c2451505c6762f4083a0afa89dd0a57 fithesis.doc.tar.xz -fa9b61620fc0c9fff2a35eeedc782354 fithesis.source.tar.xz -b77663efe964d178463f49794319bc38 fithesis.tar.xz 87aa2534df28398c2f5d9a36736dba67 fix2col.doc.tar.xz b999fff1099bb895ad278f3f7298ffbb fix2col.source.tar.xz e85aee5ad4e9ed527da092a18b4aa98f fix2col.tar.xz @@ -2581,16 +2442,12 @@ f5cb81cc9a2e87a889e1d6ea165653b8 fnumprint.source.tar.xz 63da16b9822b6d3dc8cbd6d019920c55 foilhtml.tar.xz 35c49c7e39c34fca3faeb29f4a4a7b55 fonetika.doc.tar.xz 0e7e60f435891c0a0b6ca3fec04cec45 fonetika.tar.xz -119691a2bdc08277cd5340e6e24cd782 fontawesome.doc.tar.xz -8a7a1001eb0548309d9073d41b3ec5e0 fontawesome.tar.xz 2b2f16a16d8dbc8f1ae1e5296527c512 fontaxes.doc.tar.xz 1c9784251eb483220c88aaf3ca2f031c fontaxes.source.tar.xz 98beacfb71b2616761946b5bea929715 fontaxes.tar.xz f09a668ec8b4f78d139b02a314f56477 fontbook.doc.tar.xz 97bfa2fb28c6d5461ecc42f0c0bf63b9 fontbook.source.tar.xz 34d2a5f33a87ffb609122322392d2931 fontbook.tar.xz -5772bc9a647a8bd092d68ae4055cef35 font-change.doc.tar.xz -cffdfe065248f31632c72247dea7bf65 font-change.tar.xz 5059fa3a580b82b12b0349f987ec66ed fontch.doc.tar.xz 0beff6bd98975cc5b6cdf0ce8d7569f7 fontch.tar.xz 84c590e85354cd95c7c9d322abd7710d fontinst.doc.tar.xz @@ -2599,8 +2456,6 @@ cffdfe065248f31632c72247dea7bf65 font-change.tar.xz 6a127335ab0142ace7ac91cc1e6c44d5 fontinst.tar.xz 64d8852aa3fe40a6c10bcce007648c10 fontmfizz.doc.tar.xz 4bcf2b332bc341a5de231be4dd3e5d3b fontmfizz.tar.xz -e0f79c6c260df301652616757a9b17fc fontname.doc.tar.xz -64e6afe364c3b79d5867ef597b171ebe fontname.tar.xz 41b5005150349fb87032a25fb28251b8 fontools.doc.tar.xz fb2380f3f766ea7f3d454ebe73a997ba fontools.i386-linux.tar.xz e7eeb3c6b39cfa045547faf0c4f20da6 fontools.tar.xz @@ -2638,9 +2493,6 @@ fe87500276b6b1549ab41a1038e5cab7 forarray.tar.xz 26cb84e368c26e779e494044862d0571 foreign.doc.tar.xz 3a44edc900ad4f0219398767b38af5f2 foreign.source.tar.xz c6c390b763871810e5083f4c0f2d32b8 foreign.tar.xz -3d2c82f5437ec63ecf6eb9c34f20cb9c forest.doc.tar.xz -48533e6970b9f062a10f2d4510dfebe8 forest.source.tar.xz -b603fd9cba48f0206b105b4133417150 forest.tar.xz 2cd3e93ba9ce2b6c91f15cd9da6081ab forloop.doc.tar.xz 5de8afc55fc308e64e4f823e1a5865aa forloop.source.tar.xz 7c11e83192466d04356445ee52f04afd forloop.tar.xz @@ -2823,7 +2675,6 @@ af9614bd912c2c9dfffadf3091245a37 gitinfo.tar.xz 9a016eb948013f44ab0f58fbf597fbed glossaries-danish.doc.tar.xz 155b9720b7f8056125aba15d6b31fa0f glossaries-danish.source.tar.xz 83f6af57eee2ece5d9a0c81ee6c4785c glossaries-danish.tar.xz -d99888131189e76b754a57c69777351f glossaries.doc.tar.xz 670ae358078e7362306f8e751b3ceb8b glossaries-dutch.doc.tar.xz db9f4e2572a4c0242bc56f7afd296025 glossaries-dutch.source.tar.xz e088a49b109ec9f9a90785194f6667f6 glossaries-dutch.tar.xz @@ -2855,11 +2706,9 @@ f3b69320246fc6e3a643cd04c951ddae glossaries-portuges.source.tar.xz 3a32deedb861836b5ca918eb0c2baa94 glossaries-serbian.doc.tar.xz abba380073db85c32199d593aeaaf7f4 glossaries-serbian.source.tar.xz af048b5d6d9b36326fa4e36da4acca9f glossaries-serbian.tar.xz -8ac0b5c646f1fa1e97486ac76c343013 glossaries.source.tar.xz d92e9a54554e561b5c19060c1c44a109 glossaries-spanish.doc.tar.xz d294dcff139418a6f36244035594ea17 glossaries-spanish.source.tar.xz 5da2cbff47a06ce8335c9aab6d4ee1e9 glossaries-spanish.tar.xz -1949b350b5e5bcceb333b103463af225 glossaries.tar.xz a5e9e759d41e04ba001f909d8ccbdd96 gloss.doc.tar.xz 3073041dec9e96dea881f57aaf3f80fa gloss.tar.xz d704c9a99564fe72ada997b40b5b156a glyphlist.tar.xz @@ -2891,9 +2740,6 @@ a989f6a42a1ada421c729979f156d89f gost.doc.tar.xz eb73fc6c21a19ebf9199bd3f2999fd54 gost.source.tar.xz e18c6dc094d882b171ba0778e502e7f6 gost.tar.xz 12122c49fac4c537c6b867a2e6049f0e go.tar.xz -42d27896682c1854063d598f4fac583b gothic.doc.tar.xz -2abb0d3d90adaf0af782251d65cbd7ae gothic.source.tar.xz -5eeeca00e98e5cf8494fd9efaf52fcf6 gothic.tar.xz 57780e91bee32829cbc02d315619639a gradientframe.doc.tar.xz 5babf0fe5cb134f938a04ff7d2c717ff gradientframe.source.tar.xz 97614dde542273c17cbdf93613ac4d12 gradientframe.tar.xz @@ -2920,10 +2766,6 @@ de3f4fc4603c082d516935eb96c1e685 graphviz.source.tar.xz eb45e96d4857b1ed8cab73e127e59f62 greekdates.doc.tar.xz 358655a3a2c9387446df0c0cd3aac0a2 greekdates.source.tar.xz 20070679ff4f9ac73e295f036706a5d1 greekdates.tar.xz -70f61bb043cf962e62faf1e503fa9a6e greek-fontenc.doc.tar.xz -9034b0f7f9aae010477376c0bb57f64c greek-fontenc.tar.xz -a201382cf9515d7cb4ee9aa577c2d35f greek-inputenc.doc.tar.xz -33f18d778172508d06cde5ba81e85720 greek-inputenc.tar.xz b32e773fed8bffa88b469fa4993379ae greektex.doc.tar.xz 75e868f0ccad2256c602c9f3b6760c61 greektex.tar.xz 4c7717a963bb01f77e72332f23591f92 greenpoint.doc.tar.xz @@ -3175,8 +3017,6 @@ b6a0c08839dd8e78831d13f9c7f2df70 ibygrk.doc.tar.xz 2d4438513833b23d69862b168cf552ec icsv.doc.tar.xz cd22450ad007ef6534009f19d189818e icsv.source.tar.xz a60c023ab0af67601a889919a53b7bb6 icsv.tar.xz -5372cf8028960522d81fd603a95c8b69 idxcmds.doc.tar.xz -e00d278a9eb4034aeeb2a2974a92d752 idxcmds.tar.xz ededf2d49b7d433075d6a547f44968d8 idxlayout.doc.tar.xz a55cd25bdcdcf0c007b11602f4276783 idxlayout.source.tar.xz 00c0319c705c1e64f75bce8a00a323e5 idxlayout.tar.xz @@ -3185,8 +3025,6 @@ e4c85793741a482b6ff2516c773e8353 IEEEconf.source.tar.xz e6de714ebdcc39fc67ca4d18abf6dac5 IEEEconf.tar.xz 0c8d5f1f1a3b023ed27e9e122bd85ba1 ieeepes.doc.tar.xz 6d2a981a47b53b54588ee434ecc07c10 ieeepes.tar.xz -cc13545484b89592689596db2f186793 IEEEtran.doc.tar.xz -e84db948d5b519ed6e63d3f0905a1d32 IEEEtran.tar.xz 0cc42667a70d25ba70a7d38599a1652d ifetex.doc.tar.xz 67a1ec56eb22c92dbca6444f3ecbad89 ifetex.source.tar.xz a7ef02f64d8bbb09bb5de905cba16357 ifetex.tar.xz @@ -3447,8 +3285,6 @@ ed1c34304fe65efe45f99dbd77d6d2b0 koma-moderncvclassic.doc.tar.xz 0ab4cb2ef4ddc2e5bcd567c106286e78 koma-script-sfs.doc.tar.xz 264ed6d805d8f72840cdab1d2295b8f7 koma-script-sfs.tar.xz 4e34e956e3c9ead8d4b0107ba9fdcd62 koma-script.tar.xz -263d25f90e5c605b370593733d0b22dc kotex-oblivoir.doc.tar.xz -6d8825194d565f88f42e2e66e9218ae7 kotex-oblivoir.tar.xz 5000d56f417f4e35d38c0819d695b865 kotex-plain.doc.tar.xz 24c30ee62960cbbe4495b8c11a430043 kotex-plain.tar.xz c27b5fa3b1aca9cc6a16680b48b434a6 kotex-utf.doc.tar.xz @@ -3479,18 +3315,6 @@ ac584b068a48eb63889af59c794999ac l2tabu-italian.doc.tar.xz 514485a47279806be4f5b6b99f6763eb l2tabu-spanish.doc.tar.xz 6eda4216124ace59b861d38f8e3b9e6b l2tabu-spanish.tar.xz 6c7ed52ef06b1990870e4340014353a2 l2tabu.tar.xz -84a7977ac38f9650cd3a5b991f90ab5b l3build.doc.tar.xz -d08031648079949ddff02560c3f9bcb9 l3build.source.tar.xz -ca8d9daf563437f4a78d09f407cfecde l3build.tar.xz -ebf317402e48b1f99da80cb7a2ab6b10 l3experimental.doc.tar.xz -0fcf3dc220ec8e7b63d46a33ca574caa l3experimental.source.tar.xz -d6c37e6d9b384fd13672acc8bcc448fe l3experimental.tar.xz -da4761b207f7365dd23e46b39391d73e l3kernel.doc.tar.xz -1b31422ae83dac2acf2eddb8e8f3bb3f l3kernel.source.tar.xz -75d30b1916d5c9c468323456c352c22e l3kernel.tar.xz -bed269548a153b08249dc3e62da21f54 l3packages.doc.tar.xz -9024a85de2c25cd5ec7d41b11e6b3c18 l3packages.source.tar.xz -3dee14e7ccd16a4df10209b95d375239 l3packages.tar.xz d90195abc7a23ba4f80dd5edf725c5c5 labbook.doc.tar.xz 9079f217bac014d4eb69c6b76341cf07 labbook.source.tar.xz eb77b332511bd5c81ab8318d43e868bb labbook.tar.xz @@ -3545,7 +3369,6 @@ e1c115c9680c6e6cbc70e7b2498b728b latexcheat-esmx.tar.xz 7cbe7b745ccb92c552b173caf79d0a70 latexcheat-ptbr.doc.tar.xz 7d14472f9f564ee4ed7d4170179ea09a latexcheat-ptbr.tar.xz 5020f66f56b5dd49e9734c2fbf2c315b latexcheat.tar.xz -6f47f6c0e3c04c3387a7690d98caae72 latexconfig.tar.xz 0243ce8205d804a1accdf503074995b8 latex-course.doc.tar.xz 82a5efa4860218871c39d4ef306297a4 latexcourse-rug.doc.tar.xz 903f3161cc4bd90cee00f8cd4992a69e latexcourse-rug.tar.xz @@ -3628,8 +3451,6 @@ b244711c75748490af854330efe1b712 lcyw.source.tar.xz f7b313827b5399862b6f94b564cf2cb6 leading.doc.tar.xz 0b063bb5a8d4ff272b1d19c914297cc7 leading.source.tar.xz 9e8045186e098040c3e3f1380c18384b leading.tar.xz -0ff268a99537b6374c8b913bb1954743 leadsheets.doc.tar.xz -069b4d67df73af113c4a535690522a6e leadsheets.tar.xz d7e5430486eaaf19406b09171d3f27c2 leaflet.doc.tar.xz a546dd4264041d20a2e9c986b4762a50 leaflet.source.tar.xz 7c27c146aceb66ba9a3e81d19b3c8721 leaflet.tar.xz @@ -3649,9 +3470,6 @@ d26474854fbee8846775e1a1bafcade3 leipzig.source.tar.xz 58ba2c46278e38d96d13a8feb586cf5b lengthconvert.tar.xz 2446eea483afaf8b6337b7acf9a9997f lettre.doc.tar.xz a3ce482770d11590bee4a9ad7806254d lettre.tar.xz -7cb8b909944d9f35187536c7501c2141 lettrine.doc.tar.xz -ea3ad6560b4888efbbb350653b4d0794 lettrine.source.tar.xz -a265645a88d51fd58775f79b3424ab01 lettrine.tar.xz 6e798f9544da9a38951cd97ab0bc0b07 levy.doc.tar.xz b070ab001a965e347439c3b5a7a1f8ac levy.tar.xz 1dee178159a536236c270811e912f84d lewis.doc.tar.xz @@ -3899,9 +3717,6 @@ ccf90299bd9a9128e8a908eafbba8854 lualatex-math.tar.xz 7e7569067fb3881788a5fae8d90286f1 lualibs.doc.tar.xz bdc7c2e8ec0d66c8902d26704bb7be75 lualibs.source.tar.xz f7accb837c9241482f45a514896a2b67 lualibs.tar.xz -df990aa090dca4d4cf764b5f4924bc7b luamplib.doc.tar.xz -88c68742d66f84b552f8ffa82815d3d2 luamplib.source.tar.xz -c63914ecf6bf2547f5181b7789533195 luamplib.tar.xz 23c4324d00e15ccc12282995db80c825 luaotfload.doc.tar.xz 9514d88f3045f3951c06aaa0d60fbf62 luaotfload.i386-linux.tar.xz 0fdb697f3388de14f54b340ea4b89e48 luaotfload.source.tar.xz @@ -3914,9 +3729,6 @@ c35a8118b83dfe29e1def886d0508884 luatexbase.doc.tar.xz 1b31284f31b7ebd386ee1ce5f24d0edc luatexbase.tar.xz 54ead23b40e270a3b3192cc64c6f7d7e luatex.doc.tar.xz f49f5b0c0d798cc0c452c80b4f135e6e luatex.i386-linux.tar.xz -b1139a9ebf5ed3af9d30767ed155bb26 luatexja.doc.tar.xz -475c37f5bd0c40c2a1a2a17f92b98386 luatexja.source.tar.xz -9b221dedab894192805bfa6b2ba7d2eb luatexja.tar.xz fc3c364f2d1c30a47b4f73c39db50842 luatexko.doc.tar.xz 0b52c7b950a01b43e182dad1f664e349 luatexko.tar.xz 59c2c51bb2a82d1ae5b4c038e906f5a1 luatex.tar.xz @@ -4016,9 +3828,6 @@ b45e2875bf25854c801fb88b45eb51ec mathabx.tar.xz 62db91f48ee1fe6084b621e5aecd099d mathabx-type1.tar.xz 3914af60b5e1a7e96436e7d0d2684364 mathalfa.doc.tar.xz 63a7484f2f2de75145379ba446e4325d mathalfa.tar.xz -ebb2a19d7f32cb3e7abc0ed35a53f23d mathastext.doc.tar.xz -81c508cc41b103547fce2581e4333efb mathastext.source.tar.xz -5f52687a8754079eb58c1d3fc1c8e958 mathastext.tar.xz 6a05efe631bf4cdd7351d269471f7e7b mathcomp.doc.tar.xz fe2d9a77b7d5bf9d7172aa91e76e77de mathcomp.source.tar.xz 7c6631138176cc863157803b97abaa42 mathcomp.tar.xz @@ -4060,8 +3869,6 @@ c4f629f4dbc308042e78fca1342ca40c mattens.tar.xz 3c3bad5ac1f7cd4c931642fb06fa9352 mcaption.tar.xz 7e903918fa2d2389f3d4f94471acafae mceinleger.doc.tar.xz ead356302376889f99db2d643d7450fd mceinleger.tar.xz -1cce4671b17faa653d746e4b7be0c5ba mcf2graph.doc.tar.xz -2b1dbd7b6ccdb96fd91329f417fcd711 mcf2graph.tar.xz 3f487067d5f560cd7e0155d8536a5933 mcite.doc.tar.xz ca88f325f7c5401655403a527b75e29f mciteplus.doc.tar.xz eb8177568bbd5ff503a76db4082e433a mciteplus.tar.xz @@ -4081,9 +3888,6 @@ a760f42dd9e458c67784398404106a49 mdsymbol.doc.tar.xz 9eb70eaddb07f7b61da26bc986bce2ab mdwtools.doc.tar.xz e8c10c278d071837c8ed290d425631d1 mdwtools.source.tar.xz 8da0ecd694f3da73776f1216cd94a85d mdwtools.tar.xz -33044cee74a883672b38ab1ce926b204 media9.doc.tar.xz -02f6a60557623862e483405eb9f2d280 media9.source.tar.xz -14a9d903e5b1d87036d81d08f8cb4c32 media9.tar.xz 628c54047cbabec587bb8663cf53efab meetingmins.doc.tar.xz 85e996300e8ccffe803a640c14f4e733 meetingmins.source.tar.xz e196796aa7593edbdcfb167e7525af33 meetingmins.tar.xz @@ -4141,9 +3945,6 @@ c3100a9e4126061af2f79629da5e1564 method.doc.tar.xz 6f8461c5a8cac0ff62235fa2b90bb62f metre.doc.tar.xz 0b5bf11438bbbdf6606220e9ea16997d metre.source.tar.xz fb07f50e91366356c800016b7759ee7d metre.tar.xz -f22ab7128d4b27c49117a65ccc92b819 metrix.doc.tar.xz -52aa31f8a765c0144f0cbf51f56e2380 metrix.source.tar.xz -f5a4624ac4400c0d62cd474bba98ba23 metrix.tar.xz 1e10d4ba874930f51655b58e4e833b97 mex.doc.tar.xz 9b9c7f21434e7ec0387f02180bfd12d4 mex.i386-linux.tar.xz 5e8121224a7cb0e89027ad3a1a4f66c1 mex.source.tar.xz @@ -4171,10 +3972,6 @@ db5331fe17de41ac6e8eb260e42c53f5 mftinc.tar.xz 48020efa072999e58e3da34e1e48ca6e mfware.doc.tar.xz 95bb264a5ed0a6066eea5f81b23ebe0f mfware.i386-linux.tar.xz 87174cf7df921ba0b78b8c8afe65bd3f mfware.tar.xz -71c7cbb06dfec066e46feeaab20357ab mhchem.doc.tar.xz -46926ff642814ba7a00e934dac89b716 mhchem.tar.xz -8909e7245300a3498cde98f2b507de61 mhequ.doc.tar.xz -0777596b2a2c291762f474a9df7bec73 mhequ.tar.xz bc0f4a166ba8137c9acddde0a516786c microtype-de.doc.tar.xz ae649f0506f7db3d63eb2e8c6222eb11 microtype-de.tar.xz 077937761c10032146e6ed8de7bd9868 microtype.doc.tar.xz @@ -4204,9 +4001,6 @@ cc26831914b697506f71b9b2861ccdb4 miniplot.doc.tar.xz c28e75354487d6f5bbda88c76a47981e minitoc.tar.xz d59bc1bf07a0f9729f631cd822a78ef2 minorrevision.doc.tar.xz 91bbf459bdb5982442e3face99cde756 minorrevision.tar.xz -5903c2a2156842e3194de17cd8538013 minted.doc.tar.xz -72c4e4828031265415026e7a4a2c4225 minted.source.tar.xz -0bc125f1af5cb663cf29b7902e3edcd8 minted.tar.xz dac0880fc28b250ff88ef09e4b03c4d7 mintspirit.doc.tar.xz 85753f15c4c8735090c850dfbc044971 mintspirit.tar.xz 36db3359e14adaa94a9e61105d1c85ae minutes.doc.tar.xz @@ -4242,11 +4036,6 @@ d77b1f642998d0215ff20dcd6e40cd10 mnras.tar.xz a8124ef29e1b73cb977ee2e5859a3034 mnsymbol.doc.tar.xz 8e063e1868b50d77b5d6141cb5c8b604 mnsymbol.source.tar.xz 377a47f87c222c5b8adafb25f606eb77 mnsymbol.tar.xz -edfe1743a5b20c3d38f4a3184abd910d moderncv.doc.tar.xz -e8fff014e8b918eb06cb262c5e5d20ea moderncv.tar.xz -796f825c4b659ebd1d63aae20e02ce56 moderntimeline.doc.tar.xz -54caaa42cdfd5af9b5822fff9593a842 moderntimeline.source.tar.xz -785ca379c5ce1cea7594434229451fe8 moderntimeline.tar.xz 90a580a894fa9cec164e13628c36674e modiagram.doc.tar.xz af62ce06f3a382500891a414ebfd9950 modiagram.tar.xz fbddc2079715f5091f8285c6e6a16124 modref.doc.tar.xz @@ -4354,12 +4143,9 @@ d55d9cf1782780c821e84d24df98f239 munich.doc.tar.xz 821f5ad09b9363a9d99dabed66e36df0 munich.tar.xz b968add63b31b90eff60a2f2ed053d59 musixguit.doc.tar.xz cec5a4c27b4479f6c4ad53c4314f298b musixguit.tar.xz -1beb5c741562f3f35cf0d6b7828f459d musixtex.doc.tar.xz bf644b7238f224b1236cf66ec51c9848 musixtex-fnts.doc.tar.xz a9c5ef34af60606a20e361e9f4878de0 musixtex-fnts.tar.xz 3d5a2c28a6f1b685523f90ba1ff0ed51 musixtex.i386-linux.tar.xz -ad32a2c90f0d7c0c1cc98cb9d4a0f93f musixtex.source.tar.xz -ef42cedf2bef081452112e795dec6e47 musixtex.tar.xz 0e9633f55adfe0383ae9c77d4f73c316 musixtnt.doc.tar.xz 18e6999560c2a0a92ad985ae343a0938 musixtnt.i386-linux.tar.xz 29a0466eb7cf5033046844b05f786af3 musixtnt.tar.xz @@ -4420,8 +4206,6 @@ b521f7cc58b1c33b2ab753b4b92b0971 ncntrsbk.tar.xz a07de6c2b72dcabddf4cb10451c9ddee nddiss.doc.tar.xz 6690fb8b1a1d4ddf0717636c9e109fa7 nddiss.source.tar.xz 3fd9dee884532d443752d654fbec0d66 nddiss.tar.xz -fb2f32b7d0ca66b577b0e7332e16d7b6 ndsu-thesis.doc.tar.xz -efdb81b3cd1489b60ddde6d0aa337114 ndsu-thesis.tar.xz 42abea06fe7ef905d95b5c747b7413bd needspace.doc.tar.xz 5b9f3fda29c67de17505bd57d58b1e9a needspace.source.tar.xz bda8ab93e34228e953ac58b6bf38155e needspace.tar.xz @@ -4438,17 +4222,13 @@ bda8ab93e34228e953ac58b6bf38155e needspace.tar.xz 0dbfe5ee21539149ffa093209a653758 newlfm.doc.tar.xz d3e022d99527ee3f4b934429807b0e2c newlfm.source.tar.xz 99a82d2ac4b5aeabbe9eb106468b9387 newlfm.tar.xz -e7b8216fcf7c277f8efcbe3e9658b38b newpx.doc.tar.xz -782783d0bbe204226ea1ac8bd90e5cee newpx.tar.xz 1342efee82c6ecd4fc54ebe6dd5dd44a newsletr.doc.tar.xz cce415f5b35cb144769c19cd74c0ecc8 newsletr.tar.xz b2bfc6128ae6a5fece68a391c3633efb newspaper.doc.tar.xz 22e90418450b36187a6cf9d613b9f0f5 newspaper.source.tar.xz 06a2c244e4dc2dd90a3edf60e0d8f0de newspaper.tar.xz -2daa1f22e4d715621eaea36fec552f7d newtx.doc.tar.xz 342fcdca7f441f6c376d3d2c40405385 newtxsf.doc.tar.xz 558574b7be16945d30f538fa418ad801 newtxsf.tar.xz -c80b94b0074216ada12ef79047530ad6 newtx.tar.xz 24e86bb7b15b04db1099b17c58d8e529 newtxtt.doc.tar.xz 282ac9ba4a9db392a8cde30728c8584b newtxtt.tar.xz e741762f570ffbda2091a3c4289fb036 newunicodechar.doc.tar.xz @@ -4510,9 +4290,6 @@ f0eae608ed2754358e38ac6cd1cd10e2 nostarch.tar.xz 4e7e4b36debfee439c219627fe285c71 notes2bib.doc.tar.xz e2cf734a74fe09691159f30581694f49 notes2bib.source.tar.xz d7d33c8e029873825296a7e2188b442f notes2bib.tar.xz -ab7252b34925a8f35124bea22a95712a notes.doc.tar.xz -3207a0b6480b190c6ecedef60bf440bf notes.source.tar.xz -7ad39c39ff7c8d0fc623ecd28d5b6a71 notes.tar.xz e875f33edf895ab18a5225fae00650e9 notoccite.doc.tar.xz 7dab60a632257ccb7c98d8bd508bc93c notoccite.tar.xz 743cd60b43a8575942ae50f9d34fc710 nowidow.doc.tar.xz @@ -4552,8 +4329,6 @@ a2ca0f16060ff0aaebd5f2d329728d3e oberdiek.tar.xz dadd65534bdeddec9a1d0b836a8bdf46 obnov.tar.xz 90c22179040f5682f863cb20738a9acd ocg-p.doc.tar.xz bc8abf5d8009b8f700db37847021a3a8 ocg-p.tar.xz -3478403807b670d5758b71534f0336da ocgx2.doc.tar.xz -a41929821ba8bab6287ec4515f1aa783 ocgx2.tar.xz bafb381f06d6d2a8ea37c2db1faea530 ocgx.doc.tar.xz a70c87acf7def8301e509d83a64281c5 ocgx.source.tar.xz 0df8256d99eb2bb06580b4d39ed8c763 ocgx.tar.xz @@ -4637,9 +4412,6 @@ f6c99d65e3d2fc5ec2ab5908a92d37c4 overlock.doc.tar.xz 2af876e5c17afa71d5637a9729c56b52 pacioli.doc.tar.xz 7b43f5446519bc36c3bf462fefe225a6 pacioli.source.tar.xz 113add7fb6041af7fc4cddc71af46f56 pacioli.tar.xz -8427a4435adf4f777b858508d89091d0 pagecolor.doc.tar.xz -d6f152c2296b31a128af39870d86ce66 pagecolor.source.tar.xz -fe16d20c5c316cc01578d59982484b73 pagecolor.tar.xz bd0db5b8219ea39044fa375387871e20 pagecont.doc.tar.xz caa2cdb019a4b0f380556ffbb3b46e4d pagecont.source.tar.xz ff3b12aa0f4409737f179e0940dc0d83 pagecont.tar.xz @@ -4648,9 +4420,6 @@ f9e967dd747f1290d9f090abe1ed728a pagenote.doc.tar.xz 72417954772dac969985df17a1588963 pagenote.tar.xz fd52caf31b9210460512654b991572dd pagerange.doc.tar.xz 312d12d068e1b2082b836912349a691b pagerange.tar.xz -2c9415995389e9ce9768bcd8d15b9f30 pageslts.doc.tar.xz -aba25ae0c385f861b69338f6248bb586 pageslts.source.tar.xz -02a03b3c793d3aaac9a2488e8330e34e pageslts.tar.xz 1d4220f5b3c463f19e8c10ab506ab551 palatino.tar.xz 3781356a57fd12d26645d9495e39962c papercdcase.doc.tar.xz 246984a670405946ab69a987074b6878 papercdcase.source.tar.xz @@ -4746,9 +4515,6 @@ d70bbf5c45d0792f2942e308f99c07a9 pdfjam.i386-linux.tar.xz bb456a871287eefd8c6694a368ae47b1 pdfjam.tar.xz 34be59e8aef43b335062875513b4782b pdfmarginpar.doc.tar.xz 9417dce33b65ca56bcdb16c394f90cd4 pdfmarginpar.tar.xz -8befc2d4920b6518362f737f784a98a3 pdfpages.doc.tar.xz -57a655278f23a5b3cde893311b062dd0 pdfpages.source.tar.xz -302a0feb063d5b208d30890f79114bc7 pdfpages.tar.xz 10f2e265ce3eb4739141726738f022ab pdfscreen.doc.tar.xz 3088c8ef7ae2b17485933b0984ba0f9a pdfscreen.tar.xz c109fc0ad651dab5d0ee4f61666a9f57 pdfslide.doc.tar.xz @@ -4756,7 +4522,6 @@ c109fc0ad651dab5d0ee4f61666a9f57 pdfslide.doc.tar.xz 7c0185acb034afebeafbaa45e431e714 pdfsync.doc.tar.xz 59c727568ae871b81cc4ce8198b2b466 pdfsync.tar.xz 1e2619d849d057d6fb4b2f1d070fb639 pdftex-def.tar.xz -241e577d9c010ca8d8e324d06b84ed5c pdftex.doc.tar.xz 79c63064833d383dad1cf08a7ecb59d3 pdftex.i386-linux.tar.xz 6881cd45d64041f778b1422dfc32d07d pdftex.tar.xz 1340668f860674bab263c9bd85c110bd pdftools.doc.tar.xz @@ -4802,7 +4567,6 @@ dc918a30bed27f0b46e4fa4fafd4a7ac pfarrei.source.tar.xz d9ad3f36a71da9ca277d1403f180396d pgf-blur.doc.tar.xz 5997da0fd33cacc9afa4e55fb7032e7a pgf-blur.source.tar.xz 8c22d953f664ba6a6175cba6fe600480 pgf-blur.tar.xz -bfe500c42e49625dd766dc06f6e7bcf0 pgf.doc.tar.xz 359d972e8fb1086e8a6ed6e5ba55dca3 pgfgantt.doc.tar.xz 77cc1b931ee5e4584b2f5ffde766aee4 pgfgantt.source.tar.xz ea83b02f2e80201edb65ba96805abd17 pgfgantt.tar.xz @@ -4819,8 +4583,6 @@ bb5364cc4c7740c7abc90c8cdd97a67d pgfplots.source.tar.xz 3174ee381a279367e2848b29e93fae9c pgfplots.tar.xz 7d19b8541c0c65bffcb7b49b3bbfb2b4 pgf-soroban.doc.tar.xz 3c0ffeb4db63c7af23fc62417c1f099c pgf-soroban.tar.xz -948c3d93f11ebaa4b58c50e709a4f07e pgf.source.tar.xz -c9fe7964d29ec8fa8c6ee434784a23d7 pgf.tar.xz d814143accb8b1ffb03800cfdc84c6d7 pgf-umlcd.doc.tar.xz 06a81254ddca23b2f022a6c1cabc047c pgf-umlcd.tar.xz c7646ccb560fedfe0cd0e7b7723c7f95 pgf-umlsd.doc.tar.xz @@ -4935,9 +4697,6 @@ fbaeb3e7a148265ad83d29652732ab95 polski.source.tar.xz ec2f56430eb6f7d65b9b366527097e83 polski.tar.xz 0b2e78ea696a6687eff2c87b8fe45a4e poltawski.doc.tar.xz f873eb837986c5c7df560de504aaedf3 poltawski.tar.xz -9826357254d87281d63e9d96a4f23461 polyglossia.doc.tar.xz -71b67f51a380df86e5acc4fac2d7f3f5 polyglossia.source.tar.xz -937020e5a37961fb9152ab8f953b90e8 polyglossia.tar.xz 014dc2eee8cf7d2500a60b7af5a092ed polynom.doc.tar.xz bd6bdabb90a367a3cb08d53cadcd1ad9 polynomial.doc.tar.xz 7faddef1edf4d9dd464effc7c452e800 polynomial.source.tar.xz @@ -5210,12 +4969,10 @@ f33c9fea452a04483dc2ff75a36d2428 pstricks-add.doc.tar.xz 6e74c277361428eb7bdd665f0abf5309 pstricks-add.tar.xz 3adc607d2091168d37570c4b8357aaf9 pstricks_calcnotes.doc.tar.xz f8a8736125b8bbd385519d47cbfd686f pstricks_calcnotes.tar.xz -ca3226044c250ac6084d806b00c00470 pstricks.doc.tar.xz 7d6a10d59be4fca8222d3d59d2e9d37a pstricks-examples.doc.tar.xz 8e877adbd06b7dda4ed05bf4721c260d pstricks-examples-en.doc.tar.xz a781d7547f74fb8de0bfc4dc098419b3 pstricks-examples-en.tar.xz 36e2214971400b07c4ae1ed18710cdfb pstricks-examples.tar.xz -38a78a99d89592d932c54b86c78a65c0 pstricks.tar.xz 798602e32c32978f023bebb2fee3e4ce pst-rubans.doc.tar.xz 3e1734fced7168de6e3af831667a9e7b pst-rubans.source.tar.xz c3016f7203843d438540c0ba9f44ae05 pst-rubans.tar.xz @@ -5269,10 +5026,7 @@ effa7334fd5f72087d182a5803db5050 psu-thesis.tar.xz 5a526be36b1c39ec0283a3a68c0d45ca ptex2pdf.doc.tar.xz d64e96e69c67d335eb72d7fcb15373ed ptex2pdf.i386-linux.tar.xz 93c11713532938e4a09cb3b1b55884e4 ptex2pdf.tar.xz -630fae7fc7071666a69b9c2f2d9aa86d ptex.doc.tar.xz 7571cd0ccbcad44d3872a81c87cb88d9 ptex.i386-linux.tar.xz -1610455aba0e9df2fd2acc4e6527e24e ptex.source.tar.xz -8f3fbccb90cea49303c94e0aa0bcc4dc ptex.tar.xz 67e598540d1bdfa9fa09117dd0f62254 ptext.doc.tar.xz 9a4e6747940373bf2668ce7e9811772e ptext.tar.xz 45296056d214811f3024824d6184af5e ptptex.doc.tar.xz @@ -5288,8 +5042,6 @@ dc831417f58a1156c4db6c279b51a6ca purifyeps.doc.tar.xz 4b4febba4edf3412c2ee7684f9266bae purifyeps.tar.xz 492875d9c4d3f0cdf0eb583d3292cd6e pxbase.doc.tar.xz d92a9cbeceb03f45d3a4341def3e5e3c pxbase.tar.xz -0a4ad89e49ffaecb3c171d403e473109 pxchfon.doc.tar.xz -138fdb1ffc9e6149727bd5c2a9b883c6 pxchfon.tar.xz 718beb06afcf3f5d03b4f20d6c05515f pxcjkcat.doc.tar.xz c38a7360f02b94dc195a330f741f97ca pxcjkcat.tar.xz 6fb491d72e911ebbe5840ef33fc62ab9 pxfonts.doc.tar.xz @@ -5419,9 +5171,6 @@ e0f52a686ddb0fc99692740b82410c82 register.source.tar.xz 23c6dcb9676b5148b748e5738e042b0f regstats.doc.tar.xz 4d9ec6b94a937dff48f3efcd43b0a11e regstats.source.tar.xz 8ccc9b823405fd22a16d3d02f7796319 regstats.tar.xz -5a27a5b9d0bfc3e98ec81b29bf3debae reledmac.doc.tar.xz -dbd2b432061b3f5987b3a0a681235a9c reledmac.source.tar.xz -1f0bf8452ddadbca0a5b42056d15f035 reledmac.tar.xz 68118b29a4727821b023016ca974296c relenc.doc.tar.xz 917e39d5e31b37dad9f362ee671e6e5b relenc.source.tar.xz eac5cae22c9364dd2fb74071a2a2af7c relenc.tar.xz @@ -5436,9 +5185,6 @@ f56d1e55063229319d2217b60faea335 relsize.doc.tar.xz 69c8620c35259624d655fc8a162acdde repltext.doc.tar.xz e6e5d7c27dbbf65f2ec98e68c0edb513 repltext.source.tar.xz 23ae2fbd907761a5ab6e042de5ff1919 repltext.tar.xz -35460ecd3ab338f9863dd0878b6f7b29 resphilosophica.doc.tar.xz -2746c6fe9deba2dccaeeb7f62ffe24b7 resphilosophica.source.tar.xz -eb22eced4a6192c14fd1dd1f1ee35d00 resphilosophica.tar.xz 94816ef2dfc9b23b8a173059c7bd24d1 resumecls.doc.tar.xz eaffd236987bcafa9cb39f2cb65b9758 resumecls.source.tar.xz 5d71d986936aaa1da3a0056a18f9b69c resumecls.tar.xz @@ -5504,8 +5250,6 @@ a20ae7bb63c76039595bc242717934b1 roundbox.doc.tar.xz 609c7189c4693f9173e2cbe25ed3963d rsc.source.tar.xz 55bcbb1b3ad87667b2ad490ef8f8b60a rsc.tar.xz eb70ffaac228080bb8cf74de3dacedce rsfs.doc.tar.xz -ed182cdd9a731df2699dfa3d3fd00340 rsfso.doc.tar.xz -405916bd3af13bf8cc77300daf66046e rsfso.tar.xz 415b2ae6b21fe4967eefd5d2b72e1a5f rsfs.tar.xz 05528d4c65140874dde0ce6e502bd304 rterface.doc.tar.xz 6b8f25b429ac141053b91d751e724170 rterface.tar.xz @@ -5697,11 +5441,6 @@ b59a42c8d003a5498f96db69ae076667 shadow.tar.xz afcea479cf15696ee5bd659c7fba74ca shadowtext.tar.xz 0684a1ff7e51ce121b36d3fa05f0d98d shapepar.doc.tar.xz be176fcb8969999e8096bfa056cd7db7 shapepar.tar.xz -7dcb687079fd6eaf2a661d5315c77c78 shapes.doc.tar.xz -8623f1b2998e3c9926ea72ea4d496b08 shapes.source.tar.xz -e03643d12c7ea579f6dbe935fd47b720 shapes.tar.xz -cecf2b43e1871363cf58764081bc9088 shdoc.doc.tar.xz -0c12f8f03ccac3248222864b3a259245 shdoc.tar.xz 03cf3a4bb8fab16389e6f5f682921e2c shipunov.doc.tar.xz 91be9651ac46f2889405c7792f251798 shipunov.tar.xz 324510edaadd4c173dcac9a61a7b9e1f shorttoc.doc.tar.xz @@ -5761,9 +5500,6 @@ ea80d48a432b8b7fdb54a86765e0566c SIstyle.doc.tar.xz e768532858ca2b5440cd793297a836b7 SIunits.doc.tar.xz c499879ffbd8edf9ec59cfdca074cbf4 SIunits.source.tar.xz f6af0d652e977d3c26bb7c2b40ad9a13 SIunits.tar.xz -58f3a6dc426746ec6ab4a9f1f0c19852 siunitx.doc.tar.xz -9b4934b40adcaed0eafe304406eb7a8e siunitx.source.tar.xz -85044b285aafc6181a12be46b9deb556 siunitx.tar.xz 2dfc017c6490e59c4049320c5a255471 skak.doc.tar.xz 067efdbe5d1efdb6de4f36224ea49f32 skaknew.doc.tar.xz e1fcb181093a2987b4c918022b621fe9 skaknew.tar.xz @@ -5973,9 +5709,6 @@ d597a3010da179481d48b1f139c88a20 sudokubundle.doc.tar.xz 722e01f5934e69cefddaa424766ee704 sudoku.doc.tar.xz 24d61fb1ede17617bb105d6c43d1a02e sudoku.source.tar.xz 4acf036653d9d47ab1d59f7930992c1f sudoku.tar.xz -2117363af85fee1f4d91b54f668f85ff suftesi.doc.tar.xz -bedba4a6a63f62fd44fbbbf075cb17d6 suftesi.source.tar.xz -af898b1594443df43aa138d852c82e68 suftesi.tar.xz 97751d7702ae0f6b8ebc681a2530e927 sugconf.doc.tar.xz fa2ddf6fff27a7a531ba29857bfe145c sugconf.tar.xz 08d87a52300c5f5462b6edb36938444b superiors.doc.tar.xz @@ -6104,8 +5837,6 @@ fd167b02c89f8fbd92565ae8957c5297 tap.tar.xz a5f1488eee7840ca1ce7c4077b0be480 tcldoc.doc.tar.xz 303799c417c8f258f3cb5821c61835db tcldoc.source.tar.xz 6b1b46ba6d54aabf522c192efb751d13 tcldoc.tar.xz -38f46b446d234bf0a8d88228cea8ff67 tcolorbox.doc.tar.xz -e0f9230484b1d22a81ef12f019f51498 tcolorbox.tar.xz e795d7fd863ae8b6ffd88f140a3954dc tdclock.doc.tar.xz e38ef77e602ad2c39453119ed2d4ef27 tdclock.tar.xz 2ad3c3b54bde8c440768e68007747bb0 tds.doc.tar.xz @@ -6143,18 +5874,14 @@ f5f501e673e9da864ab803a2547c9958 termmenu.source.tar.xz 3d3fcac78eea7da41cb3a971b3f5d890 testhyphens.doc.tar.xz 70578d07c8a398376ca4c32fbb619254 testhyphens.source.tar.xz 5d335ebf937e758e5599873b80c7c09b testhyphens.tar.xz -609cbeb8b3071c5d958d56a624293ba2 tetex.doc.tar.xz cb6aaac5e2c4461d783e81ad00981eca tetex.i386-linux.tar.xz -8ff8810edc3392cb82d9b5047318a4e8 tetex.tar.xz 3052b89f025466747629bd059889c6fa teubner.doc.tar.xz 67e4c3a4c403ca849a9fcf793024c5a2 teubner.source.tar.xz 7b79fb6e3b9f996c1a37c3b01bf864e9 teubner.tar.xz be3f2260cd945116a1dd7e14ef309d3f tex4ebook.doc.tar.xz 9c311e5bf8d89452c178447f183a139a tex4ebook.i386-linux.tar.xz 93ec39e20fa2841f359d05154646c3a2 tex4ebook.tar.xz -d4743541ab0b7e98beba7f3f1caca7e4 tex4ht.doc.tar.xz efc6466a6066253f58f40413d944b900 tex4ht.i386-linux.tar.xz -b0ba079ceafbd8524f08f4599ab0b816 tex4ht.tar.xz 279f32fe434de62d23c37aa7e3dc37b9 texapi.doc.tar.xz e2be05403cf05680afaceb0bfda5036b texapi.tar.xz e006ecc25c4cce5c17ef416b641510c9 texbytopic.doc.tar.xz @@ -6185,9 +5912,7 @@ be5bd1b2592ca1c9bd29abb72e625741 texdoc.tar.xz 9a09963668953e59ae3993461ff6e669 tex-ewd.tar.xz deafa5293f3c7a06eafab9cad51dd0d1 tex-font-errors-cheatsheet.doc.tar.xz 718794584ef6b5b078f11e7e3ac29c00 tex-font-errors-cheatsheet.tar.xz -f2775305f8db4ca5cc0a1d727522ab69 texfot.doc.tar.xz a0fddbf948bfa62a00bd687967c61a62 texfot.i386-linux.tar.xz -d979cee076ecc78c4042b1c8bd349ff1 texfot.tar.xz 0911e131f8bd40bbdbf168d840bf6e55 tex-gyre.doc.tar.xz 1ee50a05c4c1b99286370f5e08bd5d56 tex-gyre-math.doc.tar.xz 95ebcc56070390b74b0a230a1b59312a tex-gyre-math.tar.xz @@ -6205,8 +5930,6 @@ fb6d6ef217825a85a41235d572eedf0f texlive-common.doc.tar.xz af306c5245b2dc6162a0df83ba78d0fe texlive-cz.tar.xz 44e95d734a103513d99b09b624d86edb texlive-de.doc.tar.xz d75ba7e41602f0dfdf461a66f9e5f918 texlive-de.tar.xz -a49ff258774c9156a6920fc4b8a98b03 texlive-docindex.doc.tar.xz -fb25b586bca2a5db81670fb8aae2acdd texlive-docindex.tar.xz e50736a28fd7abab752956b9f921315f texlive-en.doc.tar.xz d0b3c07bf9d52b222f9264f9a564874c texlive-en.tar.xz 5f78ed645d84dbfad20a000e76c7101b texlive-fr.doc.tar.xz @@ -6216,7 +5939,6 @@ dd096f7af1e952bcc6a094f0b5d624db texlive.infra.doc.tar.xz 81ddf3df61e7091eea0a265824aa2206 texlive.infra.tar.xz 5c3af0a6185a9c008c38b0f58b2d4c53 texlive-it.doc.tar.xz 2e15565bad944e4241ee0badb42cc71d texlive-it.tar.xz -3bce05df63cc021f06a6b18484ca4d58 texlive-msg-translations.tar.xz 86963b2267f03d29f4356f9317b0d100 texliveonfly.doc.tar.xz 90577e3ad4993e72687f3b03b5d1ffc1 texliveonfly.i386-linux.tar.xz 8bbc98f6b5d4d855ed62a2444c3c8b24 texliveonfly.tar.xz @@ -6224,9 +5946,7 @@ e2d55a400ad96e38466b093a439e1655 texlive-pl.doc.tar.xz 9f3f1b6ff4a6b962c953ca6ad4283371 texlive-pl.tar.xz aad85957e42a56656a2beb5602ff1eb9 texlive-ru.doc.tar.xz ada152494dadbafbc2820d7d85d3d934 texlive-ru.tar.xz -826605b0c37016001d08aa16b0f1f894 texlive-scripts.doc.tar.xz acece50b7d9d93cc35777655a8cf62ac texlive-scripts.i386-linux.tar.xz -9d2c6c1a5c2962291884cb044d65043c texlive-scripts.tar.xz b61108b46501a821567e6a09913296ca texlive-sr.doc.tar.xz 5a1cc6e72c70fd121a25174fafc286aa texlive-sr.tar.xz f1d05176ff88e4a4fb4476b6922ac916 texlive-zh-cn.doc.tar.xz @@ -6341,8 +6061,6 @@ abb27327264575fdf31c348045d52818 tie.i386-linux.tar.xz 48b5bae06210a1187a3e4283179344a3 tie.tar.xz c88243e5d8ebf34c5b7679ecdc87b9b7 tikz-3dplot.doc.tar.xz 002d9dec511bfe0fcb4d5f90e0e7d437 tikz-3dplot.tar.xz -06287be721fbfbdb6a04d4845a383e3f tikz-bayesnet.doc.tar.xz -65abf65fd2a388f32c17daf5cca28340 tikz-bayesnet.tar.xz 7b0503a97d6f34189fd520d7b09f82d0 tikz-cd.doc.tar.xz 3cc3c2584a0267bc0c05c6d79d69197b tikz-cd.tar.xz 54a11bcdac821cacdd8b4805b695fdcb tikz-dependency.doc.tar.xz @@ -6502,8 +6220,6 @@ f82a45bf393293326c457e1c4a3317ab translation-moreverb-de.doc.tar.xz 0b18f51d4ed51d8f1141e7173c0cad81 translation-moreverb-de.tar.xz 5ab987e70200d8637e69ee0498ddcf46 translation-natbib-fr.doc.tar.xz 53f03fbaf8655fcc80d23d2348e48136 translation-natbib-fr.tar.xz -4e69cfa017a58a3b7a045faac5c7480f translations.doc.tar.xz -c65214ae489e38ea22f1106a080acc94 translations.tar.xz 391601ba3d100e57c92b0d19910e371c translation-tabbing-fr.doc.tar.xz 4d4447c823f0ef05a053172e58de0010 translation-tabbing-fr.tar.xz 222b1e9e1879cbfe4174c507f9f815ca tree-dvips.doc.tar.xz @@ -6531,9 +6247,6 @@ e12d7b6a7f1c31c331cde2d627ade813 ttfutils.tar.xz ca36075143b3e94da409b981c39ba1ba tucv.doc.tar.xz 29dbebbb5ea07133ded1f41fd72783fd tucv.source.tar.xz 826036dfe981d6aac30e1a86e88838e9 tucv.tar.xz -4c9c0bf254eb50dc86c10228634f8cb7 tudscr.doc.tar.xz -e45905f53888f923b85efd9e0576bf71 tudscr.source.tar.xz -2a251076c8304ac7bcd5efe662e2b6ae tudscr.tar.xz c8b78e8c500f1bdc18e1ba6bb0a08604 tufte-latex.doc.tar.xz 9aacf680f0d31cb0b12da04f1c7b452e tufte-latex.tar.xz 267b1f2014f871a00ed002d18b7791a9 tugboat.doc.tar.xz @@ -6600,18 +6313,12 @@ c537e2b7d604276de3a04421fedf1c30 ucbthesis.tar.xz 05104763ba8ddbb9388d110959ac74d9 ucdavisthesis.doc.tar.xz ffdcee75b78c281f7d71ef20c18b2bd2 ucdavisthesis.source.tar.xz 1210ec060ff65753b076be0c8d09446b ucdavisthesis.tar.xz -5bab1d07d036522e83f9eae51c23e3ea ucharcat.doc.tar.xz -c6c4f0afae46266032b7f1b51768a050 ucharcat.source.tar.xz -eb10b951121198c4a2981ae6f5de543a ucharcat.tar.xz ad921e6ccbeeaa76a995a3da40441250 ucharclasses.doc.tar.xz 891db0349ceded8b96eecd8588e3c2c5 ucharclasses.tar.xz ece2a4110b4bc9ec276a4000d5e13978 ucs.doc.tar.xz 84273e80badc0d8a81138edf754becf5 ucs.tar.xz 2535173dec2a93ce01d505c046b159ba ucthesis.doc.tar.xz f25e2c5fd17351e50e1df4b680ea1441 ucthesis.tar.xz -30bfd1ad796774b08b0d85f671bf4466 udesoftec.doc.tar.xz -e52f8ee0e63184b300cdc870b03f76ba udesoftec.source.tar.xz -6880d8f1aedc2373859f1601d4ee99a9 udesoftec.tar.xz a91c28c37772978887b7aa0cc241cbeb uebungsblatt.doc.tar.xz 457833fb4f5e0240c3197b3be3f30fc6 uebungsblatt.tar.xz 769e497ef5a62fab9ebd814347809bed uestcthesis.doc.tar.xz @@ -6632,9 +6339,6 @@ b6fcc29942c08e760b9c3b1dd7b1b6db ulqda.doc.tar.xz f8c63cf93a824f5fb917d7a81f315a2a ulqda.i386-linux.tar.xz 6219a882e8592c12e78773d59074e4b6 ulqda.source.tar.xz b50b104a1bdb0843b9a9041e4bf0e24d ulqda.tar.xz -de36980a84837edbe638ef24183a0bf4 ulthese.doc.tar.xz -8d4807b1c4458dcc424b35964036719e ulthese.source.tar.xz -f9a51274e4c6cdac0b02d994404569bd ulthese.tar.xz 1b9065ab47fd9fb190948ce08356e7bc umich-thesis.doc.tar.xz caa69ddc6e4f2665b22d87762de8b525 umich-thesis.tar.xz c39eeff80bdaa4ebb4fb74bbcd5fce48 umlaute.doc.tar.xz @@ -6663,9 +6367,6 @@ a4efddc628d56355a37609364ae51bbe underscore.tar.xz dc0184a6176facee4eb5787d09997b67 undolabl.doc.tar.xz d15ca673d8ea32ea7a12bef0577530e7 undolabl.source.tar.xz 8b7a338009d69dbec633fb98b9778ca2 undolabl.tar.xz -0a9ab17c855a462dfe8198fb2300386b unicode-math.doc.tar.xz -e1e6aa3b773f4254f129fbe8dce456a1 unicode-math.source.tar.xz -8b37d59bcbcdc1092515cd528ea3be88 unicode-math.tar.xz 3d2c35cbd3bbfa676ccc087f5a44700d unisugar.doc.tar.xz da06cd432a4ec8cdbcb79384e0f69131 unisugar.tar.xz db3f1cfa46eeef27db9bd6f3f4d409b3 unitsdef.doc.tar.xz @@ -6697,8 +6398,6 @@ af2df2fc28ff1b071c7ea7aa8cda0a21 uowthesistitlepage.doc.tar.xz 238d99f3766af1f9be40b9f20ba44624 uowthesistitlepage.tar.xz 69ca906f46aaea6503d88b06c584577e upca.doc.tar.xz 0907e83e756f1625a99ed09f5a5270a9 upca.tar.xz -6964dd22ea5d319fc0fac058047b2fbe upmethodology.doc.tar.xz -e12b3d7c4c6a6569642506fd0cbbcf41 upmethodology.tar.xz 61f2cff7cc53294b5df81b2651de9c59 upquote.doc.tar.xz 338a05b4e15c00b6e562003c845629ac upquote.source.tar.xz a0b2afebf097b6110cfa3ee0d3b8d57c upquote.tar.xz @@ -6731,8 +6430,6 @@ d3a90dd347a3c6514f303225c5888156 uspatent.tar.xz 98d5570f48b2825b8164f68481532a9d utf8mex.tar.xz 6eddfd0386c5a4a2f92eb0c1dd159273 utopia.doc.tar.xz 54bd2c1ec964952fba3c4172e8fa27a9 utopia.tar.xz -f5ae747b8a36c73e4859a3d5f1108612 ut-thesis.doc.tar.xz -4c040ffe1448b72f04345e62f468c5b3 ut-thesis.tar.xz 7e43845c359b5ef5cffaa371bc33d8ad uwmslide.doc.tar.xz 5977f5696bcbd898871cc03752fd6c98 uwmslide.tar.xz 5c6158ceef95f35701e84c65c09624a1 uwthesis.doc.tar.xz @@ -6851,8 +6548,6 @@ c45bec60219b6967430af31a1569f9c3 widetable.doc.tar.xz 85ff7934dbb53b0795aa1ab30908517c widetable.tar.xz 819aee79cc25c56e21c0a793800c320b williams.doc.tar.xz 1101dcde0b7c96d0a65a3d92ff89769f williams.tar.xz -818775c24ceccd494c87aae6797d855f withargs.doc.tar.xz -f6697e23b5e9208323936047d843e977 withargs.tar.xz 85eedf1362057621cc394463ea788818 wnri.doc.tar.xz 949c1101f4e4f3633a29247eef43e1a9 wnri-latex.doc.tar.xz 93c23476b3174771d49467abe0456097 wnri-latex.source.tar.xz @@ -6871,8 +6566,6 @@ c1e0ad76591452193feb8c1dc9e8a4c3 wsemclassic.doc.tar.xz a5f0c8c5b2827215ee8ea565f3ca6cb6 xargs.doc.tar.xz 81f9c251d41b21ccff35a7c506fece52 xargs.source.tar.xz 83dc28f3dd34921a255747b08cc66d42 xargs.tar.xz -5c258390ad6506b48aa6ff71e137c1df xcharter.doc.tar.xz -daa53f87b5b70d07b4bacade3b5a8bb5 xcharter.tar.xz aad2c43707557aed3a9b985bf4721fce xcite.doc.tar.xz ba1558ba8b8e27a68100f81efe91ff20 xcite.source.tar.xz 9a5d7143b0f784e14f760262a0a93ee7 xcite.tar.xz @@ -6937,18 +6630,12 @@ e02e7ddefe491420c8e996975a5761a1 xetex.tar.xz 08731e57a5b1a6976065468b922f4535 xfor.doc.tar.xz d291f4f7f338df7833b7d1fe84bc7c81 xfor.source.tar.xz 093995024da5d79d53e1f6d0c96b4210 xfor.tar.xz -4b27891b09dd42c65e3b27355412415a xgreek.doc.tar.xz -d0709081ebb4e8e1ae3eedbfc45d0e96 xgreek.source.tar.xz -bb27d2a508e4fb229e3d6fa04ebaf621 xgreek.tar.xz a5a26610a9f58fa48b47a031c0b91292 xhfill.doc.tar.xz cf5355f7bcb72ec665b640ae13431ed3 xhfill.tar.xz 843e22ebe2cc44b0414736d2677081b2 xifthen.doc.tar.xz 2e87315de66adec73d85110f1c45e29a xifthen.tar.xz b96b6882a20238b9941808e2796f3ebc xii.doc.tar.xz f3be6af7ee0a8f4b3b2cebbd6dd090a0 xii.tar.xz -caba2a56821c61864188db6f5861f4b7 xint.doc.tar.xz -06f61ae3c4319b42132a79224425e5fa xint.source.tar.xz -f0c5f63302d35dca60d6ac76dd008dbd xint.tar.xz 954bb68c107131ba5f0dc902a88e9882 xits.doc.tar.xz 4b41195579324c7c1645d21343ee204d xits.source.tar.xz 5466033a90abed0e3d79faceea85416a xits.tar.xz @@ -7081,3 +6768,373 @@ bb770d03eb8350c61b3833b9d60046ab zxjatype.doc.tar.xz 47640fd10c4c094655a766b545e0482d zxjatype.tar.xz b1de10d4bb7040fb33d994c83a21dd72 texlive-licenses.tar.xz b7a9f37e4f88aac40c8621cb4cae72fc texlive-20150728_r37987-source.tar.xz +ecf7fd68a39558e8502a475420eca5a6 acro.tar.xz +ce44342c99a1b4f815862f44c516f75d acro.doc.tar.xz +9f26006d20fefe1961d0b82c751db7b4 alegreya.doc.tar.xz +c023ed81643640799597c053669e65e9 alegreya.tar.xz +16b98e2f713712804d836da557fce4fb pdftex.doc.tar.xz +8558d832c5b77de337dd406dff5e471a latexconfig.tar.xz +562a4371d56352b138b3a40d720dcd6d alertmessage.doc.tar.xz +6e2c67a4aea56e4d4b0824d27f429ead alertmessage.source.tar.xz +8519818fcfd8f9bcd2b4a48e03fe7cde alertmessage.tar.xz +cdbd50ec9e6d52038cc8df903ee8ba13 algorithms.doc.tar.xz +38d18cb8825fda4d0681481c2ea722e9 algorithms.source.tar.xz +c4482676c26ed13234e0c1d60f4cf568 algorithms.tar.xz +c4138e27456178b3be2159259499e4b0 animate.doc.tar.xz +1ac1901e0cdffcc5ee0b52043af66a99 animate.source.tar.xz +418a31241f70f3f1dbe8bc24bb124936 animate.tar.xz +7111e129c70bdf4a0ce11e3d0e59c739 arabxetex.doc.tar.xz +15443f6d795eb60f2d8f059b54d989d4 arabxetex.source.tar.xz +418adb5824ad506e35bdc52d01643835 arabxetex.tar.xz +17997b6afab08a235b9232af18d263d2 archaic.doc.tar.xz +366369e1c080b34d40d2045fdbb7636b archaic.source.tar.xz +0773b1bad7bbdc6a3d48f9cc9498a10f archaic.tar.xz +08926afd3de6bec9e2b98814db496cda babel-bosnian.doc.tar.xz +a978348f36408d60d0b2716b0805e39b babel-bosnian.source.tar.xz +1c6207c8c0f0272ec77c1d75aedb49d1 babel-bosnian.tar.xz +d3a8fec517585fe92f5dbe01184c2537 babel-estonian.doc.tar.xz +d605f1df6cbe26210dd45f2240129654 babel-estonian.source.tar.xz +6782bf428649bf20619d9e9940eba7c1 babel-estonian.tar.xz +8aa494eeb5c5c14ba0d019af46457d3d babel-french.doc.tar.xz +f2b4e86080dac118046a946436754035 babel-french.source.tar.xz +7e732b84f44a53aca8f1c19d3a328a78 babel-french.tar.xz +c8e59e5cbb3bdb4e22f6918109164729 babel-greek.doc.tar.xz +1e14827b784605942fbf42babbb7c5eb babel-greek.source.tar.xz +9a43dda177f4b2379e76898ba5ce4372 babel-greek.tar.xz +4ddf252cab759604183f19b15f5092e3 babel-latin.doc.tar.xz +e9fa6b9f4e14bcca68a79736ed8c0c59 babel-latin.source.tar.xz +db77a712c82720f9e94510c46a946210 babel-latin.tar.xz +3774e106e540014af455e1ad73447f15 babel-sorbian.doc.tar.xz +bf85ae39a55d54793342b4a553fc5797 babel-sorbian.source.tar.xz +368f7c78174e2ee51a06bdcc3f5394ad babel-sorbian.tar.xz +3389fabf191078e82a4b3a35cca8f0c4 babel.doc.tar.xz +0eb00de10069ff1f7de25f28c5b06f57 babel.source.tar.xz +196e1bcbd7c886d79d1a34e303e7a7bb babel.tar.xz +6a3310e69426e20da3f0b73e5b8092df babel-welsh.doc.tar.xz +d2506857a11ab5aaed41f65d351cacb3 babel-welsh.source.tar.xz +4b8619a526c783e804fa5201809a0a9c babel-welsh.tar.xz +05c894ab68e4dabe173458f3e4ca7d6e beamer-FUBerlin.doc.tar.xz +513e13373ecb717cce6b7b77b6e0c874 beamer-FUBerlin.tar.xz +5bfec4e50b4cbe60eec88c02c8e5c721 pgf.doc.tar.xz +6a281475f025db909d5ef34acd8c3d17 pgf.source.tar.xz +465bfc97bfc80ab3ee6b2c6038538daf pgf.tar.xz +c333de8938abbe816b64099729012bbc beebe.tar.xz +e252507dcc4a803e0a018965b67307bd bidi.doc.tar.xz +e15765da08bde911901e48e3e1eca41b bidi.source.tar.xz +de5a8fac47296a40459a4f85fd828785 bidi.tar.xz +3135cf14bf107cd05490416b2cfcaef9 bigfoot.doc.tar.xz +71471c19ffe04183b0106dd2ba555123 bigfoot.source.tar.xz +f3472cd89ca587ff15245d84f4219bc0 bigfoot.tar.xz +3199e0c592debfd58eff4264106d19d6 blochsphere.doc.tar.xz +5580982c5b6870852a3db5a2a5e3ef87 blochsphere.source.tar.xz +669e1df8fa1d273ffc31f539e5f415b5 blochsphere.tar.xz +173b32e5e459f896ed5ee5c84c6b451b breqn.doc.tar.xz +e39b40c1d465a5474e5fca74553a1c5f breqn.source.tar.xz +c8053ff170d577469603d098780adc48 breqn.tar.xz +4506c461ee5d6b7516ec8fd7582d07e9 bxjscls.doc.tar.xz +384da4170c9718af8896fc012a84ddbd bxjscls.source.tar.xz +abb26a49612346fc14b68369d69989ad bxjscls.tar.xz +49c1537a3fc3a606aa296393fc91c5f2 bxpdfver.doc.tar.xz +e5e61c288c1f1d30c6d4c14538a4b54a bxpdfver.tar.xz +28ed924de164f42c59b8915b8ef1578d checklistings.doc.tar.xz +ced571a12d32011968c37a7c4d0ab15f checklistings.i386-linux.tar.xz +0a0b15871bd61d03e8cbb60da2617b7e checklistings.source.tar.xz +286f2b578d2170d1fd8d86e6bb7eb29a checklistings.tar.xz +46bfeff7615611e24c84b2a04c36aefe chemformula.doc.tar.xz +56eba9490264921e4e70f84336821680 chemformula.tar.xz +80e6009fecddcbc17b98c84106f58349 chemmacros.doc.tar.xz +dd5431ddc0484163ab3eb993a02aeab3 chemmacros.tar.xz +e319de397cdb055359148f1d0a076adb chet.doc.tar.xz +581cae879c7fe67312f92fb6b6a45d86 chet.tar.xz +ce293034be62e220442a78b5b2d65a8d chronology.doc.tar.xz +ac7f200194b23243f5455eeb2e7ef9fa chronology.tar.xz +32e739ed037613a4764556f1ad73c0ec classicthesis.doc.tar.xz +1921c11a2949cbd94a2c0dada1631336 classicthesis.tar.xz +51e8cdbe916a4163af91bec73e9b0053 cleanthesis.doc.tar.xz +84e4a0c1d1409d5454233e0905fa7315 cleanthesis.tar.xz +bb86ea6ffac99140b088925067712aa9 cnltx.doc.tar.xz +1af24df057c456c233106bbcf3d17a1c cnltx.tar.xz +bed6a34b59da915fe6fc58d2af44d136 dvipdfmx-def.tar.xz +2a5e00a8393f080885b54bb7da33a209 dvips.doc.tar.xz +8a2173a5d38fe700c8e22918a244e950 dvips.tar.xz +bfbb7afbdd85a3ea6fbb9bedf3248e32 etex-pkg.doc.tar.xz +7b478ee402a0388247162c1aad6451bc etex-pkg.tar.xz +983f5e5b5f4e407760b4ec176cf6a58f tetex.doc.tar.xz +4b4c0208124dfc9c8244c24421946d36 tetex.tar.xz +32333ce45b0541c553466c57586f84ba texlive-msg-translations.tar.xz +785de35b72dcb4e886dc67e3bcbf6c56 texlive-scripts.doc.tar.xz +8cf706cbc0b9735354b28ab3e2082f6a texlive-scripts.tar.xz +eac1af68c5fb6cba954e932eaabdaf10 collection-bibtexextra.tar.xz +a6573d4c35cb757cba7b82c463bda453 crossrefware.doc.tar.xz +81c4d48256d45911281837b8eb18f8d2 crossrefware.tar.xz +1466248db949023bcb73d9a2d8f50090 nar.tar.xz +2beabf6080534dfb4e97d80f91c60ec0 nmbib.doc.tar.xz +29282f87e926ee368a2b5e23d417e38b nmbib.source.tar.xz +ee38ee33ca18017919f0dc705b80be29 nmbib.tar.xz +79b0183cbb7116ba739217b8c3c4a1ec collection-binextra.tar.xz +71403cc4239e3f722416ed2c26e46dfc ctanify.doc.tar.xz +fee9a474cb154a1d9c964e5f2b5a1b64 ctanify.tar.xz +464e2e6e2e465e5a580a652dc24f731b dtxgen.doc.tar.xz +ba00ae6770dc5376b58f768683c8f3e4 dtxgen.tar.xz +5b06a946166075153f9151087ba6daa3 texfot.doc.tar.xz +facb61475027fed712893f917e2b1085 texfot.tar.xz +83dd10684186dae0163c2f4e62e98c5b context-letter.doc.tar.xz +1192ba7f56093dfc511c08413e40d467 context-letter.tar.xz +5b732579f5a4003a915688d3aa405536 collection-fontsextra.tar.xz +f57cb866c682cbef7aa042859f6920b9 dantelogo.doc.tar.xz +707f23c87f576271e15757ba52f3f056 dantelogo.tar.xz +664f75f3bb54f2462e526e25a4c1a7cf drm.doc.tar.xz +3e47318d39877d988687a4a9c3f521ea drm.source.tar.xz +24aed0779088927c8e70918104abcf72 drm.tar.xz +88155be5a1def9404d827c7a2cef6d30 fbb.doc.tar.xz +dbaf66ae4fb8be60e2e47fdfdc5bb63f fbb.tar.xz +248d9af73d2a9e4300d73b682c238c3c fontawesome.doc.tar.xz +79bb1dddb8bdec77844d8328d6b02052 fontawesome.tar.xz +8efcc9e63fd24784cd4cf749ccca6f2b old-arrows.doc.tar.xz +683d2fd1357e5694bfce213d405ac89b old-arrows.tar.xz +fb33609c8f8cf2bbc52d3251f7f94e82 gothic.doc.tar.xz +43ee5dd0a55873376f09a39478d8292c gothic.source.tar.xz +4943d32d968b8cbd1644239c00010ead gothic.tar.xz +79b11a34210aa545e042b5fa2fab0f77 newpx.doc.tar.xz +4799c7f1865099ca8e1e44606c04ee2a newpx.tar.xz +16d35475d40cfd137fa79a7193bae20c newtx.doc.tar.xz +428c53afc950e5b1d345167697330d46 newtx.tar.xz +d6aee181f4520e5989b1d31b86f7a9d3 rsfso.doc.tar.xz +3f31385bd875dad1402bb5075ff2058c rsfso.tar.xz +38361b3f9e20f9b9917d69b857ec25f3 xcharter.doc.tar.xz +84f1b412568027c0ac37a65bccea1279 xcharter.tar.xz +4565d4e89e1293bdc64308559b32410d fontname.doc.tar.xz +41ccfc63930081deef3a0c45e0dec703 fontname.tar.xz +494378d4c80012ad58d1cc5e8d13d83d tex4ht.doc.tar.xz +57cc37182937e33132563d18b4456d57 tex4ht.tar.xz +74975fb0626037fda81619956debd62c eledform.doc.tar.xz +e6b3c78920ad9684dff786109196ca99 eledform.source.tar.xz +92bd24730832fd5745c5e0efc4710f1a eledform.tar.xz +769dbb5a9186048aa007006d1354106d eledmac.doc.tar.xz +347d3734b96641aca5eb484bd05c6852 eledmac.source.tar.xz +c3dfd119bf8b28081adee913abf67994 eledmac.tar.xz +15ad4b44f68615acaa358faf0cd76094 metrix.doc.tar.xz +786bec116885fba8bb87b8fc46126a37 metrix.source.tar.xz +9ab3d2a83acaf3a24b13545788c7d63e metrix.tar.xz +d0b1742924a74345cb5fe5b40def83d4 reledmac.doc.tar.xz +c9f4cadc94a07be3a27a34ce3ae3f6fb reledmac.source.tar.xz +2e38d8df78839860ddb37d1f70c1677a reledmac.tar.xz +58ba0205757674e312b6595a6250a44a disser.doc.tar.xz +ad95a5bee35b6be80148b0bb450ee789 disser.source.tar.xz +88464516c1c2e71a44b63e577a709c33 disser.tar.xz +26786499a8e21a2f89c122215963ee42 csplain.tar.xz +d43c6f1149a91ebe4e0a8b845e8a37ed collection-langeuropean.tar.xz +e54abd05dc6a88b4f1a095314a84ad14 nevelok.doc.tar.xz +e925be987852496fdaa69ecc0433a037 nevelok.source.tar.xz +a061e96984417635fea529f8acccf903 nevelok.tar.xz +ae90b24c41b7920e7d3a652ae8b99f01 collection-langfrench.tar.xz +421538bcc1f796f0303ead86ddf91f31 e-french.doc.tar.xz +10bcee12dc16cdb0fef24a8c9793a39c e-french.tar.xz +15b2df95b12b3e64855f317aa1916d87 udesoftec.doc.tar.xz +97bd4c62dcfe648a571643a8fe59d1d4 udesoftec.source.tar.xz +d065ea172b4efb4fd4a02d944fbd2e3b udesoftec.tar.xz +749dc9588c90a3dccf085ed1a4a35786 greek-fontenc.doc.tar.xz +448d94132e82e176d1e23df35b5aeba8 greek-fontenc.tar.xz +f09ff4a42a04d14fac20c84040858592 greek-inputenc.doc.tar.xz +a9f0f7be6da2f5f3820460a5c3f40668 greek-inputenc.tar.xz +2ab0d0d8a29ac24a4d2450dbe9ac64c4 xgreek.doc.tar.xz +f51428bb190cd5cdffb5bdd370cd2bc8 xgreek.source.tar.xz +693033b13cae51db9e9f044e3c9eaf8c xgreek.tar.xz +6ad86b6d4bef323bae27204c44ae64de luatexja.doc.tar.xz +e1146ed2cd4aa30fb07aeb1cf78a89d1 luatexja.source.tar.xz +78d96a03ecea31f1d9668b547664e668 luatexja.tar.xz +b0683620b30d5ad94d3b65b130563b0f ptex.doc.tar.xz +13c27a97c307bf35467d5b307553c324 ptex.source.tar.xz +d5453cc11f842ea9f6d9480d6052f35f ptex.tar.xz +b88b7e53fd4741810026fd90f7005f3d pxchfon.doc.tar.xz +8d39adb8fd8a8efe075ce3694b6e47c3 pxchfon.tar.xz +7c032651a30e83571909289e28131d37 kotex-oblivoir.doc.tar.xz +f730912521dfd6a0aeeb233be94900df kotex-oblivoir.tar.xz +2a90afc04ddaf011329abf16d65ff005 collection-latexextra.tar.xz +c7b5a2cb514af9f3aa44e37f9e2c09c4 ctable.doc.tar.xz +cf4bb2cdb7edc9988f68cbe2ba93a555 ctable.source.tar.xz +3c91dd195666af782b464dcd0e38967d ctable.tar.xz +b2c08ed5059211ca0b16302acefade10 l3kernel.doc.tar.xz +8c320906056e7bbf7076bd9aacbaa24b l3kernel.source.tar.xz +01b4336874bb4148293bfb5fd68adfe5 l3kernel.tar.xz +7ba16d654cab4fa6dac8675bb5598988 l3packages.doc.tar.xz +d44aff78dd8e9358835527f807c6a061 l3packages.source.tar.xz +9ccef9b181f14e81679a1580d34c586d l3packages.tar.xz +63d9b9e8effc4352135c2fb3046bf0d7 l3experimental.doc.tar.xz +792d190d9263c8d7a7254dc92f1fa9ec l3experimental.source.tar.xz +48e8951d07d60694df99c9336adb130b l3experimental.tar.xz +6061ee25b0a08fb4421c84641d27c584 pdfpages.doc.tar.xz +a10427ed3e9c9d7973d98aa05a589632 pdfpages.source.tar.xz +35716a657e638fe4fe83fd66c3811b79 pdfpages.tar.xz +2a36d1ae75e8a7b1c6a5bd3d9acb46c1 collection-pictures.tar.xz +ab03f68923b9fb5f0a1e8ddd0b5038f1 fitbox.doc.tar.xz +6527ef1ac178631c5493305f44e2e7cf fitbox.source.tar.xz +6e02d33a6fff47178d6c37924169d853 fitbox.tar.xz +b2ccb18146398f9032c837003a8421bf forest.doc.tar.xz +95cd0d3860ffca50082b929a69ac6364 forest.source.tar.xz +be7f385351f0b699c9d3262772ccba72 forest.tar.xz +4d3c465f45139425804b270c2f363055 tikz-bayesnet.doc.tar.xz +6025ce998c022d210f77291a175531ec tikz-bayesnet.tar.xz +cbbebb8c293d6db5fc68de248e35ae38 datetime2-basque.doc.tar.xz +08e72fa51828f862ddbb3d37e1906e5e datetime2-basque.source.tar.xz +34d956e3f7b30036e99e919ebadfd9bf datetime2-basque.tar.xz +6a17995d623216dd369c678b1dc3caa8 datetime2-it-fulltext.doc.tar.xz +5b7b02862350460ed9162074a49d7db2 datetime2-it-fulltext.source.tar.xz +4cd0cf2dad684fea9a85941f0fb71dd0 datetime2-it-fulltext.tar.xz +b1807f8dee8383dc167757a19e6dab14 detlev-cm.doc.tar.xz +22a70dee302c6552756f35f12abf8b39 detlev-cm.tar.xz +d5e781fc85cb1784360b700c89a45f34 doclicense.doc.tar.xz +ab2acdfc7e5c812ce666f85d627c0d32 doclicense.source.tar.xz +0f79114cce5b37468b00d69f21b6c5d8 doclicense.tar.xz +925e348bbd65f94f6df710cf5f0e22df easyreview.doc.tar.xz +8ae512ae3bbc1afefef537903c9000fd easyreview.source.tar.xz +bbbb99375858fccba0071d4084b43d62 easyreview.tar.xz +df6bd05113021851d4a8d8bc2e1b1314 ecclesiastic.doc.tar.xz +ef699c0f0059829358b88a25387d8030 ecclesiastic.source.tar.xz +56cb76db923405b4ed9bc5093031ad90 ecclesiastic.tar.xz +ad5d9fac65ba5a570e0533b30a707fe5 embrac.doc.tar.xz +6295d2f6d91dd9a359fe83c31aa01d87 embrac.tar.xz +dc65ac9edfe9c113e694a25236d4291d enotez.doc.tar.xz +34a16f14e6816a5b09bb64184f4b3785 enotez.tar.xz +3e26f9b40c34e1385ff4b3be3a081ea5 etoc.doc.tar.xz +b2a7b79a5e9d64f72c6260b897404069 etoc.source.tar.xz +68ebd95048a32f2cd40fe0e6a30402e8 etoc.tar.xz +55c592f75bfe5acf59015cd84af79359 etoolbox.doc.tar.xz +d118fce761274d677c3774d8fa24f3b6 etoolbox.tar.xz +6e7fea1f000fa422b1e83882e6c284a9 factura.doc.tar.xz +a39fd752a8e5047c01dec11e01f54967 factura.source.tar.xz +c7e4bfab3189b6219383b9fe92304707 factura.tar.xz +724ee9956c69d9724cceef380bb7e1b5 fithesis.doc.tar.xz +195dcc81d32817834a7993763593ce07 fithesis.source.tar.xz +a3c61d49f2df9e619cb7eb334c54c47d fithesis.tar.xz +004a89b6d8766d24844a75786973a6bf glossaries.doc.tar.xz +12fe806b3e38ea03d323e71f3b27ba5f glossaries.source.tar.xz +ae65771232c9b124a244110424ac1fae glossaries.tar.xz +da260ad9e602c6104674acb74e677f7b idxcmds.doc.tar.xz +416f54b839d2da75e5e543a3063b2286 idxcmds.tar.xz +09363b34148fa2d3dc40f9543d704e44 l3build.doc.tar.xz +f50c77d6928e64b3233e7310be5ac7ec l3build.source.tar.xz +c6a675d7fbbe9309fd7f41f8a400a8fb l3build.tar.xz +61cb03f7379058088d4da92f7da76e4e lettrine.doc.tar.xz +089118ddede5d9cce02112861047e645 lettrine.source.tar.xz +95f79408def03ebc348eacd9dbb04633 lettrine.tar.xz +ba428b88f2abcba395e04489ed5eae5e mathastext.doc.tar.xz +c73d384c30be03257ba39eb850e6d493 mathastext.source.tar.xz +6e07a32a68ac25c0b240bb3b60c11fd9 mathastext.tar.xz +6300b5a7afc654b4472d8a4f708f6f09 media9.doc.tar.xz +fb686e7d64ab29cfb2fe102d7968ebb0 media9.source.tar.xz +cf1cbc2f3edd28a568ff1e64191fa8cc media9.tar.xz +53c9cc9f11a2db1090a5eef891eefe39 medstarbeamer.doc.tar.xz +64b2264c8d2e7dd0821d690c9999c8d1 medstarbeamer.tar.xz +59be42cf8c35728cb8026ebc2f73cd2a mfirstuc.doc.tar.xz +9aeb9c5d6312ce88adccf99fa678a3b0 mfirstuc.source.tar.xz +9b169adc62b6fb049114749b168b69cb mfirstuc.tar.xz +e6294c36f8a39805c3acddd61c52fc6c minted.doc.tar.xz +40f8df6244a706d76ec35d2ec017680c minted.source.tar.xz +5499940dd47a0c46f5607219fcf26687 minted.tar.xz +6e96a001d09d8f6f465554406863c7f0 moderncv.doc.tar.xz +c1735d8622bfc44728c0dc5a51f9a083 moderncv.tar.xz +a631fdf3b66540ab5fec174d48905e08 moderntimeline.doc.tar.xz +d6ea087ea76f970c741671b95e718bb0 moderntimeline.source.tar.xz +107db16ce353c2dfa94a5ec054b3c69c moderntimeline.tar.xz +395d2e9a53c9184a9eb4747b8f8f2502 multiaudience.doc.tar.xz +13f1a912016b51b31edacb0afe459e5d multiaudience.source.tar.xz +cdee0bae73996344a4c272170d6500ae multiaudience.tar.xz +34e01c5ead23fe8a0307067496f89939 notes.doc.tar.xz +13a0bc238eaee2ca104425b9300c66f9 notes.source.tar.xz +7d904e127e3bc06c496ff36d3a036fc5 notes.tar.xz +85fbd832a6e3dd24673c0e3fa9aa8c61 ocgx2.doc.tar.xz +20258e279286bccd1cd06bd5f821bfe8 ocgx2.tar.xz +a10494b4c5456ca4493e50848b413582 pagecolor.doc.tar.xz +a150b36f291ad325ee041dcb3e8fe8b2 pagecolor.source.tar.xz +44fe9453789b71c53bec2821bd428078 pagecolor.tar.xz +96c80dda884f55d77643a46e272f220d pageslts.doc.tar.xz +eefb40f9ea92f5b4d65ab89ee0fa9443 pageslts.source.tar.xz +59524b4b8dd75867b6b2508db70e7737 pageslts.tar.xz +629b609abca09ec60cd3129d259e5d54 pdfpagediff.doc.tar.xz +0d9f9d404ec34eaed28202451d0ef68c pdfpagediff.tar.xz +f816480e03d1c82e23d3efad1444f468 proofread.doc.tar.xz +e437d7b8ad351c2317f4b1d49cf50207 proofread.source.tar.xz +d6a7165558a3c46a74989375b148f0d6 proofread.tar.xz +a4bee4ceb8c89137c4c32108f6ca74a8 shdoc.doc.tar.xz +1aecf0f92603e20133548b3ea4bab3fb shdoc.source.tar.xz +f6cb878560310b8f08e75b390cba4eff shdoc.tar.xz +b9a4ce3c602b07ab19a46f450dd71ea6 tcolorbox.doc.tar.xz +5ff8fbf30aaf7b2c15180f3b444ff279 tcolorbox.tar.xz +7c03a1fc8f93266f5e8073300695c2ce translations.doc.tar.xz +cfb1c861a656436b03e4a81d8f01eff3 translations.tar.xz +859bcf94db8d4517b79beccacf01d7da uassign.doc.tar.xz +a150796dfe4ab25db6201d519870d254 uassign.tar.xz +289da95d1b7800fbdd353f4a232b99e7 upmethodology.doc.tar.xz +8650227068dc546eba8e3fbc2be73425 upmethodology.tar.xz +a6638aca334f58c68ab58a543662fbfd withargs.doc.tar.xz +5744e6d1d957265e7d5e84a2548c3cfd withargs.tar.xz +0c7d241e24b14b87735f1b99eef4f400 xint.doc.tar.xz +64794d5a8c44e56ec1d5e07176ba51be xint.source.tar.xz +e86f5c7d7ca7b72bbb0107d63d49f44a xint.tar.xz +4a99b62fa4c3cd77a72186ee0d976b18 luamplib.doc.tar.xz +e529046d47585749bf2cb5bf10d1a79d luamplib.source.tar.xz +36276773ce5042c73022ded58a738c32 luamplib.tar.xz +04a0d1e9db1e6c64ceb715f87178ceb2 ucharcat.doc.tar.xz +f26377545caf78f47afbebe98e79a9a0 ucharcat.source.tar.xz +07f1267dcae1a4a76dc094ee22cdbf99 ucharcat.tar.xz +ffe2413403c900275ab8a7fef5e5a993 mhequ.doc.tar.xz +424cf62b0c5a5231cfd26893c5836a7d mhequ.tar.xz +d0fd1a5fa77923c4465711127f3abf6a unicode-math.doc.tar.xz +33ec3baa23a851f8c12e6cf2f4a37feb unicode-math.source.tar.xz +03ab7e733d6faab9d88cbd21a51a8605 unicode-math.tar.xz +9e56df6ef92ba3af26787208fcfbe419 collection-metapost.tar.xz +8928a77da23db465eaaa09d26f970a85 mcf2graph.doc.tar.xz +1762bc92afa6c4a69b80b72bc02750fb mcf2graph.tar.xz +2ad29112b1a7ef70ca857753279d060c roundrect.doc.tar.xz +0fd63588a00c3b00f49b7c797b591241 roundrect.source.tar.xz +a05911e052409b6811a736dba0629897 roundrect.tar.xz +25fbae114a45d0f9c3dd97c712545973 shapes.doc.tar.xz +fd93b40af45ebaf274dcadef72f8ac04 shapes.source.tar.xz +c2be961be9fe5e98c074b34e886c96e9 shapes.tar.xz +da482273c4fc1ae6f54019ba224a6aca leadsheets.doc.tar.xz +6a21b5fc6bd9b104c9e8b262582fe62f leadsheets.tar.xz +8cf1370e07ea92ea5fb2f6841c594a85 musixtex.doc.tar.xz +6fa84d089faa62a81ed52a67d8021e2e musixtex.source.tar.xz +47c27966ae01913e2d5cb0221ddb7a2b musixtex.tar.xz +1276acd02b83ddd3e5a4855659ee72fa font-change.doc.tar.xz +5c3cdcd9bde1dc11cdb406c1c9c4ee94 font-change.tar.xz +98a6e33bb1d6f1dbdf656254b0ae3d0a pstricks.doc.tar.xz +78597eb33fb50c4d8a9067d9bfeb5698 pstricks.tar.xz +e2bb3988a26d747a1c33caa57039e0a0 collection-publishers.tar.xz +edfef2c9c83bbd58093931c70c7a80a2 IEEEtran.doc.tar.xz +0fc4f6bec699a550e5fa75d6b0bddb2e IEEEtran.tar.xz +f8e40043e1d6bf7885bf744d18d371eb fcavtex.doc.tar.xz +56817bbac46e36633f07d99524a8a31e fcavtex.tar.xz +1813201995b7f5e55339eadef5c7738f fei.doc.tar.xz +4ec15a6ef2dc2ab926ab435ad9a715f1 fei.source.tar.xz +56315ee84a89726faf251181da49857c fei.tar.xz +23d39e603e141d82aaae92528eece4ea ndsu-thesis.doc.tar.xz +8c56de02ea15e7d50f60f17a252f9091 ndsu-thesis.tar.xz +2eb6ffc1a2ae4325ac55ac646c511e9a resphilosophica.doc.tar.xz +840d851f578c054994419ad838eadfa4 resphilosophica.source.tar.xz +f70c740655286fe471972f091897396a resphilosophica.tar.xz +78b3fc5db9c529bcab2217da5f6878ca suftesi.doc.tar.xz +bc1ba310e94d4befab56212be49f8361 suftesi.source.tar.xz +b08e54addf27ac22cd19a8c7fc7aeb5b suftesi.tar.xz +19058e75f5f86dd5abbdbb800225b2c9 tudscr.doc.tar.xz +3e6b975beea8e64c6555150bf5f4d8e7 tudscr.source.tar.xz +a61813ef70505cd6a2ad6366328d9c08 tudscr.tar.xz +5f52d08612b1b154f35cb632089f2a98 ulthese.doc.tar.xz +222d582f70b708c7a31db3b954999f90 ulthese.source.tar.xz +ca0913b14dfc2c4330150849b414ac32 ulthese.tar.xz +b87d0a15a4bdf66f9eb7f4b38b26ff2c ut-thesis.doc.tar.xz +82fb6c96f4173c08392a0489995d2732 ut-thesis.tar.xz +2292d22057205bcc0a1a000b298c3d94 mhchem.doc.tar.xz +000d7d9076f87929544c99b5d589f593 mhchem.tar.xz +acb91473b7e92e7fd763ac021a6c6508 siunitx.doc.tar.xz +60506486085b5f34159be8e62598cbd5 siunitx.source.tar.xz +00c078cb2fdd24af80ff4f2511d6ed3b siunitx.tar.xz +580d394bdff50a7bd472335ff73c4b75 collection-xetex.tar.xz +67cef282a5bfb0c17c9e56fb8de01fbe polyglossia.doc.tar.xz +20f73310f0f585d73020347c8b890495 polyglossia.source.tar.xz +88e7b644cf181545de903721a38edd59 polyglossia.tar.xz +e9579f7f93f759dc3c5e4da4870af000 xebaposter.doc.tar.xz +c9e13e4fe5ccec8a426d125e64d521b4 xebaposter.tar.xz +28da3642de2c0b628268e694ecb7032a texlive-docindex.doc.tar.xz +7e8724e2b444db86000a581af46582cd texlive-docindex.tar.xz diff --git a/texlive.spec b/texlive.spec index c4de910..ec04439 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ %global source_date 20150728_r37987 %global tl_version 2015 -%global tl_rel 6 +%global tl_rel 7 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -56,6 +56,7 @@ 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 @@ -66,6 +67,7 @@ Source6: texlive.spec.template Source7: co_source Source8: co_archive Source9: b_one_srpm +Source10: macros.texlive Source0100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/12many.tar.xz Source0101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/12many.doc.tar.xz Source0102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/12many.source.tar.xz @@ -190,6546 +192,6598 @@ Source0220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive Source0221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-fonts.doc.tar.xz Source0222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plain.tar.xz Source0223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lambda.tar.xz -Source0224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithm2e.tar.xz -Source0225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz -Source0226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithmicx.tar.xz -Source0227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz -Source0228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.tar.xz -Source0229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.doc.tar.xz -Source0230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.source.tar.xz -Source0231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.tar.xz -Source0232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.doc.tar.xz -Source0233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.source.tar.xz -Source0234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.tar.xz -Source0235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.doc.tar.xz -Source0236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.source.tar.xz -Source0237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/almfixed.tar.xz -Source0238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/almfixed.doc.tar.xz -Source0239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.tar.xz -Source0240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz -Source0241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.source.tar.xz -Source0242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alterqcm.tar.xz -Source0243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alterqcm.doc.tar.xz -Source0244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.tar.xz -Source0245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.doc.tar.xz -Source0246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.source.tar.xz -Source0247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ametsoc.tar.xz -Source0248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz -Source0249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amiri.tar.xz -Source0250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amiri.doc.tar.xz -Source0251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.tar.xz -Source0252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz -Source0253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.source.tar.xz -Source0254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.tar.xz -Source0255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.doc.tar.xz -Source0256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.source.tar.xz -Source0257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.tar.xz -Source0258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz -Source0259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.source.tar.xz -Source0260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amslatex-primer.doc.tar.xz -Source0261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsldoc-it.doc.tar.xz -Source0262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsldoc-vn.doc.tar.xz -Source0263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath-it.doc.tar.xz -Source0264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.tar.xz -Source0265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.doc.tar.xz -Source0266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.source.tar.xz -Source0267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.tar.xz -Source0268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz -Source0269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.source.tar.xz -Source0270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amstex.tar.xz -Source0271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amstex.doc.tar.xz -Source0272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex.tar.xz -Source0273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex.doc.tar.xz -Source0274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsthdoc-it.doc.tar.xz -Source0275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.tar.xz -Source0276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.doc.tar.xz -Source0277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.source.tar.xz -Source0278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonchap.tar.xz -Source0279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonchap.doc.tar.xz -Source0280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.tar.xz -Source0281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.doc.tar.xz -Source0282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.source.tar.xz -Source0283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.tar.xz -Source0284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.doc.tar.xz -Source0285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.source.tar.xz -Source0286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antiqua.tar.xz -Source0287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antiqua.doc.tar.xz -Source0288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.tar.xz -Source0289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.doc.tar.xz -Source0290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.source.tar.xz -Source0291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omega.tar.xz -Source0292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omega.doc.tar.xz -Source0293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antt.tar.xz -Source0294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antt.doc.tar.xz -Source0295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anufinalexam.doc.tar.xz -Source0296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anyfontsize.tar.xz -Source0297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz -Source0298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anysize.tar.xz -Source0299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anysize.doc.tar.xz -Source0300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.tar.xz -Source0301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz -Source0302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.source.tar.xz -Source0303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.tar.xz -Source0304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.doc.tar.xz -Source0305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.source.tar.xz -Source0306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.tar.xz -Source0307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.doc.tar.xz -Source0308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.source.tar.xz -Source0309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.tar.xz -Source0310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.doc.tar.xz -Source0311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.source.tar.xz -Source0312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.tar.xz -Source0313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.doc.tar.xz -Source0314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.source.tar.xz -Source0315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apalike2.tar.xz -Source0316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa.tar.xz -Source0317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa.doc.tar.xz -Source0318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apnum.tar.xz -Source0319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apnum.doc.tar.xz -Source0320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz -Source0321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz -Source0322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.tar.xz -Source0323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.doc.tar.xz -Source0324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.source.tar.xz -Source0325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apprends-latex.doc.tar.xz -Source0326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.tar.xz -Source0327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.doc.tar.xz -Source0328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.source.tar.xz -Source0329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabi.tar.xz -Source0330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabi.doc.tar.xz -Source0331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabtex.tar.xz -Source0332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabtex.doc.tar.xz -Source0333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.tar.xz -Source0334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz -Source0335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.source.tar.xz -Source0336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aramaic-serto.tar.xz -Source0337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz -Source0338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.tar.xz -Source0339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.doc.tar.xz -Source0340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.source.tar.xz -Source0341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.tar.xz -Source0342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.doc.tar.xz -Source0343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.source.tar.xz -Source0344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.tar.xz -Source0345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.doc.tar.xz -Source0346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.source.tar.xz -Source0347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.tar.xz -Source0348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.doc.tar.xz -Source0349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.source.tar.xz -Source0350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/armtex.tar.xz -Source0351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/armtex.doc.tar.xz -Source0352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz -Source0353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic.tar.xz -Source0354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic.doc.tar.xz -Source0355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arrayjobx.tar.xz -Source0356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz -Source0357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.tar.xz -Source0358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.doc.tar.xz -Source0359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.source.tar.xz -Source0360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arsclassica.tar.xz -Source0361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz -Source0362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.tar.xz -Source0363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.doc.tar.xz -Source0364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.source.tar.xz -Source0365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.tar.xz -Source0366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.doc.tar.xz -Source0367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.source.tar.xz -Source0368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asaetr.tar.xz -Source0369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asaetr.doc.tar.xz -Source0370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asana-math.tar.xz -Source0371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asana-math.doc.tar.xz -Source0372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascelike.tar.xz -Source0373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascelike.doc.tar.xz -Source0374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-chart.doc.tar.xz -Source0375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.tar.xz -Source0376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.doc.tar.xz -Source0377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.source.tar.xz -Source0378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/askmaps.tar.xz -Source0379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/askmaps.doc.tar.xz -Source0380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aspectratio.tar.xz -Source0381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz -Source0382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assignment.tar.xz -Source0383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assignment.doc.tar.xz -Source0384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assoccnt.tar.xz -Source0385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assoccnt.doc.tar.xz -Source0386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/astro.tar.xz -Source0387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/astro.doc.tar.xz -Source0388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.tar.xz -Source0389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.doc.tar.xz -Source0390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.source.tar.xz -Source0391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.tar.xz -Source0392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.doc.tar.xz -Source0393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.source.tar.xz -Source0394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.tar.xz -Source0395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.doc.tar.xz -Source0396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.source.tar.xz -Source0397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/augie.tar.xz -Source0398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/augie.doc.tar.xz -Source0399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.tar.xz -Source0400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz -Source0401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.source.tar.xz -Source0402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aurical.tar.xz -Source0403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aurical.doc.tar.xz -Source0404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authoraftertitle.tar.xz -Source0405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz -Source0406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authorindex.tar.xz -Source0407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authorindex.doc.tar.xz -Source0408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autoarea.tar.xz -Source0409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autoarea.doc.tar.xz -Source0410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/automata.tar.xz -Source0411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/automata.doc.tar.xz -Source0412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.tar.xz -Source0413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.doc.tar.xz -Source0414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.source.tar.xz -Source0415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.tar.xz -Source0416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.doc.tar.xz -Source0417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.source.tar.xz -Source0418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz -Source0419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz -Source0420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz -Source0421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avantgar.tar.xz -Source0422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.tar.xz -Source0423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.doc.tar.xz -Source0424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.source.tar.xz -Source0425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.tar.xz -Source0426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz -Source0427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.source.tar.xz -Source0428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.tar.xz -Source0429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz -Source0430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.source.tar.xz -Source0431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.tar.xz -Source0432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.doc.tar.xz -Source0433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.source.tar.xz -Source0434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.tar.xz -Source0435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz -Source0436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.source.tar.xz -Source0437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babelbib.tar.xz -Source0438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babelbib.doc.tar.xz -Source0439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.tar.xz -Source0440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.doc.tar.xz -Source0441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.source.tar.xz -Source0442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.tar.xz -Source0443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz -Source0444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.source.tar.xz -Source0445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz -Source0446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz -Source0447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.source.tar.xz -Source0448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.tar.xz -Source0449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz -Source0450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.source.tar.xz -Source0451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.tar.xz -Source0452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz -Source0453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.source.tar.xz -Source0454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.tar.xz -Source0455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz -Source0456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.source.tar.xz -Source0457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.tar.xz -Source0458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz -Source0459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.source.tar.xz -Source0460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.tar.xz -Source0461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz -Source0462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.source.tar.xz -Source0463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.tar.xz -Source0464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.doc.tar.xz -Source0465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.source.tar.xz -Source0466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.tar.xz -Source0467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz -Source0468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.source.tar.xz -Source0469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.tar.xz -Source0470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz -Source0471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.source.tar.xz -Source0472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.tar.xz -Source0473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz -Source0474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.source.tar.xz -Source0475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.tar.xz -Source0476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.doc.tar.xz -Source0477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.source.tar.xz -Source0478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.tar.xz -Source0479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz -Source0480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.source.tar.xz -Source0481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.tar.xz -Source0482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz -Source0483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.source.tar.xz -Source0484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-georgian.tar.xz -Source0485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz -Source0486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.tar.xz -Source0487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.doc.tar.xz -Source0488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.source.tar.xz -Source0489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.tar.xz -Source0490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz -Source0491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.source.tar.xz -Source0492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.tar.xz -Source0493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz -Source0494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.source.tar.xz -Source0495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hungarian.tar.xz -Source0496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hungarian.doc.tar.xz -Source0497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.tar.xz -Source0498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz -Source0499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.source.tar.xz -Source0500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.tar.xz -Source0501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz -Source0502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.source.tar.xz -Source0503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.tar.xz -Source0504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz -Source0505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.source.tar.xz -Source0506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.tar.xz -Source0507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz -Source0508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.source.tar.xz -Source0509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz -Source0510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz -Source0511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.source.tar.xz -Source0512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.tar.xz -Source0513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz -Source0514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.source.tar.xz -Source0515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.tar.xz -Source0516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.doc.tar.xz -Source0517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.source.tar.xz -Source0518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.tar.xz -Source0519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz -Source0520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.source.tar.xz -Source0521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz -Source0522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz -Source0523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.source.tar.xz -Source0524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.tar.xz -Source0525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz -Source0526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.source.tar.xz -Source0527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.tar.xz -Source0528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz -Source0529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.source.tar.xz -Source0530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.tar.xz -Source0531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz -Source0532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.source.tar.xz -Source0533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.tar.xz -Source0534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz -Source0535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.source.tar.xz -Source0536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.tar.xz -Source0537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz -Source0538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.source.tar.xz -Source0539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.tar.xz -Source0540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz -Source0541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.source.tar.xz -Source0542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.tar.xz -Source0543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz -Source0544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.source.tar.xz -Source0545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.tar.xz -Source0546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz -Source0547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.source.tar.xz -Source0548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.tar.xz -Source0549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz -Source0550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.source.tar.xz -Source0551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.tar.xz -Source0552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz -Source0553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.source.tar.xz -Source0554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.tar.xz -Source0555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz -Source0556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.source.tar.xz -Source0557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.tar.xz -Source0558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz -Source0559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.source.tar.xz -Source0560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanglish.tar.xz -Source0561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanglish.doc.tar.xz -Source0562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.tar.xz -Source0563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz -Source0564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.source.tar.xz -Source0565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.tar.xz -Source0566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz -Source0567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.source.tar.xz -Source0568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.tar.xz -Source0569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz -Source0570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.source.tar.xz -Source0571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.tar.xz -Source0572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.doc.tar.xz -Source0573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.source.tar.xz -Source0574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.tar.xz -Source0575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz -Source0576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.source.tar.xz -Source0577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.tar.xz -Source0578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.doc.tar.xz -Source0579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.source.tar.xz -Source0580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz -Source0581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-vietnamese.source.tar.xz -Source0582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.tar.xz -Source0583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz -Source0584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.source.tar.xz -Source0585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.tar.xz -Source0586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.doc.tar.xz -Source0587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.source.tar.xz -Source0588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.tar.xz -Source0589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.doc.tar.xz -Source0590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.source.tar.xz -Source0591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bagpipe.tar.xz -Source0592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bagpipe.doc.tar.xz -Source0593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.tar.xz -Source0594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.doc.tar.xz -Source0595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.source.tar.xz -Source0596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangtex.tar.xz -Source0597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangtex.doc.tar.xz -Source0598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bankstatement.tar.xz -Source0599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bankstatement.doc.tar.xz -Source0600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.tar.xz -Source0601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.doc.tar.xz -Source0602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.source.tar.xz -Source0603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bardiag.tar.xz -Source0604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bardiag.doc.tar.xz -Source0605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barr.tar.xz -Source0606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barr.doc.tar.xz -Source0607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz -Source0608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz -Source0609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bashful.tar.xz -Source0610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bashful.doc.tar.xz -Source0611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.tar.xz -Source0612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.doc.tar.xz -Source0613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.source.tar.xz -Source0614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.tar.xz -Source0615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.doc.tar.xz -Source0616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.source.tar.xz -Source0617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervaldx.tar.xz -Source0618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervaldx.doc.tar.xz -Source0619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.tar.xz -Source0620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.doc.tar.xz -Source0621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.source.tar.xz -Source0622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.tar.xz -Source0623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.doc.tar.xz -Source0624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.source.tar.xz -Source0625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbcard.tar.xz -Source0626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbcard.doc.tar.xz -Source0627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.tar.xz -Source0628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.doc.tar.xz -Source0629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.source.tar.xz -Source0630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.tar.xz -Source0631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz -Source0632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz -Source0633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm.tar.xz -Source0634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm.doc.tar.xz -Source0635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.tar.xz -Source0636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.doc.tar.xz -Source0637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.source.tar.xz -Source0638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold-type1.tar.xz -Source0639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz -Source0640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bchart.tar.xz -Source0641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bchart.doc.tar.xz -Source0642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bclogo.tar.xz -Source0643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bclogo.doc.tar.xz -Source0644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer2thesis.tar.xz -Source0645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz -Source0646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beameraudience.tar.xz -Source0647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz -Source0648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerdarkthemes.tar.xz -Source0649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerdarkthemes.doc.tar.xz -Source0650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer-FUBerlin.tar.xz -Source0651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz -Source0652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerposter.tar.xz -Source0653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz -Source0654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.tar.xz -Source0655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz -Source0656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz -Source0657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz -Source0658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz -Source0659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz -Source0660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemephnompenh.tar.xz -Source0661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemephnompenh.doc.tar.xz -Source0662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz -Source0663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz -Source0664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer.tar.xz -Source0665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer.doc.tar.xz -Source0666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.tar.xz -Source0667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.doc.tar.xz -Source0668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.source.tar.xz -Source0669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.tar.xz -Source0670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz -Source0671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.source.tar.xz -Source0672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.tar.xz -Source0673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.doc.tar.xz -Source0674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.source.tar.xz -Source0675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz -Source0676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beebe.tar.xz -Source0677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.tar.xz -Source0678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.doc.tar.xz -Source0679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.source.tar.xz -Source0680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begriff.tar.xz -Source0681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begriff.doc.tar.xz -Source0682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.tar.xz -Source0683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.doc.tar.xz -Source0684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.source.tar.xz -Source0685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.tar.xz -Source0686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.doc.tar.xz -Source0687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.source.tar.xz -Source0688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bera.tar.xz -Source0689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bera.doc.tar.xz -Source0690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/berenisadf.tar.xz -Source0691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz -Source0692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/besjournals.tar.xz -Source0693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/besjournals.doc.tar.xz -Source0694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/betababel.tar.xz -Source0695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/betababel.doc.tar.xz -Source0696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.tar.xz -Source0697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.doc.tar.xz -Source0698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.source.tar.xz -Source0699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.tar.xz -Source0700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.doc.tar.xz -Source0701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.source.tar.xz -Source0702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.tar.xz -Source0703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.doc.tar.xz -Source0704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.source.tar.xz -Source0705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bezos.tar.xz -Source0706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bezos.doc.tar.xz -Source0707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgreek.tar.xz -Source0708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgreek.doc.tar.xz -Source0709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.tar.xz -Source0710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz -Source0711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.source.tar.xz -Source0712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.tar.xz -Source0713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.doc.tar.xz -Source0714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.source.tar.xz -Source0715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.tar.xz -Source0716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz -Source0717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.source.tar.xz -Source0718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.tar.xz -Source0719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.doc.tar.xz -Source0720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.source.tar.xz -Source0721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.tar.xz -Source0722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.doc.tar.xz -Source0723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.source.tar.xz -Source0724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bib-fr.tar.xz -Source0725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz -Source0726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibhtml.tar.xz -Source0727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz -Source0728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-anonymous.tar.xz -Source0729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-anonymous.doc.tar.xz -Source0730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-apa.tar.xz -Source0731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz -Source0732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bookinarticle.tar.xz -Source0733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bookinarticle.doc.tar.xz -Source0734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz -Source0735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz -Source0736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz -Source0737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz -Source0738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chem.tar.xz -Source0739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz -Source0740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz -Source0741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz -Source0742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-dw.tar.xz -Source0743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz -Source0744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz -Source0745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz -Source0746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-gost.tar.xz -Source0747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz -Source0748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-historian.tar.xz -Source0749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz -Source0750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz -Source0751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz -Source0752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz -Source0753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz -Source0754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz -Source0755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz -Source0756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz -Source0757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz -Source0758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-mla.tar.xz -Source0759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz -Source0760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-multiple-dm.tar.xz -Source0761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-multiple-dm.doc.tar.xz -Source0762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz -Source0763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz -Source0764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nature.tar.xz -Source0765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz -Source0766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz -Source0767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz -Source0768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.tar.xz -Source0769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.doc.tar.xz -Source0770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz -Source0771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz -Source0772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.source.tar.xz -Source0773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-phys.tar.xz -Source0774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz -Source0775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-publist.tar.xz -Source0776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz -Source0777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-realauthor.tar.xz -Source0778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-realauthor.doc.tar.xz -Source0779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-science.tar.xz -Source0780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz -Source0781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz -Source0782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz -Source0783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-subseries.tar.xz -Source0784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-subseries.doc.tar.xz -Source0785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz -Source0786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz -Source0787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex.tar.xz -Source0788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex.doc.tar.xz -Source0789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-trad.tar.xz -Source0790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz -Source0791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.tar.xz -Source0792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.doc.tar.xz -Source0793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.tar.xz -Source0794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz -Source0795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz -Source0796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-german.tar.xz -Source0797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz -Source0798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.tar.xz -Source0799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz -Source0800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz -Source0801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz -Source0802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz -Source0803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz -Source0804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-parse.tar.xz -Source0805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz -Source0806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.tar.xz -Source0807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.doc.tar.xz -Source0808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.source.tar.xz -Source0809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblist.tar.xz -Source0810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblist.doc.tar.xz -Source0811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex8.tar.xz -Source0812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz -Source0813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex.tar.xz -Source0814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex.doc.tar.xz -Source0815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtexu.tar.xz -Source0816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz -Source0817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz -Source0818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz -Source0819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz -Source0820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.tar.xz -Source0821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz -Source0822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.source.tar.xz -Source0823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.tar.xz -Source0824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.doc.tar.xz -Source0825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.source.tar.xz -Source0826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi-atbegshi.tar.xz -Source0827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi-atbegshi.doc.tar.xz -Source0828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidicontour.tar.xz -Source0829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidicontour.doc.tar.xz -Source0830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidihl.tar.xz -Source0831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidihl.doc.tar.xz -Source0832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipagegrid.tar.xz -Source0833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipagegrid.doc.tar.xz -Source0834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipresentation.tar.xz -Source0835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipresentation.doc.tar.xz -Source0836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidishadowtext.tar.xz -Source0837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidishadowtext.doc.tar.xz -Source0838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.tar.xz -Source0839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.doc.tar.xz -Source0840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.source.tar.xz -Source0841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.tar.xz -Source0842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz -Source0843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.source.tar.xz -Source0844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigints.tar.xz -Source0845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigints.doc.tar.xz -Source0846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.tar.xz -Source0847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.doc.tar.xz -Source0848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.source.tar.xz -Source0849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biocon.tar.xz -Source0850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biocon.doc.tar.xz -Source0851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.tar.xz -Source0852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.doc.tar.xz -Source0853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.source.tar.xz -Source0854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.tar.xz -Source0855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.doc.tar.xz -Source0856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.source.tar.xz -Source0857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.tar.xz -Source0858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz -Source0859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz -Source0860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.tar.xz -Source0861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.doc.tar.xz -Source0862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.source.tar.xz -Source0863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blkarray.tar.xz -Source0864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blkarray.doc.tar.xz -Source0865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz -Source0866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz -Source0867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/block.tar.xz -Source0868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/block.doc.tar.xz -Source0869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bloques.tar.xz -Source0870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bloques.doc.tar.xz -Source0871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.tar.xz -Source0872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.doc.tar.xz -Source0873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.source.tar.xz -Source0874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.tar.xz -Source0875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.doc.tar.xz -Source0876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.source.tar.xz -Source0877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.tar.xz -Source0878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.doc.tar.xz -Source0879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.source.tar.xz -Source0880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bodegraph.tar.xz -Source0881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz -Source0882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bohr.tar.xz -Source0883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bohr.doc.tar.xz -Source0884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boisik.tar.xz -Source0885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boisik.doc.tar.xz -Source0886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.tar.xz -Source0887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.doc.tar.xz -Source0888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.source.tar.xz -Source0889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bold-extra.tar.xz -Source0890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz -Source0891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boldtensors.tar.xz -Source0892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz -Source0893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.tar.xz -Source0894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.doc.tar.xz -Source0895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.source.tar.xz -Source0896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraph.tar.xz -Source0897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz -Source0898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.tar.xz -Source0899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.doc.tar.xz -Source0900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.source.tar.xz -Source0901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookdb.tar.xz -Source0902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookdb.doc.tar.xz -Source0903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookest.tar.xz -Source0904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookest.doc.tar.xz -Source0905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.tar.xz -Source0906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.doc.tar.xz -Source0907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.source.tar.xz -Source0908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.tar.xz -Source0909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.doc.tar.xz -Source0910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.source.tar.xz -Source0911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookman.tar.xz -Source0912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz -Source0913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz -Source0914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.tar.xz -Source0915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.doc.tar.xz -Source0916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.source.tar.xz -Source0917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.tar.xz -Source0918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz -Source0919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.source.tar.xz -Source0920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boondox.tar.xz -Source0921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boondox.doc.tar.xz -Source0922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.tar.xz -Source0923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.doc.tar.xz -Source0924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.source.tar.xz -Source0925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/borceux.tar.xz -Source0926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/borceux.doc.tar.xz -Source0927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.tar.xz -Source0928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.doc.tar.xz -Source0929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.source.tar.xz -Source0930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.tar.xz -Source0931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.doc.tar.xz -Source0932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.source.tar.xz -Source0933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage.tar.xz -Source0934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz -Source0935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.tar.xz -Source0936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz -Source0937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.source.tar.xz -Source0938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.tar.xz -Source0939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.doc.tar.xz -Source0940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.source.tar.xz -Source0941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpolynomial.tar.xz -Source0942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz -Source0943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bracketkey.tar.xz -Source0944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz -Source0945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.tar.xz -Source0946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.doc.tar.xz -Source0947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.source.tar.xz -Source0948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braille.tar.xz -Source0949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braille.doc.tar.xz -Source0950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braket.tar.xz -Source0951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braket.doc.tar.xz -Source0952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz -Source0953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz -Source0954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.source.tar.xz -Source0955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.tar.xz -Source0956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.doc.tar.xz -Source0957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.source.tar.xz -Source0958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.tar.xz -Source0959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.doc.tar.xz -Source0960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.source.tar.xz -Source0961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/br-lex.tar.xz -Source0962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/br-lex.doc.tar.xz -Source0963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.tar.xz -Source0964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.doc.tar.xz -Source0965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.source.tar.xz -Source0966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brushscr.tar.xz -Source0967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brushscr.doc.tar.xz -Source0968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.tar.xz -Source0969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz -Source0970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.source.tar.xz -Source0971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bundledoc.tar.xz -Source0972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz -Source0973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.tar.xz -Source0974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.doc.tar.xz -Source0975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.source.tar.xz -Source0976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bussproofs.tar.xz -Source0977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz -Source0978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxbase.tar.xz -Source0979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxbase.doc.tar.xz -Source0980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz -Source0981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz -Source0982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz -Source0983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz -Source0984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxeepic.tar.xz -Source0985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz -Source0986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.tar.xz -Source0987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz -Source0988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.source.tar.xz -Source0989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.tar.xz -Source0990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.doc.tar.xz -Source0991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.source.tar.xz -Source0992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.tar.xz -Source0993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.doc.tar.xz -Source0994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.source.tar.xz -Source0995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cabin.tar.xz -Source0996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cabin.doc.tar.xz -Source0997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cachepic.tar.xz -Source0998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cachepic.doc.tar.xz -Source0999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caladea.tar.xz -Source1000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caladea.doc.tar.xz -Source1001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.tar.xz -Source1002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.doc.tar.xz -Source1003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.source.tar.xz -Source1004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calctab.tar.xz -Source1005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calctab.doc.tar.xz -Source1006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.tar.xz -Source1007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.doc.tar.xz -Source1008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.source.tar.xz -Source1009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.tar.xz -Source1010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.doc.tar.xz -Source1011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.source.tar.xz -Source1012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra.tar.xz -Source1013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra.doc.tar.xz -Source1014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra-type1.tar.xz -Source1015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz -Source1016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calrsfs.tar.xz -Source1017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz -Source1018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.tar.xz -Source1019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.doc.tar.xz -Source1020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.source.tar.xz -Source1021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz -Source1022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz -Source1023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cancel.tar.xz -Source1024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cancel.doc.tar.xz -Source1025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.tar.xz -Source1026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz -Source1027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz -Source1028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.tar.xz -Source1029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.doc.tar.xz -Source1030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.source.tar.xz -Source1031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.tar.xz -Source1032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.doc.tar.xz -Source1033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.source.tar.xz -Source1034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captdef.tar.xz -Source1035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captdef.doc.tar.xz -Source1036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.tar.xz -Source1037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.doc.tar.xz -Source1038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.source.tar.xz -Source1039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.tar.xz -Source1040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.doc.tar.xz -Source1041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.source.tar.xz -Source1042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.tar.xz -Source1043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.doc.tar.xz -Source1044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.source.tar.xz -Source1045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlito.tar.xz -Source1046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlito.doc.tar.xz -Source1047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carolmin-ps.tar.xz -Source1048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz -Source1049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cascadilla.tar.xz -Source1050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz -Source1051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cases.tar.xz -Source1052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cases.doc.tar.xz -Source1053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/casyl.tar.xz -Source1054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/casyl.doc.tar.xz -Source1055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz -Source1056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz -Source1057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz -Source1058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.tar.xz -Source1059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.doc.tar.xz -Source1060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.source.tar.xz -Source1061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.tar.xz -Source1062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.doc.tar.xz -Source1063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.source.tar.xz -Source1064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catoptions.tar.xz -Source1065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catoptions.doc.tar.xz -Source1066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbcoptic.tar.xz -Source1067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz -Source1068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz -Source1069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz -Source1070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.source.tar.xz -Source1071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts.tar.xz -Source1072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz -Source1073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.tar.xz -Source1074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.doc.tar.xz -Source1075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.source.tar.xz -Source1076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.tar.xz -Source1077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz -Source1078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.source.tar.xz -Source1079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.tar.xz -Source1080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.doc.tar.xz -Source1081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.source.tar.xz -Source1082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.tar.xz -Source1083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz -Source1084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.source.tar.xz -Source1085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cc-pl.tar.xz -Source1086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz -Source1087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.tar.xz -Source1088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz -Source1089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.source.tar.xz -Source1090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.tar.xz -Source1091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz -Source1092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz -Source1093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.tar.xz -Source1094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.doc.tar.xz -Source1095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.source.tar.xz -Source1096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cellspace.tar.xz -Source1097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cellspace.doc.tar.xz -Source1098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cell.tar.xz -Source1099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cell.doc.tar.xz -Source1100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.tar.xz -Source1101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.doc.tar.xz -Source1102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.source.tar.xz -Source1103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/censor.tar.xz -Source1104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/censor.doc.tar.xz -Source1105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-initials.tar.xz -Source1106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-initials.doc.tar.xz -Source1107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.tar.xz -Source1108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz -Source1109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz -Source1110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.tar.xz -Source1111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.doc.tar.xz -Source1112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.source.tar.xz -Source1113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changelayout.tar.xz -Source1114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changelayout.doc.tar.xz -Source1115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.tar.xz -Source1116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.doc.tar.xz -Source1117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.source.tar.xz -Source1118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.tar.xz -Source1119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.doc.tar.xz -Source1120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.source.tar.xz -Source1121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.tar.xz -Source1122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.doc.tar.xz -Source1123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.source.tar.xz -Source1124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.tar.xz -Source1125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz -Source1126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz -Source1127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/charter.tar.xz -Source1128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/charter.doc.tar.xz -Source1129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chbibref.tar.xz -Source1130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chbibref.doc.tar.xz -Source1131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checkcites.tar.xz -Source1132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checkcites.doc.tar.xz -Source1133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.tar.xz -Source1134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz -Source1135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.source.tar.xz -Source1136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.tar.xz -Source1137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.doc.tar.xz -Source1138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.source.tar.xz -Source1139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.tar.xz -Source1140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz -Source1141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz -Source1142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcono.tar.xz -Source1143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcono.doc.tar.xz -Source1144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemexec.tar.xz -Source1145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemexec.doc.tar.xz -Source1146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemfig.tar.xz -Source1147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemfig.doc.tar.xz -Source1148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemformula.tar.xz -Source1149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemformula.doc.tar.xz -Source1150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemgreek.tar.xz -Source1151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemgreek.doc.tar.xz -Source1152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chem-journal.tar.xz -Source1153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemmacros.tar.xz -Source1154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz -Source1155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemnum.tar.xz -Source1156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemnum.doc.tar.xz -Source1157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.tar.xz -Source1158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.doc.tar.xz -Source1159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.source.tar.xz -Source1160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.tar.xz -Source1161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz -Source1162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.source.tar.xz -Source1163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cherokee.tar.xz -Source1164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cherokee.doc.tar.xz -Source1165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.tar.xz -Source1166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.doc.tar.xz -Source1167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.source.tar.xz -Source1168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.tar.xz -Source1169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.doc.tar.xz -Source1170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.source.tar.xz -Source1171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz -Source1172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz -Source1173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz -Source1174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess.tar.xz -Source1175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess.doc.tar.xz -Source1176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chet.tar.xz -Source1177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chet.doc.tar.xz -Source1178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.tar.xz -Source1179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.doc.tar.xz -Source1180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.source.tar.xz -Source1181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago-annote.tar.xz -Source1182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz -Source1183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago.tar.xz -Source1184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.tar.xz -Source1185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.doc.tar.xz -Source1186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.source.tar.xz -Source1187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chkfloat.tar.xz -Source1188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz -Source1189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.tar.xz -Source1190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.doc.tar.xz -Source1191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.tar.xz -Source1192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.doc.tar.xz -Source1193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.source.tar.xz -Source1194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chngcntr.tar.xz -Source1195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz -Source1196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronology.tar.xz -Source1197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronology.doc.tar.xz -Source1198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronosys.tar.xz -Source1199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronosys.doc.tar.xz -Source1200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.tar.xz -Source1201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.doc.tar.xz -Source1202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.source.tar.xz -Source1203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cinzel.tar.xz -Source1204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cinzel.doc.tar.xz -Source1205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.tar.xz -Source1206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.doc.tar.xz -Source1207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.source.tar.xz -Source1208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circuitikz.tar.xz -Source1209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz -Source1210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/citeall.tar.xz -Source1211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/citeall.doc.tar.xz -Source1212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cite.tar.xz -Source1213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cite.doc.tar.xz -Source1214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjhebrew.tar.xz -Source1215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz -Source1216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.tar.xz -Source1217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.doc.tar.xz -Source1218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-ko.tar.xz -Source1219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz -Source1220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.tar.xz -Source1221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz -Source1222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz -Source1223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.tar.xz -Source1224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.doc.tar.xz -Source1225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.source.tar.xz -Source1226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cns.tar.xz -Source1227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cns.doc.tar.xz -Source1228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garuda-c90.tar.xz -Source1229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz -Source1230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz -Source1231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz -Source1232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.source.tar.xz -Source1233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/norasi-c90.tar.xz -Source1234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz -Source1235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uhc.tar.xz -Source1236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uhc.doc.tar.xz -Source1237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wadalab.tar.xz -Source1238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wadalab.doc.tar.xz -Source1239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.tar.xz -Source1240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz -Source1241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classics.tar.xz -Source1242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classics.doc.tar.xz -Source1243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classicthesis.tar.xz -Source1244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz -Source1245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.tar.xz -Source1246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.doc.tar.xz -Source1247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.source.tar.xz -Source1248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clearsans.tar.xz -Source1249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clearsans.doc.tar.xz -Source1250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.tar.xz -Source1251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.doc.tar.xz -Source1252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.source.tar.xz -Source1253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.tar.xz -Source1254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.doc.tar.xz -Source1255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.source.tar.xz -Source1256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clipboard.tar.xz -Source1257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clipboard.doc.tar.xz -Source1258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clock.tar.xz -Source1259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clock.doc.tar.xz -Source1260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.tar.xz -Source1261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.doc.tar.xz -Source1262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.source.tar.xz -Source1263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode3e.tar.xz -Source1264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode3e.doc.tar.xz -Source1265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode.tar.xz -Source1266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode.doc.tar.xz -Source1267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmap.tar.xz -Source1268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmap.doc.tar.xz -Source1269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmarrows.tar.xz -Source1270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz -Source1271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.tar.xz -Source1272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.doc.tar.xz -Source1273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.source.tar.xz -Source1274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmcyr.tar.xz -Source1275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz -Source1276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmdstring.tar.xz -Source1277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz -Source1278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmextra.tar.xz -Source1279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-lgc.tar.xz -Source1280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz -Source1281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.tar.xz -Source1282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.doc.tar.xz -Source1283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.source.tar.xz -Source1284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpica.tar.xz -Source1285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpica.doc.tar.xz -Source1286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpj.tar.xz -Source1287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpj.doc.tar.xz -Source1288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmsd.tar.xz -Source1289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmsd.doc.tar.xz -Source1290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-super.tar.xz -Source1291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-super.doc.tar.xz -Source1292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmtiup.tar.xz -Source1293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz -Source1294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm.tar.xz -Source1295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm.doc.tar.xz -Source1296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-unicode.tar.xz -Source1297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz -Source1298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnbwp.tar.xz -Source1299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz -Source1300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnltx.tar.xz -Source1301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnltx.doc.tar.xz -Source1302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntformats.tar.xz -Source1303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntformats.doc.tar.xz -Source1304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntperchap.tar.xz -Source1305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntperchap.doc.tar.xz -Source1306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codedoc.tar.xz -Source1307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codedoc.doc.tar.xz -Source1308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.tar.xz -Source1309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.doc.tar.xz -Source1310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.source.tar.xz -Source1311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.tar.xz -Source1312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.doc.tar.xz -Source1313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.source.tar.xz -Source1314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz -Source1315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz -Source1316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz -Source1317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.tar.xz -Source1318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.doc.tar.xz -Source1319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.source.tar.xz -Source1320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.tar.xz -Source1321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.doc.tar.xz -Source1322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.source.tar.xz -Source1323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.tar.xz -Source1324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.doc.tar.xz -Source1325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.tar.xz -Source1326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz -Source1327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glyphlist.tar.xz -Source1328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx-def.tar.xz -Source1329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.tar.xz -Source1330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.doc.tar.xz -Source1331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enctex.tar.xz -Source1332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enctex.doc.tar.xz -Source1333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex.tar.xz -Source1334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex.doc.tar.xz -Source1335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex-pkg.tar.xz -Source1336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz -Source1337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.tar.xz -Source1338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz -Source1339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.tar.xz -Source1340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz -Source1341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz -Source1342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-base.tar.xz -Source1343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.tar.xz -Source1344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz -Source1345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.source.tar.xz -Source1346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.tar.xz -Source1347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz -Source1348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.source.tar.xz -Source1349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth-lib.tar.xz -Source1350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth-local.tar.xz -Source1351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz -Source1352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz -Source1353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.tar.xz -Source1354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.doc.tar.xz -Source1355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.tar.xz -Source1356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.doc.tar.xz -Source1357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.tar.xz -Source1358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.doc.tar.xz -Source1359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.source.tar.xz -Source1360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.tar.xz -Source1361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.doc.tar.xz -Source1362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.tar.xz -Source1363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.doc.tar.xz -Source1364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.tar.xz -Source1365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.doc.tar.xz -Source1366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz -Source1367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-en.tar.xz -Source1368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz -Source1369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz -Source1370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz -Source1371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz -Source1372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.tar.xz -Source1373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.doc.tar.xz -Source1374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.tar.xz -Source1375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.doc.tar.xz -Source1376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.source.tar.xz -Source1377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr.tar.xz -Source1378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz -Source1379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.tar.xz -Source1380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.doc.tar.xz -Source1381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.source.tar.xz -Source1382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.tar.xz -Source1383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.doc.tar.xz -Source1384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.source.tar.xz -Source1385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.tar.xz -Source1386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.doc.tar.xz -Source1387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.source.tar.xz -Source1388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.tar.xz -Source1389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.doc.tar.xz -Source1390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.source.tar.xz -Source1391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.tar.xz -Source1392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz -Source1393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxmisc.tar.xz -Source1394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.tar.xz -Source1395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz -Source1396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.source.tar.xz -Source1397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.tar.xz -Source1398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz -Source1399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.tar.xz -Source1400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.doc.tar.xz -Source1401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.source.tar.xz -Source1402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.tar.xz -Source1403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz -Source1404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.source.tar.xz -Source1405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pslatex.tar.xz -Source1406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pslatex.source.tar.xz -Source1407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.tar.xz -Source1408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.doc.tar.xz -Source1409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.source.tar.xz -Source1410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.tar.xz -Source1411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.doc.tar.xz -Source1412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.source.tar.xz -Source1413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.tar.xz -Source1414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.doc.tar.xz -Source1415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.source.tar.xz -Source1416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/url.tar.xz -Source1417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/url.doc.tar.xz -Source1418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.tar.xz -Source1419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.doc.tar.xz -Source1420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.source.tar.xz -Source1421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/compactbib.tar.xz -Source1422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.tar.xz -Source1423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.doc.tar.xz -Source1424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.tar.xz -Source1425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz -Source1426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.source.tar.xz -Source1427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/din1505.tar.xz -Source1428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/din1505.doc.tar.xz -Source1429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.tar.xz -Source1430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz -Source1431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.source.tar.xz -Source1432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.tar.xz -Source1433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz -Source1434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.source.tar.xz -Source1435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/economic.tar.xz -Source1436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/economic.doc.tar.xz -Source1437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbs.tar.xz -Source1438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbib.tar.xz -Source1439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbib.doc.tar.xz -Source1440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.tar.xz -Source1441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.doc.tar.xz -Source1442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.source.tar.xz -Source1443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/francais-bst.tar.xz -Source1444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz -Source1445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz -Source1446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz -Source1447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz -Source1448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.tar.xz -Source1449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.doc.tar.xz -Source1450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.source.tar.xz -Source1451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvmac.tar.xz -Source1452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvmac.doc.tar.xz -Source1453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz -Source1454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz -Source1455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijqc.tar.xz -Source1456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijqc.doc.tar.xz -Source1457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinebib.tar.xz -Source1458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz -Source1459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iopart-num.tar.xz -Source1460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz -Source1461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jneurosci.tar.xz -Source1462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz -Source1463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.tar.xz -Source1464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.doc.tar.xz -Source1465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.source.tar.xz -Source1466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ksfh_nat.tar.xz -Source1467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.tar.xz -Source1468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.doc.tar.xz -Source1469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.source.tar.xz -Source1470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logreq.tar.xz -Source1471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logreq.doc.tar.xz -Source1472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.tar.xz -Source1473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.doc.tar.xz -Source1474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.source.tar.xz -Source1475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.tar.xz -Source1476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.doc.tar.xz -Source1477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.source.tar.xz -Source1478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.tar.xz -Source1479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.doc.tar.xz -Source1480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.source.tar.xz -Source1481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/munich.tar.xz -Source1482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/munich.doc.tar.xz -Source1483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.tar.xz -Source1484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz -Source1485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.source.tar.xz -Source1486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oscola.tar.xz -Source1487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oscola.doc.tar.xz -Source1488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perception.tar.xz -Source1489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perception.doc.tar.xz -Source1490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pnas2009.tar.xz -Source1491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.tar.xz -Source1492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.doc.tar.xz -Source1493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.source.tar.xz -Source1494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showtags.tar.xz -Source1495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showtags.doc.tar.xz -Source1496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sort-by-letters.tar.xz -Source1497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz -Source1498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.tar.xz -Source1499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.doc.tar.xz -Source1500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.source.tar.xz -Source1501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian-formatting.tar.xz -Source1502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian-formatting.doc.tar.xz -Source1503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz -Source1504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz -Source1505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz -Source1506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz -Source1507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.tar.xz -Source1508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.doc.tar.xz -Source1509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.source.tar.xz -Source1510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.tar.xz -Source1511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.doc.tar.xz -Source1512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.source.tar.xz -Source1513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vak.tar.xz -Source1514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vak.doc.tar.xz -Source1515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.tar.xz -Source1516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.doc.tar.xz -Source1517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.source.tar.xz -Source1518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctan_chk.doc.tar.xz -Source1519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.tar.xz -Source1520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.doc.tar.xz -Source1521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.tar.xz -Source1522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz -Source1523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.tar.xz -Source1524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.doc.tar.xz -Source1525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.tar.xz -Source1526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.doc.tar.xz -Source1527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.tar.xz -Source1528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.doc.tar.xz -Source1529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.tar.xz -Source1530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.doc.tar.xz -Source1531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.tar.xz -Source1532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.doc.tar.xz -Source1533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.tar.xz -Source1534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz -Source1535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.tar.xz -Source1536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz -Source1537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.tar.xz -Source1538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.doc.tar.xz -Source1539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.tar.xz -Source1540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.doc.tar.xz -Source1541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvidvi.tar.xz -Source1542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.tar.xz -Source1543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.doc.tar.xz -Source1544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.tar.xz -Source1545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.doc.tar.xz -Source1546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.tar.xz -Source1547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.doc.tar.xz -Source1548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.tar.xz -Source1549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz -Source1550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.tar.xz -Source1551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.doc.tar.xz -Source1552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.tar.xz -Source1553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz -Source1554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hook-pre-commit-pkg.doc.tar.xz -Source1555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenex.tar.xz -Source1556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenex.source.tar.xz -Source1557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/installfont.tar.xz -Source1558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/installfont.doc.tar.xz -Source1559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.tar.xz -Source1560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.doc.tar.xz -Source1561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.tar.xz -Source1562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.doc.tar.xz -Source1563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.tar.xz -Source1564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.doc.tar.xz -Source1565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.tar.xz -Source1566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz -Source1567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.tar.xz -Source1568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz -Source1569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.tar.xz -Source1570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.doc.tar.xz -Source1571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.tar.xz -Source1572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.doc.tar.xz -Source1573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz -Source1574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz -Source1575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.tar.xz -Source1576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.doc.tar.xz -Source1577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.tar.xz -Source1578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz -Source1579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.source.tar.xz -Source1580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.tar.xz -Source1581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.doc.tar.xz -Source1582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.tar.xz -Source1583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.doc.tar.xz -Source1584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz -Source1585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz -Source1586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz -Source1587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.tar.xz -Source1588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.doc.tar.xz -Source1589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.tar.xz -Source1590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.doc.tar.xz -Source1591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.tar.xz -Source1592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz -Source1593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.tar.xz -Source1594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz -Source1595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.tar.xz -Source1596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.doc.tar.xz -Source1597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.tar.xz -Source1598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz -Source1599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.source.tar.xz -Source1600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.tar.xz -Source1601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.doc.tar.xz -Source1602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.tar.xz -Source1603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz -Source1604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.tar.xz -Source1605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz -Source1606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.tar.xz -Source1607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.doc.tar.xz -Source1608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.source.tar.xz -Source1609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.tar.xz -Source1610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.doc.tar.xz -Source1611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.tar.xz -Source1612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz -Source1613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.tar.xz -Source1614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.doc.tar.xz -Source1615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.tar.xz -Source1616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.doc.tar.xz -Source1617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.tar.xz -Source1618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.doc.tar.xz -Source1619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.tar.xz -Source1620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.doc.tar.xz -Source1621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.source.tar.xz -Source1622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.tar.xz -Source1623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz -Source1624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.tar.xz -Source1625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.doc.tar.xz -Source1626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.tar.xz -Source1627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.doc.tar.xz -Source1628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.tar.xz -Source1629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz -Source1630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.tar.xz -Source1631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz -Source1632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.tar.xz -Source1633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.doc.tar.xz -Source1634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.tar.xz -Source1635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.doc.tar.xz -Source1636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz -Source1637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz -Source1638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz -Source1639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz -Source1640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.tar.xz -Source1641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.doc.tar.xz -Source1642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.tar.xz -Source1643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.doc.tar.xz -Source1644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.tar.xz -Source1645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.doc.tar.xz -Source1646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.tar.xz -Source1647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.doc.tar.xz -Source1648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexconfig.tar.xz -Source1649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.tar.xz -Source1650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.doc.tar.xz -Source1651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.source.tar.xz -Source1652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm-math.tar.xz -Source1653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm-math.doc.tar.xz -Source1654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt-font.tar.xz -Source1655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo-font.tar.xz -Source1656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo-font.doc.tar.xz -Source1657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.tar.xz -Source1658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz -Source1659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz -Source1660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmn.tar.xz -Source1661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-account.tar.xz -Source1662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-account.doc.tar.xz -Source1663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-algorithmic.tar.xz -Source1664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-animation.tar.xz -Source1665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-animation.doc.tar.xz -Source1666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-annotation.tar.xz -Source1667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-annotation.doc.tar.xz -Source1668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-bnf.tar.xz -Source1669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz -Source1670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-chromato.tar.xz -Source1671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz -Source1672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-construction-plan.tar.xz -Source1673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz -Source1674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz -Source1675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz -Source1676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-degrade.tar.xz -Source1677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz -Source1678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fancybreak.tar.xz -Source1679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fancybreak.doc.tar.xz -Source1680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-filter.tar.xz -Source1681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-filter.doc.tar.xz -Source1682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fixme.tar.xz -Source1683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-french.tar.xz -Source1684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-french.doc.tar.xz -Source1685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fullpage.tar.xz -Source1686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz -Source1687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-games.tar.xz -Source1688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-games.doc.tar.xz -Source1689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skaknew.tar.xz -Source1690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skaknew.doc.tar.xz -Source1691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gantt.tar.xz -Source1692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz -Source1693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hatching.tar.xz -Source1694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hatching.doc.tar.xz -Source1695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gnuplot.tar.xz -Source1696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz -Source1697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-letter.tar.xz -Source1698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-letter.doc.tar.xz -Source1699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lettrine.tar.xz -Source1700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz -Source1701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lilypond.tar.xz -Source1702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz -Source1703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-mathsets.tar.xz -Source1704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz -Source1705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz -Source1706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz -Source1707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-rst.tar.xz -Source1708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-rst.doc.tar.xz -Source1709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-ruby.tar.xz -Source1710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz -Source1711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simplefonts.tar.xz -Source1712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz -Source1713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simpleslides.tar.xz -Source1714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz -Source1715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-title.tar.xz -Source1716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-title.doc.tar.xz -Source1717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-transliterator.tar.xz -Source1718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz -Source1719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typearea.tar.xz -Source1720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz -Source1721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typescripts.tar.xz -Source1722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz -Source1723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-vim.tar.xz -Source1724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-vim.doc.tar.xz -Source1725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.tar.xz -Source1726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.doc.tar.xz -Source1727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.source.tar.xz -Source1728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.tar.xz -Source1729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz -Source1730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.source.tar.xz -Source1731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comicneue.tar.xz -Source1732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comicneue.doc.tar.xz -Source1733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath-fonts.tar.xz -Source1734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz -Source1735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.tar.xz -Source1736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz -Source1737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz -Source1738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/countriesofeurope.tar.xz -Source1739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz -Source1740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier-scaled.tar.xz -Source1741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz -Source1742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryst.tar.xz -Source1743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryst.doc.tar.xz -Source1744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyklop.tar.xz -Source1745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyklop.doc.tar.xz -Source1746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dancers.tar.xz -Source1747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dantelogo.tar.xz -Source1748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dantelogo.doc.tar.xz -Source1749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dejavu.tar.xz -Source1750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dejavu.doc.tar.xz -Source1751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dice.tar.xz -Source1752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dice.doc.tar.xz -Source1753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dictsym.tar.xz -Source1754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dictsym.doc.tar.xz -Source1755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.tar.xz -Source1756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.doc.tar.xz -Source1757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.source.tar.xz -Source1758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doublestroke.tar.xz -Source1759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz -Source1760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.tar.xz -Source1761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.doc.tar.xz -Source1762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.source.tar.xz -Source1763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.tar.xz -Source1764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.doc.tar.xz -Source1765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.source.tar.xz -Source1766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.tar.xz -Source1767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.doc.tar.xz -Source1768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.source.tar.xz -Source1769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer.tar.xz -Source1770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer.doc.tar.xz -Source1771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer-latex.tar.xz -Source1772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz -Source1773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dutchcal.tar.xz -Source1774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz -Source1775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean.tar.xz -Source1776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean.doc.tar.xz -Source1777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond.tar.xz -Source1778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz -Source1779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond-maths.tar.xz -Source1780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond-maths.doc.tar.xz -Source1781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecc.tar.xz -Source1782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecc.doc.tar.xz -Source1783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.tar.xz -Source1784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.doc.tar.xz -Source1785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.source.tar.xz -Source1786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad.tar.xz -Source1787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad.doc.tar.xz -Source1788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.tar.xz -Source1789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz -Source1790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz -Source1791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.tar.xz -Source1792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.doc.tar.xz -Source1793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.source.tar.xz -Source1794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elvish.tar.xz -Source1795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elvish.doc.tar.xz -Source1796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigrafica.tar.xz -Source1797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz -Source1798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.tar.xz -Source1799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.doc.tar.xz -Source1800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.source.tar.xz -Source1801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erewhon.tar.xz -Source1802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erewhon.doc.tar.xz -Source1803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.tar.xz -Source1804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.doc.tar.xz -Source1805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.source.tar.xz -Source1806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esstix.tar.xz -Source1807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esstix.doc.tar.xz -Source1808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.tar.xz -Source1809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.doc.tar.xz -Source1810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.source.tar.xz -Source1811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.tar.xz -Source1812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.doc.tar.xz -Source1813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.source.tar.xz -Source1814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euxm.tar.xz -Source1815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbb.tar.xz -Source1816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbb.doc.tar.xz -Source1817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.tar.xz -Source1818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz -Source1819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz -Source1820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.tar.xz -Source1821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.doc.tar.xz -Source1822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.source.tar.xz -Source1823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.tar.xz -Source1824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.doc.tar.xz -Source1825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.source.tar.xz -Source1826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.tar.xz -Source1827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.doc.tar.xz -Source1828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.source.tar.xz -Source1829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fira.tar.xz -Source1830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fira.doc.tar.xz -Source1831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foekfont.tar.xz -Source1832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foekfont.doc.tar.xz -Source1833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonetika.tar.xz -Source1834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonetika.doc.tar.xz -Source1835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontawesome.tar.xz -Source1836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz -Source1837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontmfizz.tar.xz -Source1838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontmfizz.doc.tar.xz -Source1839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.tar.xz -Source1840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.doc.tar.xz -Source1841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.source.tar.xz -Source1842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouriernc.tar.xz -Source1843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz -Source1844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frcursive.tar.xz -Source1845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frcursive.doc.tar.xz -Source1846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogy.tar.xz -Source1847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogy.doc.tar.xz -Source1848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.tar.xz -Source1849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz -Source1850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.source.tar.xz -Source1851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsartemisia.tar.xz -Source1852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz -Source1853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbodoni.tar.xz -Source1854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz -Source1855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfscomplutum.tar.xz -Source1856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz -Source1857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsdidot.tar.xz -Source1858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz -Source1859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz -Source1860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz -Source1861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfssolomos.tar.xz -Source1862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz -Source1863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillcm.tar.xz -Source1864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillcm.doc.tar.xz -Source1865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillius.tar.xz -Source1866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillius.doc.tar.xz -Source1867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.tar.xz -Source1868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz -Source1869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz -Source1870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.tar.xz -Source1871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.doc.tar.xz -Source1872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.source.tar.xz -Source1873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greenpoint.tar.xz -Source1874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz -Source1875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grotesq.tar.xz -Source1876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grotesq.doc.tar.xz -Source1877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hacm.tar.xz -Source1878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hacm.doc.tar.xz -Source1879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hands.tar.xz -Source1880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/heuristica.tar.xz -Source1881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/heuristica.doc.tar.xz -Source1882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfbright.tar.xz -Source1883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfbright.doc.tar.xz -Source1884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.tar.xz -Source1885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz -Source1886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz -Source1887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifsym.tar.xz -Source1888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifsym.doc.tar.xz -Source1889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inconsolata.tar.xz -Source1890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz -Source1891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/initials.tar.xz -Source1892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/initials.doc.tar.xz -Source1893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex-type1.tar.xz -Source1894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex-type1.doc.tar.xz -Source1895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwona.tar.xz -Source1896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwona.doc.tar.xz -Source1897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jablantile.tar.xz -Source1898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jablantile.doc.tar.xz -Source1899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jamtimes.tar.xz -Source1900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz -Source1901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/junicode.tar.xz -Source1902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/junicode.doc.tar.xz -Source1903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kixfont.tar.xz -Source1904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kixfont.doc.tar.xz -Source1905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz -Source1906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kpfonts.tar.xz -Source1907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz -Source1908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kurier.tar.xz -Source1909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kurier.doc.tar.xz -Source1910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.tar.xz -Source1911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.doc.tar.xz -Source1912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.source.tar.xz -Source1913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lfb.tar.xz -Source1914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lfb.doc.tar.xz -Source1915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libertine.tar.xz -Source1916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libertine.doc.tar.xz -Source1917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librebaskerville.tar.xz -Source1918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz -Source1919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librecaslon.tar.xz -Source1920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librecaslon.doc.tar.xz -Source1921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.tar.xz -Source1922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.doc.tar.xz -Source1923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.source.tar.xz -Source1924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.tar.xz -Source1925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.doc.tar.xz -Source1926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.source.tar.xz -Source1927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lobster2.tar.xz -Source1928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lobster2.doc.tar.xz -Source1929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.tar.xz -Source1930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz -Source1931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.source.tar.xz -Source1932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ly1.tar.xz -Source1933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ly1.doc.tar.xz -Source1934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx.tar.xz -Source1935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx.doc.tar.xz -Source1936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx-type1.tar.xz -Source1937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz -Source1938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdesign.tar.xz -Source1939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz -Source1940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdputu.tar.xz -Source1941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdputu.doc.tar.xz -Source1942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.tar.xz -Source1943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz -Source1944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz -Source1945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/merriweather.tar.xz -Source1946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/merriweather.doc.tar.xz -Source1947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mintspirit.tar.xz -Source1948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mintspirit.doc.tar.xz -Source1949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.tar.xz -Source1950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz -Source1951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz -Source1952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newpx.tar.xz -Source1953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newpx.doc.tar.xz -Source1954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtx.tar.xz -Source1955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtx.doc.tar.xz -Source1956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxsf.tar.xz -Source1957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxsf.doc.tar.xz -Source1958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxtt.tar.xz -Source1959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxtt.doc.tar.xz -Source1960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.tar.xz -Source1961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.doc.tar.xz -Source1962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.source.tar.xz -Source1963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/obnov.tar.xz -Source1964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/obnov.doc.tar.xz -Source1965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocherokee.tar.xz -Source1966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz -Source1967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b.tar.xz -Source1968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz -Source1969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz -Source1970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz -Source1971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz -Source1972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ogham.tar.xz -Source1973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ogham.doc.tar.xz -Source1974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.tar.xz -Source1975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.doc.tar.xz -Source1976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.source.tar.xz -Source1977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldlatin.tar.xz -Source1978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz -Source1979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.tar.xz -Source1980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz -Source1981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.source.tar.xz -Source1982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.tar.xz -Source1983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.doc.tar.xz -Source1984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.source.tar.xz -Source1985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/orkhun.tar.xz -Source1986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/orkhun.doc.tar.xz -Source1987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overlock.tar.xz -Source1988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overlock.doc.tar.xz -Source1989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.tar.xz -Source1990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.doc.tar.xz -Source1991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.source.tar.xz -Source1992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paratype.tar.xz -Source1993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paratype.doc.tar.xz -Source1994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.tar.xz -Source1995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.doc.tar.xz -Source1996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.source.tar.xz -Source1997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonetic.tar.xz -Source1998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonetic.doc.tar.xz -Source1999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pigpen.tar.xz -Source2000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pigpen.doc.tar.xz -Source2001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/playfair.tar.xz -Source2002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/playfair.doc.tar.xz -Source2003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poltawski.tar.xz -Source2004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poltawski.doc.tar.xz -Source2005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prodint.tar.xz -Source2006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prodint.doc.tar.xz -Source2007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk.tar.xz -Source2008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk.doc.tar.xz -Source2009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk-latex.tar.xz -Source2010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz -Source2011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punknova.tar.xz -Source2012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punknova.doc.tar.xz -Source2013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxtxalfa.tar.xz -Source2014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz -Source2015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quattrocento.tar.xz -Source2016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz -Source2017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/raleway.tar.xz -Source2018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/raleway.doc.tar.xz -Source2019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recycle.tar.xz -Source2020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recycle.doc.tar.xz -Source2021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roboto.tar.xz -Source2022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roboto.doc.tar.xz -Source2023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.tar.xz -Source2024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.doc.tar.xz -Source2025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.source.tar.xz -Source2026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfso.tar.xz -Source2027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfso.doc.tar.xz -Source2028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathaccent.tar.xz -Source2029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz -Source2030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathfonts.tar.xz -Source2031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathfonts.doc.tar.xz -Source2032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauter.tar.xz -Source2033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.tar.xz -Source2034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz -Source2035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz -Source2036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schulschriften.tar.xz -Source2037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz -Source2038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semaphor.tar.xz -Source2039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semaphor.doc.tar.xz -Source2040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skull.tar.xz -Source2041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skull.source.tar.xz -Source2042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcecodepro.tar.xz -Source2043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz -Source2044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcesanspro.tar.xz -Source2045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz -Source2046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourceserifpro.tar.xz -Source2047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourceserifpro.doc.tar.xz -Source2048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/starfont.tar.xz -Source2049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/starfont.doc.tar.xz -Source2050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.tar.xz -Source2051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.doc.tar.xz -Source2052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.source.tar.xz -Source2053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.tar.xz -Source2054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.doc.tar.xz -Source2055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.source.tar.xz -Source2056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/superiors.tar.xz -Source2057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/superiors.doc.tar.xz -Source2058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tapir.tar.xz -Source2059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tapir.doc.tar.xz -Source2060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.tar.xz -Source2061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz -Source2062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz -Source2063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.tar.xz -Source2064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz -Source2065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.source.tar.xz -Source2066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.tar.xz -Source2067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz -Source2068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.source.tar.xz -Source2069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.tar.xz -Source2070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.doc.tar.xz -Source2071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.source.tar.xz -Source2072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.tar.xz -Source2073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz -Source2074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.source.tar.xz -Source2075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typicons.tar.xz -Source2076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typicons.doc.tar.xz -Source2077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umtypewriter.tar.xz -Source2078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.tar.xz -Source2079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.doc.tar.xz -Source2080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.source.tar.xz -Source2081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universalis.tar.xz -Source2082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universalis.doc.tar.xz -Source2083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urwchancal.tar.xz -Source2084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz -Source2085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.tar.xz -Source2086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz -Source2087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.source.tar.xz -Source2088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsuipa.tar.xz -Source2089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz -Source2090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcharter.tar.xz -Source2091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcharter.doc.tar.xz -Source2092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.tar.xz -Source2093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.doc.tar.xz -Source2094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.source.tar.xz -Source2095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.tar.xz -Source2096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.doc.tar.xz -Source2097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.source.tar.xz -Source2098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts-t1.tar.xz -Source2099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts-t1.doc.tar.xz -Source2100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zlmtt.tar.xz -Source2101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zlmtt.doc.tar.xz -Source2102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier.tar.xz -Source2103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ec.tar.xz -Source2104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ec.doc.tar.xz -Source2105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.tar.xz -Source2106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.doc.tar.xz -Source2107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.source.tar.xz -Source2108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eurosym.tar.xz -Source2109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eurosym.doc.tar.xz -Source2110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.tar.xz -Source2111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.doc.tar.xz -Source2112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.source.tar.xz -Source2113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/helvetic.tar.xz -Source2114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.tar.xz -Source2115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.doc.tar.xz -Source2116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.source.tar.xz -Source2117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.tar.xz -Source2118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz -Source2119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.source.tar.xz -Source2120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncntrsbk.tar.xz -Source2121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/palatino.tar.xz -Source2122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxfonts.tar.xz -Source2123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz -Source2124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfs.tar.xz -Source2125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfs.doc.tar.xz -Source2126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/symbol.tar.xz -Source2127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre.tar.xz -Source2128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz -Source2129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz -Source2130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz -Source2131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/times.tar.xz -Source2132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa.tar.xz -Source2133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa.doc.tar.xz -Source2134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfonts.tar.xz -Source2135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfonts.doc.tar.xz -Source2136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utopia.tar.xz -Source2137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utopia.doc.tar.xz -Source2138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy.tar.xz -Source2139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy.doc.tar.xz -Source2140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy2-ps.tar.xz -Source2141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy2-ps.doc.tar.xz -Source2142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.tar.xz -Source2143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.doc.tar.xz -Source2144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.source.tar.xz -Source2145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zapfchan.tar.xz -Source2146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zapfding.tar.xz -Source2147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.tar.xz -Source2148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz -Source2149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz -Source2150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.tar.xz -Source2151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz -Source2152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.tar.xz -Source2153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.doc.tar.xz -Source2154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.tar.xz -Source2155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.doc.tar.xz -Source2156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.tar.xz -Source2157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.doc.tar.xz -Source2158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.tar.xz -Source2159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.doc.tar.xz -Source2160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipsconfig.tar.xz -Source2161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.tar.xz -Source2162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.doc.tar.xz -Source2163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.source.tar.xz -Source2164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.tar.xz -Source2165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.doc.tar.xz -Source2166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.tar.xz -Source2167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.doc.tar.xz -Source2168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.tar.xz -Source2169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz -Source2170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.tar.xz -Source2171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.doc.tar.xz -Source2172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.source.tar.xz -Source2173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.tar.xz -Source2174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.doc.tar.xz -Source2175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.source.tar.xz -Source2176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.tar.xz -Source2177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.doc.tar.xz -Source2178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.tar.xz -Source2179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.doc.tar.xz -Source2180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.tar.xz -Source2181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.doc.tar.xz -Source2182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.source.tar.xz -Source2183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.tar.xz -Source2184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.doc.tar.xz -Source2185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.source.tar.xz -Source2186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.tar.xz -Source2187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.doc.tar.xz -Source2188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.tar.xz -Source2189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.doc.tar.xz -Source2190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.source.tar.xz -Source2191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.tar.xz -Source2192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz -Source2193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.source.tar.xz -Source2194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egameps.tar.xz -Source2195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egameps.doc.tar.xz -Source2196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.tar.xz -Source2197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.doc.tar.xz -Source2198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.source.tar.xz -Source2199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.tar.xz -Source2200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.doc.tar.xz -Source2201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.source.tar.xz -Source2202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanoi.tar.xz -Source2203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.tar.xz -Source2204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.doc.tar.xz -Source2205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.source.tar.xz -Source2206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hexgame.tar.xz -Source2207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hexgame.doc.tar.xz -Source2208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.tar.xz -Source2209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.doc.tar.xz -Source2210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.source.tar.xz -Source2211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labyrinth.tar.xz -Source2212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labyrinth.doc.tar.xz -Source2213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicpuzzle.tar.xz -Source2214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz -Source2215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othello.tar.xz -Source2216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othello.doc.tar.xz -Source2217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othelloboard.tar.xz -Source2218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz -Source2219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-crosswords.tar.xz -Source2220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz -Source2221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psgo.tar.xz -Source2222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psgo.doc.tar.xz -Source2223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reverxii.doc.tar.xz -Source2224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.tar.xz -Source2225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.doc.tar.xz -Source2226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.source.tar.xz -Source2227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz -Source2228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz -Source2229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz -Source2230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sgame.tar.xz -Source2231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sgame.doc.tar.xz -Source2232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skak.tar.xz -Source2233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skak.doc.tar.xz -Source2234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.tar.xz -Source2235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.doc.tar.xz -Source2236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.source.tar.xz -Source2237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.tar.xz -Source2238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz -Source2239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz -Source2240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xq.tar.xz -Source2241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xq.doc.tar.xz -Source2242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.tar.xz -Source2243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.doc.tar.xz -Source2244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.source.tar.xz -Source2245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c-pascal.tar.xz -Source2246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz -Source2247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorsep.tar.xz -Source2248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinat.tar.xz -Source2249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinat.doc.tar.xz -Source2250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.tar.xz -Source2251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.doc.tar.xz -Source2252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.source.tar.xz -Source2253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docbytex.tar.xz -Source2254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docbytex.doc.tar.xz -Source2255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.tar.xz -Source2256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.doc.tar.xz -Source2257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.source.tar.xz -Source2258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eijkhout.tar.xz -Source2259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/encxvlna.tar.xz -Source2260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz -Source2261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigram.tar.xz -Source2262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fenixpar.tar.xz -Source2263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz -Source2264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.tar.xz -Source2265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz -Source2266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.source.tar.xz -Source2267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fntproof.tar.xz -Source2268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fntproof.doc.tar.xz -Source2269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gates.tar.xz -Source2270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gates.doc.tar.xz -Source2271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.tar.xz -Source2272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.doc.tar.xz -Source2273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.source.tar.xz -Source2274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iftex.tar.xz -Source2275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iftex.doc.tar.xz -Source2276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/insbox.tar.xz -Source2277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/insbox.doc.tar.xz -Source2278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lambda-lists.tar.xz -Source2279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz -Source2280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.tar.xz -Source2281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.doc.tar.xz -Source2282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.source.tar.xz -Source2283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lecturer.tar.xz -Source2284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lecturer.doc.tar.xz -Source2285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librarian.tar.xz -Source2286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librarian.doc.tar.xz -Source2287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.tar.xz -Source2288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.doc.tar.xz -Source2289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.source.tar.xz -Source2290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metatex.tar.xz -Source2291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metatex.doc.tar.xz -Source2292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midnight.tar.xz -Source2293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midnight.doc.tar.xz -Source2294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/navigator.tar.xz -Source2295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/navigator.doc.tar.xz -Source2296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ofs.tar.xz -Source2297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ofs.doc.tar.xz -Source2298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf-trans.tar.xz -Source2299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz -Source2300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.tar.xz -Source2301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz -Source2302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.source.tar.xz -Source2303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.tar.xz -Source2304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.doc.tar.xz -Source2305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.source.tar.xz -Source2306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shade.tar.xz -Source2307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shade.doc.tar.xz -Source2308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/systeme.tar.xz -Source2309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/systeme.doc.tar.xz -Source2310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-generic.tar.xz -Source2311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.tar.xz -Source2312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.doc.tar.xz -Source2313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.source.tar.xz -Source2314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.tar.xz -Source2315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.doc.tar.xz -Source2316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.source.tar.xz -Source2317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texapi.tar.xz -Source2318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texapi.doc.tar.xz -Source2319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upca.tar.xz -Source2320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upca.doc.tar.xz -Source2321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.tar.xz -Source2322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.doc.tar.xz -Source2323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.source.tar.xz -Source2324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yax.tar.xz -Source2325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yax.doc.tar.xz -Source2326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf.tar.xz -Source2327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf.doc.tar.xz -Source2328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontname.tar.xz -Source2329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontname.doc.tar.xz -Source2330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmisc.tar.xz -Source2331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.tar.xz -Source2332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.doc.tar.xz -Source2333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.source.tar.xz -Source2334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.tar.xz -Source2335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.doc.tar.xz -Source2336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.source.tar.xz -Source2337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/path.tar.xz -Source2338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/path.doc.tar.xz -Source2339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ps.tar.xz -Source2340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz -Source2341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulem.tar.xz -Source2342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulem.doc.tar.xz -Source2343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.tar.xz -Source2344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.doc.tar.xz -Source2345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.source.tar.xz -Source2346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/passivetex.tar.xz -Source2347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.tar.xz -Source2348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz -Source2349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.tar.xz -Source2350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.doc.tar.xz -Source2351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltexconfig.tar.xz -Source2352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/covington.tar.xz -Source2353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/covington.doc.tar.xz -Source2354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.tar.xz -Source2355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.doc.tar.xz -Source2356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.tar.xz -Source2357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.doc.tar.xz -Source2358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.source.tar.xz -Source2359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.tar.xz -Source2360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz -Source2361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.source.tar.xz -Source2362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecltree.tar.xz -Source2363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecltree.doc.tar.xz -Source2364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.tar.xz -Source2365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz -Source2366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.source.tar.xz -Source2367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ednotes.tar.xz -Source2368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ednotes.doc.tar.xz -Source2369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.tar.xz -Source2370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.doc.tar.xz -Source2371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.source.tar.xz -Source2372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.tar.xz -Source2373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.doc.tar.xz -Source2374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.source.tar.xz -Source2375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.tar.xz -Source2376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.doc.tar.xz -Source2377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.source.tar.xz -Source2378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expex.tar.xz -Source2379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expex.doc.tar.xz -Source2380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gb4e.tar.xz -Source2381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gb4e.doc.tar.xz -Source2382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverse.tar.xz -Source2383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverse.doc.tar.xz -Source2384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.tar.xz -Source2385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.doc.tar.xz -Source2386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.source.tar.xz -Source2387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.tar.xz -Source2388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz -Source2389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz -Source2390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juramisc.tar.xz -Source2391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juramisc.doc.tar.xz -Source2392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.tar.xz -Source2393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz -Source2394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.source.tar.xz -Source2395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.tar.xz -Source2396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.doc.tar.xz -Source2397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.source.tar.xz -Source2398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.tar.xz -Source2399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.doc.tar.xz -Source2400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.source.tar.xz -Source2401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexikon.tar.xz -Source2402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexikon.doc.tar.xz -Source2403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexref.tar.xz -Source2404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexref.doc.tar.xz -Source2405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linguex.tar.xz -Source2406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linguex.doc.tar.xz -Source2407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.tar.xz -Source2408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.doc.tar.xz -Source2409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.source.tar.xz -Source2410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.tar.xz -Source2411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.doc.tar.xz -Source2412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.source.tar.xz -Source2413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.tar.xz -Source2414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.doc.tar.xz -Source2415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.source.tar.xz -Source2416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.tar.xz -Source2417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.doc.tar.xz -Source2418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.source.tar.xz -Source2419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonrule.tar.xz -Source2420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonrule.doc.tar.xz -Source2421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.tar.xz -Source2422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.doc.tar.xz -Source2423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.source.tar.xz -Source2424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.tar.xz -Source2425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.doc.tar.xz -Source2426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.source.tar.xz -Source2427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.tar.xz -Source2428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.doc.tar.xz -Source2429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.source.tar.xz -Source2430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.tar.xz -Source2431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz -Source2432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.source.tar.xz -Source2433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qobitree.tar.xz -Source2434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qobitree.doc.tar.xz -Source2435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qtree.tar.xz -Source2436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qtree.doc.tar.xz -Source2437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.tar.xz -Source2438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.doc.tar.xz -Source2439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.source.tar.xz -Source2440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.tar.xz -Source2441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz -Source2442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz -Source2443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtklage.tar.xz -Source2444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtklage.doc.tar.xz -Source2445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.tar.xz -Source2446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.doc.tar.xz -Source2447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.source.tar.xz -Source2448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay-pkg.tar.xz -Source2449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay-pkg.doc.tar.xz -Source2450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sides.tar.xz -Source2451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sides.doc.tar.xz -Source2452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stage.tar.xz -Source2453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stage.doc.tar.xz -Source2454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.tar.xz -Source2455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.doc.tar.xz -Source2456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.source.tar.xz -Source2457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.tar.xz -Source2458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.doc.tar.xz -Source2459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.source.tar.xz -Source2460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tree-dvips.tar.xz -Source2461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz -Source2462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.tar.xz -Source2463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.doc.tar.xz -Source2464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.source.tar.xz -Source2465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xyling.tar.xz -Source2466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xyling.doc.tar.xz -Source2467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.tar.xz -Source2468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.doc.tar.xz -Source2469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.source.tar.xz -Source2470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop-t1.tar.xz -Source2471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz -Source2472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fc.tar.xz -Source2473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fc.doc.tar.xz -Source2474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz -Source2475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dad.tar.xz -Source2476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dad.doc.tar.xz -Source2477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghab.tar.xz -Source2478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghab.doc.tar.xz -Source2479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz -Source2480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz -Source2481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imsproc.tar.xz -Source2482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imsproc.doc.tar.xz -Source2483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz -Source2484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/persian-bib.tar.xz -Source2485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz -Source2486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simurgh.tar.xz -Source2487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simurgh.doc.tar.xz -Source2488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tram.tar.xz -Source2489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tram.doc.tar.xz -Source2490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnp.tar.xz -Source2491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.tar.xz -Source2492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz -Source2493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.source.tar.xz -Source2494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafont.tar.xz -Source2495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz -Source2496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.tar.xz -Source2497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.doc.tar.xz -Source2498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.source.tar.xz -Source2499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz -Source2500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fandol.tar.xz -Source2501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fandol.doc.tar.xz -Source2502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz -Source2503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient-cn.doc.tar.xz -Source2504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz -Source2505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz -Source2506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz -Source2507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.tar.xz -Source2508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz -Source2509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.source.tar.xz -Source2510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.tar.xz -Source2511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz -Source2512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz -Source2513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.tar.xz -Source2514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz -Source2515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.source.tar.xz -Source2516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhspacing.tar.xz -Source2517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz -Source2518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.tar.xz -Source2519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz -Source2520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.source.tar.xz -Source2521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz -Source2522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.doc.tar.xz -Source2523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrplain.tar.xz -Source2524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.tar.xz -Source2525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.doc.tar.xz -Source2526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.source.tar.xz -Source2527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.tar.xz -Source2528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.doc.tar.xz -Source2529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.source.tar.xz -Source2530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskdx.tar.xz -Source2531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskdx.doc.tar.xz -Source2532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.tar.xz -Source2533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.doc.tar.xz -Source2534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.source.tar.xz -Source2535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz -Source2536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz -Source2537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-russian.tar.xz -Source2538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ruhyphen.tar.xz -Source2539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ruhyphen.source.tar.xz -Source2540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz -Source2541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz -Source2542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ukrhyph.tar.xz -Source2543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz -Source2544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.tar.xz -Source2545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.doc.tar.xz -Source2546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.source.tar.xz -Source2547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.tar.xz -Source2548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.doc.tar.xz -Source2549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.source.tar.xz -Source2550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhcyr.tar.xz -Source2551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhcyr.source.tar.xz -Source2552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz -Source2553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz -Source2554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz -Source2555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz -Source2556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.tar.xz -Source2557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz -Source2558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz -Source2559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/montex.tar.xz -Source2560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/montex.doc.tar.xz -Source2561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz -Source2562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz -Source2563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz -Source2564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz -Source2565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz -Source2566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz -Source2567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz -Source2568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz -Source2569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-lig.tar.xz -Source2570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz -Source2571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t2.tar.xz -Source2572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t2.doc.tar.xz -Source2573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz -Source2574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz -Source2575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cs.tar.xz -Source2576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csbulletin.tar.xz -Source2577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz -Source2578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.tar.xz -Source2579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.source.tar.xz -Source2580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csplain.tar.xz -Source2581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cstex.doc.tar.xz -Source2582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-czech.tar.xz -Source2583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz -Source2584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.tar.xz -Source2585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.doc.tar.xz -Source2586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz -Source2587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz -Source2588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz -Source2589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-english.tar.xz -Source2590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz -Source2591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz -Source2592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz -Source2593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz -Source2594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz -Source2595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dickimaw.doc.tar.xz -Source2596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz -Source2597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz -Source2598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentle.doc.tar.xz -Source2599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz -Source2600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/happy4th.doc.tar.xz -Source2601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient.doc.tar.xz -Source2602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz -Source2603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth.doc.tar.xz -Source2604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth.source.tar.xz -Source2605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz -Source2606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz -Source2607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-course.doc.tar.xz -Source2608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz -Source2609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz -Source2610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz -Source2611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz -Source2612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz -Source2613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz -Source2614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz -Source2615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz -Source2616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcourse-rug.doc.tar.xz -Source2617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz -Source2618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz -Source2619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz -Source2620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz -Source2621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macros2e.doc.tar.xz -Source2622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/math-e.doc.tar.xz -Source2623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maths-symbols.doc.tar.xz -Source2624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memdesign.doc.tar.xz -Source2625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz -Source2626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz -Source2627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mil3.doc.tar.xz -Source2628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz -Source2629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz -Source2630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz -Source2631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz -Source2632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-examples-en.doc.tar.xz -Source2633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz -Source2634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz -Source2635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz -Source2636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz -Source2637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tds.doc.tar.xz -Source2638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz -Source2639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz -Source2640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz -Source2641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz -Source2642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepages.doc.tar.xz -Source2643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tlc2.doc.tar.xz -Source2644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz -Source2645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/voss-mathmode.doc.tar.xz -Source2646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/webguide.doc.tar.xz -Source2647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexref.doc.tar.xz -Source2648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finbib.tar.xz -Source2649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.tar.xz -Source2650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz -Source2651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.source.tar.xz -Source2652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz -Source2653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz -Source2654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-danish.tar.xz -Source2655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz -Source2656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz -Source2657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz -Source2658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz -Source2659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz -Source2660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz -Source2661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz -Source2662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-irish.tar.xz -Source2663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz -Source2664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-latin.tar.xz -Source2665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz -Source2666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz -Source2667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz -Source2668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz -Source2669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz -Source2670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz -Source2671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz -Source2672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz -Source2673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz -Source2674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz -Source2675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz -Source2676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lithuanian.tar.xz -Source2677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz -Source2678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz -Source2679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz -Source2680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz -Source2681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz -Source2682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swebib.tar.xz -Source2683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swebib.doc.tar.xz -Source2684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.tar.xz -Source2685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.doc.tar.xz -Source2686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.source.tar.xz -Source2687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droit-fr.tar.xz -Source2688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz -Source2689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz -Source2690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.tar.xz -Source2691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.doc.tar.xz -Source2692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.source.tar.xz -Source2693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frenchle.tar.xz -Source2694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frenchle.doc.tar.xz -Source2695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frletter.tar.xz -Source2696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frletter.doc.tar.xz -Source2697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-basque.tar.xz -Source2698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-french.tar.xz -Source2699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz -Source2700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.tar.xz -Source2701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz -Source2702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.source.tar.xz -Source2703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz -Source2704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz -Source2705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mafr.tar.xz -Source2706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mafr.doc.tar.xz -Source2707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.tar.xz -Source2708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.doc.tar.xz -Source2709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.source.tar.xz -Source2710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.tar.xz -Source2711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz -Source2712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz -Source2713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz -Source2714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz -Source2715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz -Source2716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz -Source2717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz -Source2718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/variations.tar.xz -Source2719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/variations.doc.tar.xz -Source2720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz -Source2721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz -Source2722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz -Source2723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.tar.xz -Source2724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.doc.tar.xz -Source2725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.source.tar.xz -Source2726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz -Source2727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etdipa.doc.tar.xz -Source2728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz -Source2729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz -Source2730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifinddo-info.source.tar.xz -Source2731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz -Source2732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.tar.xz -Source2733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.doc.tar.xz -Source2734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.source.tar.xz -Source2735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germbib.tar.xz -Source2736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germbib.doc.tar.xz -Source2737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germkorr.tar.xz -Source2738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germkorr.doc.tar.xz -Source2739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz -Source2740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz -Source2741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz -Source2742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-german.tar.xz -Source2743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz -Source2744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz -Source2745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz -Source2746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz -Source2747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz -Source2748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz -Source2749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-de.doc.tar.xz -Source2750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz -Source2751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz -Source2752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz -Source2753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/presentations.doc.tar.xz -Source2754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-examples.doc.tar.xz -Source2755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/r_und_s.tar.xz -Source2756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz -Source2757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz -Source2758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz -Source2759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz -Source2760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz -Source2761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz -Source2762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz -Source2763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz -Source2764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz -Source2765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz -Source2766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz -Source2767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz -Source2768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz -Source2769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.tar.xz -Source2770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz -Source2771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.source.tar.xz -Source2772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.tar.xz -Source2773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.doc.tar.xz -Source2774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.source.tar.xz -Source2775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/voss-mathcol.doc.tar.xz -Source2776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz -Source2777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz -Source2778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsporson.tar.xz -Source2779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz -Source2780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-fontenc.tar.xz -Source2781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz -Source2782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-inputenc.tar.xz -Source2783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz -Source2784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.tar.xz -Source2785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.doc.tar.xz -Source2786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.source.tar.xz -Source2787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greektex.tar.xz -Source2788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greektex.doc.tar.xz -Source2789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-greek.tar.xz -Source2790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz -Source2791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz -Source2792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.tar.xz -Source2793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz -Source2794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz -Source2795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibygrk.tar.xz -Source2796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz -Source2797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerkis.tar.xz -Source2798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerkis.doc.tar.xz -Source2799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/levy.tar.xz -Source2800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/levy.doc.tar.xz -Source2801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lgreek.tar.xz -Source2802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lgreek.doc.tar.xz -Source2803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.tar.xz -Source2804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz -Source2805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.tar.xz -Source2806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.doc.tar.xz -Source2807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.source.tar.xz -Source2808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.tar.xz -Source2809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.doc.tar.xz -Source2810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.source.tar.xz -Source2811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yannisgr.tar.xz -Source2812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz -Source2813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/devnag.tar.xz -Source2814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.tar.xz -Source2815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.doc.tar.xz -Source2816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-indic.tar.xz -Source2817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz -Source2818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.tar.xz -Source2819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz -Source2820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.source.tar.xz -Source2821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit-t1.tar.xz -Source2822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit-t1.doc.tar.xz -Source2823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/velthuis.tar.xz -Source2824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/velthuis.doc.tar.xz -Source2825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz -Source2826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz -Source2827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri.tar.xz -Source2828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri.doc.tar.xz -Source2829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.tar.xz -Source2830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz -Source2831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz -Source2832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz -Source2833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.tar.xz -Source2834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz -Source2835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz -Source2836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.tar.xz -Source2837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz -Source2838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.source.tar.xz -Source2839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-italian.tar.xz -Source2840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.tar.xz -Source2841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz -Source2842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.source.tar.xz -Source2843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz -Source2844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz -Source2845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.tar.xz -Source2846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.doc.tar.xz -Source2847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.source.tar.xz -Source2848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz -Source2849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz -Source2850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz -Source2851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.tar.xz -Source2852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.doc.tar.xz -Source2853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex.tar.xz -Source2854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex.doc.tar.xz -Source2855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.tar.xz -Source2856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.doc.tar.xz -Source2857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.source.tar.xz -Source2858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.tar.xz -Source2859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz -Source2860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz -Source2861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz -Source2862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz -Source2863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz -Source2864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.tar.xz -Source2865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz -Source2866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.source.tar.xz -Source2867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.tar.xz -Source2868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.doc.tar.xz -Source2869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.source.tar.xz -Source2870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz -Source2871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.tar.xz -Source2872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.doc.tar.xz -Source2873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.source.tar.xz -Source2874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.tar.xz -Source2875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.doc.tar.xz -Source2876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.source.tar.xz -Source2877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.tar.xz -Source2878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz -Source2879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxbase.tar.xz -Source2880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxbase.doc.tar.xz -Source2881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxchfon.tar.xz -Source2882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz -Source2883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxcjkcat.tar.xz -Source2884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz -Source2885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxjahyper.tar.xz -Source2886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz -Source2887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.tar.xz -Source2888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz -Source2889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz -Source2890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.tar.xz -Source2891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.doc.tar.xz -Source2892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.source.tar.xz -Source2893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafbfont.tar.xz -Source2894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz -Source2895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjatype.tar.xz -Source2896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz -Source2897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz -Source2898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz -Source2899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.tar.xz -Source2900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.doc.tar.xz -Source2901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.source.tar.xz -Source2902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utf.tar.xz -Source2903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz -Source2904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-plain.tar.xz -Source2905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz -Source2906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.tar.xz -Source2907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.doc.tar.xz -Source2908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz -Source2909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nanumtype1.tar.xz -Source2910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz -Source2911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.tar.xz -Source2912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.doc.tar.xz -Source2913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.source.tar.xz -Source2914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz -Source2915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz -Source2916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz -Source2917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz -Source2918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz -Source2919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz -Source2920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-thai.tar.xz -Source2921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz -Source2922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz -Source2923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz -Source2924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz -Source2925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.tar.xz -Source2926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.doc.tar.xz -Source2927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.source.tar.xz -Source2928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustlib.tar.xz -Source2929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustlib.doc.tar.xz -Source2930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustprog.doc.tar.xz -Source2931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-polish.tar.xz -Source2932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz -Source2933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.tar.xz -Source2934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.doc.tar.xz -Source2935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.source.tar.xz -Source2936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pl.tar.xz -Source2937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pl.doc.tar.xz -Source2938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.tar.xz -Source2939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.doc.tar.xz -Source2940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.source.tar.xz -Source2941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.tar.xz -Source2942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.doc.tar.xz -Source2943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.source.tar.xz -Source2944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/przechlewski-book.tar.xz -Source2945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz -Source2946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qpxqtx.tar.xz -Source2947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz -Source2948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tap.tar.xz -Source2949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tap.doc.tar.xz -Source2950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz -Source2951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz -Source2952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utf8mex.tar.xz -Source2953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz -Source2954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz -Source2955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feupphdteses.tar.xz -Source2956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz -Source2957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz -Source2958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz -Source2959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz -Source2960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.tar.xz -Source2961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz -Source2962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz -Source2963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz -Source2964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz -Source2965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz -Source2966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-galician.tar.xz -Source2967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz -Source2968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz -Source2969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz -Source2970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz -Source2971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz -Source2972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz -Source2973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spanish-mx.tar.xz -Source2974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz -Source2975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.tar.xz -Source2976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.doc.tar.xz -Source2977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.source.tar.xz -Source2978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.tar.xz -Source2979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.doc.tar.xz -Source2980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.source.tar.xz -Source2981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.tar.xz -Source2982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz -Source2983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.source.tar.xz -Source2984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.tar.xz -Source2985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.doc.tar.xz -Source2986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.source.tar.xz -Source2987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.tar.xz -Source2988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.doc.tar.xz -Source2989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.source.tar.xz -Source2990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extsizes.tar.xz -Source2991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extsizes.doc.tar.xz -Source2992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancybox.tar.xz -Source2993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancybox.doc.tar.xz -Source2994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.tar.xz -Source2995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.doc.tar.xz -Source2996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.source.tar.xz -Source2997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.tar.xz -Source2998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz -Source2999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz -Source3000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.tar.xz -Source3001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.doc.tar.xz -Source3002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.source.tar.xz -Source3003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.tar.xz -Source3004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.doc.tar.xz -Source3005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.source.tar.xz -Source3006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.tar.xz -Source3007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz -Source3008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.source.tar.xz -Source3009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.tar.xz -Source3010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.doc.tar.xz -Source3011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.source.tar.xz -Source3012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fp.tar.xz -Source3013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fp.doc.tar.xz -Source3014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.tar.xz -Source3015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.doc.tar.xz -Source3016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.source.tar.xz -Source3017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jknapltx.tar.xz -Source3018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz -Source3019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script.tar.xz -Source3020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.tar.xz -Source3021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz -Source3022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.source.tar.xz -Source3023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.tar.xz -Source3024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.doc.tar.xz -Source3025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.source.tar.xz -Source3026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.tar.xz -Source3027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.doc.tar.xz -Source3028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.source.tar.xz -Source3029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.tar.xz -Source3030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.doc.tar.xz -Source3031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.source.tar.xz -Source3032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.tar.xz -Source3033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz -Source3034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.source.tar.xz -Source3035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.tar.xz -Source3036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.doc.tar.xz -Source3037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.source.tar.xz -Source3038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.tar.xz -Source3039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.doc.tar.xz -Source3040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.source.tar.xz -Source3041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.tar.xz -Source3042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.doc.tar.xz -Source3043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.source.tar.xz -Source3044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.tar.xz -Source3045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz -Source3046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.source.tar.xz -Source3047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parskip.tar.xz -Source3048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parskip.doc.tar.xz -Source3049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.tar.xz -Source3050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz -Source3051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.source.tar.xz -Source3052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.tar.xz -Source3053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.doc.tar.xz -Source3054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.source.tar.xz -Source3055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.tar.xz -Source3056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.doc.tar.xz -Source3057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.source.tar.xz -Source3058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.tar.xz -Source3059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.doc.tar.xz -Source3060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.source.tar.xz -Source3061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.tar.xz -Source3062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.doc.tar.xz -Source3063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.source.tar.xz -Source3064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmath.tar.xz -Source3065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmath.doc.tar.xz -Source3066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/section.tar.xz -Source3067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/section.doc.tar.xz -Source3068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seminar.tar.xz -Source3069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seminar.doc.tar.xz -Source3070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepnum.tar.xz -Source3071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepnum.doc.tar.xz -Source3072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setspace.tar.xz -Source3073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setspace.doc.tar.xz -Source3074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.tar.xz -Source3075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.doc.tar.xz -Source3076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.source.tar.xz -Source3077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.tar.xz -Source3078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.doc.tar.xz -Source3079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.source.tar.xz -Source3080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.tar.xz -Source3081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz -Source3082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.tar.xz -Source3083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.doc.tar.xz -Source3084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.source.tar.xz -Source3085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underscore.tar.xz -Source3086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underscore.doc.tar.xz -Source3087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.tar.xz -Source3088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz -Source3089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz -Source3090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.tar.xz -Source3091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.doc.tar.xz -Source3092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.source.tar.xz -Source3093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.tar.xz -Source3094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.doc.tar.xz -Source3095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.source.tar.xz -Source3096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.tar.xz -Source3097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.doc.tar.xz -Source3098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.source.tar.xz -Source3099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dcpic.tar.xz -Source3100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dcpic.doc.tar.xz -Source3101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagmac2.tar.xz -Source3102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz -Source3103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz -Source3104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.tar.xz -Source3105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.doc.tar.xz -Source3106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.source.tar.xz -Source3107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dot2texi.tar.xz -Source3108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz -Source3109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dratex.tar.xz -Source3110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dratex.doc.tar.xz -Source3111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drs.tar.xz -Source3112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drs.doc.tar.xz -Source3113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duotenzor.tar.xz -Source3114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz -Source3115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eepic.tar.xz -Source3116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eepic.doc.tar.xz -Source3117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.tar.xz -Source3118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.doc.tar.xz -Source3119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdfconversion.tar.xz -Source3120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz -Source3121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.tar.xz -Source3122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.doc.tar.xz -Source3123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.source.tar.xz -Source3124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fast-diagram.tar.xz -Source3125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz -Source3126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.tar.xz -Source3127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz -Source3128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.tar.xz -Source3129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.doc.tar.xz -Source3130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.source.tar.xz -Source3131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.tar.xz -Source3132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.doc.tar.xz -Source3133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.source.tar.xz -Source3134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogytree.tar.xz -Source3135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogytree.doc.tar.xz -Source3136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.tar.xz -Source3137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.doc.tar.xz -Source3138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.tar.xz -Source3139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.doc.tar.xz -Source3140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.source.tar.xz -Source3141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.tar.xz -Source3142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz -Source3143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz -Source3144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.tar.xz -Source3145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz -Source3146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.source.tar.xz -Source3147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grafcet.tar.xz -Source3148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grafcet.doc.tar.xz -Source3149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.tar.xz -Source3150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.doc.tar.xz -Source3151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.source.tar.xz -Source3152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harveyballs.tar.xz -Source3153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz -Source3154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/here.tar.xz -Source3155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/here.doc.tar.xz -Source3156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.tar.xz -Source3157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz -Source3158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz -Source3159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.tar.xz -Source3160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.doc.tar.xz -Source3161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.source.tar.xz -Source3162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvfloat.tar.xz -Source3163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz -Source3164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knitting.tar.xz -Source3165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knitting.doc.tar.xz -Source3166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knittingpattern.tar.xz -Source3167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz -Source3168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lapdf.tar.xz -Source3169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lapdf.doc.tar.xz -Source3170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.tar.xz -Source3171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.doc.tar.xz -Source3172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.source.tar.xz -Source3173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpic.tar.xz -Source3174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpic.doc.tar.xz -Source3175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.tar.xz -Source3176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.doc.tar.xz -Source3177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.source.tar.xz -Source3178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.tar.xz -Source3179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.doc.tar.xz -Source3180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miniplot.tar.xz -Source3181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miniplot.doc.tar.xz -Source3182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.tar.xz -Source3183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.doc.tar.xz -Source3184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modiagram.tar.xz -Source3185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modiagram.doc.tar.xz -Source3186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/neuralnetwork.tar.xz -Source3187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz -Source3188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numericplots.tar.xz -Source3189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numericplots.doc.tar.xz -Source3190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pb-diagram.tar.xz -Source3191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz -Source3192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petri-nets.tar.xz -Source3193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz -Source3194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.tar.xz -Source3195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz -Source3196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz -Source3197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-soroban.tar.xz -Source3198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz -Source3199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlcd.tar.xz -Source3200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlcd.doc.tar.xz -Source3201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz -Source3202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz -Source3203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.tar.xz -Source3204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz -Source3205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz -Source3206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfkeyx.tar.xz -Source3207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz -Source3208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.tar.xz -Source3209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz -Source3210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz -Source3211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.tar.xz -Source3212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz -Source3213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.source.tar.xz -Source3214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.tar.xz -Source3215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz -Source3216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.source.tar.xz -Source3217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/picinpar.tar.xz -Source3218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/picinpar.doc.tar.xz -Source3219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.tar.xz -Source3220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.doc.tar.xz -Source3221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.source.tar.xz -Source3222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex.tar.xz -Source3223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex.doc.tar.xz -Source3224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex2.tar.xz -Source3225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pinlabel.tar.xz -Source3226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz -Source3227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmgraph.tar.xz -Source3228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz -Source3229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prerex.tar.xz -Source3230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prerex.doc.tar.xz -Source3231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.tar.xz -Source3232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.doc.tar.xz -Source3233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.source.tar.xz -Source3234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxpgfmark.tar.xz -Source3235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz -Source3236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcircuit.tar.xz -Source3237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcircuit.doc.tar.xz -Source3238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.tar.xz -Source3239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.doc.tar.xz -Source3240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.source.tar.xz -Source3241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.tar.xz -Source3242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.doc.tar.xz -Source3243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.source.tar.xz -Source3244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.tar.xz -Source3245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz -Source3246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.source.tar.xz -Source3247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reotex.tar.xz -Source3248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reotex.doc.tar.xz -Source3249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.tar.xz -Source3250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.doc.tar.xz -Source3251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.source.tar.xz -Source3252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sa-tikz.tar.xz -Source3253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz -Source3254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemabloc.tar.xz -Source3255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz -Source3256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setdeck.tar.xz -Source3257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setdeck.doc.tar.xz -Source3258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.tar.xz -Source3259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz -Source3260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz -Source3261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.tar.xz -Source3262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.doc.tar.xz -Source3263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.source.tar.xz -Source3264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swimgraf.tar.xz -Source3265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz -Source3266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdraw.tar.xz -Source3267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdraw.doc.tar.xz -Source3268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticollege.tar.xz -Source3269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticollege.doc.tar.xz -Source3270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipfr.doc.tar.xz -Source3271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz -Source3272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz -Source3273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz -Source3274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-cd.tar.xz -Source3275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz -Source3276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dependency.tar.xz -Source3277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz -Source3278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dimline.tar.xz -Source3279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dimline.doc.tar.xz -Source3280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-inet.tar.xz -Source3281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz -Source3282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-opm.tar.xz -Source3283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz -Source3284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-palattice.tar.xz -Source3285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-palattice.doc.tar.xz -Source3286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-qtree.tar.xz -Source3287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz -Source3288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.tar.xz -Source3289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz -Source3290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz -Source3291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.tar.xz -Source3292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz -Source3293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.source.tar.xz -Source3294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.tar.xz -Source3295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz -Source3296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz -Source3297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.tar.xz -Source3298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz -Source3299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.source.tar.xz -Source3300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzorbital.tar.xz -Source3301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz -Source3302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz -Source3303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz -Source3304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz -Source3305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.tar.xz -Source3306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz -Source3307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz -Source3308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.tar.xz -Source3309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz -Source3310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.source.tar.xz -Source3311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.tar.xz -Source3312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz -Source3313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.source.tar.xz -Source3314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.tar.xz -Source3315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz -Source3316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz -Source3317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timing-diagrams.tar.xz -Source3318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz -Source3319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.tar.xz -Source3320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.doc.tar.xz -Source3321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.source.tar.xz -Source3322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-base.tar.xz -Source3323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz -Source3324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-berge.tar.xz -Source3325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz -Source3326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-doc.tar.xz -Source3327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz -Source3328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-euclide.tar.xz -Source3329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz -Source3330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-fct.tar.xz -Source3331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz -Source3332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-graph.tar.xz -Source3333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz -Source3334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz -Source3335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz -Source3336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz -Source3337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz -Source3338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-orm.tar.xz -Source3339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz -Source3340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-tab.tar.xz -Source3341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz -Source3342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tsemlines.tar.xz -Source3343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tufte-latex.tar.xz -Source3344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz -Source3345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xifthen.tar.xz -Source3346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xifthen.doc.tar.xz -Source3347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.tar.xz -Source3348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz -Source3349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz -Source3350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.tar.xz -Source3351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.doc.tar.xz -Source3352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.source.tar.xz -Source3353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.tar.xz -Source3354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.doc.tar.xz -Source3355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.source.tar.xz -Source3356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins.tar.xz -Source3357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins.doc.tar.xz -Source3358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.tar.xz -Source3359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz -Source3360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.source.tar.xz -Source3361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.tar.xz -Source3362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.doc.tar.xz -Source3363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.source.tar.xz -Source3364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic.tar.xz -Source3365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic.doc.tar.xz -Source3366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.tar.xz -Source3367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz -Source3368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz -Source3369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.tar.xz -Source3370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.doc.tar.xz -Source3371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.source.tar.xz -Source3372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.tar.xz -Source3373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz -Source3374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz -Source3375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.tar.xz -Source3376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz -Source3377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.source.tar.xz -Source3378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.tar.xz -Source3379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.doc.tar.xz -Source3380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.source.tar.xz -Source3381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorinfo.tar.xz -Source3382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz -Source3383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorspace.tar.xz -Source3384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorspace.doc.tar.xz -Source3385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortab.tar.xz -Source3386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortab.doc.tar.xz -Source3387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.tar.xz -Source3388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.doc.tar.xz -Source3389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.source.tar.xz -Source3390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.tar.xz -Source3391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.doc.tar.xz -Source3392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.source.tar.xz -Source3393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colourchange.tar.xz -Source3394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colourchange.doc.tar.xz -Source3395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combelow.tar.xz -Source3396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combelow.doc.tar.xz -Source3397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.tar.xz -Source3398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.doc.tar.xz -Source3399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.source.tar.xz -Source3400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comma.tar.xz -Source3401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comma.doc.tar.xz -Source3402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.tar.xz -Source3403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.doc.tar.xz -Source3404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.source.tar.xz -Source3405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comment.tar.xz -Source3406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comment.doc.tar.xz -Source3407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concepts.tar.xz -Source3408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concepts.doc.tar.xz -Source3409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concprog.tar.xz -Source3410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concprog.doc.tar.xz -Source3411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.tar.xz -Source3412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.doc.tar.xz -Source3413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.source.tar.xz -Source3414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.tar.xz -Source3415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.doc.tar.xz -Source3416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.source.tar.xz -Source3417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.tar.xz -Source3418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.doc.tar.xz -Source3419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.source.tar.xz -Source3420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.tar.xz -Source3421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.doc.tar.xz -Source3422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.source.tar.xz -Source3423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.tar.xz -Source3424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.doc.tar.xz -Source3425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.source.tar.xz -Source3426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.tar.xz -Source3427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.doc.tar.xz -Source3428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.source.tar.xz -Source3429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.tar.xz -Source3430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.doc.tar.xz -Source3431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.source.tar.xz -Source3432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.tar.xz -Source3433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.doc.tar.xz -Source3434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.source.tar.xz -Source3435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.tar.xz -Source3436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz -Source3437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz -Source3438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.tar.xz -Source3439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.doc.tar.xz -Source3440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.source.tar.xz -Source3441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.tar.xz -Source3442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.doc.tar.xz -Source3443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.source.tar.xz -Source3444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyrightbox.tar.xz -Source3445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz -Source3446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coseoul.tar.xz -Source3447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coseoul.doc.tar.xz -Source3448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.tar.xz -Source3449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz -Source3450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.source.tar.xz -Source3451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courseoutline.tar.xz -Source3452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz -Source3453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coursepaper.tar.xz -Source3454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz -Source3455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.tar.xz -Source3456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.doc.tar.xz -Source3457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.source.tar.xz -Source3458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.tar.xz -Source3459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.doc.tar.xz -Source3460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.source.tar.xz -Source3461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crbox.tar.xz -Source3462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crbox.doc.tar.xz -Source3463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.tar.xz -Source3464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.doc.tar.xz -Source3465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.source.tar.xz -Source3466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes.tar.xz -Source3467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes.doc.tar.xz -Source3468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csvsimple.tar.xz -Source3469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz -Source3470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.tar.xz -Source3471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.doc.tar.xz -Source3472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.source.tar.xz -Source3473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.tar.xz -Source3474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.doc.tar.xz -Source3475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.source.tar.xz -Source3476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.tar.xz -Source3477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.doc.tar.xz -Source3478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.source.tar.xz -Source3479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.tar.xz -Source3480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.doc.tar.xz -Source3481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.source.tar.xz -Source3482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv.tar.xz -Source3483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv.doc.tar.xz -Source3484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv4tw.tar.xz -Source3485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz -Source3486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb-latex.tar.xz -Source3487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz -Source3488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.tar.xz -Source3489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.doc.tar.xz -Source3490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.source.tar.xz -Source3491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.tar.xz -Source3492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.doc.tar.xz -Source3493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.source.tar.xz -Source3494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.tar.xz -Source3495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.doc.tar.xz -Source3496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.source.tar.xz -Source3497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.tar.xz -Source3498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.doc.tar.xz -Source3499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.source.tar.xz -Source3500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashundergaps.tar.xz -Source3501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz -Source3502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.tar.xz -Source3503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.doc.tar.xz -Source3504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.source.tar.xz -Source3505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.tar.xz -Source3506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.doc.tar.xz -Source3507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.source.tar.xz -Source3508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.tar.xz -Source3509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz -Source3510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.source.tar.xz -Source3511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.tar.xz -Source3512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.doc.tar.xz -Source3513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.source.tar.xz -Source3514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.tar.xz -Source3515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.doc.tar.xz -Source3516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.source.tar.xz -Source3517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.tar.xz -Source3518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.doc.tar.xz -Source3519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.source.tar.xz -Source3520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.tar.xz -Source3521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.doc.tar.xz -Source3522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.source.tar.xz -Source3523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.tar.xz -Source3524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.doc.tar.xz -Source3525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.source.tar.xz -Source3526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.tar.xz -Source3527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.doc.tar.xz -Source3528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.source.tar.xz -Source3529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.tar.xz -Source3530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.doc.tar.xz -Source3531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.source.tar.xz -Source3532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.tar.xz -Source3533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.doc.tar.xz -Source3534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.source.tar.xz -Source3535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.tar.xz -Source3536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.doc.tar.xz -Source3537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.source.tar.xz -Source3538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.tar.xz -Source3539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.doc.tar.xz -Source3540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.source.tar.xz -Source3541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.tar.xz -Source3542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.doc.tar.xz -Source3543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.source.tar.xz -Source3544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.tar.xz -Source3545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.doc.tar.xz -Source3546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.source.tar.xz -Source3547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.tar.xz -Source3548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.doc.tar.xz -Source3549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.source.tar.xz -Source3550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.tar.xz -Source3551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.doc.tar.xz -Source3552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.source.tar.xz -Source3553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.tar.xz -Source3554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.doc.tar.xz -Source3555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.source.tar.xz -Source3556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.tar.xz -Source3557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.doc.tar.xz -Source3558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.source.tar.xz -Source3559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.tar.xz -Source3560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.doc.tar.xz -Source3561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.source.tar.xz -Source3562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.tar.xz -Source3563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.doc.tar.xz -Source3564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.source.tar.xz -Source3565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.tar.xz -Source3566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.doc.tar.xz -Source3567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.source.tar.xz -Source3568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.tar.xz -Source3569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.doc.tar.xz -Source3570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.source.tar.xz -Source3571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.tar.xz -Source3572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.doc.tar.xz -Source3573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.source.tar.xz -Source3574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.tar.xz -Source3575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.doc.tar.xz -Source3576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.source.tar.xz -Source3577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.tar.xz -Source3578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.doc.tar.xz -Source3579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.source.tar.xz -Source3580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.tar.xz -Source3581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.doc.tar.xz -Source3582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.source.tar.xz -Source3583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.tar.xz -Source3584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.doc.tar.xz -Source3585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.source.tar.xz -Source3586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.tar.xz -Source3587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.doc.tar.xz -Source3588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.source.tar.xz -Source3589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.tar.xz -Source3590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.doc.tar.xz -Source3591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.source.tar.xz -Source3592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.tar.xz -Source3593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.doc.tar.xz -Source3594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.source.tar.xz -Source3595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.tar.xz -Source3596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.doc.tar.xz -Source3597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.source.tar.xz -Source3598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.tar.xz -Source3599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.doc.tar.xz -Source3600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.source.tar.xz -Source3601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.tar.xz -Source3602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.doc.tar.xz -Source3603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.source.tar.xz -Source3604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.tar.xz -Source3605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.doc.tar.xz -Source3606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.source.tar.xz -Source3607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.tar.xz -Source3608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.doc.tar.xz -Source3609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.source.tar.xz -Source3610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.tar.xz -Source3611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.doc.tar.xz -Source3612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.source.tar.xz -Source3613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.tar.xz -Source3614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.doc.tar.xz -Source3615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.source.tar.xz -Source3616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.tar.xz -Source3617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.doc.tar.xz -Source3618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.source.tar.xz -Source3619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.tar.xz -Source3620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.doc.tar.xz -Source3621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.source.tar.xz -Source3622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.tar.xz -Source3623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.doc.tar.xz -Source3624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.source.tar.xz -Source3625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.tar.xz -Source3626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.doc.tar.xz -Source3627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.source.tar.xz -Source3628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.tar.xz -Source3629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.doc.tar.xz -Source3630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.source.tar.xz -Source3631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.tar.xz -Source3632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.doc.tar.xz -Source3633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.source.tar.xz -Source3634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.tar.xz -Source3635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.doc.tar.xz -Source3636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.source.tar.xz -Source3637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.tar.xz -Source3638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.doc.tar.xz -Source3639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.source.tar.xz -Source3640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.tar.xz -Source3641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.doc.tar.xz -Source3642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.source.tar.xz -Source3643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.tar.xz -Source3644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.doc.tar.xz -Source3645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.source.tar.xz -Source3646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dblfloatfix.tar.xz -Source3647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz -Source3648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.tar.xz -Source3649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.doc.tar.xz -Source3650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.source.tar.xz -Source3651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.tar.xz -Source3652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.doc.tar.xz -Source3653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.source.tar.xz -Source3654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.tar.xz -Source3655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.doc.tar.xz -Source3656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.source.tar.xz -Source3657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.tar.xz -Source3658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz -Source3659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.source.tar.xz -Source3660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.tar.xz -Source3661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.doc.tar.xz -Source3662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.source.tar.xz -Source3663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detlev-cm.tar.xz -Source3664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detlev-cm.doc.tar.xz -Source3665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.tar.xz -Source3666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.doc.tar.xz -Source3667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.source.tar.xz -Source3668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagnose.tar.xz -Source3669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagnose.doc.tar.xz -Source3670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.tar.xz -Source3671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.doc.tar.xz -Source3672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.source.tar.xz -Source3673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dichokey.tar.xz -Source3674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dichokey.doc.tar.xz -Source3675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.tar.xz -Source3676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz -Source3677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.source.tar.xz -Source3678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/directory.tar.xz -Source3679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/directory.doc.tar.xz -Source3680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.tar.xz -Source3681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz -Source3682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz -Source3683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dlfltxb.tar.xz -Source3684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz -Source3685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.tar.xz -Source3686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz -Source3687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.source.tar.xz -Source3688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.tar.xz -Source3689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.doc.tar.xz -Source3690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.source.tar.xz -Source3691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.tar.xz -Source3692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.doc.tar.xz -Source3693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.source.tar.xz -Source3694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.tar.xz -Source3695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.doc.tar.xz -Source3696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.source.tar.xz -Source3697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.tar.xz -Source3698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.doc.tar.xz -Source3699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.source.tar.xz -Source3700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.tar.xz -Source3701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.doc.tar.xz -Source3702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.source.tar.xz -Source3703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doi.tar.xz -Source3704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doi.doc.tar.xz -Source3705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.tar.xz -Source3706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz -Source3707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.source.tar.xz -Source3708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.tar.xz -Source3709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz -Source3710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.source.tar.xz -Source3711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.tar.xz -Source3712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.doc.tar.xz -Source3713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.source.tar.xz -Source3714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.tar.xz -Source3715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.doc.tar.xz -Source3716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.source.tar.xz -Source3717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dpfloat.tar.xz -Source3718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz -Source3719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.tar.xz -Source3720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.doc.tar.xz -Source3721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.source.tar.xz -Source3722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.tar.xz -Source3723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.doc.tar.xz -Source3724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.source.tar.xz -Source3725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.tar.xz -Source3726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz -Source3727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.source.tar.xz -Source3728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.tar.xz -Source3729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz -Source3730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz -Source3731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtk.tar.xz -Source3732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtk.doc.tar.xz -Source3733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz -Source3734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgallery.source.tar.xz -Source3735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvdcoll.tar.xz -Source3736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz -Source3737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dynblocks.tar.xz -Source3738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz -Source3739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean13isbn.tar.xz -Source3740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz -Source3741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy.tar.xz -Source3742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy.doc.tar.xz -Source3743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy-todo.tar.xz -Source3744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz -Source3745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.tar.xz -Source3746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.doc.tar.xz -Source3747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.source.tar.xz -Source3748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easylist.tar.xz -Source3749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easylist.doc.tar.xz -Source3750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.tar.xz -Source3751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.doc.tar.xz -Source3752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.source.tar.xz -Source3753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.tar.xz -Source3754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz -Source3755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz -Source3756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.tar.xz -Source3757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.doc.tar.xz -Source3758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.source.tar.xz -Source3759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.tar.xz -Source3760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.doc.tar.xz -Source3761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.source.tar.xz -Source3762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.tar.xz -Source3763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.doc.tar.xz -Source3764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.source.tar.xz -Source3765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.tar.xz -Source3766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.doc.tar.xz -Source3767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.source.tar.xz -Source3768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.tar.xz -Source3769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.doc.tar.xz -Source3770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.source.tar.xz -Source3771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.tar.xz -Source3772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.doc.tar.xz -Source3773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.source.tar.xz -Source3774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elements.tar.xz -Source3775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elements.doc.tar.xz -Source3776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.tar.xz -Source3777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz -Source3778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.source.tar.xz -Source3779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.tar.xz -Source3780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.doc.tar.xz -Source3781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.source.tar.xz -Source3782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.tar.xz -Source3783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.doc.tar.xz -Source3784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.source.tar.xz -Source3785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elpres.tar.xz -Source3786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elpres.doc.tar.xz -Source3787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.tar.xz -Source3788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.doc.tar.xz -Source3789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.source.tar.xz -Source3790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.tar.xz -Source3791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.doc.tar.xz -Source3792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.source.tar.xz -Source3793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.tar.xz -Source3794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.doc.tar.xz -Source3795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.source.tar.xz -Source3796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embrac.tar.xz -Source3797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embrac.doc.tar.xz -Source3798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.tar.xz -Source3799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.doc.tar.xz -Source3800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.source.tar.xz -Source3801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emulateapj.tar.xz -Source3802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz -Source3803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.tar.xz -Source3804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.doc.tar.xz -Source3805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.source.tar.xz -Source3806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.tar.xz -Source3807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.doc.tar.xz -Source3808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.source.tar.xz -Source3809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endnotes.tar.xz -Source3810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endnotes.doc.tar.xz -Source3811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.tar.xz -Source3812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.doc.tar.xz -Source3813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.source.tar.xz -Source3814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.tar.xz -Source3815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.doc.tar.xz -Source3816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.source.tar.xz -Source3817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enotez.tar.xz -Source3818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enotez.doc.tar.xz -Source3819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem.tar.xz -Source3820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem.doc.tar.xz -Source3821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.tar.xz -Source3822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz -Source3823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz -Source3824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envbig.tar.xz -Source3825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envbig.doc.tar.xz -Source3826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.tar.xz -Source3827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.doc.tar.xz -Source3828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.source.tar.xz -Source3829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.tar.xz -Source3830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.doc.tar.xz -Source3831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.source.tar.xz -Source3832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.tar.xz -Source3833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.doc.tar.xz -Source3834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.source.tar.xz -Source3835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.tar.xz -Source3836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz -Source3837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.source.tar.xz -Source3838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epyt.tar.xz -Source3839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epyt.doc.tar.xz -Source3840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqell.tar.xz -Source3841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqell.doc.tar.xz -Source3842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.tar.xz -Source3843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.doc.tar.xz -Source3844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.source.tar.xz -Source3845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqname.tar.xz -Source3846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.tar.xz -Source3847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz -Source3848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.source.tar.xz -Source3849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.tar.xz -Source3850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.doc.tar.xz -Source3851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.source.tar.xz -Source3852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esami.tar.xz -Source3853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esami.doc.tar.xz -Source3854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.tar.xz -Source3855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.doc.tar.xz -Source3856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.source.tar.xz -Source3857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.tar.xz -Source3858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.doc.tar.xz -Source3859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.source.tar.xz -Source3860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint-type1.tar.xz -Source3861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz -Source3862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.tar.xz -Source3863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.doc.tar.xz -Source3864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.source.tar.xz -Source3865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.tar.xz -Source3866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.doc.tar.xz -Source3867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.source.tar.xz -Source3868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.tar.xz -Source3869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.doc.tar.xz -Source3870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.source.tar.xz -Source3871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox.tar.xz -Source3872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz -Source3873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.tar.xz -Source3874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.doc.tar.xz -Source3875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.source.tar.xz -Source3876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europasscv.tar.xz -Source3877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europasscv.doc.tar.xz -Source3878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europecv.tar.xz -Source3879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europecv.doc.tar.xz -Source3880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.tar.xz -Source3881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.doc.tar.xz -Source3882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.source.tar.xz -Source3883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.tar.xz -Source3884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.doc.tar.xz -Source3885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.source.tar.xz -Source3886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam.tar.xz -Source3887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam.doc.tar.xz -Source3888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.tar.xz -Source3889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.doc.tar.xz -Source3890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.source.tar.xz -Source3891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.tar.xz -Source3892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.doc.tar.xz -Source3893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.source.tar.xz -Source3894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/example.tar.xz -Source3895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examplep.tar.xz -Source3896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examplep.doc.tar.xz -Source3897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.tar.xz -Source3898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.doc.tar.xz -Source3899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/excludeonly.tar.xz -Source3900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz -Source3901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.tar.xz -Source3902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.doc.tar.xz -Source3903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.source.tar.xz -Source3904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.tar.xz -Source3905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz -Source3906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz -Source3907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.tar.xz -Source3908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.doc.tar.xz -Source3909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.source.tar.xz -Source3910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.tar.xz -Source3911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.doc.tar.xz -Source3912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.source.tar.xz -Source3913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsheets.tar.xz -Source3914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsheets.doc.tar.xz -Source3915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.tar.xz -Source3916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.doc.tar.xz -Source3917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.source.tar.xz -Source3918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.tar.xz -Source3919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.doc.tar.xz -Source3920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.source.tar.xz -Source3921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.tar.xz -Source3922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.doc.tar.xz -Source3923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.source.tar.xz -Source3924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.tar.xz -Source3925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.doc.tar.xz -Source3926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.source.tar.xz -Source3927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.tar.xz -Source3928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.doc.tar.xz -Source3929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.source.tar.xz -Source3930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.tar.xz -Source3931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.doc.tar.xz -Source3932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.source.tar.xz -Source3933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.tar.xz -Source3934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.doc.tar.xz -Source3935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.source.tar.xz -Source3936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyslides.tar.xz -Source3937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyslides.doc.tar.xz -Source3938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.tar.xz -Source3939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz -Source3940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.source.tar.xz -Source3941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.tar.xz -Source3942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz -Source3943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz -Source3944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.tar.xz -Source3945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.doc.tar.xz -Source3946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.source.tar.xz -Source3947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.tar.xz -Source3948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.doc.tar.xz -Source3949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.source.tar.xz -Source3950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figsize.tar.xz -Source3951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figsize.doc.tar.xz -Source3952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.tar.xz -Source3953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.doc.tar.xz -Source3954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.source.tar.xz -Source3955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.tar.xz -Source3956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.doc.tar.xz -Source3957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.source.tar.xz -Source3958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.tar.xz -Source3959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.doc.tar.xz -Source3960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.source.tar.xz -Source3961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.tar.xz -Source3962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz -Source3963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.source.tar.xz -Source3964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filemod.tar.xz -Source3965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filemod.doc.tar.xz -Source3966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.tar.xz -Source3967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.doc.tar.xz -Source3968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.source.tar.xz -Source3969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.tar.xz -Source3970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.doc.tar.xz -Source3971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.source.tar.xz -Source3972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.tar.xz -Source3973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.doc.tar.xz -Source3974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.source.tar.xz -Source3975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixfoot.tar.xz -Source3976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz -Source3977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.tar.xz -Source3978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.doc.tar.xz -Source3979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.source.tar.xz -Source3980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz -Source3981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz -Source3982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz -Source3983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fjodor.tar.xz -Source3984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fjodor.doc.tar.xz -Source3985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.tar.xz -Source3986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.doc.tar.xz -Source3987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.source.tar.xz -Source3988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flacards.tar.xz -Source3989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flacards.doc.tar.xz -Source3990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.tar.xz -Source3991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz -Source3992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.source.tar.xz -Source3993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.tar.xz -Source3994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.doc.tar.xz -Source3995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.source.tar.xz -Source3996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashmovie.tar.xz -Source3997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz -Source3998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flipbook.tar.xz -Source3999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flipbook.doc.tar.xz -Source4000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.tar.xz -Source4001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.doc.tar.xz -Source4002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.source.tar.xz -Source4003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.tar.xz -Source4004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.doc.tar.xz -Source4005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.source.tar.xz -Source4006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.tar.xz -Source4007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.doc.tar.xz -Source4008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.source.tar.xz -Source4009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.tar.xz -Source4010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.doc.tar.xz -Source4011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.source.tar.xz -Source4012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.tar.xz -Source4013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.doc.tar.xz -Source4014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.source.tar.xz -Source4015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.tar.xz -Source4016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz -Source4017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.source.tar.xz -Source4018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fn2end.tar.xz -Source4019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fn2end.doc.tar.xz -Source4020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.tar.xz -Source4021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz -Source4022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.source.tar.xz -Source4023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncychap.tar.xz -Source4024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncychap.doc.tar.xz -Source4025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncylab.tar.xz -Source4026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncylab.doc.tar.xz -Source4027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpara.tar.xz -Source4028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpara.doc.tar.xz -Source4029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpct.tar.xz -Source4030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpct.doc.tar.xz -Source4031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.tar.xz -Source4032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz -Source4033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.source.tar.xz -Source4034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.tar.xz -Source4035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz -Source4036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.source.tar.xz -Source4037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.tar.xz -Source4038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz -Source4039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.source.tar.xz -Source4040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.tar.xz -Source4041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.doc.tar.xz -Source4042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.source.tar.xz -Source4043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.tar.xz -Source4044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.doc.tar.xz -Source4045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.source.tar.xz -Source4046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnotebackref.tar.xz -Source4047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz -Source4048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.tar.xz -Source4049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz -Source4050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.source.tar.xz -Source4051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.tar.xz -Source4052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.doc.tar.xz -Source4053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.source.tar.xz -Source4054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.tar.xz -Source4055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.doc.tar.xz -Source4056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.source.tar.xz -Source4057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.tar.xz -Source4058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.doc.tar.xz -Source4059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.source.tar.xz -Source4060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.tar.xz -Source4061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.doc.tar.xz -Source4062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.source.tar.xz -Source4063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formlett.tar.xz -Source4064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formlett.doc.tar.xz -Source4065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.tar.xz -Source4066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.doc.tar.xz -Source4067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.source.tar.xz -Source4068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragments.tar.xz -Source4069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragments.doc.tar.xz -Source4070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frame.tar.xz -Source4071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frame.doc.tar.xz -Source4072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/framed.tar.xz -Source4073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/framed.doc.tar.xz -Source4074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.tar.xz -Source4075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz -Source4076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.source.tar.xz -Source4077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frege.tar.xz -Source4078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frege.doc.tar.xz -Source4079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftcap.tar.xz -Source4080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftcap.doc.tar.xz -Source4081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.tar.xz -Source4082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz -Source4083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz -Source4084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.tar.xz -Source4085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.doc.tar.xz -Source4086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.source.tar.xz -Source4087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.tar.xz -Source4088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.doc.tar.xz -Source4089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.source.tar.xz -Source4090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullwidth.tar.xz -Source4091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz -Source4092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.tar.xz -Source4093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz -Source4094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz -Source4095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-cyr.tar.xz -Source4096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz -Source4097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz -Source4098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz -Source4099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fwlw.tar.xz -Source4100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fwlw.doc.tar.xz -Source4101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.tar.xz -Source4102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.doc.tar.xz -Source4103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.source.tar.xz -Source4104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gauss.tar.xz -Source4105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gauss.doc.tar.xz -Source4106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcard.tar.xz -Source4107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcard.doc.tar.xz -Source4108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.tar.xz -Source4109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.doc.tar.xz -Source4110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.source.tar.xz -Source4111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.tar.xz -Source4112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.doc.tar.xz -Source4113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.source.tar.xz -Source4114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.tar.xz -Source4115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.doc.tar.xz -Source4116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.source.tar.xz -Source4117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getfiledate.tar.xz -Source4118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz -Source4119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.tar.xz -Source4120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz -Source4121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.source.tar.xz -Source4122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo.tar.xz -Source4123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz -Source4124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo2.tar.xz -Source4125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo2.doc.tar.xz -Source4126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gloss.tar.xz -Source4127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gloss.doc.tar.xz -Source4128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.tar.xz -Source4129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.doc.tar.xz -Source4130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.source.tar.xz -Source4131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.tar.xz -Source4132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.doc.tar.xz -Source4133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.source.tar.xz -Source4134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.tar.xz -Source4135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.doc.tar.xz -Source4136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.source.tar.xz -Source4137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.tar.xz -Source4138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.doc.tar.xz -Source4139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.source.tar.xz -Source4140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.tar.xz -Source4141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.doc.tar.xz -Source4142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.source.tar.xz -Source4143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.tar.xz -Source4144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.doc.tar.xz -Source4145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.source.tar.xz -Source4146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.tar.xz -Source4147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.doc.tar.xz -Source4148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.source.tar.xz -Source4149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.tar.xz -Source4150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.doc.tar.xz -Source4151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.source.tar.xz -Source4152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.tar.xz -Source4153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.doc.tar.xz -Source4154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.source.tar.xz -Source4155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.tar.xz -Source4156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.doc.tar.xz -Source4157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.source.tar.xz -Source4158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.tar.xz -Source4159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.doc.tar.xz -Source4160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.source.tar.xz -Source4161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.tar.xz -Source4162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.doc.tar.xz -Source4163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.source.tar.xz -Source4164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.tar.xz -Source4165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.doc.tar.xz -Source4166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.source.tar.xz -Source4167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc.tar.xz -Source4168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz -Source4169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz -Source4170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz -Source4171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz -Source4172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmiflink.tar.xz -Source4173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz -Source4174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmutils.tar.xz -Source4175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmutils.doc.tar.xz -Source4176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverb.tar.xz -Source4177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverb.doc.tar.xz -Source4178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.tar.xz -Source4179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.doc.tar.xz -Source4180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.source.tar.xz -Source4181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz -Source4182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz -Source4183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz -Source4184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.tar.xz -Source4185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz -Source4186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.source.tar.xz -Source4187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grfpaste.tar.xz -Source4188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz -Source4189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.tar.xz -Source4190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.doc.tar.xz -Source4191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.source.tar.xz -Source4192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid-system.tar.xz -Source4193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid-system.doc.tar.xz -Source4194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.tar.xz -Source4195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.doc.tar.xz -Source4196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.source.tar.xz -Source4197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.tar.xz -Source4198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.doc.tar.xz -Source4199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.source.tar.xz -Source4200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.tar.xz -Source4201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz -Source4202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.source.tar.xz -Source4203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/handout.tar.xz -Source4204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/handout.doc.tar.xz -Source4205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hang.tar.xz -Source4206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hang.doc.tar.xz -Source4207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.tar.xz -Source4208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.doc.tar.xz -Source4209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.source.tar.xz -Source4210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.tar.xz -Source4211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz -Source4212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.source.tar.xz -Source4213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harnon-cv.tar.xz -Source4214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz -Source4215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harpoon.tar.xz -Source4216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harpoon.doc.tar.xz -Source4217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.tar.xz -Source4218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.doc.tar.xz -Source4219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.source.tar.xz -Source4220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/he-she.tar.xz -Source4221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/he-she.doc.tar.xz -Source4222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.tar.xz -Source4223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz -Source4224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.source.tar.xz -Source4225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.tar.xz -Source4226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.doc.tar.xz -Source4227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.source.tar.xz -Source4228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hitec.tar.xz -Source4229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hitec.doc.tar.xz -Source4230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hletter.tar.xz -Source4231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hletter.doc.tar.xz -Source4232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.tar.xz -Source4233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz -Source4234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz -Source4235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.tar.xz -Source4236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz -Source4237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.source.tar.xz -Source4238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvindex.tar.xz -Source4239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvindex.doc.tar.xz -Source4240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypdvips.tar.xz -Source4241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz -Source4242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.tar.xz -Source4243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.doc.tar.xz -Source4244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.source.tar.xz -Source4245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypernat.tar.xz -Source4246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypernat.doc.tar.xz -Source4247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref-docsrc.doc.tar.xz -Source4248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.tar.xz -Source4249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz -Source4250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz -Source4251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.tar.xz -Source4252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz -Source4253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.source.tar.xz -Source4254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxcmds.tar.xz -Source4255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz -Source4256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.tar.xz -Source4257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz -Source4258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.source.tar.xz -Source4259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmslide.tar.xz -Source4260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz -Source4261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.tar.xz -Source4262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz -Source4263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.source.tar.xz -Source4264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.tar.xz -Source4265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz -Source4266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz -Source4267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.tar.xz -Source4268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz -Source4269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.source.tar.xz -Source4270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifthenx.tar.xz -Source4271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz -Source4272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.tar.xz -Source4273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.doc.tar.xz -Source4274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.source.tar.xz -Source4275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/image-gallery.tar.xz -Source4276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz -Source4277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.tar.xz -Source4278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz -Source4279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.source.tar.xz -Source4280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/import.tar.xz -Source4281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/import.doc.tar.xz -Source4282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/incgraph.tar.xz -Source4283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/incgraph.doc.tar.xz -Source4284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.tar.xz -Source4285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.doc.tar.xz -Source4286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.source.tar.xz -Source4287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.tar.xz -Source4288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz -Source4289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.source.tar.xz -Source4290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.tar.xz -Source4291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz -Source4292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.source.tar.xz -Source4293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz -Source4294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz -Source4295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.tar.xz -Source4296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.doc.tar.xz -Source4297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.source.tar.xz -Source4298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.tar.xz -Source4299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.doc.tar.xz -Source4300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.source.tar.xz -Source4301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/invoice.tar.xz -Source4302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/invoice.doc.tar.xz -Source4303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.tar.xz -Source4304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.doc.tar.xz -Source4305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.source.tar.xz -Source4306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.tar.xz -Source4307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.doc.tar.xz -Source4308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.source.tar.xz -Source4309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.tar.xz -Source4310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.doc.tar.xz -Source4311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.source.tar.xz -Source4312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.tar.xz -Source4313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.doc.tar.xz -Source4314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.source.tar.xz -Source4315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isonums.tar.xz -Source4316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isonums.doc.tar.xz -Source4317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.tar.xz -Source4318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.doc.tar.xz -Source4319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.source.tar.xz -Source4320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.tar.xz -Source4321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.doc.tar.xz -Source4322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.source.tar.xz -Source4323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.tar.xz -Source4324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz -Source4325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.source.tar.xz -Source4326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwhdp.tar.xz -Source4327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz -Source4328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jlabels.tar.xz -Source4329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jlabels.doc.tar.xz -Source4330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jslectureplanner.tar.xz -Source4331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jslectureplanner.doc.tar.xz -Source4332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jumplines.tar.xz -Source4333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jumplines.doc.tar.xz -Source4334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.tar.xz -Source4335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz -Source4336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.source.tar.xz -Source4337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.tar.xz -Source4338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz -Source4339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz -Source4340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.tar.xz -Source4341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.doc.tar.xz -Source4342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.source.tar.xz -Source4343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.tar.xz -Source4344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.doc.tar.xz -Source4345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.source.tar.xz -Source4346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyreader.tar.xz -Source4347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyreader.doc.tar.xz -Source4348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keystroke.tar.xz -Source4349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keystroke.doc.tar.xz -Source4350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyval2e.tar.xz -Source4351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz -Source4352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kix.tar.xz -Source4353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kix.doc.tar.xz -Source4354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz -Source4355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz -Source4356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz -Source4357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz -Source4358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.tar.xz -Source4359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.doc.tar.xz -Source4360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.source.tar.xz -Source4361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.tar.xz -Source4362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz -Source4363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz -Source4364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.tar.xz -Source4365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.doc.tar.xz -Source4366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.source.tar.xz -Source4367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.tar.xz -Source4368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.doc.tar.xz -Source4369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.source.tar.xz -Source4370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.tar.xz -Source4371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.doc.tar.xz -Source4372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.source.tar.xz -Source4373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.tar.xz -Source4374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.doc.tar.xz -Source4375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.source.tar.xz -Source4376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.tar.xz -Source4377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.doc.tar.xz -Source4378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.source.tar.xz -Source4379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.tar.xz -Source4380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.doc.tar.xz -Source4381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.source.tar.xz -Source4382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.tar.xz -Source4383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.doc.tar.xz -Source4384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.source.tar.xz -Source4385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.tar.xz -Source4386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.doc.tar.xz -Source4387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.source.tar.xz -Source4388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lazylist.tar.xz -Source4389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lazylist.doc.tar.xz -Source4390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.tar.xz -Source4391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.doc.tar.xz -Source4392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.source.tar.xz -Source4393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.tar.xz -Source4394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.doc.tar.xz -Source4395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.source.tar.xz -Source4396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.tar.xz -Source4397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.doc.tar.xz -Source4398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.source.tar.xz -Source4399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.tar.xz -Source4400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.doc.tar.xz -Source4401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.source.tar.xz -Source4402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.tar.xz -Source4403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.doc.tar.xz -Source4404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.source.tar.xz -Source4405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.tar.xz -Source4406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz -Source4407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.source.tar.xz -Source4408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettre.tar.xz -Source4409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettre.doc.tar.xz -Source4410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.tar.xz -Source4411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.doc.tar.xz -Source4412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.source.tar.xz -Source4413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lewis.tar.xz -Source4414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lewis.doc.tar.xz -Source4415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.tar.xz -Source4416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.doc.tar.xz -Source4417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.source.tar.xz -Source4418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.tar.xz -Source4419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.doc.tar.xz -Source4420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.source.tar.xz -Source4421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/limap.tar.xz -Source4422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/limap.source.tar.xz -Source4423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.tar.xz -Source4424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.doc.tar.xz -Source4425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.source.tar.xz -Source4426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.tar.xz -Source4427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.doc.tar.xz -Source4428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.source.tar.xz -Source4429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz -Source4430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz -Source4431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listing.tar.xz -Source4432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listing.doc.tar.xz -Source4433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.tar.xz -Source4434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.doc.tar.xz -Source4435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.source.tar.xz -Source4436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.tar.xz -Source4437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.doc.tar.xz -Source4438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.source.tar.xz -Source4439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.tar.xz -Source4440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz -Source4441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz -Source4442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lkproof.tar.xz -Source4443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lkproof.doc.tar.xz -Source4444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.tar.xz -Source4445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.doc.tar.xz -Source4446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.source.tar.xz -Source4447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.tar.xz -Source4448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.doc.tar.xz -Source4449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.source.tar.xz -Source4450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.tar.xz -Source4451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.doc.tar.xz -Source4452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.source.tar.xz -Source4453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.tar.xz -Source4454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.doc.tar.xz -Source4455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.source.tar.xz -Source4456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz -Source4457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz -Source4458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.tar.xz -Source4459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.doc.tar.xz -Source4460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.source.tar.xz -Source4461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.tar.xz -Source4462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.doc.tar.xz -Source4463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.source.tar.xz -Source4464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.tar.xz -Source4465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz -Source4466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz -Source4467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/loops.tar.xz -Source4468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/loops.doc.tar.xz -Source4469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lsc.tar.xz -Source4470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lsc.doc.tar.xz -Source4471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.tar.xz -Source4472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz -Source4473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.source.tar.xz -Source4474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lt3graph.tar.xz -Source4475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz -Source4476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltablex.tar.xz -Source4477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltablex.doc.tar.xz -Source4478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltabptch.tar.xz -Source4479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz -Source4480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxdockit.tar.xz -Source4481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz -Source4482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.tar.xz -Source4483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz -Source4484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.source.tar.xz -Source4485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxkeys.tar.xz -Source4486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz -Source4487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.tar.xz -Source4488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz -Source4489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.source.tar.xz -Source4490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxtools.tar.xz -Source4491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz -Source4492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.tar.xz -Source4493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.doc.tar.xz -Source4494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.source.tar.xz -Source4495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/magaz.tar.xz -Source4496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/magaz.doc.tar.xz -Source4497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.tar.xz -Source4498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.doc.tar.xz -Source4499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.source.tar.xz -Source4500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.tar.xz -Source4501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz -Source4502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.source.tar.xz -Source4503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebarcode.tar.xz -Source4504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz -Source4505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.tar.xz -Source4506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.doc.tar.xz -Source4507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.source.tar.xz -Source4508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.tar.xz -Source4509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.doc.tar.xz -Source4510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.source.tar.xz -Source4511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecirc.tar.xz -Source4512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecirc.doc.tar.xz -Source4513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.tar.xz -Source4514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.doc.tar.xz -Source4515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.source.tar.xz -Source4516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.tar.xz -Source4517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.doc.tar.xz -Source4518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.source.tar.xz -Source4519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeglos.tar.xz -Source4520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeglos.doc.tar.xz -Source4521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.tar.xz -Source4522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.doc.tar.xz -Source4523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.source.tar.xz -Source4524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt.tar.xz -Source4525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt.source.tar.xz -Source4526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.tar.xz -Source4527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.doc.tar.xz -Source4528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.source.tar.xz -Source4529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.tar.xz -Source4530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.doc.tar.xz -Source4531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.source.tar.xz -Source4532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.tar.xz -Source4533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.doc.tar.xz -Source4534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.source.tar.xz -Source4535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathalfa.tar.xz -Source4536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz -Source4537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.tar.xz -Source4538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.doc.tar.xz -Source4539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.source.tar.xz -Source4540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.tar.xz -Source4541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.doc.tar.xz -Source4542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.source.tar.xz -Source4543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maybemath.tar.xz -Source4544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maybemath.doc.tar.xz -Source4545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mbenotes.tar.xz -Source4546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz -Source4547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.tar.xz -Source4548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.doc.tar.xz -Source4549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.source.tar.xz -Source4550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mceinleger.tar.xz -Source4551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz -Source4552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.tar.xz -Source4553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.doc.tar.xz -Source4554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.source.tar.xz -Source4555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mciteplus.tar.xz -Source4556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz -Source4557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.tar.xz -Source4558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.doc.tar.xz -Source4559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.source.tar.xz -Source4560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.tar.xz -Source4561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.doc.tar.xz -Source4562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.source.tar.xz -Source4563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.tar.xz -Source4564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz -Source4565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.source.tar.xz -Source4566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memexsupp.tar.xz -Source4567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz -Source4568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.tar.xz -Source4569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.doc.tar.xz -Source4570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.source.tar.xz -Source4571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.tar.xz -Source4572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.doc.tar.xz -Source4573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.source.tar.xz -Source4574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.tar.xz -Source4575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.doc.tar.xz -Source4576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.source.tar.xz -Source4577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.tar.xz -Source4578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.doc.tar.xz -Source4579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.source.tar.xz -Source4580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.tar.xz -Source4581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.doc.tar.xz -Source4582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.source.tar.xz -Source4583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.tar.xz -Source4584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.doc.tar.xz -Source4585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.source.tar.xz -Source4586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midpage.tar.xz -Source4587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midpage.doc.tar.xz -Source4588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.tar.xz -Source4589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.doc.tar.xz -Source4590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.source.tar.xz -Source4591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.tar.xz -Source4592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.doc.tar.xz -Source4593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.source.tar.xz -Source4594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz -Source4595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz -Source4596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz -Source4597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minitoc.tar.xz -Source4598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minitoc.doc.tar.xz -Source4599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minorrevision.tar.xz -Source4600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz -Source4601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.tar.xz -Source4602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.doc.tar.xz -Source4603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.source.tar.xz -Source4604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.tar.xz -Source4605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.doc.tar.xz -Source4606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.source.tar.xz -Source4607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mla-paper.tar.xz -Source4608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz -Source4609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.tar.xz -Source4610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.doc.tar.xz -Source4611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.source.tar.xz -Source4612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mmap.tar.xz -Source4613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mmap.doc.tar.xz -Source4614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.tar.xz -Source4615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.doc.tar.xz -Source4616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.source.tar.xz -Source4617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderncv.tar.xz -Source4618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderncv.doc.tar.xz -Source4619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.tar.xz -Source4620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz -Source4621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz -Source4622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.tar.xz -Source4623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.doc.tar.xz -Source4624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.source.tar.xz -Source4625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.tar.xz -Source4626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.doc.tar.xz -Source4627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.source.tar.xz -Source4628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.tar.xz -Source4629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.doc.tar.xz -Source4630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.source.tar.xz -Source4631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreenum.tar.xz -Source4632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreenum.doc.tar.xz -Source4633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.tar.xz -Source4634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.doc.tar.xz -Source4635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.source.tar.xz -Source4636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.tar.xz -Source4637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.doc.tar.xz -Source4638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.source.tar.xz -Source4639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.tar.xz -Source4640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.doc.tar.xz -Source4641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.source.tar.xz -Source4642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.tar.xz -Source4643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.doc.tar.xz -Source4644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.source.tar.xz -Source4645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.tar.xz -Source4646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.doc.tar.xz -Source4647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.source.tar.xz -Source4648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/movie15.tar.xz -Source4649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/movie15.doc.tar.xz -Source4650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.tar.xz -Source4651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.doc.tar.xz -Source4652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.source.tar.xz -Source4653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msc.tar.xz -Source4654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msc.doc.tar.xz -Source4655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.tar.xz -Source4656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.doc.tar.xz -Source4657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.source.tar.xz -Source4658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mslapa.tar.xz -Source4659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mslapa.doc.tar.xz -Source4660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.tar.xz -Source4661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz -Source4662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.source.tar.xz -Source4663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multenum.tar.xz -Source4664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multenum.doc.tar.xz -Source4665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.tar.xz -Source4666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.doc.tar.xz -Source4667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.source.tar.xz -Source4668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.tar.xz -Source4669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.doc.tar.xz -Source4670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.source.tar.xz -Source4671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.tar.xz -Source4672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.doc.tar.xz -Source4673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.source.tar.xz -Source4674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.tar.xz -Source4675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz -Source4676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.source.tar.xz -Source4677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multirow.tar.xz -Source4678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multirow.doc.tar.xz -Source4679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.tar.xz -Source4680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.doc.tar.xz -Source4681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.source.tar.xz -Source4682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.tar.xz -Source4683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.doc.tar.xz -Source4684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.source.tar.xz -Source4685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mweights.tar.xz -Source4686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mweights.doc.tar.xz -Source4687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.tar.xz -Source4688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.doc.tar.xz -Source4689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.source.tar.xz -Source4690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.tar.xz -Source4691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz -Source4692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz -Source4693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.tar.xz -Source4694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.doc.tar.xz -Source4695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.source.tar.xz -Source4696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.tar.xz -Source4697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.doc.tar.xz -Source4698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.source.tar.xz -Source4699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.tar.xz -Source4700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.doc.tar.xz -Source4701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.source.tar.xz -Source4702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncclatex.tar.xz -Source4703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz -Source4704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.tar.xz -Source4705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.doc.tar.xz -Source4706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.source.tar.xz -Source4707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nestquot.tar.xz -Source4708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newcommand.doc.tar.xz -Source4709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newenviron.tar.xz -Source4710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newenviron.doc.tar.xz -Source4711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.tar.xz -Source4712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.doc.tar.xz -Source4713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.source.tar.xz -Source4714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.tar.xz -Source4715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.doc.tar.xz -Source4716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.source.tar.xz -Source4717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.tar.xz -Source4718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.doc.tar.xz -Source4719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.source.tar.xz -Source4720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.tar.xz -Source4721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz -Source4722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz -Source4723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.tar.xz -Source4724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz -Source4725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.source.tar.xz -Source4726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.tar.xz -Source4727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.doc.tar.xz -Source4728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.source.tar.xz -Source4729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nextpage.tar.xz -Source4730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz -Source4731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz -Source4732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.tar.xz -Source4733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz -Source4734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz -Source4735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.tar.xz -Source4736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.doc.tar.xz -Source4737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.source.tar.xz -Source4738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.tar.xz -Source4739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.doc.tar.xz -Source4740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.source.tar.xz -Source4741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nlctdoc.tar.xz -Source4742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz -Source4743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noconflict.tar.xz -Source4744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noconflict.doc.tar.xz -Source4745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noindentafter.tar.xz -Source4746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz -Source4747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.tar.xz -Source4748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz -Source4749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.source.tar.xz -Source4750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nolbreaks.tar.xz -Source4751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz -Source4752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.tar.xz -Source4753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.doc.tar.xz -Source4754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.source.tar.xz -Source4755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.tar.xz -Source4756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz -Source4757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.source.tar.xz -Source4758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.tar.xz -Source4759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz -Source4760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.source.tar.xz -Source4761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.tar.xz -Source4762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz -Source4763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz -Source4764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nopageno.tar.xz -Source4765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nopageno.doc.tar.xz -Source4766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.tar.xz -Source4767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.doc.tar.xz -Source4768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.source.tar.xz -Source4769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notoccite.tar.xz -Source4770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notoccite.doc.tar.xz -Source4771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.tar.xz -Source4772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.doc.tar.xz -Source4773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.source.tar.xz -Source4774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nox.tar.xz -Source4775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nox.doc.tar.xz -Source4776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.tar.xz -Source4777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz -Source4778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.source.tar.xz -Source4779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numberedblock.tar.xz -Source4780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz -Source4781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numname.tar.xz -Source4782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numname.doc.tar.xz -Source4783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.tar.xz -Source4784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.doc.tar.xz -Source4785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.source.tar.xz -Source4786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocg-p.tar.xz -Source4787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz -Source4788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.tar.xz -Source4789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.doc.tar.xz -Source4790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.source.tar.xz -Source4791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx2.tar.xz -Source4792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx2.doc.tar.xz -Source4793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-latex.tar.xz -Source4794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz -Source4795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.tar.xz -Source4796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.doc.tar.xz -Source4797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.source.tar.xz -Source4798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.tar.xz -Source4799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz -Source4800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.source.tar.xz -Source4801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.tar.xz -Source4802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz -Source4803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz -Source4804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.tar.xz -Source4805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.doc.tar.xz -Source4806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.source.tar.xz -Source4807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/optional.tar.xz -Source4808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/optional.doc.tar.xz -Source4809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outline.tar.xz -Source4810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outline.doc.tar.xz -Source4811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outliner.tar.xz -Source4812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outliner.doc.tar.xz -Source4813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outlines.tar.xz -Source4814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outlines.doc.tar.xz -Source4815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overpic.tar.xz -Source4816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overpic.doc.tar.xz -Source4817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.tar.xz -Source4818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz -Source4819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.source.tar.xz -Source4820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.tar.xz -Source4821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.doc.tar.xz -Source4822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.source.tar.xz -Source4823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.tar.xz -Source4824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.doc.tar.xz -Source4825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.source.tar.xz -Source4826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagerange.tar.xz -Source4827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagerange.doc.tar.xz -Source4828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.tar.xz -Source4829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.doc.tar.xz -Source4830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.source.tar.xz -Source4831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.tar.xz -Source4832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.doc.tar.xz -Source4833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.source.tar.xz -Source4834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.tar.xz -Source4835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz -Source4836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.source.tar.xz -Source4837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.tar.xz -Source4838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.doc.tar.xz -Source4839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.source.tar.xz -Source4840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.tar.xz -Source4841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.doc.tar.xz -Source4842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.source.tar.xz -Source4843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.tar.xz -Source4844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.doc.tar.xz -Source4845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.source.tar.xz -Source4846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.tar.xz -Source4847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.doc.tar.xz -Source4848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.source.tar.xz -Source4849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parnotes.tar.xz -Source4850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parnotes.doc.tar.xz -Source4851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.tar.xz -Source4852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.doc.tar.xz -Source4853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.source.tar.xz -Source4854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cours.tar.xz -Source4855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz -Source4856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cv.tar.xz -Source4857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz -Source4858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-tableur.tar.xz -Source4859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz -Source4860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.tar.xz -Source4861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz -Source4862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.source.tar.xz -Source4863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.tar.xz -Source4864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz -Source4865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.source.tar.xz -Source4866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.tar.xz -Source4867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.doc.tar.xz -Source4868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.source.tar.xz -Source4869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.tar.xz -Source4870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.doc.tar.xz -Source4871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.source.tar.xz -Source4872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.tar.xz -Source4873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.doc.tar.xz -Source4874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.source.tar.xz -Source4875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.tar.xz -Source4876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz -Source4877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.source.tar.xz -Source4878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.tar.xz -Source4879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.doc.tar.xz -Source4880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.source.tar.xz -Source4881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcomment.tar.xz -Source4882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz -Source4883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.tar.xz -Source4884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz -Source4885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz -Source4886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz -Source4887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz -Source4888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfscreen.tar.xz -Source4889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz -Source4890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfslide.tar.xz -Source4891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz -Source4892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfsync.tar.xz -Source4893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz -Source4894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfwin.tar.xz -Source4895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz -Source4896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.tar.xz -Source4897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.doc.tar.xz -Source4898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.source.tar.xz -Source4899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pecha.tar.xz -Source4900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pecha.doc.tar.xz -Source4901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.tar.xz -Source4902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.doc.tar.xz -Source4903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.source.tar.xz -Source4904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.tar.xz -Source4905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.doc.tar.xz -Source4906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.source.tar.xz -Source4907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petiteannonce.tar.xz -Source4908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz -Source4909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philex.tar.xz -Source4910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philex.doc.tar.xz -Source4911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.tar.xz -Source4912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.doc.tar.xz -Source4913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.source.tar.xz -Source4914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piff.tar.xz -Source4915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piff.doc.tar.xz -Source4916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkgloader.tar.xz -Source4917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz -Source4918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plantslabels.tar.xz -Source4919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz -Source4920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plates.tar.xz -Source4921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plates.doc.tar.xz -Source4922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.tar.xz -Source4923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.doc.tar.xz -Source4924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.source.tar.xz -Source4925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.tar.xz -Source4926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.doc.tar.xz -Source4927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.source.tar.xz -Source4928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.tar.xz -Source4929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.doc.tar.xz -Source4930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.source.tar.xz -Source4931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.tar.xz -Source4932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.doc.tar.xz -Source4933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.source.tar.xz -Source4934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/postcards.tar.xz -Source4935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/postcards.doc.tar.xz -Source4936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poster-mac.tar.xz -Source4937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz -Source4938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.tar.xz -Source4939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz -Source4940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz -Source4941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.tar.xz -Source4942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.doc.tar.xz -Source4943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.source.tar.xz -Source4944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.tar.xz -Source4945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.doc.tar.xz -Source4946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.source.tar.xz -Source4947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.tar.xz -Source4948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.doc.tar.xz -Source4949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.source.tar.xz -Source4950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/printlen.tar.xz -Source4951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/printlen.doc.tar.xz -Source4952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.tar.xz -Source4953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.doc.tar.xz -Source4954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.source.tar.xz -Source4955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/program.tar.xz -Source4956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/program.doc.tar.xz -Source4957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progress.tar.xz -Source4958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progress.doc.tar.xz -Source4959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progressbar.tar.xz -Source4960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progressbar.doc.tar.xz -Source4961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/properties.tar.xz -Source4962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/properties.doc.tar.xz -Source4963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prosper.tar.xz -Source4964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prosper.doc.tar.xz -Source4965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protex.tar.xz -Source4966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protex.doc.tar.xz -Source4967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.tar.xz -Source4968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.doc.tar.xz -Source4969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.source.tar.xz -Source4970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.tar.xz -Source4971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.doc.tar.xz -Source4972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.source.tar.xz -Source4973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.tar.xz -Source4974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz -Source4975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz -Source4976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.tar.xz -Source4977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.doc.tar.xz -Source4978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.source.tar.xz -Source4979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.tar.xz -Source4980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz -Source4981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz -Source4982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/python.tar.xz -Source4983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/python.doc.tar.xz -Source4984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.tar.xz -Source4985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.doc.tar.xz -Source4986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.source.tar.xz -Source4987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.tar.xz -Source4988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.doc.tar.xz -Source4989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.source.tar.xz -Source4990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.tar.xz -Source4991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz -Source4992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.source.tar.xz -Source4993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.tar.xz -Source4994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.doc.tar.xz -Source4995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.source.tar.xz -Source4996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.tar.xz -Source4997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.doc.tar.xz -Source4998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.source.tar.xz -Source4999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.tar.xz -Source5000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.doc.tar.xz -Source5001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.source.tar.xz -Source5002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.tar.xz -Source5003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz -Source5004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.source.tar.xz -Source5005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randtext.tar.xz -Source5006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randtext.doc.tar.xz -Source5007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.tar.xz -Source5008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.doc.tar.xz -Source5009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.source.tar.xz -Source5010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.tar.xz -Source5011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz -Source5012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz -Source5013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.tar.xz -Source5014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz -Source5015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz -Source5016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/readarray.tar.xz -Source5017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/readarray.doc.tar.xz -Source5018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.tar.xz -Source5019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.doc.tar.xz -Source5020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.source.tar.xz -Source5021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipe.tar.xz -Source5022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipe.doc.tar.xz -Source5023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipebook.tar.xz -Source5024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipebook.doc.tar.xz -Source5025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.tar.xz -Source5026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.doc.tar.xz -Source5027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.source.tar.xz -Source5028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rectopma.tar.xz -Source5029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rectopma.doc.tar.xz -Source5030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refcheck.tar.xz -Source5031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refcheck.doc.tar.xz -Source5032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refenums.tar.xz -Source5033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refenums.doc.tar.xz -Source5034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.tar.xz -Source5035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz -Source5036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.source.tar.xz -Source5037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.tar.xz -Source5038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.doc.tar.xz -Source5039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.source.tar.xz -Source5040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.tar.xz -Source5041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.doc.tar.xz -Source5042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.source.tar.xz -Source5043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.tar.xz -Source5044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.doc.tar.xz -Source5045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.source.tar.xz -Source5046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.tar.xz -Source5047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz -Source5048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.source.tar.xz -Source5049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.tar.xz -Source5050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.doc.tar.xz -Source5051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.source.tar.xz -Source5052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.tar.xz -Source5053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.doc.tar.xz -Source5054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.source.tar.xz -Source5055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.tar.xz -Source5056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.doc.tar.xz -Source5057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.source.tar.xz -Source5058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relsize.tar.xz -Source5059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relsize.doc.tar.xz -Source5060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repeatindex.tar.xz -Source5061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz -Source5062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.tar.xz -Source5063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.doc.tar.xz -Source5064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.source.tar.xz -Source5065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.tar.xz -Source5066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz -Source5067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz -Source5068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rlepsf.tar.xz -Source5069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz -Source5070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmpage.tar.xz -Source5071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmpage.doc.tar.xz -Source5072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.tar.xz -Source5073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz -Source5074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.source.tar.xz -Source5075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustindex.tar.xz -Source5076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustindex.doc.tar.xz -Source5077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.tar.xz -Source5078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.doc.tar.xz -Source5079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.source.tar.xz -Source5080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.tar.xz -Source5081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.doc.tar.xz -Source5082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.source.tar.xz -Source5083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanneg.tar.xz -Source5084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanneg.doc.tar.xz -Source5085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.tar.xz -Source5086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.doc.tar.xz -Source5087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.source.tar.xz -Source5088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.tar.xz -Source5089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz -Source5090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.source.tar.xz -Source5091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotpages.tar.xz -Source5092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotpages.doc.tar.xz -Source5093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundbox.tar.xz -Source5094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundbox.doc.tar.xz -Source5095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rterface.tar.xz -Source5096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rterface.doc.tar.xz -Source5097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.tar.xz -Source5098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz -Source5099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz -Source5100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.tar.xz -Source5101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz -Source5102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.source.tar.xz -Source5103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rvwrite.tar.xz -Source5104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz -Source5105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.tar.xz -Source5106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz -Source5107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.source.tar.xz -Source5108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savesym.tar.xz -Source5109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.tar.xz -Source5110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.doc.tar.xz -Source5111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.source.tar.xz -Source5112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.tar.xz -Source5113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.doc.tar.xz -Source5114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.source.tar.xz -Source5115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.tar.xz -Source5116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.doc.tar.xz -Source5117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.source.tar.xz -Source5118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalerel.tar.xz -Source5119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalerel.doc.tar.xz -Source5120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scanpages.tar.xz -Source5121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scanpages.doc.tar.xz -Source5122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sdrt.tar.xz -Source5123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sdrt.doc.tar.xz -Source5124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/secdot.tar.xz -Source5125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/secdot.doc.tar.xz -Source5126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectionbox.tar.xz -Source5127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz -Source5128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.tar.xz -Source5129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.doc.tar.xz -Source5130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.source.tar.xz -Source5131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.tar.xz -Source5132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.doc.tar.xz -Source5133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.source.tar.xz -Source5134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selectp.tar.xz -Source5135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selectp.doc.tar.xz -Source5136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.tar.xz -Source5137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.doc.tar.xz -Source5138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.source.tar.xz -Source5139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.tar.xz -Source5140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.doc.tar.xz -Source5141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.source.tar.xz -Source5142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.tar.xz -Source5143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.doc.tar.xz -Source5144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.source.tar.xz -Source5145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepfootnotes.tar.xz -Source5146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz -Source5147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.tar.xz -Source5148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz -Source5149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.source.tar.xz -Source5150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.tar.xz -Source5151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.doc.tar.xz -Source5152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.source.tar.xz -Source5153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.tar.xz -Source5154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.doc.tar.xz -Source5155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.source.tar.xz -Source5156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfmath.tar.xz -Source5157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadethm.tar.xz -Source5158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadethm.doc.tar.xz -Source5159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadow.tar.xz -Source5160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadow.doc.tar.xz -Source5161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadowtext.tar.xz -Source5162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz -Source5163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapepar.tar.xz -Source5164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapepar.doc.tar.xz -Source5165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shdoc.tar.xz -Source5166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shdoc.doc.tar.xz -Source5167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shipunov.tar.xz -Source5168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shipunov.doc.tar.xz -Source5169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.tar.xz -Source5170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz -Source5171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.source.tar.xz -Source5172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.tar.xz -Source5173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.doc.tar.xz -Source5174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.source.tar.xz -Source5175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.tar.xz -Source5176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz -Source5177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz -Source5178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showdim.tar.xz -Source5179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showdim.doc.tar.xz -Source5180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.tar.xz -Source5181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.doc.tar.xz -Source5182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.source.tar.xz -Source5183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.tar.xz -Source5184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.doc.tar.xz -Source5185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.source.tar.xz -Source5186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.tar.xz -Source5187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.doc.tar.xz -Source5188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.source.tar.xz -Source5189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.tar.xz -Source5190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz -Source5191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.source.tar.xz -Source5192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.tar.xz -Source5193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.doc.tar.xz -Source5194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.source.tar.xz -Source5195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.tar.xz -Source5196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.doc.tar.xz -Source5197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.source.tar.xz -Source5198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.tar.xz -Source5199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.doc.tar.xz -Source5200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.source.tar.xz -Source5201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.tar.xz -Source5202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.doc.tar.xz -Source5203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.source.tar.xz -Source5204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.tar.xz -Source5205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.doc.tar.xz -Source5206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.source.tar.xz -Source5207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.tar.xz -Source5208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.doc.tar.xz -Source5209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.source.tar.xz -Source5210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.tar.xz -Source5211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.doc.tar.xz -Source5212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.source.tar.xz -Source5213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeycommand.tar.xz -Source5214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz -Source5215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeyval.tar.xz -Source5216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeyval.doc.tar.xz -Source5217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.tar.xz -Source5218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.doc.tar.xz -Source5219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.source.tar.xz -Source5220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.tar.xz -Source5221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.doc.tar.xz -Source5222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.source.tar.xz -Source5223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smalltableof.tar.xz -Source5224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz -Source5225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartref.tar.xz -Source5226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartref.doc.tar.xz -Source5227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.tar.xz -Source5228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.doc.tar.xz -Source5229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.source.tar.xz -Source5230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snotez.tar.xz -Source5231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snotez.doc.tar.xz -Source5232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.tar.xz -Source5233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.doc.tar.xz -Source5234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.source.tar.xz -Source5235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sparklines.tar.xz -Source5236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sparklines.doc.tar.xz -Source5237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphack.tar.xz -Source5238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphack.doc.tar.xz -Source5239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.tar.xz -Source5240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.doc.tar.xz -Source5241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.source.tar.xz -Source5242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.tar.xz -Source5243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.doc.tar.xz -Source5244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.source.tar.xz -Source5245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spotcolor.tar.xz -Source5246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz -Source5247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spreadtab.tar.xz -Source5248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz -Source5249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.tar.xz -Source5250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz -Source5251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.source.tar.xz -Source5252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srbook-mem.tar.xz -Source5253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz -Source5254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.tar.xz -Source5255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.doc.tar.xz -Source5256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.source.tar.xz -Source5257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.tar.xz -Source5258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.doc.tar.xz -Source5259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.source.tar.xz -Source5260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sslides.tar.xz -Source5261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sslides.doc.tar.xz -Source5262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stack.tar.xz -Source5263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stack.source.tar.xz -Source5264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stackengine.tar.xz -Source5265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stackengine.doc.tar.xz -Source5266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.tar.xz -Source5267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.doc.tar.xz -Source5268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.source.tar.xz -Source5269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.tar.xz -Source5270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.doc.tar.xz -Source5271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.source.tar.xz -Source5272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.tar.xz -Source5273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz -Source5274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz -Source5275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.tar.xz -Source5276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.doc.tar.xz -Source5277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.source.tar.xz -Source5278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.tar.xz -Source5279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.doc.tar.xz -Source5280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.source.tar.xz -Source5281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.tar.xz -Source5282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.doc.tar.xz -Source5283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.source.tar.xz -Source5284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storecmd.tar.xz -Source5285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storecmd.doc.tar.xz -Source5286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.tar.xz -Source5287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz -Source5288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.source.tar.xz -Source5289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.tar.xz -Source5290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.doc.tar.xz -Source5291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.source.tar.xz -Source5292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stubs.tar.xz -Source5293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stubs.doc.tar.xz -Source5294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.tar.xz -Source5295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.doc.tar.xz -Source5296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.source.tar.xz -Source5297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.tar.xz -Source5298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.doc.tar.xz -Source5299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.source.tar.xz -Source5300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.tar.xz -Source5301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz -Source5302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz -Source5303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigmat.tar.xz -Source5304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz -Source5305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.tar.xz -Source5306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.doc.tar.xz -Source5307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.source.tar.xz -Source5308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.tar.xz -Source5309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.doc.tar.xz -Source5310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.source.tar.xz -Source5311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.tar.xz -Source5312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.doc.tar.xz -Source5313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.source.tar.xz -Source5314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substitutefont.tar.xz -Source5315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz -Source5316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substr.tar.xz -Source5317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substr.doc.tar.xz -Source5318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.tar.xz -Source5319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.doc.tar.xz -Source5320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.source.tar.xz -Source5321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.tar.xz -Source5322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.doc.tar.xz -Source5323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.source.tar.xz -Source5324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svgcolor.tar.xz -Source5325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz -Source5326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.tar.xz -Source5327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.doc.tar.xz -Source5328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.source.tar.xz -Source5329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.tar.xz -Source5330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz -Source5331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.source.tar.xz -Source5332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.tar.xz -Source5333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.doc.tar.xz -Source5334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.source.tar.xz -Source5335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntax.tar.xz -Source5336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntax.doc.tar.xz -Source5337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.tar.xz -Source5338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.doc.tar.xz -Source5339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.source.tar.xz -Source5340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.tar.xz -Source5341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.doc.tar.xz -Source5342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.source.tar.xz -Source5343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.tar.xz -Source5344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz -Source5345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.source.tar.xz -Source5346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableaux.tar.xz -Source5347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableaux.doc.tar.xz -Source5348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.tar.xz -Source5349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz -Source5350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz -Source5351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.tar.xz -Source5352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.doc.tar.xz -Source5353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.source.tar.xz -Source5354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.tar.xz -Source5355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.doc.tar.xz -Source5356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.source.tar.xz -Source5357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.tar.xz -Source5358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.doc.tar.xz -Source5359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.source.tar.xz -Source5360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabls.tar.xz -Source5361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabls.doc.tar.xz -Source5362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabstackengine.tar.xz -Source5363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz -Source5364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-ltx.tar.xz -Source5365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz -Source5366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.tar.xz -Source5367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.doc.tar.xz -Source5368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.source.tar.xz -Source5369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.tar.xz -Source5370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz -Source5371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.source.tar.xz -Source5372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularcalc.tar.xz -Source5373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz -Source5374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.tar.xz -Source5375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.doc.tar.xz -Source5376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.source.tar.xz -Source5377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.tar.xz -Source5378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.doc.tar.xz -Source5379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.source.tar.xz -Source5380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagging.tar.xz -Source5381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagging.doc.tar.xz -Source5382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagpair.tar.xz -Source5383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagpair.doc.tar.xz -Source5384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.tar.xz -Source5385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.doc.tar.xz -Source5386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.source.tar.xz -Source5387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamefloats.tar.xz -Source5388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz -Source5389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tasks.tar.xz -Source5390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tasks.doc.tar.xz -Source5391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.tar.xz -Source5392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz -Source5393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.source.tar.xz -Source5394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcolorbox.tar.xz -Source5395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz -Source5396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdclock.tar.xz -Source5397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdclock.doc.tar.xz -Source5398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/technics.tar.xz -Source5399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/technics.doc.tar.xz -Source5400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.tar.xz -Source5401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.doc.tar.xz -Source5402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.source.tar.xz -Source5403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.tar.xz -Source5404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.doc.tar.xz -Source5405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.source.tar.xz -Source5406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.tar.xz -Source5407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.doc.tar.xz -Source5408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.source.tar.xz -Source5409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.tar.xz -Source5410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.doc.tar.xz -Source5411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.source.tar.xz -Source5412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.tar.xz -Source5413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.doc.tar.xz -Source5414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.source.tar.xz -Source5415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.tar.xz -Source5416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.doc.tar.xz -Source5417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.source.tar.xz -Source5418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlogos.tar.xz -Source5419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.tar.xz -Source5420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.doc.tar.xz -Source5421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.source.tar.xz -Source5422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.tar.xz -Source5423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.doc.tar.xz -Source5424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.source.tar.xz -Source5425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.tar.xz -Source5426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.doc.tar.xz -Source5427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.source.tar.xz -Source5428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.tar.xz -Source5429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.doc.tar.xz -Source5430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.source.tar.xz -Source5431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.tar.xz -Source5432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.doc.tar.xz -Source5433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.source.tar.xz -Source5434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.tar.xz -Source5435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.doc.tar.xz -Source5436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.source.tar.xz -Source5437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.tar.xz -Source5438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.doc.tar.xz -Source5439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.source.tar.xz -Source5440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.tar.xz -Source5441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.doc.tar.xz -Source5442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.source.tar.xz -Source5443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/theoremref.tar.xz -Source5444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/theoremref.doc.tar.xz -Source5445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thinsp.tar.xz -Source5446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thinsp.doc.tar.xz -Source5447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.tar.xz -Source5448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.doc.tar.xz -Source5449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.source.tar.xz -Source5450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.tar.xz -Source5451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.doc.tar.xz -Source5452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.source.tar.xz -Source5453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttable.tar.xz -Source5454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz -Source5455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttablex.tar.xz -Source5456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz -Source5457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.tar.xz -Source5458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.doc.tar.xz -Source5459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.source.tar.xz -Source5460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.tar.xz -Source5461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.doc.tar.xz -Source5462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.source.tar.xz -Source5463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumby.tar.xz -Source5464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumby.doc.tar.xz -Source5465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticket.tar.xz -Source5466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticket.doc.tar.xz -Source5467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlecaps.tar.xz -Source5468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz -Source5469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlefoot.tar.xz -Source5470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepic.tar.xz -Source5471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepic.doc.tar.xz -Source5472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titleref.tar.xz -Source5473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titleref.doc.tar.xz -Source5474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlesec.tar.xz -Source5475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlesec.doc.tar.xz -Source5476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.tar.xz -Source5477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.doc.tar.xz -Source5478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.source.tar.xz -Source5479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.tar.xz -Source5480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz -Source5481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.source.tar.xz -Source5482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.tar.xz -Source5483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.doc.tar.xz -Source5484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.source.tar.xz -Source5485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.tar.xz -Source5486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz -Source5487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz -Source5488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.tar.xz -Source5489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.doc.tar.xz -Source5490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.source.tar.xz -Source5491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.tar.xz -Source5492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.doc.tar.xz -Source5493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.source.tar.xz -Source5494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tokenizer.tar.xz -Source5495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz -Source5496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.tar.xz -Source5497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.doc.tar.xz -Source5498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.source.tar.xz -Source5499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/topfloat.tar.xz -Source5500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/topfloat.doc.tar.xz -Source5501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.tar.xz -Source5502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.doc.tar.xz -Source5503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.source.tar.xz -Source5504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.tar.xz -Source5505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.doc.tar.xz -Source5506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.source.tar.xz -Source5507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translations.tar.xz -Source5508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translations.doc.tar.xz -Source5509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.tar.xz -Source5510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz -Source5511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.source.tar.xz -Source5512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.tar.xz -Source5513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz -Source5514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.source.tar.xz -Source5515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.tar.xz -Source5516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz -Source5517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.source.tar.xz -Source5518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.tar.xz -Source5519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.doc.tar.xz -Source5520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.source.tar.xz -Source5521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/truncate.tar.xz -Source5522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/truncate.doc.tar.xz -Source5523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.tar.xz -Source5524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.doc.tar.xz -Source5525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.source.tar.xz -Source5526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnthepage.tar.xz -Source5527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz -Source5528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoinone.tar.xz -Source5529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoinone.doc.tar.xz -Source5530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.tar.xz -Source5531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.doc.tar.xz -Source5532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.source.tar.xz -Source5533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.tar.xz -Source5534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz -Source5535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.source.tar.xz -Source5536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.tar.xz -Source5537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.doc.tar.xz -Source5538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.source.tar.xz -Source5539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.tar.xz -Source5540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.doc.tar.xz -Source5541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.source.tar.xz -Source5542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.tar.xz -Source5543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.doc.tar.xz -Source5544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.source.tar.xz -Source5545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucs.tar.xz -Source5546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucs.doc.tar.xz -Source5547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uebungsblatt.tar.xz -Source5548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz -Source5549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.tar.xz -Source5550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.doc.tar.xz -Source5551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.source.tar.xz -Source5552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.tar.xz -Source5553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.doc.tar.xz -Source5554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.source.tar.xz -Source5555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underoverlap.tar.xz -Source5556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz -Source5557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.tar.xz -Source5558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.doc.tar.xz -Source5559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.source.tar.xz -Source5560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.tar.xz -Source5561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.doc.tar.xz -Source5562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.source.tar.xz -Source5563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.tar.xz -Source5564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.doc.tar.xz -Source5565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.source.tar.xz -Source5566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upmethodology.tar.xz -Source5567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz -Source5568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.tar.xz -Source5569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.doc.tar.xz -Source5570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.source.tar.xz -Source5571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.tar.xz -Source5572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.doc.tar.xz -Source5573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.source.tar.xz -Source5574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.tar.xz -Source5575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.doc.tar.xz -Source5576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.source.tar.xz -Source5577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.tar.xz -Source5578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.doc.tar.xz -Source5579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.source.tar.xz -Source5580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varsfromjobname.tar.xz -Source5581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz -Source5582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varwidth.tar.xz -Source5583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varwidth.doc.tar.xz -Source5584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vdmlisting.tar.xz -Source5585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz -Source5586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbasef.tar.xz -Source5587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbasef.doc.tar.xz -Source5588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimbox.tar.xz -Source5589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz -Source5590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimcopy.tar.xz -Source5591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz -Source5592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbdef.tar.xz -Source5593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbdef.doc.tar.xz -Source5594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbments.tar.xz -Source5595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbments.doc.tar.xz -Source5596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/version.tar.xz -Source5597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/version.doc.tar.xz -Source5598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versions.tar.xz -Source5599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versions.doc.tar.xz -Source5600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.tar.xz -Source5601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.doc.tar.xz -Source5602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.source.tar.xz -Source5603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.tar.xz -Source5604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.doc.tar.xz -Source5605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.source.tar.xz -Source5606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.tar.xz -Source5607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.doc.tar.xz -Source5608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.source.tar.xz -Source5609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vhistory.tar.xz -Source5610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vhistory.doc.tar.xz -Source5611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.tar.xz -Source5612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.doc.tar.xz -Source5613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.source.tar.xz -Source5614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.tar.xz -Source5615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.doc.tar.xz -Source5616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.source.tar.xz -Source5617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.tar.xz -Source5618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.doc.tar.xz -Source5619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vruler.tar.xz -Source5620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vruler.doc.tar.xz -Source5621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.tar.xz -Source5622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.doc.tar.xz -Source5623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.source.tar.xz -Source5624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wallpaper.tar.xz -Source5625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz -Source5626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warning.tar.xz -Source5627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warning.doc.tar.xz -Source5628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.tar.xz -Source5629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.doc.tar.xz -Source5630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.source.tar.xz -Source5631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.tar.xz -Source5632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.doc.tar.xz -Source5633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.source.tar.xz -Source5634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.tar.xz -Source5635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.doc.tar.xz -Source5636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.source.tar.xz -Source5637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/williams.tar.xz -Source5638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/williams.doc.tar.xz -Source5639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/withargs.tar.xz -Source5640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/withargs.doc.tar.xz -Source5641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.tar.xz -Source5642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.doc.tar.xz -Source5643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.source.tar.xz -Source5644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wrapfig.tar.xz -Source5645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz -Source5646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.tar.xz -Source5647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.doc.tar.xz -Source5648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.source.tar.xz -Source5649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.tar.xz -Source5650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.doc.tar.xz -Source5651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.source.tar.xz -Source5652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcomment.tar.xz -Source5653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcomment.doc.tar.xz -Source5654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.tar.xz -Source5655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.doc.tar.xz -Source5656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.source.tar.xz -Source5657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.tar.xz -Source5658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.doc.tar.xz -Source5659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.source.tar.xz -Source5660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xhfill.tar.xz -Source5661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xhfill.doc.tar.xz -Source5662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.tar.xz -Source5663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.doc.tar.xz -Source5664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.source.tar.xz -Source5665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.tar.xz -Source5666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz -Source5667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.source.tar.xz -Source5668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xnewcommand.tar.xz -Source5669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz -Source5670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xoptarg.tar.xz -Source5671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz -Source5672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.tar.xz -Source5673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.doc.tar.xz -Source5674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.source.tar.xz -Source5675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.tar.xz -Source5676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.doc.tar.xz -Source5677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.source.tar.xz -Source5678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xprintlen.tar.xz -Source5679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xprintlen.doc.tar.xz -Source5680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.tar.xz -Source5681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz -Source5682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz -Source5683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xstring.tar.xz -Source5684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xstring.doc.tar.xz -Source5685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.tar.xz -Source5686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.doc.tar.xz -Source5687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.source.tar.xz -Source5688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xwatermark.tar.xz -Source5689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz -Source5690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xytree.tar.xz -Source5691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xytree.doc.tar.xz -Source5692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.tar.xz -Source5693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.doc.tar.xz -Source5694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.source.tar.xz -Source5695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.tar.xz -Source5696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz -Source5697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.source.tar.xz -Source5698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.tar.xz -Source5699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.doc.tar.xz -Source5700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.source.tar.xz -Source5701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.tar.xz -Source5702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.doc.tar.xz -Source5703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zed-csp.tar.xz -Source5704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz -Source5705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ziffer.tar.xz -Source5706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ziffer.doc.tar.xz -Source5707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwgetfdate.tar.xz -Source5708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz -Source5709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwpagelayout.tar.xz -Source5710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz -Source5711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enigma.tar.xz -Source5712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enigma.doc.tar.xz -Source5713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interpreter.tar.xz -Source5714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interpreter.doc.tar.xz -Source5715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz -Source5716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz -Source5717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz -Source5718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz -Source5719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.tar.xz -Source5720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz -Source5721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.tar.xz -Source5722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz -Source5723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.source.tar.xz -Source5724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabidi.tar.xz -Source5725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabidi.doc.tar.xz -Source5726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.tar.xz -Source5727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.doc.tar.xz -Source5728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.source.tar.xz -Source5729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.tar.xz -Source5730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.doc.tar.xz -Source5731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.source.tar.xz -Source5732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.tar.xz -Source5733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz -Source5734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.source.tar.xz -Source5735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaintro.doc.tar.xz -Source5736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz -Source5737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc.source.tar.xz -Source5738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.tar.xz -Source5739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz -Source5740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz -Source5741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.tar.xz -Source5742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.doc.tar.xz -Source5743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.source.tar.xz -Source5744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.tar.xz -Source5745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.doc.tar.xz -Source5746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.source.tar.xz -Source5747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.tar.xz -Source5748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz -Source5749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.source.tar.xz -Source5750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.tar.xz -Source5751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.doc.tar.xz -Source5752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.source.tar.xz -Source5753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.tar.xz -Source5754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz -Source5755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.source.tar.xz -Source5756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexko.tar.xz -Source5757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexko.doc.tar.xz -Source5758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.tar.xz -Source5759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.doc.tar.xz -Source5760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.source.tar.xz -Source5761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.tar.xz -Source5762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.doc.tar.xz -Source5763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.source.tar.xz -Source5764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaxml.tar.xz -Source5765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaxml.doc.tar.xz -Source5766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/odsfile.tar.xz -Source5767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/odsfile.doc.tar.xz -Source5768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.tar.xz -Source5769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.doc.tar.xz -Source5770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.source.tar.xz -Source5771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selnolig.tar.xz -Source5772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selnolig.doc.tar.xz -Source5773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showhyphens.tar.xz -Source5774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz -Source5775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spelling.tar.xz -Source5776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spelling.doc.tar.xz -Source5777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.tar.xz -Source5778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.doc.tar.xz -Source5779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.source.tar.xz -Source5780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commath.tar.xz -Source5781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commath.doc.tar.xz -Source5782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.tar.xz -Source5783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.doc.tar.xz -Source5784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.source.tar.xz -Source5785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concrete.tar.xz -Source5786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concrete.doc.tar.xz -Source5787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.tar.xz -Source5788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.doc.tar.xz -Source5789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.source.tar.xz -Source5790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebproof.tar.xz -Source5791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebproof.doc.tar.xz -Source5792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.tar.xz -Source5793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz -Source5794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.source.tar.xz -Source5795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extarrows.tar.xz -Source5796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extarrows.doc.tar.xz -Source5797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.tar.xz -Source5798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz -Source5799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.source.tar.xz -Source5800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.tar.xz -Source5801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.doc.tar.xz -Source5802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.source.tar.xz -Source5803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.tar.xz -Source5804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.doc.tar.xz -Source5805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.source.tar.xz -Source5806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interval.tar.xz -Source5807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interval.doc.tar.xz -Source5808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.tar.xz -Source5809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz -Source5810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.source.tar.xz -Source5811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isomath.tar.xz -Source5812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isomath.doc.tar.xz -Source5813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.tar.xz -Source5814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.doc.tar.xz -Source5815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.source.tar.xz -Source5816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpform.tar.xz -Source5817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpform.doc.tar.xz -Source5818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.tar.xz -Source5819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz -Source5820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.source.tar.xz -Source5821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.tar.xz -Source5822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz -Source5823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.source.tar.xz -Source5824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.tar.xz -Source5825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.doc.tar.xz -Source5826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.source.tar.xz -Source5827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhequ.tar.xz -Source5828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhequ.doc.tar.xz -Source5829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.tar.xz -Source5830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz -Source5831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.source.tar.xz -Source5832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natded.tar.xz -Source5833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natded.doc.tar.xz -Source5834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nath.tar.xz -Source5835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nath.doc.tar.xz -Source5836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ot-tableau.tar.xz -Source5837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz -Source5838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oubraces.tar.xz -Source5839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oubraces.doc.tar.xz -Source5840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perfectcut.tar.xz -Source5841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz -Source5842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prftree.tar.xz -Source5843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prftree.doc.tar.xz -Source5844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.tar.xz -Source5845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.doc.tar.xz -Source5846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.source.tar.xz -Source5847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rec-thy.tar.xz -Source5848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz -Source5849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ribbonproofs.tar.xz -Source5850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz -Source5851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.tar.xz -Source5852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.doc.tar.xz -Source5853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.source.tar.xz -Source5854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.tar.xz -Source5855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.doc.tar.xz -Source5856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.source.tar.xz -Source5857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.tar.xz -Source5858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.doc.tar.xz -Source5859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.source.tar.xz -Source5860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.tar.xz -Source5861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.doc.tar.xz -Source5862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.source.tar.xz -Source5863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex.tar.xz -Source5864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex.doc.tar.xz -Source5865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex2.tar.xz -Source5866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex2.doc.tar.xz -Source5867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subsupscripts.tar.xz -Source5868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz -Source5869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/susy.tar.xz -Source5870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/susy.doc.tar.xz -Source5871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syllogism.tar.xz -Source5872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syllogism.doc.tar.xz -Source5873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.tar.xz -Source5874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.doc.tar.xz -Source5875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.source.tar.xz -Source5876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synproof.tar.xz -Source5877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synproof.doc.tar.xz -Source5878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablor.tar.xz -Source5879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablor.doc.tar.xz -Source5880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.tar.xz -Source5881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.doc.tar.xz -Source5882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.source.tar.xz -Source5883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ewd.tar.xz -Source5884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz -Source5885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.tar.xz -Source5886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.doc.tar.xz -Source5887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.source.tar.xz -Source5888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.tar.xz -Source5889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.doc.tar.xz -Source5890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.source.tar.xz -Source5891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.tar.xz -Source5892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz -Source5893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.source.tar.xz -Source5894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venn.tar.xz -Source5895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venn.doc.tar.xz -Source5896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.tar.xz -Source5897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.doc.tar.xz -Source5898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.source.tar.xz -Source5899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.tar.xz -Source5900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.doc.tar.xz -Source5901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.source.tar.xz -Source5902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drv.tar.xz -Source5903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drv.doc.tar.xz -Source5904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviincl.tar.xz -Source5905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviincl.doc.tar.xz -Source5906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.tar.xz -Source5907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.doc.tar.xz -Source5908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.source.tar.xz -Source5909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsincl.tar.xz -Source5910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsincl.doc.tar.xz -Source5911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.tar.xz -Source5912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.doc.tar.xz -Source5913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.source.tar.xz -Source5914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exteps.tar.xz -Source5915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exteps.doc.tar.xz -Source5916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/featpost.tar.xz -Source5917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/featpost.doc.tar.xz -Source5918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.tar.xz -Source5919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.doc.tar.xz -Source5920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.source.tar.xz -Source5921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.tar.xz -Source5922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz -Source5923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz -Source5924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garrigues.tar.xz -Source5925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garrigues.doc.tar.xz -Source5926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.tar.xz -Source5927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.doc.tar.xz -Source5928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.source.tar.xz -Source5929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexmp.tar.xz -Source5930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexmp.doc.tar.xz -Source5931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcf2graph.tar.xz -Source5932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcf2graph.doc.tar.xz -Source5933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metago.tar.xz -Source5934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metago.doc.tar.xz -Source5935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaobj.tar.xz -Source5936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaobj.doc.tar.xz -Source5937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaplot.tar.xz -Source5938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaplot.doc.tar.xz -Source5939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metauml.tar.xz -Source5940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metauml.doc.tar.xz -Source5941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.tar.xz -Source5942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.doc.tar.xz -Source5943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.source.tar.xz -Source5944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.tar.xz -Source5945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz -Source5946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz -Source5947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mp3d.tar.xz -Source5948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mp3d.doc.tar.xz -Source5949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.tar.xz -Source5950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz -Source5951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz -Source5952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpattern.tar.xz -Source5953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpattern.doc.tar.xz -Source5954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.tar.xz -Source5955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz -Source5956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz -Source5957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piechartmp.tar.xz -Source5958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz -Source5959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repere.tar.xz -Source5960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repere.doc.tar.xz -Source5961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roex.tar.xz -Source5962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roex.source.tar.xz -Source5963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.tar.xz -Source5964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.doc.tar.xz -Source5965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.source.tar.xz -Source5966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slideshow.tar.xz -Source5967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slideshow.doc.tar.xz -Source5968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.tar.xz -Source5969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.doc.tar.xz -Source5970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.source.tar.xz -Source5971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suanpan.tar.xz -Source5972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suanpan.doc.tar.xz -Source5973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpath.tar.xz -Source5974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpath.doc.tar.xz -Source5975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeddice.tar.xz -Source5976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeddice.doc.tar.xz -Source5977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbas.tar.xz -Source5978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbas.doc.tar.xz -Source5979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gchords.tar.xz -Source5980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gchords.doc.tar.xz -Source5981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtrcrd.tar.xz -Source5982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz -Source5983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.tar.xz -Source5984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.doc.tar.xz -Source5985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.source.tar.xz -Source5986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz -Source5987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz -Source5988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harmony.tar.xz -Source5989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harmony.doc.tar.xz -Source5990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leadsheets.tar.xz -Source5991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leadsheets.doc.tar.xz -Source5992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.tar.xz -Source5993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.doc.tar.xz -Source5994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.source.tar.xz -Source5995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.tar.xz -Source5996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.doc.tar.xz -Source5997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixguit.tar.xz -Source5998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixguit.doc.tar.xz -Source5999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.tar.xz -Source6000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.doc.tar.xz -Source6001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.source.tar.xz -Source6002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex-fnts.tar.xz -Source6003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex-fnts.doc.tar.xz -Source6004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.tar.xz -Source6005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.doc.tar.xz -Source6006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piano.tar.xz -Source6007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piano.doc.tar.xz -Source6008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.tar.xz -Source6009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.doc.tar.xz -Source6010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.tar.xz -Source6011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.doc.tar.xz -Source6012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.tar.xz -Source6013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.doc.tar.xz -Source6014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.source.tar.xz -Source6015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.tar.xz -Source6016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.doc.tar.xz -Source6017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.source.tar.xz -Source6018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.tar.xz -Source6019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.doc.tar.xz -Source6020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.source.tar.xz -Source6021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mxedruli.tar.xz -Source6022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz -Source6023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.tar.xz -Source6024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.doc.tar.xz -Source6025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.tar.xz -Source6026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.doc.tar.xz -Source6027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.source.tar.xz -Source6028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf-dvipdfmx.tar.xz -Source6029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf-dvipdfmx.doc.tar.xz -Source6030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figflow.tar.xz -Source6031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figflow.doc.tar.xz -Source6032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixpdfmag.tar.xz -Source6033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/font-change.tar.xz -Source6034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/font-change.doc.tar.xz -Source6035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontch.tar.xz -Source6036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontch.doc.tar.xz -Source6037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getoptk.tar.xz -Source6038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getoptk.doc.tar.xz -Source6039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfnotation.tar.xz -Source6040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfnotation.doc.tar.xz -Source6041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.tar.xz -Source6042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz -Source6043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz -Source6044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyplain.tar.xz -Source6045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyplain.doc.tar.xz -Source6046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/js-misc.tar.xz -Source6047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/js-misc.doc.tar.xz -Source6048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpattern.tar.xz -Source6049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz -Source6050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newsletr.tar.xz -Source6051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newsletr.doc.tar.xz -Source6052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pitex.tar.xz -Source6053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pitex.doc.tar.xz -Source6054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins-plain.tar.xz -Source6055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plipsum.tar.xz -Source6056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plipsum.doc.tar.xz -Source6057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plnfss.tar.xz -Source6058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plnfss.doc.tar.xz -Source6059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plstmary.tar.xz -Source6060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plstmary.doc.tar.xz -Source6061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/present.tar.xz -Source6062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/present.doc.tar.xz -Source6063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumemac.tar.xz -Source6064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumemac.doc.tar.xz -Source6065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texinfo.tar.xz -Source6066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timetable.tar.xz -Source6067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/treetex.tar.xz -Source6068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/treetex.doc.tar.xz -Source6069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varisize.tar.xz -Source6070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varisize.doc.tar.xz -Source6071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xii.doc.tar.xz -Source6072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dsptricks.tar.xz -Source6073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dsptricks.doc.tar.xz -Source6074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.tar.xz -Source6075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.doc.tar.xz -Source6076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.source.tar.xz -Source6077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks.tar.xz -Source6078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz -Source6079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks2.tar.xz -Source6080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks2.doc.tar.xz -Source6081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.tar.xz -Source6082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz -Source6083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psbao.tar.xz -Source6084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psbao.doc.tar.xz -Source6085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-2dplot.tar.xz -Source6086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz -Source6087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.tar.xz -Source6088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz -Source6089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.source.tar.xz -Source6090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3dplot.tar.xz -Source6091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz -Source6092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.tar.xz -Source6093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz -Source6094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz -Source6095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.tar.xz -Source6096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.doc.tar.xz -Source6097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.source.tar.xz -Source6098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-asr.tar.xz -Source6099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz -Source6100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.tar.xz -Source6101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz -Source6102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.source.tar.xz -Source6103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-barcode.tar.xz -Source6104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz -Source6105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.tar.xz -Source6106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz -Source6107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz -Source6108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.tar.xz -Source6109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz -Source6110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.source.tar.xz -Source6111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bspline.tar.xz -Source6112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz -Source6113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-calendar.tar.xz -Source6114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz -Source6115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-circ.tar.xz -Source6116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz -Source6117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-coil.tar.xz -Source6118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz -Source6119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-cox.tar.xz -Source6120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz -Source6121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.tar.xz -Source6122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz -Source6123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz -Source6124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.tar.xz -Source6125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz -Source6126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz -Source6127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.tar.xz -Source6128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz -Source6129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz -Source6130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.tar.xz -Source6131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz -Source6132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.source.tar.xz -Source6133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl.tar.xz -Source6134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz -Source6135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-exa.tar.xz -Source6136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz -Source6137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.tar.xz -Source6138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz -Source6139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.source.tar.xz -Source6140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.tar.xz -Source6141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz -Source6142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.source.tar.xz -Source6143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.tar.xz -Source6144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz -Source6145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz -Source6146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fractal.tar.xz -Source6147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz -Source6148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.tar.xz -Source6149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz -Source6150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.source.tar.xz -Source6151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-func.tar.xz -Source6152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-func.doc.tar.xz -Source6153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gantt.tar.xz -Source6154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz -Source6155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-geo.tar.xz -Source6156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz -Source6157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ghsb.tar.xz -Source6158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz -Source6159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.tar.xz -Source6160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz -Source6161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz -Source6162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-grad.tar.xz -Source6163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz -Source6164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-graphicx.tar.xz -Source6165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz -Source6166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-infixplot.tar.xz -Source6167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz -Source6168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.tar.xz -Source6169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.doc.tar.xz -Source6170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.source.tar.xz -Source6171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-jtree.tar.xz -Source6172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz -Source6173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-knot.tar.xz -Source6174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz -Source6175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-labo.tar.xz -Source6176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz -Source6177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-layout.tar.xz -Source6178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz -Source6179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.tar.xz -Source6180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz -Source6181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.source.tar.xz -Source6182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.tar.xz -Source6183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz -Source6184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz -Source6185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz -Source6186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz -Source6187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz -Source6188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-math.tar.xz -Source6189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-math.doc.tar.xz -Source6190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-mirror.tar.xz -Source6191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz -Source6192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-node.tar.xz -Source6193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-node.doc.tar.xz -Source6194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.tar.xz -Source6195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz -Source6196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz -Source6197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ode.tar.xz -Source6198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz -Source6199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.tar.xz -Source6200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz -Source6201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz -Source6202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.tar.xz -Source6203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz -Source6204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.source.tar.xz -Source6205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-osci.tar.xz -Source6206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz -Source6207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ovl.tar.xz -Source6208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ovl.doc.tar.xz -Source6209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.tar.xz -Source6210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz -Source6211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.source.tar.xz -Source6212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.tar.xz -Source6213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz -Source6214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz -Source6215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-perspective.tar.xz -Source6216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-perspective.doc.tar.xz -Source6217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.tar.xz -Source6218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz -Source6219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.source.tar.xz -Source6220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-plot.tar.xz -Source6221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz -Source6222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-poly.tar.xz -Source6223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz -Source6224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.tar.xz -Source6225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz -Source6226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz -Source6227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-qtree.tar.xz -Source6228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz -Source6229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.tar.xz -Source6230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz -Source6231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz -Source6232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-sigsys.tar.xz -Source6233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz -Source6234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.tar.xz -Source6235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz -Source6236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz -Source6237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz -Source6238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz -Source6239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz -Source6240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solides3d.tar.xz -Source6241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz -Source6242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.tar.xz -Source6243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz -Source6244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz -Source6245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spectra.tar.xz -Source6246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz -Source6247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spirograph.tar.xz -Source6248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spirograph.doc.tar.xz -Source6249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-stru.tar.xz -Source6250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz -Source6251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-support.doc.tar.xz -Source6252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.tar.xz -Source6253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.doc.tar.xz -Source6254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.source.tar.xz -Source6255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.tar.xz -Source6256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz -Source6257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.source.tar.xz -Source6258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tools.tar.xz -Source6259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz -Source6260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.tar.xz -Source6261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz -Source6262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.source.tar.xz -Source6263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.tar.xz -Source6264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz -Source6265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz -Source6266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.tar.xz -Source6267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz -Source6268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.source.tar.xz -Source6269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vectorian.tar.xz -Source6270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz -Source6271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vowel.tar.xz -Source6272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz -Source6273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.tar.xz -Source6274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz -Source6275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz -Source6276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.tar.xz -Source6277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz -Source6278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks.tar.xz -Source6279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks.doc.tar.xz -Source6280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-add.tar.xz -Source6281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz -Source6282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz -Source6283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.tar.xz -Source6284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.doc.tar.xz -Source6285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.source.tar.xz -Source6286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vaucanson-g.tar.xz -Source6287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz -Source6288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vocaltract.tar.xz -Source6289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz -Source6290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.tar.xz -Source6291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz -Source6292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz -Source6293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEtran.tar.xz -Source6294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz -Source6295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.tar.xz -Source6296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.doc.tar.xz -Source6297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.source.tar.xz -Source6298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.tar.xz -Source6299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz -Source6300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.source.tar.xz -Source6301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dithesis.tar.xz -Source6302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dithesis.doc.tar.xz -Source6303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebook.tar.xz -Source6304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebook.doc.tar.xz -Source6305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.tar.xz -Source6306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz -Source6307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz -Source6308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.tar.xz -Source6309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz -Source6310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.source.tar.xz -Source6311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.tar.xz -Source6312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.doc.tar.xz -Source6313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.source.tar.xz -Source6314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.tar.xz -Source6315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz -Source6316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.source.tar.xz -Source6317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.tar.xz -Source6318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz -Source6319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.source.tar.xz -Source6320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.tar.xz -Source6321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz -Source6322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz -Source6323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.tar.xz -Source6324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.doc.tar.xz -Source6325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.source.tar.xz -Source6326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.tar.xz -Source6327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz -Source6328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.source.tar.xz -Source6329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.tar.xz -Source6330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz -Source6331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.source.tar.xz -Source6332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.tar.xz -Source6333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz -Source6334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz -Source6335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gaceta.tar.xz -Source6336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gaceta.doc.tar.xz -Source6337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gatech-thesis.tar.xz -Source6338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz -Source6339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.tar.xz -Source6340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.doc.tar.xz -Source6341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.source.tar.xz -Source6342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.tar.xz -Source6343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.doc.tar.xz -Source6344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.source.tar.xz -Source6345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/har2nat.tar.xz -Source6346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/har2nat.doc.tar.xz -Source6347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobete.tar.xz -Source6348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobete.doc.tar.xz -Source6349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.tar.xz -Source6350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.doc.tar.xz -Source6351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.source.tar.xz -Source6352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ieeepes.tar.xz -Source6353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz -Source6354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.tar.xz -Source6355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.doc.tar.xz -Source6356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.source.tar.xz -Source6357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imac.tar.xz -Source6358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imac.doc.tar.xz -Source6359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.tar.xz -Source6360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.doc.tar.xz -Source6361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.source.tar.xz -Source6362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.tar.xz -Source6363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.doc.tar.xz -Source6364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.source.tar.xz -Source6365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jpsj.tar.xz -Source6366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jpsj.doc.tar.xz -Source6367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.tar.xz -Source6368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz -Source6369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz -Source6370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.tar.xz -Source6371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.doc.tar.xz -Source6372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.source.tar.xz -Source6373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.tar.xz -Source6374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.doc.tar.xz -Source6375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.source.tar.xz -Source6376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.tar.xz -Source6377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.doc.tar.xz -Source6378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.source.tar.xz -Source6379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.tar.xz -Source6380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz -Source6381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.source.tar.xz -Source6382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.tar.xz -Source6383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.doc.tar.xz -Source6384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.source.tar.xz -Source6385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.tar.xz -Source6386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.doc.tar.xz -Source6387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.source.tar.xz -Source6388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnras.tar.xz -Source6389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnras.doc.tar.xz -Source6390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msu-thesis.tar.xz -Source6391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz -Source6392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.tar.xz -Source6393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.doc.tar.xz -Source6394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.source.tar.xz -Source6395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.tar.xz -Source6396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.doc.tar.xz -Source6397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.source.tar.xz -Source6398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/muthesis.tar.xz -Source6399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/muthesis.doc.tar.xz -Source6400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nature.tar.xz -Source6401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nature.doc.tar.xz -Source6402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.tar.xz -Source6403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.doc.tar.xz -Source6404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.source.tar.xz -Source6405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ndsu-thesis.tar.xz -Source6406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ndsu-thesis.doc.tar.xz -Source6407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nih.tar.xz -Source6408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nih.doc.tar.xz -Source6409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.tar.xz -Source6410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.doc.tar.xz -Source6411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.source.tar.xz -Source6412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.tar.xz -Source6413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.doc.tar.xz -Source6414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.source.tar.xz -Source6415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onrannual.tar.xz -Source6416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onrannual.doc.tar.xz -Source6417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opteng.tar.xz -Source6418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opteng.doc.tar.xz -Source6419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.tar.xz -Source6420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz -Source6421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz -Source6422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.tar.xz -Source6423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.doc.tar.xz -Source6424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.source.tar.xz -Source6425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkuthss.tar.xz -Source6426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz -Source6427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz -Source6428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz -Source6429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.tar.xz -Source6430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz -Source6431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.source.tar.xz -Source6432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/procIAGssymp.tar.xz -Source6433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz -Source6434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.tar.xz -Source6435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.doc.tar.xz -Source6436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.source.tar.xz -Source6437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptptex.tar.xz -Source6438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptptex.doc.tar.xz -Source6439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psu-thesis.tar.xz -Source6440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz -Source6441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.tar.xz -Source6442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz -Source6443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz -Source6444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.tar.xz -Source6445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.doc.tar.xz -Source6446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.source.tar.xz -Source6447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.tar.xz -Source6448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.doc.tar.xz -Source6449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.source.tar.xz -Source6450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.tar.xz -Source6451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.doc.tar.xz -Source6452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.source.tar.xz -Source6453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.tar.xz -Source6454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz -Source6455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.source.tar.xz -Source6456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.tar.xz -Source6457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.doc.tar.xz -Source6458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.source.tar.xz -Source6459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sapthesis.tar.xz -Source6460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz -Source6461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.tar.xz -Source6462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz -Source6463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz -Source6464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.tar.xz -Source6465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.doc.tar.xz -Source6466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.source.tar.xz -Source6467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.tar.xz -Source6468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.doc.tar.xz -Source6469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.source.tar.xz -Source6470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.tar.xz -Source6471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz -Source6472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.source.tar.xz -Source6473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soton.tar.xz -Source6474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soton.doc.tar.xz -Source6475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphdthesis.tar.xz -Source6476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphdthesis.doc.tar.xz -Source6477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spie.tar.xz -Source6478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spie.doc.tar.xz -Source6479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.tar.xz -Source6480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz -Source6481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.source.tar.xz -Source6482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.tar.xz -Source6483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz -Source6484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz -Source6485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.tar.xz -Source6486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.doc.tar.xz -Source6487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.source.tar.xz -Source6488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sugconf.tar.xz -Source6489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sugconf.doc.tar.xz -Source6490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz -Source6491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz -Source6492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texilikechaps.tar.xz -Source6493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texilikecover.tar.xz -Source6494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.tar.xz -Source6495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.doc.tar.xz -Source6496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.source.tar.xz -Source6497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz -Source6498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz -Source6499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz -Source6500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.tar.xz -Source6501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz -Source6502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.source.tar.xz -Source6503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.tar.xz -Source6504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.doc.tar.xz -Source6505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.source.tar.xz -Source6506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.tar.xz -Source6507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.doc.tar.xz -Source6508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.source.tar.xz -Source6509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.tar.xz -Source6510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.doc.tar.xz -Source6511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.source.tar.xz -Source6512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat-plain.tar.xz -Source6513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz -Source6514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian.tar.xz -Source6515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian.doc.tar.xz -Source6516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tui.tar.xz -Source6517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tui.doc.tar.xz -Source6518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.tar.xz -Source6519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz -Source6520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.source.tar.xz -Source6521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.tar.xz -Source6522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.doc.tar.xz -Source6523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.source.tar.xz -Source6524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uafthesis.tar.xz -Source6525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz -Source6526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucbthesis.tar.xz -Source6527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucbthesis.doc.tar.xz -Source6528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz -Source6529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz -Source6530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz -Source6531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucthesis.tar.xz -Source6532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz -Source6533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uestcthesis.tar.xz -Source6534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz -Source6535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.tar.xz -Source6536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz -Source6537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.source.tar.xz -Source6538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.tar.xz -Source6539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz -Source6540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz -Source6541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.tar.xz -Source6542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.doc.tar.xz -Source6543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.source.tar.xz -Source6544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umthesis.tar.xz -Source6545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umthesis.doc.tar.xz -Source6546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umich-thesis.tar.xz -Source6547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz -Source6548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamth-template.doc.tar.xz -Source6549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamthesis.tar.xz -Source6550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz -Source6551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unswcover.tar.xz -Source6552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unswcover.doc.tar.xz -Source6553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.tar.xz -Source6554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.doc.tar.xz -Source6555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.source.tar.xz -Source6556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urcls.tar.xz -Source6557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urcls.doc.tar.xz -Source6558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesis.tar.xz -Source6559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz -Source6560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz -Source6561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz -Source6562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uspatent.tar.xz -Source6563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uspatent.doc.tar.xz -Source6564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ut-thesis.tar.xz -Source6565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz -Source6566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uwthesis.tar.xz -Source6567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz -Source6568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vancouver.tar.xz -Source6569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vancouver.doc.tar.xz -Source6570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.tar.xz -Source6571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz -Source6572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.source.tar.xz -Source6573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.tar.xz -Source6574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz -Source6575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz -Source6576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.tar.xz -Source6577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.doc.tar.xz -Source6578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.source.tar.xz -Source6579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.tar.xz -Source6580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz -Source6581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.source.tar.xz -Source6582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.tar.xz -Source6583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz -Source6584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.source.tar.xz -Source6585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.tar.xz -Source6586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.doc.tar.xz -Source6587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.source.tar.xz -Source6588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/complexity.tar.xz -Source6589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/complexity.doc.tar.xz -Source6590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.tar.xz -Source6591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz -Source6592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz -Source6593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryptocode.tar.xz -Source6594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryptocode.doc.tar.xz -Source6595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/digiconfigs.tar.xz -Source6596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz -Source6597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drawstack.tar.xz -Source6598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drawstack.doc.tar.xz -Source6599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.tar.xz -Source6600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.doc.tar.xz -Source6601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.source.tar.xz -Source6602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eltex.tar.xz -Source6603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eltex.doc.tar.xz -Source6604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endiagram.tar.xz -Source6605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endiagram.doc.tar.xz -Source6606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engtlc.tar.xz -Source6607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engtlc.doc.tar.xz -Source6608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.tar.xz -Source6609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.doc.tar.xz -Source6610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.source.tar.xz -Source6611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.tar.xz -Source6612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.doc.tar.xz -Source6613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.source.tar.xz -Source6614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.tar.xz -Source6615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.doc.tar.xz -Source6616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.source.tar.xz -Source6617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gastex.tar.xz -Source6618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gastex.doc.tar.xz -Source6619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gene-logic.tar.xz -Source6620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz -Source6621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghsystem.tar.xz -Source6622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghsystem.doc.tar.xz -Source6623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gu.tar.xz -Source6624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gu.doc.tar.xz -Source6625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hep.tar.xz -Source6626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hep.doc.tar.xz -Source6627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepnames.tar.xz -Source6628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepnames.doc.tar.xz -Source6629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepparticles.tar.xz -Source6630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz -Source6631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepthesis.tar.xz -Source6632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz -Source6633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepunits.tar.xz -Source6634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepunits.doc.tar.xz -Source6635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaugh.tar.xz -Source6636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz -Source6637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.tar.xz -Source6638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.doc.tar.xz -Source6639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.source.tar.xz -Source6640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.tar.xz -Source6641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.doc.tar.xz -Source6642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.source.tar.xz -Source6643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhchem.tar.xz -Source6644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhchem.doc.tar.xz -Source6645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.tar.xz -Source6646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.doc.tar.xz -Source6647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.source.tar.xz -Source6648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mychemistry.tar.xz -Source6649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz -Source6650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nuc.tar.xz -Source6651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nuc.doc.tar.xz -Source6652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.tar.xz -Source6653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.doc.tar.xz -Source6654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.source.tar.xz -Source6655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/physics.tar.xz -Source6656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/physics.doc.tar.xz -Source6657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pseudocode.tar.xz -Source6658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz -Source6659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.tar.xz -Source6660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.doc.tar.xz -Source6661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz -Source6662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz -Source6663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sciposter.tar.xz -Source6664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sciposter.doc.tar.xz -Source6665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.tar.xz -Source6666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.doc.tar.xz -Source6667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.source.tar.xz -Source6668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfg.tar.xz -Source6669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfg.doc.tar.xz -Source6670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.tar.xz -Source6671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.doc.tar.xz -Source6672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.source.tar.xz -Source6673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.tar.xz -Source6674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz -Source6675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.source.tar.xz -Source6676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.tar.xz -Source6677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.doc.tar.xz -Source6678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.source.tar.xz -Source6679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substances.tar.xz -Source6680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substances.doc.tar.xz -Source6681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t-angles.tar.xz -Source6682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t-angles.doc.tar.xz -Source6683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.tar.xz -Source6684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.doc.tar.xz -Source6685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.source.tar.xz -Source6686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.tar.xz -Source6687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.doc.tar.xz -Source6688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.source.tar.xz -Source6689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.tar.xz -Source6690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz -Source6691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.source.tar.xz -Source6692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.tar.xz -Source6693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.doc.tar.xz -Source6694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.source.tar.xz -Source6695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.tar.xz -Source6696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.doc.tar.xz -Source6697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.source.tar.xz -Source6698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.tar.xz -Source6699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz -Source6700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz -Source6701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.tar.xz -Source6702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.doc.tar.xz -Source6703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.source.tar.xz -Source6704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontwrap.tar.xz -Source6705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz -Source6706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interchar.tar.xz -Source6707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interchar.doc.tar.xz -Source6708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspec.tar.xz -Source6709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspec.doc.tar.xz -Source6710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.tar.xz -Source6711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.doc.tar.xz -Source6712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.source.tar.xz -Source6713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.tar.xz -Source6714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz -Source6715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.source.tar.xz -Source6716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptext.tar.xz -Source6717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptext.doc.tar.xz -Source6718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quran.tar.xz -Source6719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quran.doc.tar.xz -Source6720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.tar.xz -Source6721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.doc.tar.xz -Source6722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.source.tar.xz -Source6723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharclasses.tar.xz -Source6724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz -Source6725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unisugar.tar.xz -Source6726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unisugar.doc.tar.xz -Source6727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.tar.xz -Source6728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.doc.tar.xz -Source6729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.source.tar.xz -Source6730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecolor.tar.xz -Source6731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecolor.doc.tar.xz -Source6732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecyr.tar.xz -Source6733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecyr.doc.tar.xz -Source6734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xeindex.tar.xz -Source6735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xeindex.doc.tar.xz -Source6736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.tar.xz -Source6737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.doc.tar.xz -Source6738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.source.tar.xz -Source6739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xesearch.tar.xz -Source6740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xesearch.doc.tar.xz -Source6741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.tar.xz -Source6742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.doc.tar.xz -Source6743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.source.tar.xz -Source6744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-def.tar.xz -Source6745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-itrans.tar.xz -Source6746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz -Source6747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz -Source6748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz -Source6749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz -Source6750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz -Source6751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz -Source6752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz -Source6753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexko.tar.xz -Source6754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexko.doc.tar.xz -Source6755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xevlna.tar.xz -Source6756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xevlna.doc.tar.xz -Source6757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.tar.xz -Source6758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz -Source6759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.source.tar.xz -Source6760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xunicode.tar.xz -Source6761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xunicode.doc.tar.xz -Source6762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-docindex.tar.xz -Source6763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz +Source0224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alertmessage.tar.xz +Source0225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alertmessage.doc.tar.xz +Source0226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alertmessage.source.tar.xz +Source0227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithm2e.tar.xz +Source0228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz +Source0229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithmicx.tar.xz +Source0230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz +Source0231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.tar.xz +Source0232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.doc.tar.xz +Source0233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/algorithms.source.tar.xz +Source0234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.tar.xz +Source0235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.doc.tar.xz +Source0236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alg.source.tar.xz +Source0237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.tar.xz +Source0238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.doc.tar.xz +Source0239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/allrunes.source.tar.xz +Source0240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/almfixed.tar.xz +Source0241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/almfixed.doc.tar.xz +Source0242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.tar.xz +Source0243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz +Source0244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alnumsec.source.tar.xz +Source0245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alterqcm.tar.xz +Source0246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/alterqcm.doc.tar.xz +Source0247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.tar.xz +Source0248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.doc.tar.xz +Source0249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/altfont.source.tar.xz +Source0250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ametsoc.tar.xz +Source0251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz +Source0252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amiri.tar.xz +Source0253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amiri.doc.tar.xz +Source0254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.tar.xz +Source0255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz +Source0256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsaddr.source.tar.xz +Source0257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.tar.xz +Source0258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.doc.tar.xz +Source0259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amscls.source.tar.xz +Source0260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.tar.xz +Source0261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz +Source0262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsfonts.source.tar.xz +Source0263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amslatex-primer.doc.tar.xz +Source0264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsldoc-it.doc.tar.xz +Source0265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsldoc-vn.doc.tar.xz +Source0266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath-it.doc.tar.xz +Source0267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.tar.xz +Source0268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.doc.tar.xz +Source0269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsmath.source.tar.xz +Source0270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.tar.xz +Source0271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz +Source0272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsrefs.source.tar.xz +Source0273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amstex.tar.xz +Source0274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amstex.doc.tar.xz +Source0275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex.tar.xz +Source0276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex.doc.tar.xz +Source0277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/amsthdoc-it.doc.tar.xz +Source0278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.tar.xz +Source0279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.doc.tar.xz +Source0280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/animate.source.tar.xz +Source0281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonchap.tar.xz +Source0282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonchap.doc.tar.xz +Source0283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.tar.xz +Source0284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.doc.tar.xz +Source0285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anonymouspro.source.tar.xz +Source0286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.tar.xz +Source0287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.doc.tar.xz +Source0288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/answers.source.tar.xz +Source0289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antiqua.tar.xz +Source0290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antiqua.doc.tar.xz +Source0291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.tar.xz +Source0292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.doc.tar.xz +Source0293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antomega.source.tar.xz +Source0294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omega.tar.xz +Source0295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omega.doc.tar.xz +Source0296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antt.tar.xz +Source0297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/antt.doc.tar.xz +Source0298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anufinalexam.doc.tar.xz +Source0299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anyfontsize.tar.xz +Source0300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz +Source0301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anysize.tar.xz +Source0302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/anysize.doc.tar.xz +Source0303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.tar.xz +Source0304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz +Source0305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aobs-tikz.source.tar.xz +Source0306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.tar.xz +Source0307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.doc.tar.xz +Source0308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aomart.source.tar.xz +Source0309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.tar.xz +Source0310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.doc.tar.xz +Source0311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6e.source.tar.xz +Source0312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.tar.xz +Source0313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.doc.tar.xz +Source0314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa6.source.tar.xz +Source0315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.tar.xz +Source0316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.doc.tar.xz +Source0317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apacite.source.tar.xz +Source0318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apalike2.tar.xz +Source0319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa.tar.xz +Source0320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apa.doc.tar.xz +Source0321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apnum.tar.xz +Source0322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apnum.doc.tar.xz +Source0323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz +Source0324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz +Source0325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.tar.xz +Source0326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.doc.tar.xz +Source0327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/appendix.source.tar.xz +Source0328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apprends-latex.doc.tar.xz +Source0329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.tar.xz +Source0330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.doc.tar.xz +Source0331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/apptools.source.tar.xz +Source0332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabi.tar.xz +Source0333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabi.doc.tar.xz +Source0334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabtex.tar.xz +Source0335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabtex.doc.tar.xz +Source0336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.tar.xz +Source0337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz +Source0338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arabxetex.source.tar.xz +Source0339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aramaic-serto.tar.xz +Source0340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz +Source0341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.tar.xz +Source0342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.doc.tar.xz +Source0343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arara.source.tar.xz +Source0344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.tar.xz +Source0345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.doc.tar.xz +Source0346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/archaic.source.tar.xz +Source0347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.tar.xz +Source0348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.doc.tar.xz +Source0349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arcs.source.tar.xz +Source0350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.tar.xz +Source0351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.doc.tar.xz +Source0352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arev.source.tar.xz +Source0353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/armtex.tar.xz +Source0354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/armtex.doc.tar.xz +Source0355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz +Source0356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic.tar.xz +Source0357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic.doc.tar.xz +Source0358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arrayjobx.tar.xz +Source0359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz +Source0360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.tar.xz +Source0361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.doc.tar.xz +Source0362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arraysort.source.tar.xz +Source0363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arsclassica.tar.xz +Source0364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz +Source0365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.tar.xz +Source0366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.doc.tar.xz +Source0367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/articleingud.source.tar.xz +Source0368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.tar.xz +Source0369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.doc.tar.xz +Source0370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arydshln.source.tar.xz +Source0371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asaetr.tar.xz +Source0372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asaetr.doc.tar.xz +Source0373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asana-math.tar.xz +Source0374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asana-math.doc.tar.xz +Source0375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascelike.tar.xz +Source0376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascelike.doc.tar.xz +Source0377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-chart.doc.tar.xz +Source0378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.tar.xz +Source0379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.doc.tar.xz +Source0380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ascii-font.source.tar.xz +Source0381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/askmaps.tar.xz +Source0382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/askmaps.doc.tar.xz +Source0383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aspectratio.tar.xz +Source0384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz +Source0385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assignment.tar.xz +Source0386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assignment.doc.tar.xz +Source0387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assoccnt.tar.xz +Source0388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/assoccnt.doc.tar.xz +Source0389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/astro.tar.xz +Source0390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/astro.doc.tar.xz +Source0391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.tar.xz +Source0392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.doc.tar.xz +Source0393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asyfig.source.tar.xz +Source0394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.tar.xz +Source0395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.doc.tar.xz +Source0396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/asypictureb.source.tar.xz +Source0397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.tar.xz +Source0398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.doc.tar.xz +Source0399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/attachfile.source.tar.xz +Source0400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/augie.tar.xz +Source0401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/augie.doc.tar.xz +Source0402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.tar.xz +Source0403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz +Source0404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auncial-new.source.tar.xz +Source0405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aurical.tar.xz +Source0406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/aurical.doc.tar.xz +Source0407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authoraftertitle.tar.xz +Source0408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz +Source0409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authorindex.tar.xz +Source0410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/authorindex.doc.tar.xz +Source0411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autoarea.tar.xz +Source0412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autoarea.doc.tar.xz +Source0413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/automata.tar.xz +Source0414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/automata.doc.tar.xz +Source0415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.tar.xz +Source0416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.doc.tar.xz +Source0417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autonum.source.tar.xz +Source0418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.tar.xz +Source0419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.doc.tar.xz +Source0420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/autopdf.source.tar.xz +Source0421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz +Source0422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz +Source0423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz +Source0424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avantgar.tar.xz +Source0425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.tar.xz +Source0426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.doc.tar.xz +Source0427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/avremu.source.tar.xz +Source0428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.tar.xz +Source0429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz +Source0430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/b1encoding.source.tar.xz +Source0431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.tar.xz +Source0432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz +Source0433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-albanian.source.tar.xz +Source0434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.tar.xz +Source0435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.doc.tar.xz +Source0436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bahasa.source.tar.xz +Source0437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.tar.xz +Source0438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz +Source0439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-basque.source.tar.xz +Source0440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babelbib.tar.xz +Source0441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babelbib.doc.tar.xz +Source0442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.tar.xz +Source0443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.doc.tar.xz +Source0444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bosnian.source.tar.xz +Source0445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.tar.xz +Source0446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz +Source0447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-breton.source.tar.xz +Source0448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz +Source0449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz +Source0450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-bulgarian.source.tar.xz +Source0451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.tar.xz +Source0452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz +Source0453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-catalan.source.tar.xz +Source0454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.tar.xz +Source0455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz +Source0456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-croatian.source.tar.xz +Source0457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.tar.xz +Source0458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz +Source0459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-czech.source.tar.xz +Source0460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.tar.xz +Source0461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz +Source0462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-danish.source.tar.xz +Source0463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.tar.xz +Source0464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz +Source0465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-dutch.source.tar.xz +Source0466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.tar.xz +Source0467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.doc.tar.xz +Source0468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-english.source.tar.xz +Source0469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.tar.xz +Source0470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz +Source0471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-esperanto.source.tar.xz +Source0472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.tar.xz +Source0473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz +Source0474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-estonian.source.tar.xz +Source0475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.tar.xz +Source0476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz +Source0477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-finnish.source.tar.xz +Source0478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.tar.xz +Source0479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.doc.tar.xz +Source0480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-french.source.tar.xz +Source0481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.tar.xz +Source0482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz +Source0483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-friulan.source.tar.xz +Source0484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.tar.xz +Source0485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz +Source0486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-galician.source.tar.xz +Source0487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-georgian.tar.xz +Source0488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz +Source0489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.tar.xz +Source0490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.doc.tar.xz +Source0491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-german.source.tar.xz +Source0492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.tar.xz +Source0493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz +Source0494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-greek.source.tar.xz +Source0495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.tar.xz +Source0496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz +Source0497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hebrew.source.tar.xz +Source0498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hungarian.tar.xz +Source0499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-hungarian.doc.tar.xz +Source0500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.tar.xz +Source0501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz +Source0502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-icelandic.source.tar.xz +Source0503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.tar.xz +Source0504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz +Source0505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-interlingua.source.tar.xz +Source0506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.tar.xz +Source0507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz +Source0508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-irish.source.tar.xz +Source0509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.tar.xz +Source0510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz +Source0511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-italian.source.tar.xz +Source0512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz +Source0513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz +Source0514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-kurmanji.source.tar.xz +Source0515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.tar.xz +Source0516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz +Source0517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latin.source.tar.xz +Source0518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.tar.xz +Source0519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.doc.tar.xz +Source0520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-latvian.source.tar.xz +Source0521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.tar.xz +Source0522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz +Source0523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-norsk.source.tar.xz +Source0524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz +Source0525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz +Source0526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-piedmontese.source.tar.xz +Source0527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.tar.xz +Source0528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz +Source0529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-polish.source.tar.xz +Source0530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.tar.xz +Source0531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz +Source0532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-portuges.source.tar.xz +Source0533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.tar.xz +Source0534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz +Source0535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romanian.source.tar.xz +Source0536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.tar.xz +Source0537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz +Source0538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-romansh.source.tar.xz +Source0539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.tar.xz +Source0540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz +Source0541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-russian.source.tar.xz +Source0542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.tar.xz +Source0543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz +Source0544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-samin.source.tar.xz +Source0545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.tar.xz +Source0546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz +Source0547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-scottish.source.tar.xz +Source0548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.tar.xz +Source0549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz +Source0550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbianc.source.tar.xz +Source0551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.tar.xz +Source0552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz +Source0553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-serbian.source.tar.xz +Source0554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.tar.xz +Source0555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz +Source0556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovak.source.tar.xz +Source0557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.tar.xz +Source0558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz +Source0559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-slovenian.source.tar.xz +Source0560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.tar.xz +Source0561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz +Source0562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-sorbian.source.tar.xz +Source0563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanglish.tar.xz +Source0564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanglish.doc.tar.xz +Source0565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.tar.xz +Source0566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz +Source0567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-spanish.source.tar.xz +Source0568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.tar.xz +Source0569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz +Source0570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-swedish.source.tar.xz +Source0571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.tar.xz +Source0572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz +Source0573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-thai.source.tar.xz +Source0574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.tar.xz +Source0575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.doc.tar.xz +Source0576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel.source.tar.xz +Source0577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.tar.xz +Source0578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz +Source0579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-turkish.source.tar.xz +Source0580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.tar.xz +Source0581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.doc.tar.xz +Source0582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-ukraineb.source.tar.xz +Source0583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz +Source0584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-vietnamese.source.tar.xz +Source0585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.tar.xz +Source0586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz +Source0587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/babel-welsh.source.tar.xz +Source0588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.tar.xz +Source0589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.doc.tar.xz +Source0590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/background.source.tar.xz +Source0591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.tar.xz +Source0592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.doc.tar.xz +Source0593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/backnaur.source.tar.xz +Source0594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bagpipe.tar.xz +Source0595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bagpipe.doc.tar.xz +Source0596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.tar.xz +Source0597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.doc.tar.xz +Source0598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangorcsthesis.source.tar.xz +Source0599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangtex.tar.xz +Source0600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bangtex.doc.tar.xz +Source0601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bankstatement.tar.xz +Source0602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bankstatement.doc.tar.xz +Source0603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.tar.xz +Source0604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.doc.tar.xz +Source0605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barcodes.source.tar.xz +Source0606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bardiag.tar.xz +Source0607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bardiag.doc.tar.xz +Source0608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barr.tar.xz +Source0609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/barr.doc.tar.xz +Source0610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz +Source0611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz +Source0612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bashful.tar.xz +Source0613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bashful.doc.tar.xz +Source0614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.tar.xz +Source0615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.doc.tar.xz +Source0616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basicarith.source.tar.xz +Source0617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.tar.xz +Source0618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.doc.tar.xz +Source0619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervald.source.tar.xz +Source0620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervaldx.tar.xz +Source0621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baskervaldx.doc.tar.xz +Source0622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.tar.xz +Source0623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.doc.tar.xz +Source0624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-book.source.tar.xz +Source0625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.tar.xz +Source0626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.doc.tar.xz +Source0627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/basque-date.source.tar.xz +Source0628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbcard.tar.xz +Source0629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbcard.doc.tar.xz +Source0630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.tar.xz +Source0631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.doc.tar.xz +Source0632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbding.source.tar.xz +Source0633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.tar.xz +Source0634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz +Source0635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz +Source0636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm.tar.xz +Source0637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbm.doc.tar.xz +Source0638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.tar.xz +Source0639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.doc.tar.xz +Source0640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold.source.tar.xz +Source0641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold-type1.tar.xz +Source0642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz +Source0643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bchart.tar.xz +Source0644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bchart.doc.tar.xz +Source0645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bclogo.tar.xz +Source0646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bclogo.doc.tar.xz +Source0647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer2thesis.tar.xz +Source0648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz +Source0649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beameraudience.tar.xz +Source0650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz +Source0651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerdarkthemes.tar.xz +Source0652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerdarkthemes.doc.tar.xz +Source0653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz +Source0654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerposter.tar.xz +Source0655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz +Source0656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.tar.xz +Source0657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz +Source0658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz +Source0659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz +Source0660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz +Source0661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz +Source0662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemephnompenh.tar.xz +Source0663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamerthemephnompenh.doc.tar.xz +Source0664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz +Source0665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz +Source0666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer.tar.xz +Source0667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer.doc.tar.xz +Source0668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.tar.xz +Source0669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.doc.tar.xz +Source0670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf.source.tar.xz +Source0671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.tar.xz +Source0672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz +Source0673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xkeyval.source.tar.xz +Source0674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.tar.xz +Source0675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.doc.tar.xz +Source0676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor.source.tar.xz +Source0677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz +Source0678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beebe.tar.xz +Source0679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.tar.xz +Source0680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.doc.tar.xz +Source0681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begingreek.source.tar.xz +Source0682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begriff.tar.xz +Source0683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/begriff.doc.tar.xz +Source0684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.tar.xz +Source0685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.doc.tar.xz +Source0686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/belleek.source.tar.xz +Source0687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.tar.xz +Source0688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.doc.tar.xz +Source0689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bengali.source.tar.xz +Source0690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bera.tar.xz +Source0691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bera.doc.tar.xz +Source0692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/berenisadf.tar.xz +Source0693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz +Source0694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/besjournals.tar.xz +Source0695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/besjournals.doc.tar.xz +Source0696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/betababel.tar.xz +Source0697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/betababel.doc.tar.xz +Source0698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.tar.xz +Source0699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.doc.tar.xz +Source0700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/beton.source.tar.xz +Source0701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.tar.xz +Source0702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.doc.tar.xz +Source0703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bewerbung.source.tar.xz +Source0704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.tar.xz +Source0705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.doc.tar.xz +Source0706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bez123.source.tar.xz +Source0707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bezos.tar.xz +Source0708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bezos.doc.tar.xz +Source0709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgreek.tar.xz +Source0710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgreek.doc.tar.xz +Source0711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.tar.xz +Source0712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz +Source0713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bgteubner.source.tar.xz +Source0714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.tar.xz +Source0715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.doc.tar.xz +Source0716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bguq.source.tar.xz +Source0717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.tar.xz +Source0718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz +Source0719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bhcexam.source.tar.xz +Source0720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.tar.xz +Source0721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.doc.tar.xz +Source0722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibarts.source.tar.xz +Source0723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.tar.xz +Source0724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.doc.tar.xz +Source0725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibexport.source.tar.xz +Source0726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bib-fr.tar.xz +Source0727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz +Source0728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibhtml.tar.xz +Source0729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz +Source0730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-anonymous.tar.xz +Source0731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-anonymous.doc.tar.xz +Source0732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-apa.tar.xz +Source0733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz +Source0734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bookinarticle.tar.xz +Source0735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bookinarticle.doc.tar.xz +Source0736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz +Source0737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz +Source0738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz +Source0739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz +Source0740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chem.tar.xz +Source0741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz +Source0742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz +Source0743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz +Source0744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-dw.tar.xz +Source0745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz +Source0746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz +Source0747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz +Source0748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-gost.tar.xz +Source0749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz +Source0750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-historian.tar.xz +Source0751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz +Source0752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz +Source0753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz +Source0754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz +Source0755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz +Source0756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz +Source0757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz +Source0758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz +Source0759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz +Source0760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-mla.tar.xz +Source0761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz +Source0762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-multiple-dm.tar.xz +Source0763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-multiple-dm.doc.tar.xz +Source0764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz +Source0765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz +Source0766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nature.tar.xz +Source0767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz +Source0768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz +Source0769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz +Source0770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.tar.xz +Source0771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.doc.tar.xz +Source0772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz +Source0773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz +Source0774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-philosophy.source.tar.xz +Source0775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-phys.tar.xz +Source0776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz +Source0777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-publist.tar.xz +Source0778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz +Source0779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-realauthor.tar.xz +Source0780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-realauthor.doc.tar.xz +Source0781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-science.tar.xz +Source0782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz +Source0783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz +Source0784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz +Source0785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-subseries.tar.xz +Source0786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-subseries.doc.tar.xz +Source0787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz +Source0788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz +Source0789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex.tar.xz +Source0790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex.doc.tar.xz +Source0791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-trad.tar.xz +Source0792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz +Source0793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.tar.xz +Source0794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.doc.tar.xz +Source0795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.tar.xz +Source0796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz +Source0797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz +Source0798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-german.tar.xz +Source0799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz +Source0800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.tar.xz +Source0801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz +Source0802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz +Source0803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz +Source0804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz +Source0805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz +Source0806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-parse.tar.xz +Source0807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz +Source0808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.tar.xz +Source0809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.doc.tar.xz +Source0810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibleref.source.tar.xz +Source0811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblist.tar.xz +Source0812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biblist.doc.tar.xz +Source0813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex8.tar.xz +Source0814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz +Source0815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex.tar.xz +Source0816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtex.doc.tar.xz +Source0817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtexu.tar.xz +Source0818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz +Source0819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz +Source0820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz +Source0821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz +Source0822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.tar.xz +Source0823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz +Source0824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibtopic.source.tar.xz +Source0825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.tar.xz +Source0826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.doc.tar.xz +Source0827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bibunits.source.tar.xz +Source0828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi-atbegshi.tar.xz +Source0829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi-atbegshi.doc.tar.xz +Source0830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidicontour.tar.xz +Source0831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidicontour.doc.tar.xz +Source0832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidihl.tar.xz +Source0833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidihl.doc.tar.xz +Source0834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipagegrid.tar.xz +Source0835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipagegrid.doc.tar.xz +Source0836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipresentation.tar.xz +Source0837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidipresentation.doc.tar.xz +Source0838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidishadowtext.tar.xz +Source0839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidishadowtext.doc.tar.xz +Source0840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.tar.xz +Source0841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.doc.tar.xz +Source0842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bidi.source.tar.xz +Source0843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.tar.xz +Source0844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz +Source0845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigfoot.source.tar.xz +Source0846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigints.tar.xz +Source0847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bigints.doc.tar.xz +Source0848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.tar.xz +Source0849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.doc.tar.xz +Source0850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/binomexp.source.tar.xz +Source0851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biocon.tar.xz +Source0852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/biocon.doc.tar.xz +Source0853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.tar.xz +Source0854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.doc.tar.xz +Source0855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bitelist.source.tar.xz +Source0856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.tar.xz +Source0857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.doc.tar.xz +Source0858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bizcard.source.tar.xz +Source0859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.tar.xz +Source0860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz +Source0861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz +Source0862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.tar.xz +Source0863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.doc.tar.xz +Source0864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blindtext.source.tar.xz +Source0865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blkarray.tar.xz +Source0866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blkarray.doc.tar.xz +Source0867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blochsphere.tar.xz +Source0868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blochsphere.doc.tar.xz +Source0869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blochsphere.source.tar.xz +Source0870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz +Source0871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz +Source0872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/block.tar.xz +Source0873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/block.doc.tar.xz +Source0874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bloques.tar.xz +Source0875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bloques.doc.tar.xz +Source0876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.tar.xz +Source0877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.doc.tar.xz +Source0878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blowup.source.tar.xz +Source0879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.tar.xz +Source0880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.doc.tar.xz +Source0881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/blox.source.tar.xz +Source0882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.tar.xz +Source0883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.doc.tar.xz +Source0884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bnumexpr.source.tar.xz +Source0885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bodegraph.tar.xz +Source0886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz +Source0887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bohr.tar.xz +Source0888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bohr.doc.tar.xz +Source0889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boisik.tar.xz +Source0890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boisik.doc.tar.xz +Source0891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.tar.xz +Source0892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.doc.tar.xz +Source0893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boites.source.tar.xz +Source0894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bold-extra.tar.xz +Source0895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz +Source0896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boldtensors.tar.xz +Source0897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz +Source0898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.tar.xz +Source0899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.doc.tar.xz +Source0900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraphs.source.tar.xz +Source0901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraph.tar.xz +Source0902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz +Source0903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.tar.xz +Source0904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.doc.tar.xz +Source0905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookcover.source.tar.xz +Source0906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookdb.tar.xz +Source0907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookdb.doc.tar.xz +Source0908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookest.tar.xz +Source0909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookest.doc.tar.xz +Source0910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.tar.xz +Source0911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.doc.tar.xz +Source0912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookhands.source.tar.xz +Source0913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.tar.xz +Source0914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.doc.tar.xz +Source0915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booklet.source.tar.xz +Source0916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bookman.tar.xz +Source0917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz +Source0918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz +Source0919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.tar.xz +Source0920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.doc.tar.xz +Source0921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/booktabs.source.tar.xz +Source0922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.tar.xz +Source0923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz +Source0924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boolexpr.source.tar.xz +Source0925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boondox.tar.xz +Source0926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boondox.doc.tar.xz +Source0927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.tar.xz +Source0928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.doc.tar.xz +Source0929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bophook.source.tar.xz +Source0930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/borceux.tar.xz +Source0931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/borceux.doc.tar.xz +Source0932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.tar.xz +Source0933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.doc.tar.xz +Source0934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bosisio.source.tar.xz +Source0935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.tar.xz +Source0936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.doc.tar.xz +Source0937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage2e.source.tar.xz +Source0938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage.tar.xz +Source0939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz +Source0940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.tar.xz +Source0941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz +Source0942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/boxhandler.source.tar.xz +Source0943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.tar.xz +Source0944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.doc.tar.xz +Source0945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpchem.source.tar.xz +Source0946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpolynomial.tar.xz +Source0947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz +Source0948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bracketkey.tar.xz +Source0949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz +Source0950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.tar.xz +Source0951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.doc.tar.xz +Source0952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braids.source.tar.xz +Source0953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braille.tar.xz +Source0954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braille.doc.tar.xz +Source0955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braket.tar.xz +Source0956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/braket.doc.tar.xz +Source0957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz +Source0958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz +Source0959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brandeis-dissertation.source.tar.xz +Source0960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.tar.xz +Source0961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.doc.tar.xz +Source0962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breakurl.source.tar.xz +Source0963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.tar.xz +Source0964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.doc.tar.xz +Source0965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/breqn.source.tar.xz +Source0966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/br-lex.tar.xz +Source0967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/br-lex.doc.tar.xz +Source0968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.tar.xz +Source0969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.doc.tar.xz +Source0970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bropd.source.tar.xz +Source0971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brushscr.tar.xz +Source0972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/brushscr.doc.tar.xz +Source0973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.tar.xz +Source0974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz +Source0975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bullcntr.source.tar.xz +Source0976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bundledoc.tar.xz +Source0977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz +Source0978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.tar.xz +Source0979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.doc.tar.xz +Source0980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/burmese.source.tar.xz +Source0981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bussproofs.tar.xz +Source0982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz +Source0983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxbase.tar.xz +Source0984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxbase.doc.tar.xz +Source0985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz +Source0986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz +Source0987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz +Source0988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz +Source0989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxeepic.tar.xz +Source0990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz +Source0991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.tar.xz +Source0992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz +Source0993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxjscls.source.tar.xz +Source0994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxpdfver.tar.xz +Source0995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bxpdfver.doc.tar.xz +Source0996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.tar.xz +Source0997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.doc.tar.xz +Source0998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bytefield.source.tar.xz +Source0999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.tar.xz +Source1000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.doc.tar.xz +Source1001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c90.source.tar.xz +Source1002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cabin.tar.xz +Source1003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cabin.doc.tar.xz +Source1004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cachepic.tar.xz +Source1005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cachepic.doc.tar.xz +Source1006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caladea.tar.xz +Source1007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caladea.doc.tar.xz +Source1008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.tar.xz +Source1009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.doc.tar.xz +Source1010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calcage.source.tar.xz +Source1011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calctab.tar.xz +Source1012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calctab.doc.tar.xz +Source1013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.tar.xz +Source1014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.doc.tar.xz +Source1015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculation.source.tar.xz +Source1016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.tar.xz +Source1017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.doc.tar.xz +Source1018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calculator.source.tar.xz +Source1019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra.tar.xz +Source1020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra.doc.tar.xz +Source1021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra-type1.tar.xz +Source1022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz +Source1023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calrsfs.tar.xz +Source1024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz +Source1025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.tar.xz +Source1026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.doc.tar.xz +Source1027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cals.source.tar.xz +Source1028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz +Source1029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz +Source1030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cancel.tar.xz +Source1031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cancel.doc.tar.xz +Source1032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.tar.xz +Source1033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz +Source1034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz +Source1035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.tar.xz +Source1036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.doc.tar.xz +Source1037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cantarell.source.tar.xz +Source1038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.tar.xz +Source1039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.doc.tar.xz +Source1040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captcont.source.tar.xz +Source1041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captdef.tar.xz +Source1042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/captdef.doc.tar.xz +Source1043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.tar.xz +Source1044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.doc.tar.xz +Source1045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/caption.source.tar.xz +Source1046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.tar.xz +Source1047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.doc.tar.xz +Source1048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/capt-of.source.tar.xz +Source1049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.tar.xz +Source1050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.doc.tar.xz +Source1051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlisle.source.tar.xz +Source1052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlito.tar.xz +Source1053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carlito.doc.tar.xz +Source1054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carolmin-ps.tar.xz +Source1055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz +Source1056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cascadilla.tar.xz +Source1057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz +Source1058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cases.tar.xz +Source1059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cases.doc.tar.xz +Source1060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/casyl.tar.xz +Source1061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/casyl.doc.tar.xz +Source1062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz +Source1063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz +Source1064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz +Source1065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.tar.xz +Source1066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.doc.tar.xz +Source1067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catcodes.source.tar.xz +Source1068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.tar.xz +Source1069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.doc.tar.xz +Source1070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catechis.source.tar.xz +Source1071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catoptions.tar.xz +Source1072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/catoptions.doc.tar.xz +Source1073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbcoptic.tar.xz +Source1074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz +Source1075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz +Source1076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz +Source1077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts-fd.source.tar.xz +Source1078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts.tar.xz +Source1079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz +Source1080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.tar.xz +Source1081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.doc.tar.xz +Source1082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccaption.source.tar.xz +Source1083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.tar.xz +Source1084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz +Source1085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccfonts.source.tar.xz +Source1086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.tar.xz +Source1087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.doc.tar.xz +Source1088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ccicons.source.tar.xz +Source1089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.tar.xz +Source1090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz +Source1091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cclicenses.source.tar.xz +Source1092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cc-pl.tar.xz +Source1093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz +Source1094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.tar.xz +Source1095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz +Source1096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd-cover.source.tar.xz +Source1097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.tar.xz +Source1098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz +Source1099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz +Source1100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.tar.xz +Source1101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.doc.tar.xz +Source1102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cd.source.tar.xz +Source1103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cellspace.tar.xz +Source1104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cellspace.doc.tar.xz +Source1105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cell.tar.xz +Source1106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cell.doc.tar.xz +Source1107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.tar.xz +Source1108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.doc.tar.xz +Source1109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/celtic.source.tar.xz +Source1110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/censor.tar.xz +Source1111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/censor.doc.tar.xz +Source1112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-initials.tar.xz +Source1113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-initials.doc.tar.xz +Source1114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.tar.xz +Source1115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz +Source1116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz +Source1117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.tar.xz +Source1118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.doc.tar.xz +Source1119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changebar.source.tar.xz +Source1120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changelayout.tar.xz +Source1121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changelayout.doc.tar.xz +Source1122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.tar.xz +Source1123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.doc.tar.xz +Source1124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changepage.source.tar.xz +Source1125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.tar.xz +Source1126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.doc.tar.xz +Source1127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/changes.source.tar.xz +Source1128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.tar.xz +Source1129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.doc.tar.xz +Source1130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chappg.source.tar.xz +Source1131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.tar.xz +Source1132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz +Source1133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz +Source1134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/charter.tar.xz +Source1135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/charter.doc.tar.xz +Source1136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chbibref.tar.xz +Source1137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chbibref.doc.tar.xz +Source1138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checkcites.tar.xz +Source1139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checkcites.doc.tar.xz +Source1140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checklistings.tar.xz +Source1141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checklistings.doc.tar.xz +Source1142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checklistings.source.tar.xz +Source1143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.tar.xz +Source1144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz +Source1145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemarrow.source.tar.xz +Source1146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.tar.xz +Source1147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.doc.tar.xz +Source1148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chembst.source.tar.xz +Source1149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.tar.xz +Source1150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz +Source1151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz +Source1152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcono.tar.xz +Source1153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemcono.doc.tar.xz +Source1154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemexec.tar.xz +Source1155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemexec.doc.tar.xz +Source1156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemfig.tar.xz +Source1157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemfig.doc.tar.xz +Source1158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemformula.tar.xz +Source1159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemformula.doc.tar.xz +Source1160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemgreek.tar.xz +Source1161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemgreek.doc.tar.xz +Source1162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chem-journal.tar.xz +Source1163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemmacros.tar.xz +Source1164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz +Source1165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemnum.tar.xz +Source1166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemnum.doc.tar.xz +Source1167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.tar.xz +Source1168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.doc.tar.xz +Source1169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemschemex.source.tar.xz +Source1170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.tar.xz +Source1171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz +Source1172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chemstyle.source.tar.xz +Source1173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cherokee.tar.xz +Source1174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cherokee.doc.tar.xz +Source1175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.tar.xz +Source1176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.doc.tar.xz +Source1177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessboard.source.tar.xz +Source1178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.tar.xz +Source1179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.doc.tar.xz +Source1180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chessfss.source.tar.xz +Source1181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz +Source1182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz +Source1183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz +Source1184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess.tar.xz +Source1185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chess.doc.tar.xz +Source1186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chet.tar.xz +Source1187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chet.doc.tar.xz +Source1188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.tar.xz +Source1189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.doc.tar.xz +Source1190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chextras.source.tar.xz +Source1191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago-annote.tar.xz +Source1192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz +Source1193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chicago.tar.xz +Source1194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.tar.xz +Source1195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.doc.tar.xz +Source1196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chickenize.source.tar.xz +Source1197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chkfloat.tar.xz +Source1198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz +Source1199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.tar.xz +Source1200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.doc.tar.xz +Source1201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.tar.xz +Source1202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.doc.tar.xz +Source1203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chletter.source.tar.xz +Source1204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chngcntr.tar.xz +Source1205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz +Source1206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronology.tar.xz +Source1207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronology.doc.tar.xz +Source1208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronosys.tar.xz +Source1209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chronosys.doc.tar.xz +Source1210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.tar.xz +Source1211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.doc.tar.xz +Source1212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chscite.source.tar.xz +Source1213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cinzel.tar.xz +Source1214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cinzel.doc.tar.xz +Source1215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.tar.xz +Source1216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.doc.tar.xz +Source1217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circ.source.tar.xz +Source1218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circuitikz.tar.xz +Source1219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz +Source1220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/citeall.tar.xz +Source1221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/citeall.doc.tar.xz +Source1222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cite.tar.xz +Source1223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cite.doc.tar.xz +Source1224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjhebrew.tar.xz +Source1225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz +Source1226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.tar.xz +Source1227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.doc.tar.xz +Source1228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-ko.tar.xz +Source1229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz +Source1230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.tar.xz +Source1231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz +Source1232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz +Source1233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.tar.xz +Source1234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.doc.tar.xz +Source1235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk.source.tar.xz +Source1236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cns.tar.xz +Source1237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cns.doc.tar.xz +Source1238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garuda-c90.tar.xz +Source1239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz +Source1240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz +Source1241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz +Source1242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonts-tlwg.source.tar.xz +Source1243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/norasi-c90.tar.xz +Source1244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz +Source1245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uhc.tar.xz +Source1246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uhc.doc.tar.xz +Source1247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wadalab.tar.xz +Source1248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wadalab.doc.tar.xz +Source1249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.tar.xz +Source1250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz +Source1251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classics.tar.xz +Source1252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classics.doc.tar.xz +Source1253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classicthesis.tar.xz +Source1254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz +Source1255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.tar.xz +Source1256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.doc.tar.xz +Source1257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/classpack.source.tar.xz +Source1258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleanthesis.tar.xz +Source1259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleanthesis.doc.tar.xz +Source1260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clearsans.tar.xz +Source1261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clearsans.doc.tar.xz +Source1262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.tar.xz +Source1263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.doc.tar.xz +Source1264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clefval.source.tar.xz +Source1265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.tar.xz +Source1266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.doc.tar.xz +Source1267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cleveref.source.tar.xz +Source1268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clipboard.tar.xz +Source1269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clipboard.doc.tar.xz +Source1270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clock.tar.xz +Source1271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clock.doc.tar.xz +Source1272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.tar.xz +Source1273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.doc.tar.xz +Source1274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cloze.source.tar.xz +Source1275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode3e.tar.xz +Source1276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode3e.doc.tar.xz +Source1277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode.tar.xz +Source1278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/clrscode.doc.tar.xz +Source1279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmap.tar.xz +Source1280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmap.doc.tar.xz +Source1281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmarrows.tar.xz +Source1282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz +Source1283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.tar.xz +Source1284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.doc.tar.xz +Source1285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmbright.source.tar.xz +Source1286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmcyr.tar.xz +Source1287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz +Source1288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmdstring.tar.xz +Source1289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz +Source1290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmextra.tar.xz +Source1291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-lgc.tar.xz +Source1292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz +Source1293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.tar.xz +Source1294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.doc.tar.xz +Source1295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmll.source.tar.xz +Source1296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpica.tar.xz +Source1297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpica.doc.tar.xz +Source1298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpj.tar.xz +Source1299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmpj.doc.tar.xz +Source1300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmsd.tar.xz +Source1301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmsd.doc.tar.xz +Source1302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-super.tar.xz +Source1303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-super.doc.tar.xz +Source1304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmtiup.tar.xz +Source1305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz +Source1306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm.tar.xz +Source1307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm.doc.tar.xz +Source1308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-unicode.tar.xz +Source1309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz +Source1310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnbwp.tar.xz +Source1311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz +Source1312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnltx.tar.xz +Source1313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cnltx.doc.tar.xz +Source1314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntformats.tar.xz +Source1315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntformats.doc.tar.xz +Source1316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntperchap.tar.xz +Source1317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cntperchap.doc.tar.xz +Source1318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codedoc.tar.xz +Source1319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codedoc.doc.tar.xz +Source1320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.tar.xz +Source1321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.doc.tar.xz +Source1322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codepage.source.tar.xz +Source1323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.tar.xz +Source1324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.doc.tar.xz +Source1325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codesection.source.tar.xz +Source1326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz +Source1327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz +Source1328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz +Source1329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.tar.xz +Source1330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.doc.tar.xz +Source1331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collcell.source.tar.xz +Source1332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.tar.xz +Source1333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.doc.tar.xz +Source1334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collectbox.source.tar.xz +Source1335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.tar.xz +Source1336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.doc.tar.xz +Source1337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.tar.xz +Source1338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz +Source1339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glyphlist.tar.xz +Source1340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx-def.tar.xz +Source1341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.tar.xz +Source1342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.doc.tar.xz +Source1343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enctex.tar.xz +Source1344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enctex.doc.tar.xz +Source1345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex.tar.xz +Source1346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex.doc.tar.xz +Source1347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex-pkg.tar.xz +Source1348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz +Source1349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.tar.xz +Source1350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz +Source1351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.tar.xz +Source1352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz +Source1353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz +Source1354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-base.tar.xz +Source1355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.tar.xz +Source1356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz +Source1357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifluatex.source.tar.xz +Source1358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.tar.xz +Source1359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz +Source1360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifxetex.source.tar.xz +Source1361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth-lib.tar.xz +Source1362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth-local.tar.xz +Source1363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz +Source1364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz +Source1365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.tar.xz +Source1366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.doc.tar.xz +Source1367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.tar.xz +Source1368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.doc.tar.xz +Source1369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.tar.xz +Source1370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.doc.tar.xz +Source1371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo.source.tar.xz +Source1372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.tar.xz +Source1373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.doc.tar.xz +Source1374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.tar.xz +Source1375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.doc.tar.xz +Source1376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.tar.xz +Source1377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.doc.tar.xz +Source1378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz +Source1379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-en.tar.xz +Source1380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz +Source1381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz +Source1382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz +Source1383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz +Source1384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.tar.xz +Source1385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.doc.tar.xz +Source1386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.tar.xz +Source1387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.doc.tar.xz +Source1388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortbl.source.tar.xz +Source1389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr.tar.xz +Source1390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz +Source1391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.tar.xz +Source1392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.doc.tar.xz +Source1393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fix2col.source.tar.xz +Source1394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.tar.xz +Source1395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.doc.tar.xz +Source1396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry.source.tar.xz +Source1397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.tar.xz +Source1398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.doc.tar.xz +Source1399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics.source.tar.xz +Source1400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.tar.xz +Source1401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.doc.tar.xz +Source1402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref.source.tar.xz +Source1403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.tar.xz +Source1404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz +Source1405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxmisc.tar.xz +Source1406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.tar.xz +Source1407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz +Source1408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfnfss.source.tar.xz +Source1409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.tar.xz +Source1410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz +Source1411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.tar.xz +Source1412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.doc.tar.xz +Source1413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natbib.source.tar.xz +Source1414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.tar.xz +Source1415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz +Source1416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oberdiek.source.tar.xz +Source1417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pslatex.tar.xz +Source1418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pslatex.source.tar.xz +Source1419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.tar.xz +Source1420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.doc.tar.xz +Source1421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psnfss.source.tar.xz +Source1422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.tar.xz +Source1423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.doc.tar.xz +Source1424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pspicture.source.tar.xz +Source1425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.tar.xz +Source1426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.doc.tar.xz +Source1427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tools.source.tar.xz +Source1428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/url.tar.xz +Source1429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/url.doc.tar.xz +Source1430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.tar.xz +Source1431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.doc.tar.xz +Source1432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collref.source.tar.xz +Source1433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/compactbib.tar.xz +Source1434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.tar.xz +Source1435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.doc.tar.xz +Source1436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.tar.xz +Source1437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz +Source1438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/custom-bib.source.tar.xz +Source1439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/din1505.tar.xz +Source1440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/din1505.doc.tar.xz +Source1441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.tar.xz +Source1442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz +Source1443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dk-bib.source.tar.xz +Source1444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.tar.xz +Source1445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz +Source1446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doipubmed.source.tar.xz +Source1447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/economic.tar.xz +Source1448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/economic.doc.tar.xz +Source1449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbs.tar.xz +Source1450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbib.tar.xz +Source1451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbib.doc.tar.xz +Source1452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.tar.xz +Source1453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.doc.tar.xz +Source1454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footbib.source.tar.xz +Source1455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/francais-bst.tar.xz +Source1456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz +Source1457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz +Source1458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz +Source1459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz +Source1460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.tar.xz +Source1461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.doc.tar.xz +Source1462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvard.source.tar.xz +Source1463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvmac.tar.xz +Source1464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harvmac.doc.tar.xz +Source1465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz +Source1466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz +Source1467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijqc.tar.xz +Source1468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijqc.doc.tar.xz +Source1469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinebib.tar.xz +Source1470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz +Source1471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iopart-num.tar.xz +Source1472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz +Source1473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jneurosci.tar.xz +Source1474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz +Source1475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.tar.xz +Source1476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.doc.tar.xz +Source1477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurabib.source.tar.xz +Source1478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ksfh_nat.tar.xz +Source1479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.tar.xz +Source1480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.doc.tar.xz +Source1481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.source.tar.xz +Source1482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logreq.tar.xz +Source1483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logreq.doc.tar.xz +Source1484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.tar.xz +Source1485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.doc.tar.xz +Source1486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/margbib.source.tar.xz +Source1487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.tar.xz +Source1488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.doc.tar.xz +Source1489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibib.source.tar.xz +Source1490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.tar.xz +Source1491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.doc.tar.xz +Source1492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.source.tar.xz +Source1493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/munich.tar.xz +Source1494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/munich.doc.tar.xz +Source1495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nar.tar.xz +Source1496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nmbib.tar.xz +Source1497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nmbib.doc.tar.xz +Source1498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nmbib.source.tar.xz +Source1499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.tar.xz +Source1500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz +Source1501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes2bib.source.tar.xz +Source1502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oscola.tar.xz +Source1503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oscola.doc.tar.xz +Source1504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perception.tar.xz +Source1505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perception.doc.tar.xz +Source1506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pnas2009.tar.xz +Source1507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.tar.xz +Source1508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.doc.tar.xz +Source1509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsc.source.tar.xz +Source1510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showtags.tar.xz +Source1511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showtags.doc.tar.xz +Source1512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sort-by-letters.tar.xz +Source1513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz +Source1514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.tar.xz +Source1515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.doc.tar.xz +Source1516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitbib.source.tar.xz +Source1517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian-formatting.tar.xz +Source1518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian-formatting.doc.tar.xz +Source1519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz +Source1520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz +Source1521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz +Source1522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz +Source1523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.tar.xz +Source1524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.doc.tar.xz +Source1525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.source.tar.xz +Source1526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.tar.xz +Source1527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.doc.tar.xz +Source1528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/usebib.source.tar.xz +Source1529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vak.tar.xz +Source1530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vak.doc.tar.xz +Source1531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.tar.xz +Source1532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.doc.tar.xz +Source1533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcite.source.tar.xz +Source1534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctan_chk.doc.tar.xz +Source1535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.tar.xz +Source1536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.doc.tar.xz +Source1537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.tar.xz +Source1538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz +Source1539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.tar.xz +Source1540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.doc.tar.xz +Source1541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.tar.xz +Source1542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.doc.tar.xz +Source1543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.tar.xz +Source1544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.doc.tar.xz +Source1545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.tar.xz +Source1546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.doc.tar.xz +Source1547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.tar.xz +Source1548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.doc.tar.xz +Source1549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.tar.xz +Source1550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz +Source1551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.tar.xz +Source1552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz +Source1553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.tar.xz +Source1554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.doc.tar.xz +Source1555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.tar.xz +Source1556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.doc.tar.xz +Source1557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvidvi.tar.xz +Source1558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.tar.xz +Source1559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.doc.tar.xz +Source1560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.tar.xz +Source1561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.doc.tar.xz +Source1562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.tar.xz +Source1563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.doc.tar.xz +Source1564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.tar.xz +Source1565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz +Source1566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.tar.xz +Source1567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.doc.tar.xz +Source1568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.tar.xz +Source1569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz +Source1570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hook-pre-commit-pkg.doc.tar.xz +Source1571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenex.tar.xz +Source1572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenex.source.tar.xz +Source1573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/installfont.tar.xz +Source1574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/installfont.doc.tar.xz +Source1575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.tar.xz +Source1576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.doc.tar.xz +Source1577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.tar.xz +Source1578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.doc.tar.xz +Source1579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.tar.xz +Source1580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.doc.tar.xz +Source1581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.tar.xz +Source1582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz +Source1583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.tar.xz +Source1584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz +Source1585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.tar.xz +Source1586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.doc.tar.xz +Source1587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.tar.xz +Source1588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.doc.tar.xz +Source1589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz +Source1590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz +Source1591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.tar.xz +Source1592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.doc.tar.xz +Source1593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.tar.xz +Source1594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz +Source1595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.source.tar.xz +Source1596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.tar.xz +Source1597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.doc.tar.xz +Source1598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.tar.xz +Source1599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.doc.tar.xz +Source1600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz +Source1601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz +Source1602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz +Source1603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.tar.xz +Source1604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.doc.tar.xz +Source1605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.tar.xz +Source1606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.doc.tar.xz +Source1607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.tar.xz +Source1608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz +Source1609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.tar.xz +Source1610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz +Source1611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.tar.xz +Source1612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.doc.tar.xz +Source1613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.tar.xz +Source1614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz +Source1615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.source.tar.xz +Source1616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.tar.xz +Source1617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.doc.tar.xz +Source1618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.tar.xz +Source1619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz +Source1620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.tar.xz +Source1621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz +Source1622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.tar.xz +Source1623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.doc.tar.xz +Source1624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.source.tar.xz +Source1625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.tar.xz +Source1626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.doc.tar.xz +Source1627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.tar.xz +Source1628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz +Source1629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.tar.xz +Source1630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.doc.tar.xz +Source1631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.tar.xz +Source1632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.doc.tar.xz +Source1633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.tar.xz +Source1634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.doc.tar.xz +Source1635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.tar.xz +Source1636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.doc.tar.xz +Source1637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.source.tar.xz +Source1638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.tar.xz +Source1639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz +Source1640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.tar.xz +Source1641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.doc.tar.xz +Source1642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.tar.xz +Source1643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.doc.tar.xz +Source1644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.tar.xz +Source1645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz +Source1646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.tar.xz +Source1647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz +Source1648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.tar.xz +Source1649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.doc.tar.xz +Source1650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.tar.xz +Source1651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.doc.tar.xz +Source1652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz +Source1653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz +Source1654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz +Source1655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz +Source1656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.tar.xz +Source1657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.doc.tar.xz +Source1658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.tar.xz +Source1659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.doc.tar.xz +Source1660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.tar.xz +Source1661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.doc.tar.xz +Source1662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.tar.xz +Source1663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.doc.tar.xz +Source1664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexconfig.tar.xz +Source1665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.tar.xz +Source1666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.doc.tar.xz +Source1667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm.source.tar.xz +Source1668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm-math.tar.xz +Source1669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lm-math.doc.tar.xz +Source1670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt-font.tar.xz +Source1671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo-font.tar.xz +Source1672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mflogo-font.doc.tar.xz +Source1673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.tar.xz +Source1674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz +Source1675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz +Source1676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmn.tar.xz +Source1677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-account.tar.xz +Source1678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-account.doc.tar.xz +Source1679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-algorithmic.tar.xz +Source1680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-animation.tar.xz +Source1681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-animation.doc.tar.xz +Source1682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-annotation.tar.xz +Source1683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-annotation.doc.tar.xz +Source1684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-bnf.tar.xz +Source1685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz +Source1686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-chromato.tar.xz +Source1687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz +Source1688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-construction-plan.tar.xz +Source1689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz +Source1690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz +Source1691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz +Source1692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-degrade.tar.xz +Source1693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz +Source1694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fancybreak.tar.xz +Source1695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fancybreak.doc.tar.xz +Source1696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-filter.tar.xz +Source1697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-filter.doc.tar.xz +Source1698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fixme.tar.xz +Source1699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-french.tar.xz +Source1700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-french.doc.tar.xz +Source1701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fullpage.tar.xz +Source1702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz +Source1703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-games.tar.xz +Source1704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-games.doc.tar.xz +Source1705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skaknew.tar.xz +Source1706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skaknew.doc.tar.xz +Source1707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gantt.tar.xz +Source1708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz +Source1709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hatching.tar.xz +Source1710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hatching.doc.tar.xz +Source1711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gnuplot.tar.xz +Source1712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz +Source1713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-letter.tar.xz +Source1714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-letter.doc.tar.xz +Source1715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lettrine.tar.xz +Source1716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz +Source1717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lilypond.tar.xz +Source1718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz +Source1719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-mathsets.tar.xz +Source1720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz +Source1721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz +Source1722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz +Source1723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-rst.tar.xz +Source1724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-rst.doc.tar.xz +Source1725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-ruby.tar.xz +Source1726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz +Source1727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simplefonts.tar.xz +Source1728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz +Source1729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simpleslides.tar.xz +Source1730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz +Source1731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-title.tar.xz +Source1732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-title.doc.tar.xz +Source1733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-transliterator.tar.xz +Source1734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz +Source1735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typearea.tar.xz +Source1736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz +Source1737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typescripts.tar.xz +Source1738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz +Source1739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-vim.tar.xz +Source1740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-vim.doc.tar.xz +Source1741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.tar.xz +Source1742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.doc.tar.xz +Source1743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context-visualcounter.source.tar.xz +Source1744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.tar.xz +Source1745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz +Source1746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comfortaa.source.tar.xz +Source1747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comicneue.tar.xz +Source1748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comicneue.doc.tar.xz +Source1749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath-fonts.tar.xz +Source1750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz +Source1751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.tar.xz +Source1752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz +Source1753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz +Source1754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/countriesofeurope.tar.xz +Source1755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz +Source1756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier-scaled.tar.xz +Source1757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz +Source1758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryst.tar.xz +Source1759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryst.doc.tar.xz +Source1760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyklop.tar.xz +Source1761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyklop.doc.tar.xz +Source1762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dancers.tar.xz +Source1763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dantelogo.tar.xz +Source1764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dantelogo.doc.tar.xz +Source1765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dejavu.tar.xz +Source1766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dejavu.doc.tar.xz +Source1767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dice.tar.xz +Source1768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dice.doc.tar.xz +Source1769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dictsym.tar.xz +Source1770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dictsym.doc.tar.xz +Source1771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.tar.xz +Source1772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.doc.tar.xz +Source1773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dingbat.source.tar.xz +Source1774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doublestroke.tar.xz +Source1775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz +Source1776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.tar.xz +Source1777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.doc.tar.xz +Source1778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dozenal.source.tar.xz +Source1779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.tar.xz +Source1780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.doc.tar.xz +Source1781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drm.source.tar.xz +Source1782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.tar.xz +Source1783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.doc.tar.xz +Source1784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droid.source.tar.xz +Source1785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer.tar.xz +Source1786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer.doc.tar.xz +Source1787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer-latex.tar.xz +Source1788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz +Source1789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dutchcal.tar.xz +Source1790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz +Source1791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean.tar.xz +Source1792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean.doc.tar.xz +Source1793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond.tar.xz +Source1794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz +Source1795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond-maths.tar.xz +Source1796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebgaramond-maths.doc.tar.xz +Source1797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecc.tar.xz +Source1798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecc.doc.tar.xz +Source1799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.tar.xz +Source1800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.doc.tar.xz +Source1801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eco.source.tar.xz +Source1802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad.tar.xz +Source1803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad.doc.tar.xz +Source1804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.tar.xz +Source1805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz +Source1806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz +Source1807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.tar.xz +Source1808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.doc.tar.xz +Source1809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/electrum.source.tar.xz +Source1810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elvish.tar.xz +Source1811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elvish.doc.tar.xz +Source1812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigrafica.tar.xz +Source1813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz +Source1814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.tar.xz +Source1815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.doc.tar.xz +Source1816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsdice.source.tar.xz +Source1817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erewhon.tar.xz +Source1818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erewhon.doc.tar.xz +Source1819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.tar.xz +Source1820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.doc.tar.xz +Source1821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esrelation.source.tar.xz +Source1822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esstix.tar.xz +Source1823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esstix.doc.tar.xz +Source1824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.tar.xz +Source1825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.doc.tar.xz +Source1826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esvect.source.tar.xz +Source1827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.tar.xz +Source1828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.doc.tar.xz +Source1829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eulervm.source.tar.xz +Source1830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euxm.tar.xz +Source1831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbb.tar.xz +Source1832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbb.doc.tar.xz +Source1833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.tar.xz +Source1834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz +Source1835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz +Source1836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.tar.xz +Source1837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.doc.tar.xz +Source1838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fetamont.source.tar.xz +Source1839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.tar.xz +Source1840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.doc.tar.xz +Source1841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feyn.source.tar.xz +Source1842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.tar.xz +Source1843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.doc.tar.xz +Source1844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fge.source.tar.xz +Source1845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fira.tar.xz +Source1846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fira.doc.tar.xz +Source1847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foekfont.tar.xz +Source1848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foekfont.doc.tar.xz +Source1849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonetika.tar.xz +Source1850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonetika.doc.tar.xz +Source1851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontawesome.tar.xz +Source1852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz +Source1853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontmfizz.tar.xz +Source1854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontmfizz.doc.tar.xz +Source1855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/old-arrows.tar.xz +Source1856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/old-arrows.doc.tar.xz +Source1857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.tar.xz +Source1858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.doc.tar.xz +Source1859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fourier.source.tar.xz +Source1860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouriernc.tar.xz +Source1861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz +Source1862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frcursive.tar.xz +Source1863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frcursive.doc.tar.xz +Source1864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogy.tar.xz +Source1865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogy.doc.tar.xz +Source1866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.tar.xz +Source1867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz +Source1868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentium-tug.source.tar.xz +Source1869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsartemisia.tar.xz +Source1870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz +Source1871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbodoni.tar.xz +Source1872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz +Source1873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfscomplutum.tar.xz +Source1874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz +Source1875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsdidot.tar.xz +Source1876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz +Source1877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz +Source1878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz +Source1879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfssolomos.tar.xz +Source1880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz +Source1881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillcm.tar.xz +Source1882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillcm.doc.tar.xz +Source1883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillius.tar.xz +Source1884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gillius.doc.tar.xz +Source1885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.tar.xz +Source1886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz +Source1887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz +Source1888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.tar.xz +Source1889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.doc.tar.xz +Source1890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gothic.source.tar.xz +Source1891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greenpoint.tar.xz +Source1892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz +Source1893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grotesq.tar.xz +Source1894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grotesq.doc.tar.xz +Source1895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hacm.tar.xz +Source1896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hacm.doc.tar.xz +Source1897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hands.tar.xz +Source1898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/heuristica.tar.xz +Source1899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/heuristica.doc.tar.xz +Source1900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfbright.tar.xz +Source1901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfbright.doc.tar.xz +Source1902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.tar.xz +Source1903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz +Source1904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz +Source1905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifsym.tar.xz +Source1906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifsym.doc.tar.xz +Source1907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inconsolata.tar.xz +Source1908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz +Source1909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/initials.tar.xz +Source1910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/initials.doc.tar.xz +Source1911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex-type1.tar.xz +Source1912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex-type1.doc.tar.xz +Source1913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwona.tar.xz +Source1914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwona.doc.tar.xz +Source1915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jablantile.tar.xz +Source1916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jablantile.doc.tar.xz +Source1917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jamtimes.tar.xz +Source1918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz +Source1919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/junicode.tar.xz +Source1920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/junicode.doc.tar.xz +Source1921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kixfont.tar.xz +Source1922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kixfont.doc.tar.xz +Source1923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz +Source1924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kpfonts.tar.xz +Source1925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz +Source1926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kurier.tar.xz +Source1927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kurier.doc.tar.xz +Source1928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.tar.xz +Source1929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.doc.tar.xz +Source1930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lato.source.tar.xz +Source1931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lfb.tar.xz +Source1932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lfb.doc.tar.xz +Source1933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libertine.tar.xz +Source1934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libertine.doc.tar.xz +Source1935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librebaskerville.tar.xz +Source1936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz +Source1937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librecaslon.tar.xz +Source1938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librecaslon.doc.tar.xz +Source1939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.tar.xz +Source1940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.doc.tar.xz +Source1941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libris.source.tar.xz +Source1942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.tar.xz +Source1943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.doc.tar.xz +Source1944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineara.source.tar.xz +Source1945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lobster2.tar.xz +Source1946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lobster2.doc.tar.xz +Source1947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.tar.xz +Source1948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz +Source1949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lxfonts.source.tar.xz +Source1950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ly1.tar.xz +Source1951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ly1.doc.tar.xz +Source1952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx.tar.xz +Source1953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx.doc.tar.xz +Source1954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx-type1.tar.xz +Source1955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz +Source1956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdesign.tar.xz +Source1957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz +Source1958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdputu.tar.xz +Source1959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdputu.doc.tar.xz +Source1960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.tar.xz +Source1961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz +Source1962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz +Source1963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/merriweather.tar.xz +Source1964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/merriweather.doc.tar.xz +Source1965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mintspirit.tar.xz +Source1966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mintspirit.doc.tar.xz +Source1967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.tar.xz +Source1968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz +Source1969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz +Source1970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newpx.tar.xz +Source1971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newpx.doc.tar.xz +Source1972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtx.tar.xz +Source1973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtx.doc.tar.xz +Source1974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxsf.tar.xz +Source1975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxsf.doc.tar.xz +Source1976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxtt.tar.xz +Source1977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newtxtt.doc.tar.xz +Source1978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.tar.xz +Source1979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.doc.tar.xz +Source1980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nkarta.source.tar.xz +Source1981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/obnov.tar.xz +Source1982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/obnov.doc.tar.xz +Source1983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocherokee.tar.xz +Source1984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz +Source1985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b.tar.xz +Source1986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz +Source1987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz +Source1988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz +Source1989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz +Source1990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ogham.tar.xz +Source1991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ogham.doc.tar.xz +Source1992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.tar.xz +Source1993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.doc.tar.xz +Source1994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oinuit.source.tar.xz +Source1995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldlatin.tar.xz +Source1996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz +Source1997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.tar.xz +Source1998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz +Source1999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstandard.source.tar.xz +Source2000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.tar.xz +Source2001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.doc.tar.xz +Source2002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opensans.source.tar.xz +Source2003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/orkhun.tar.xz +Source2004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/orkhun.doc.tar.xz +Source2005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overlock.tar.xz +Source2006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overlock.doc.tar.xz +Source2007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.tar.xz +Source2008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.doc.tar.xz +Source2009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pacioli.source.tar.xz +Source2010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paratype.tar.xz +Source2011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paratype.doc.tar.xz +Source2012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.tar.xz +Source2013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.doc.tar.xz +Source2014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phaistos.source.tar.xz +Source2015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonetic.tar.xz +Source2016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonetic.doc.tar.xz +Source2017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pigpen.tar.xz +Source2018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pigpen.doc.tar.xz +Source2019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/playfair.tar.xz +Source2020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/playfair.doc.tar.xz +Source2021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poltawski.tar.xz +Source2022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poltawski.doc.tar.xz +Source2023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prodint.tar.xz +Source2024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prodint.doc.tar.xz +Source2025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk.tar.xz +Source2026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk.doc.tar.xz +Source2027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk-latex.tar.xz +Source2028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz +Source2029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punknova.tar.xz +Source2030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/punknova.doc.tar.xz +Source2031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxtxalfa.tar.xz +Source2032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz +Source2033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quattrocento.tar.xz +Source2034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz +Source2035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/raleway.tar.xz +Source2036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/raleway.doc.tar.xz +Source2037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recycle.tar.xz +Source2038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recycle.doc.tar.xz +Source2039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roboto.tar.xz +Source2040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roboto.doc.tar.xz +Source2041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.tar.xz +Source2042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.doc.tar.xz +Source2043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romande.source.tar.xz +Source2044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfso.tar.xz +Source2045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfso.doc.tar.xz +Source2046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathaccent.tar.xz +Source2047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz +Source2048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathfonts.tar.xz +Source2049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmathfonts.doc.tar.xz +Source2050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauter.tar.xz +Source2051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.tar.xz +Source2052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz +Source2053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz +Source2054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schulschriften.tar.xz +Source2055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz +Source2056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semaphor.tar.xz +Source2057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semaphor.doc.tar.xz +Source2058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skull.tar.xz +Source2059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skull.source.tar.xz +Source2060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcecodepro.tar.xz +Source2061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz +Source2062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcesanspro.tar.xz +Source2063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz +Source2064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourceserifpro.tar.xz +Source2065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sourceserifpro.doc.tar.xz +Source2066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/starfont.tar.xz +Source2067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/starfont.doc.tar.xz +Source2068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.tar.xz +Source2069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.doc.tar.xz +Source2070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/staves.source.tar.xz +Source2071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.tar.xz +Source2072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.doc.tar.xz +Source2073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stix.source.tar.xz +Source2074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/superiors.tar.xz +Source2075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/superiors.doc.tar.xz +Source2076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tapir.tar.xz +Source2077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tapir.doc.tar.xz +Source2078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.tar.xz +Source2079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz +Source2080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz +Source2081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.tar.xz +Source2082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz +Source2083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tfrupee.source.tar.xz +Source2084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.tar.xz +Source2085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz +Source2086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpslifonts.source.tar.xz +Source2087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.tar.xz +Source2088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.doc.tar.xz +Source2089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trajan.source.tar.xz +Source2090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.tar.xz +Source2091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz +Source2092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfontsb.source.tar.xz +Source2093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typicons.tar.xz +Source2094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typicons.doc.tar.xz +Source2095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umtypewriter.tar.xz +Source2096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.tar.xz +Source2097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.doc.tar.xz +Source2098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universa.source.tar.xz +Source2099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universalis.tar.xz +Source2100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/universalis.doc.tar.xz +Source2101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urwchancal.tar.xz +Source2102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz +Source2103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.tar.xz +Source2104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz +Source2105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venturisadf.source.tar.xz +Source2106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsuipa.tar.xz +Source2107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz +Source2108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcharter.tar.xz +Source2109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcharter.doc.tar.xz +Source2110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.tar.xz +Source2111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.doc.tar.xz +Source2112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xits.source.tar.xz +Source2113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.tar.xz +Source2114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.doc.tar.xz +Source2115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yfonts.source.tar.xz +Source2118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zlmtt.tar.xz +Source2119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zlmtt.doc.tar.xz +Source2120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courier.tar.xz +Source2121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ec.tar.xz +Source2122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ec.doc.tar.xz +Source2123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.tar.xz +Source2124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.doc.tar.xz +Source2125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euro.source.tar.xz +Source2126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eurosym.tar.xz +Source2127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eurosym.doc.tar.xz +Source2128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.tar.xz +Source2129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.doc.tar.xz +Source2130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fpl.source.tar.xz +Source2131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/helvetic.tar.xz +Source2132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.tar.xz +Source2133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.doc.tar.xz +Source2134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marvosym.source.tar.xz +Source2135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.tar.xz +Source2136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz +Source2137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathpazo.source.tar.xz +Source2138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncntrsbk.tar.xz +Source2139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/palatino.tar.xz +Source2140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxfonts.tar.xz +Source2141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz +Source2142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfs.tar.xz +Source2143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rsfs.doc.tar.xz +Source2144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/symbol.tar.xz +Source2145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre.tar.xz +Source2146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz +Source2147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz +Source2148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz +Source2149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/times.tar.xz +Source2150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa.tar.xz +Source2151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa.doc.tar.xz +Source2152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfonts.tar.xz +Source2153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txfonts.doc.tar.xz +Source2154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utopia.tar.xz +Source2155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utopia.doc.tar.xz +Source2156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy.tar.xz +Source2157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy.doc.tar.xz +Source2158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy2-ps.tar.xz +Source2159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasy2-ps.doc.tar.xz +Source2160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.tar.xz +Source2161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.doc.tar.xz +Source2162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wasysym.source.tar.xz +Source2163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zapfchan.tar.xz +Source2164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zapfding.tar.xz +Source2165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.tar.xz +Source2166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz +Source2167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz +Source2168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.tar.xz +Source2169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz +Source2170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.tar.xz +Source2171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.doc.tar.xz +Source2172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.tar.xz +Source2173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.doc.tar.xz +Source2174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.tar.xz +Source2175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.doc.tar.xz +Source2176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.tar.xz +Source2177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.doc.tar.xz +Source2178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipsconfig.tar.xz +Source2179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.tar.xz +Source2180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.doc.tar.xz +Source2181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.source.tar.xz +Source2182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.tar.xz +Source2183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.doc.tar.xz +Source2184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.tar.xz +Source2185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.doc.tar.xz +Source2186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.tar.xz +Source2187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz +Source2188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.tar.xz +Source2189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.doc.tar.xz +Source2190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmac.source.tar.xz +Source2191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.tar.xz +Source2192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.doc.tar.xz +Source2193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.source.tar.xz +Source2194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.tar.xz +Source2195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.doc.tar.xz +Source2196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.tar.xz +Source2197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.doc.tar.xz +Source2198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.tar.xz +Source2199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.doc.tar.xz +Source2200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psizzl.source.tar.xz +Source2201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.tar.xz +Source2202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.doc.tar.xz +Source2203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/startex.source.tar.xz +Source2204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.tar.xz +Source2205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.doc.tar.xz +Source2206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.tar.xz +Source2207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.doc.tar.xz +Source2208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossword.source.tar.xz +Source2209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.tar.xz +Source2210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz +Source2211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crosswrd.source.tar.xz +Source2212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egameps.tar.xz +Source2213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egameps.doc.tar.xz +Source2214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.tar.xz +Source2215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.doc.tar.xz +Source2216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gamebook.source.tar.xz +Source2217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.tar.xz +Source2218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.doc.tar.xz +Source2219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/go.source.tar.xz +Source2220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanoi.tar.xz +Source2221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.tar.xz +Source2222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.doc.tar.xz +Source2223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/havannah.source.tar.xz +Source2224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hexgame.tar.xz +Source2225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hexgame.doc.tar.xz +Source2226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.tar.xz +Source2227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.doc.tar.xz +Source2228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/horoscop.source.tar.xz +Source2229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labyrinth.tar.xz +Source2230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labyrinth.doc.tar.xz +Source2231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicpuzzle.tar.xz +Source2232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz +Source2233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othello.tar.xz +Source2234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othello.doc.tar.xz +Source2235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othelloboard.tar.xz +Source2236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz +Source2237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-crosswords.tar.xz +Source2238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz +Source2239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psgo.tar.xz +Source2240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psgo.doc.tar.xz +Source2241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reverxii.doc.tar.xz +Source2242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.tar.xz +Source2243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.doc.tar.xz +Source2244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.source.tar.xz +Source2245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz +Source2246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz +Source2247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz +Source2248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sgame.tar.xz +Source2249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sgame.doc.tar.xz +Source2250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skak.tar.xz +Source2251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skak.doc.tar.xz +Source2252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.tar.xz +Source2253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.doc.tar.xz +Source2254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudoku.source.tar.xz +Source2255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.tar.xz +Source2256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz +Source2257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz +Source2258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xq.tar.xz +Source2259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xq.doc.tar.xz +Source2260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.tar.xz +Source2261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.doc.tar.xz +Source2262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xskak.source.tar.xz +Source2263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c-pascal.tar.xz +Source2264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz +Source2265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorsep.tar.xz +Source2266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinat.tar.xz +Source2267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinat.doc.tar.xz +Source2268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.tar.xz +Source2269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.doc.tar.xz +Source2270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtree.source.tar.xz +Source2271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docbytex.tar.xz +Source2272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docbytex.doc.tar.xz +Source2273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.tar.xz +Source2274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.doc.tar.xz +Source2275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dowith.source.tar.xz +Source2276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eijkhout.tar.xz +Source2277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/encxvlna.tar.xz +Source2278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz +Source2279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigram.tar.xz +Source2280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fenixpar.tar.xz +Source2281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz +Source2282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.tar.xz +Source2283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz +Source2284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fltpoint.source.tar.xz +Source2285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fntproof.tar.xz +Source2286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fntproof.doc.tar.xz +Source2287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gates.tar.xz +Source2288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gates.doc.tar.xz +Source2289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.tar.xz +Source2290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.doc.tar.xz +Source2291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifetex.source.tar.xz +Source2292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iftex.tar.xz +Source2293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iftex.doc.tar.xz +Source2294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/insbox.tar.xz +Source2295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/insbox.doc.tar.xz +Source2296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lambda-lists.tar.xz +Source2297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz +Source2298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.tar.xz +Source2299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.doc.tar.xz +Source2300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/langcode.source.tar.xz +Source2301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lecturer.tar.xz +Source2302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lecturer.doc.tar.xz +Source2303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librarian.tar.xz +Source2304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/librarian.doc.tar.xz +Source2305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.tar.xz +Source2306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.doc.tar.xz +Source2307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathdots.source.tar.xz +Source2308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metatex.tar.xz +Source2309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metatex.doc.tar.xz +Source2310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midnight.tar.xz +Source2311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midnight.doc.tar.xz +Source2312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/navigator.tar.xz +Source2313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/navigator.doc.tar.xz +Source2314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ofs.tar.xz +Source2315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ofs.doc.tar.xz +Source2316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf-trans.tar.xz +Source2317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz +Source2318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.tar.xz +Source2319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz +Source2320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plainpkg.source.tar.xz +Source2321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.tar.xz +Source2322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.doc.tar.xz +Source2323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemata.source.tar.xz +Source2324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shade.tar.xz +Source2325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shade.doc.tar.xz +Source2326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/systeme.tar.xz +Source2327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/systeme.doc.tar.xz +Source2328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-generic.tar.xz +Source2329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.tar.xz +Source2330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.doc.tar.xz +Source2331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termmenu.source.tar.xz +Source2332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.tar.xz +Source2333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.doc.tar.xz +Source2334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tracklang.source.tar.xz +Source2335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texapi.tar.xz +Source2336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texapi.doc.tar.xz +Source2337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upca.tar.xz +Source2338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upca.doc.tar.xz +Source2339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.tar.xz +Source2340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.doc.tar.xz +Source2341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xlop.source.tar.xz +Source2342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yax.tar.xz +Source2343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yax.doc.tar.xz +Source2344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf.tar.xz +Source2345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf.doc.tar.xz +Source2346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontname.tar.xz +Source2347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontname.doc.tar.xz +Source2348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmisc.tar.xz +Source2349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.tar.xz +Source2350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.doc.tar.xz +Source2351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kastrup.source.tar.xz +Source2352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.tar.xz +Source2353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.doc.tar.xz +Source2354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multido.source.tar.xz +Source2355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/path.tar.xz +Source2356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/path.doc.tar.xz +Source2357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ps.tar.xz +Source2358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz +Source2359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulem.tar.xz +Source2360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulem.doc.tar.xz +Source2361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.tar.xz +Source2362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.doc.tar.xz +Source2363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.source.tar.xz +Source2364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/passivetex.tar.xz +Source2365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.tar.xz +Source2366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz +Source2367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.tar.xz +Source2368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.doc.tar.xz +Source2369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltexconfig.tar.xz +Source2370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/covington.tar.xz +Source2371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/covington.doc.tar.xz +Source2372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.tar.xz +Source2373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.doc.tar.xz +Source2374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.tar.xz +Source2375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.doc.tar.xz +Source2376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dramatist.source.tar.xz +Source2377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.tar.xz +Source2378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz +Source2379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvgloss.source.tar.xz +Source2380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecltree.tar.xz +Source2381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecltree.doc.tar.xz +Source2382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.tar.xz +Source2383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz +Source2384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edfnotes.source.tar.xz +Source2385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ednotes.tar.xz +Source2386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ednotes.doc.tar.xz +Source2387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.tar.xz +Source2388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.doc.tar.xz +Source2389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncctools.source.tar.xz +Source2390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.tar.xz +Source2391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.doc.tar.xz +Source2392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledform.source.tar.xz +Source2393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.tar.xz +Source2394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.doc.tar.xz +Source2395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eledmac.source.tar.xz +Source2396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expex.tar.xz +Source2397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expex.doc.tar.xz +Source2398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gb4e.tar.xz +Source2399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gb4e.doc.tar.xz +Source2400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverse.tar.xz +Source2401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverse.doc.tar.xz +Source2402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.tar.xz +Source2403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.doc.tar.xz +Source2404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jura.source.tar.xz +Source2405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.tar.xz +Source2406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz +Source2407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz +Source2408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juramisc.tar.xz +Source2409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/juramisc.doc.tar.xz +Source2410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.tar.xz +Source2411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz +Source2412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jurarsp.source.tar.xz +Source2413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.tar.xz +Source2414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.doc.tar.xz +Source2415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ledmac.source.tar.xz +Source2416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.tar.xz +Source2417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.doc.tar.xz +Source2418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leipzig.source.tar.xz +Source2419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexikon.tar.xz +Source2420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexikon.doc.tar.xz +Source2421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexref.tar.xz +Source2422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lexref.doc.tar.xz +Source2423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linguex.tar.xz +Source2424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linguex.doc.tar.xz +Source2425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.tar.xz +Source2426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.doc.tar.xz +Source2427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/liturg.source.tar.xz +Source2428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.tar.xz +Source2429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.doc.tar.xz +Source2430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metrix.source.tar.xz +Source2431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.tar.xz +Source2432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.doc.tar.xz +Source2433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parallel.source.tar.xz +Source2434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.tar.xz +Source2435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.doc.tar.xz +Source2436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parrun.source.tar.xz +Source2437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonrule.tar.xz +Source2438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/phonrule.doc.tar.xz +Source2439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.tar.xz +Source2440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.doc.tar.xz +Source2441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plari.source.tar.xz +Source2442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.tar.xz +Source2443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.doc.tar.xz +Source2444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/play.source.tar.xz +Source2445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.tar.xz +Source2446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.doc.tar.xz +Source2447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poemscol.source.tar.xz +Source2448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.tar.xz +Source2449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz +Source2450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poetrytex.source.tar.xz +Source2451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qobitree.tar.xz +Source2452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qobitree.doc.tar.xz +Source2453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qtree.tar.xz +Source2454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qtree.doc.tar.xz +Source2455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.tar.xz +Source2456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.doc.tar.xz +Source2457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reledmac.source.tar.xz +Source2458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.tar.xz +Source2459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz +Source2460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz +Source2461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtklage.tar.xz +Source2462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtklage.doc.tar.xz +Source2463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.tar.xz +Source2464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.doc.tar.xz +Source2465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay.source.tar.xz +Source2466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay-pkg.tar.xz +Source2467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/screenplay-pkg.doc.tar.xz +Source2468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sides.tar.xz +Source2469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sides.doc.tar.xz +Source2470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stage.tar.xz +Source2471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stage.doc.tar.xz +Source2472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.tar.xz +Source2473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.doc.tar.xz +Source2474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textglos.source.tar.xz +Source2475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.tar.xz +Source2476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.doc.tar.xz +Source2477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thalie.source.tar.xz +Source2478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tree-dvips.tar.xz +Source2479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz +Source2480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.tar.xz +Source2481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.doc.tar.xz +Source2482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verse.source.tar.xz +Source2483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xyling.tar.xz +Source2484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xyling.doc.tar.xz +Source2485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.tar.xz +Source2486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.doc.tar.xz +Source2487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop.source.tar.xz +Source2488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop-t1.tar.xz +Source2489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz +Source2490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fc.tar.xz +Source2491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fc.doc.tar.xz +Source2492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz +Source2493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dad.tar.xz +Source2494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dad.doc.tar.xz +Source2495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghab.tar.xz +Source2496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghab.doc.tar.xz +Source2497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz +Source2498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz +Source2499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imsproc.tar.xz +Source2500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imsproc.doc.tar.xz +Source2501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz +Source2502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/persian-bib.tar.xz +Source2503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz +Source2504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simurgh.tar.xz +Source2505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simurgh.doc.tar.xz +Source2506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tram.tar.xz +Source2507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tram.doc.tar.xz +Source2508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnp.tar.xz +Source2509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.tar.xz +Source2510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz +Source2511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcjk2uni.source.tar.xz +Source2512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafont.tar.xz +Source2513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz +Source2514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.tar.xz +Source2515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.doc.tar.xz +Source2516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex.source.tar.xz +Source2517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz +Source2518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fandol.tar.xz +Source2519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fandol.doc.tar.xz +Source2520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz +Source2521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient-cn.doc.tar.xz +Source2522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz +Source2523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz +Source2524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz +Source2525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.tar.xz +Source2526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz +Source2527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpinyin.source.tar.xz +Source2528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.tar.xz +Source2529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz +Source2530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz +Source2531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.tar.xz +Source2532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz +Source2533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhnumber.source.tar.xz +Source2534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhspacing.tar.xz +Source2535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz +Source2536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.tar.xz +Source2537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz +Source2538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic.source.tar.xz +Source2539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz +Source2540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.doc.tar.xz +Source2541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrplain.tar.xz +Source2542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.tar.xz +Source2543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.doc.tar.xz +Source2544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/disser.source.tar.xz +Source2545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.tar.xz +Source2546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.doc.tar.xz +Source2547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskd.source.tar.xz +Source2548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskdx.tar.xz +Source2549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eskdx.doc.tar.xz +Source2550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.tar.xz +Source2551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.doc.tar.xz +Source2552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gost.source.tar.xz +Source2553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz +Source2554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz +Source2555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-russian.tar.xz +Source2556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ruhyphen.tar.xz +Source2557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ruhyphen.source.tar.xz +Source2558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz +Source2559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz +Source2560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ukrhyph.tar.xz +Source2561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz +Source2562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.tar.xz +Source2563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.doc.tar.xz +Source2564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcyw.source.tar.xz +Source2565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.tar.xz +Source2566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.doc.tar.xz +Source2567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lh.source.tar.xz +Source2568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhcyr.tar.xz +Source2569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhcyr.source.tar.xz +Source2570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz +Source2571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz +Source2572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz +Source2573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz +Source2574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.tar.xz +Source2575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz +Source2576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz +Source2577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/montex.tar.xz +Source2578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/montex.doc.tar.xz +Source2579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz +Source2580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz +Source2581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz +Source2582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz +Source2583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz +Source2584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz +Source2585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz +Source2586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz +Source2587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-lig.tar.xz +Source2588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz +Source2589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t2.tar.xz +Source2590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t2.doc.tar.xz +Source2591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz +Source2592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz +Source2593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cs.tar.xz +Source2594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csbulletin.tar.xz +Source2595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz +Source2596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.tar.xz +Source2597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.source.tar.xz +Source2598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csplain.tar.xz +Source2599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cstex.doc.tar.xz +Source2600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-czech.tar.xz +Source2601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz +Source2602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.tar.xz +Source2603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.doc.tar.xz +Source2604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz +Source2605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz +Source2606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz +Source2607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-english.tar.xz +Source2608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz +Source2609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz +Source2610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz +Source2611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz +Source2612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz +Source2613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dickimaw.doc.tar.xz +Source2614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz +Source2615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz +Source2616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gentle.doc.tar.xz +Source2617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz +Source2618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/happy4th.doc.tar.xz +Source2619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient.doc.tar.xz +Source2620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz +Source2621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth.doc.tar.xz +Source2622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knuth.source.tar.xz +Source2623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz +Source2624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz +Source2625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-course.doc.tar.xz +Source2626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz +Source2627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz +Source2628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz +Source2629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz +Source2630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz +Source2631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz +Source2632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz +Source2633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz +Source2634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcourse-rug.doc.tar.xz +Source2635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz +Source2636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz +Source2637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz +Source2638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz +Source2639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macros2e.doc.tar.xz +Source2640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/math-e.doc.tar.xz +Source2641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maths-symbols.doc.tar.xz +Source2642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memdesign.doc.tar.xz +Source2643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz +Source2644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz +Source2645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mil3.doc.tar.xz +Source2646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz +Source2647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz +Source2648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz +Source2649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz +Source2650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-examples-en.doc.tar.xz +Source2651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz +Source2652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz +Source2653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz +Source2654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz +Source2655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tds.doc.tar.xz +Source2656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz +Source2657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz +Source2658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz +Source2659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz +Source2660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepages.doc.tar.xz +Source2661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tlc2.doc.tar.xz +Source2662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz +Source2663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/voss-mathmode.doc.tar.xz +Source2664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/webguide.doc.tar.xz +Source2665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexref.doc.tar.xz +Source2666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finbib.tar.xz +Source2667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.tar.xz +Source2668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz +Source2669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrlatex.source.tar.xz +Source2670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz +Source2671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz +Source2672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-danish.tar.xz +Source2673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz +Source2674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz +Source2675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz +Source2676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz +Source2677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz +Source2678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz +Source2679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz +Source2680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-irish.tar.xz +Source2681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz +Source2682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-latin.tar.xz +Source2683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz +Source2684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz +Source2685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz +Source2686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz +Source2687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz +Source2688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz +Source2689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz +Source2690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz +Source2691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz +Source2692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz +Source2693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz +Source2694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lithuanian.tar.xz +Source2695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz +Source2696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz +Source2697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz +Source2698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz +Source2699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz +Source2700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nevelok.tar.xz +Source2701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nevelok.doc.tar.xz +Source2702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nevelok.source.tar.xz +Source2703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swebib.tar.xz +Source2704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swebib.doc.tar.xz +Source2705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.tar.xz +Source2706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.doc.tar.xz +Source2707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turkmen.source.tar.xz +Source2708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droit-fr.tar.xz +Source2709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz +Source2710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/e-french.tar.xz +Source2711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/e-french.doc.tar.xz +Source2712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz +Source2713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.tar.xz +Source2714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.doc.tar.xz +Source2715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facture.source.tar.xz +Source2716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frletter.tar.xz +Source2717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frletter.doc.tar.xz +Source2718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-basque.tar.xz +Source2719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-french.tar.xz +Source2720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz +Source2721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.tar.xz +Source2722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz +Source2723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/impnattypo.source.tar.xz +Source2724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz +Source2725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz +Source2726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mafr.tar.xz +Source2727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mafr.doc.tar.xz +Source2728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.tar.xz +Source2729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.doc.tar.xz +Source2730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabvar.source.tar.xz +Source2731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.tar.xz +Source2732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz +Source2733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz +Source2734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz +Source2735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz +Source2736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz +Source2737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz +Source2738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz +Source2739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/variations.tar.xz +Source2740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/variations.doc.tar.xz +Source2741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz +Source2742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz +Source2743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz +Source2744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.tar.xz +Source2745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.doc.tar.xz +Source2746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dhua.source.tar.xz +Source2747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz +Source2748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etdipa.doc.tar.xz +Source2749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz +Source2750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz +Source2751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifinddo-info.source.tar.xz +Source2752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz +Source2753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.tar.xz +Source2754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.doc.tar.xz +Source2755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/german.source.tar.xz +Source2756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germbib.tar.xz +Source2757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germbib.doc.tar.xz +Source2758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germkorr.tar.xz +Source2759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/germkorr.doc.tar.xz +Source2760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz +Source2761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz +Source2762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz +Source2763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-german.tar.xz +Source2764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz +Source2765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz +Source2766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz +Source2767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz +Source2768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz +Source2769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz +Source2770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-de.doc.tar.xz +Source2771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz +Source2772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz +Source2773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz +Source2774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/presentations.doc.tar.xz +Source2775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-examples.doc.tar.xz +Source2776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/r_und_s.tar.xz +Source2777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz +Source2778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz +Source2779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz +Source2780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz +Source2781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz +Source2782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz +Source2783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz +Source2784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz +Source2785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz +Source2786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz +Source2787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz +Source2788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz +Source2789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz +Source2790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.tar.xz +Source2791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz +Source2792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/udesoftec.source.tar.xz +Source2793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.tar.xz +Source2794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.doc.tar.xz +Source2795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umlaute.source.tar.xz +Source2796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/voss-mathcol.doc.tar.xz +Source2797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz +Source2798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz +Source2799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsporson.tar.xz +Source2800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz +Source2801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-fontenc.tar.xz +Source2802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz +Source2803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-inputenc.tar.xz +Source2804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz +Source2805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.tar.xz +Source2806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.doc.tar.xz +Source2807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greekdates.source.tar.xz +Source2808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greektex.tar.xz +Source2809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/greektex.doc.tar.xz +Source2810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-greek.tar.xz +Source2811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz +Source2812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz +Source2813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.tar.xz +Source2814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz +Source2815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz +Source2816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibygrk.tar.xz +Source2817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz +Source2818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerkis.tar.xz +Source2819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerkis.doc.tar.xz +Source2820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/levy.tar.xz +Source2821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/levy.doc.tar.xz +Source2822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lgreek.tar.xz +Source2823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lgreek.doc.tar.xz +Source2824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.tar.xz +Source2825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz +Source2826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.tar.xz +Source2827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.doc.tar.xz +Source2828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/teubner.source.tar.xz +Source2829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.tar.xz +Source2830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.doc.tar.xz +Source2831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xgreek.source.tar.xz +Source2832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yannisgr.tar.xz +Source2833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz +Source2834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/devnag.tar.xz +Source2835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.tar.xz +Source2836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.doc.tar.xz +Source2837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-indic.tar.xz +Source2838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz +Source2839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.tar.xz +Source2840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz +Source2841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit.source.tar.xz +Source2842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit-t1.tar.xz +Source2843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sanskrit-t1.doc.tar.xz +Source2844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/velthuis.tar.xz +Source2845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/velthuis.doc.tar.xz +Source2846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz +Source2847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz +Source2848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri.tar.xz +Source2849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri.doc.tar.xz +Source2850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.tar.xz +Source2851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz +Source2852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz +Source2853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz +Source2854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.tar.xz +Source2855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz +Source2856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz +Source2857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.tar.xz +Source2858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz +Source2859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frontespizio.source.tar.xz +Source2860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-italian.tar.xz +Source2861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.tar.xz +Source2862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz +Source2863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/itnumpar.source.tar.xz +Source2864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz +Source2865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz +Source2866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.tar.xz +Source2867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.doc.tar.xz +Source2868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layaureo.source.tar.xz +Source2869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz +Source2870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz +Source2871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz +Source2872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.tar.xz +Source2873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.doc.tar.xz +Source2874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex.tar.xz +Source2875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ipaex.doc.tar.xz +Source2876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.tar.xz +Source2877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.doc.tar.xz +Source2878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese.source.tar.xz +Source2879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.tar.xz +Source2880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz +Source2881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz +Source2882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz +Source2883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz +Source2884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz +Source2885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.tar.xz +Source2886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz +Source2887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.source.tar.xz +Source2888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.tar.xz +Source2889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.doc.tar.xz +Source2890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jsclasses.source.tar.xz +Source2891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz +Source2892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.tar.xz +Source2893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.doc.tar.xz +Source2894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexja.source.tar.xz +Source2895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.tar.xz +Source2896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.doc.tar.xz +Source2897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.source.tar.xz +Source2898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.tar.xz +Source2899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz +Source2900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxbase.tar.xz +Source2901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxbase.doc.tar.xz +Source2902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxchfon.tar.xz +Source2903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz +Source2904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxcjkcat.tar.xz +Source2905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz +Source2906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxjahyper.tar.xz +Source2907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz +Source2908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.tar.xz +Source2909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz +Source2910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz +Source2911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.tar.xz +Source2912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.doc.tar.xz +Source2913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.source.tar.xz +Source2914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafbfont.tar.xz +Source2915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz +Source2916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjatype.tar.xz +Source2917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz +Source2918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz +Source2919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz +Source2920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.tar.xz +Source2921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.doc.tar.xz +Source2922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memoir.source.tar.xz +Source2923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utf.tar.xz +Source2924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz +Source2925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-plain.tar.xz +Source2926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz +Source2927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.tar.xz +Source2928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.doc.tar.xz +Source2929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz +Source2930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nanumtype1.tar.xz +Source2931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz +Source2932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.tar.xz +Source2933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.doc.tar.xz +Source2934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctib.source.tar.xz +Source2935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz +Source2936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz +Source2937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz +Source2938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz +Source2939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz +Source2940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz +Source2941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-thai.tar.xz +Source2942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz +Source2943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz +Source2944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz +Source2945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz +Source2946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.tar.xz +Source2947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.doc.tar.xz +Source2948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vntex.source.tar.xz +Source2949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustlib.tar.xz +Source2950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustlib.doc.tar.xz +Source2951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gustprog.doc.tar.xz +Source2952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-polish.tar.xz +Source2953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz +Source2954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.tar.xz +Source2955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.doc.tar.xz +Source2956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.source.tar.xz +Source2957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pl.tar.xz +Source2958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pl.doc.tar.xz +Source2959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.tar.xz +Source2960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.doc.tar.xz +Source2961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwcls.source.tar.xz +Source2962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.tar.xz +Source2963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.doc.tar.xz +Source2964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polski.source.tar.xz +Source2965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/przechlewski-book.tar.xz +Source2966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz +Source2967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qpxqtx.tar.xz +Source2968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz +Source2969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tap.tar.xz +Source2970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tap.doc.tar.xz +Source2971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz +Source2972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz +Source2973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utf8mex.tar.xz +Source2974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz +Source2975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz +Source2976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feupphdteses.tar.xz +Source2977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz +Source2978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz +Source2979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz +Source2980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz +Source2981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.tar.xz +Source2982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz +Source2983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz +Source2984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz +Source2985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz +Source2986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz +Source2987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-galician.tar.xz +Source2988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz +Source2989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz +Source2990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz +Source2991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz +Source2992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz +Source2993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz +Source2994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spanish-mx.tar.xz +Source2995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz +Source2996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.tar.xz +Source2997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.doc.tar.xz +Source2998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crop.source.tar.xz +Source2999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.tar.xz +Source3000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.doc.tar.xz +Source3001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctable.source.tar.xz +Source3002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.tar.xz +Source3003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz +Source3004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eso-pic.source.tar.xz +Source3005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.tar.xz +Source3006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.doc.tar.xz +Source3007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euenc.source.tar.xz +Source3008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.tar.xz +Source3009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.doc.tar.xz +Source3010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/euler.source.tar.xz +Source3011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extsizes.tar.xz +Source3012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extsizes.doc.tar.xz +Source3013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancybox.tar.xz +Source3014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancybox.doc.tar.xz +Source3015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.tar.xz +Source3016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.doc.tar.xz +Source3017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyref.source.tar.xz +Source3018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.tar.xz +Source3019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz +Source3020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz +Source3021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.tar.xz +Source3022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.doc.tar.xz +Source3023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/float.source.tar.xz +Source3024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.tar.xz +Source3025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.doc.tar.xz +Source3026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontspec.source.tar.xz +Source3027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.tar.xz +Source3028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz +Source3029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3kernel.source.tar.xz +Source3030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.tar.xz +Source3031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.doc.tar.xz +Source3032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3packages.source.tar.xz +Source3033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fp.tar.xz +Source3034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fp.doc.tar.xz +Source3035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.tar.xz +Source3036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.doc.tar.xz +Source3037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/index.source.tar.xz +Source3038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jknapltx.tar.xz +Source3039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz +Source3040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script.tar.xz +Source3041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.tar.xz +Source3042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz +Source3043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3experimental.source.tar.xz +Source3044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.tar.xz +Source3045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.doc.tar.xz +Source3046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lineno.source.tar.xz +Source3047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.tar.xz +Source3048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.doc.tar.xz +Source3049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings.source.tar.xz +Source3050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.tar.xz +Source3051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.doc.tar.xz +Source3052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathtools.source.tar.xz +Source3053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.tar.xz +Source3054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz +Source3055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdwtools.source.tar.xz +Source3056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.tar.xz +Source3057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.doc.tar.xz +Source3058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metalogo.source.tar.xz +Source3059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.tar.xz +Source3060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.doc.tar.xz +Source3061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/microtype.source.tar.xz +Source3062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.tar.xz +Source3063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.doc.tar.xz +Source3064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ms.source.tar.xz +Source3065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.tar.xz +Source3066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz +Source3067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntgclass.source.tar.xz +Source3068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parskip.tar.xz +Source3069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parskip.doc.tar.xz +Source3070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.tar.xz +Source3071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz +Source3072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpages.source.tar.xz +Source3073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.tar.xz +Source3074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.doc.tar.xz +Source3075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot.source.tar.xz +Source3076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.tar.xz +Source3077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.doc.tar.xz +Source3078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfrag.source.tar.xz +Source3079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.tar.xz +Source3080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.doc.tar.xz +Source3081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs.source.tar.xz +Source3082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.tar.xz +Source3083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.doc.tar.xz +Source3084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotating.source.tar.xz +Source3085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmath.tar.xz +Source3086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sansmath.doc.tar.xz +Source3087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/section.tar.xz +Source3088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/section.doc.tar.xz +Source3089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seminar.tar.xz +Source3090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seminar.doc.tar.xz +Source3091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepnum.tar.xz +Source3092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepnum.doc.tar.xz +Source3093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setspace.tar.xz +Source3094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setspace.doc.tar.xz +Source3095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.tar.xz +Source3096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.doc.tar.xz +Source3097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfig.source.tar.xz +Source3098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.tar.xz +Source3099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.doc.tar.xz +Source3100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textcase.source.tar.xz +Source3101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.tar.xz +Source3102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz +Source3103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.tar.xz +Source3104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.doc.tar.xz +Source3105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typehtml.source.tar.xz +Source3106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underscore.tar.xz +Source3107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underscore.doc.tar.xz +Source3108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.tar.xz +Source3109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz +Source3110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz +Source3111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.tar.xz +Source3112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.doc.tar.xz +Source3113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve.source.tar.xz +Source3114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.tar.xz +Source3115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.doc.tar.xz +Source3116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curve2e.source.tar.xz +Source3117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.tar.xz +Source3118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.doc.tar.xz +Source3119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/curves.source.tar.xz +Source3120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dcpic.tar.xz +Source3121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dcpic.doc.tar.xz +Source3122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagmac2.tar.xz +Source3123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz +Source3124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz +Source3125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.tar.xz +Source3126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.doc.tar.xz +Source3127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dottex.source.tar.xz +Source3128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dot2texi.tar.xz +Source3129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz +Source3130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dratex.tar.xz +Source3131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dratex.doc.tar.xz +Source3132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drs.tar.xz +Source3133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drs.doc.tar.xz +Source3134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duotenzor.tar.xz +Source3135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz +Source3136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eepic.tar.xz +Source3137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eepic.doc.tar.xz +Source3138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.tar.xz +Source3139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.doc.tar.xz +Source3140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdfconversion.tar.xz +Source3141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz +Source3142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.tar.xz +Source3143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.doc.tar.xz +Source3144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esk.source.tar.xz +Source3145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fast-diagram.tar.xz +Source3146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz +Source3147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.tar.xz +Source3148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz +Source3149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fitbox.tar.xz +Source3150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fitbox.doc.tar.xz +Source3151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fitbox.source.tar.xz +Source3152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.tar.xz +Source3153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.doc.tar.xz +Source3154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowchart.source.tar.xz +Source3155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.tar.xz +Source3156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.doc.tar.xz +Source3157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forest.source.tar.xz +Source3158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogytree.tar.xz +Source3159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genealogytree.doc.tar.xz +Source3160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.tar.xz +Source3161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.doc.tar.xz +Source3162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.tar.xz +Source3163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.doc.tar.xz +Source3164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gincltex.source.tar.xz +Source3165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.tar.xz +Source3166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz +Source3167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz +Source3168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.tar.xz +Source3169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz +Source3170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gradientframe.source.tar.xz +Source3171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grafcet.tar.xz +Source3172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grafcet.doc.tar.xz +Source3173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.tar.xz +Source3174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.doc.tar.xz +Source3175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphviz.source.tar.xz +Source3176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harveyballs.tar.xz +Source3177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz +Source3178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/here.tar.xz +Source3179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/here.doc.tar.xz +Source3180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.tar.xz +Source3181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz +Source3182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz +Source3183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.tar.xz +Source3184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.doc.tar.xz +Source3185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobby.source.tar.xz +Source3186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvfloat.tar.xz +Source3187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz +Source3188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knitting.tar.xz +Source3189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knitting.doc.tar.xz +Source3190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knittingpattern.tar.xz +Source3191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz +Source3192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lapdf.tar.xz +Source3193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lapdf.doc.tar.xz +Source3194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.tar.xz +Source3195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.doc.tar.xz +Source3196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-make.source.tar.xz +Source3197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpic.tar.xz +Source3198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpic.doc.tar.xz +Source3199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.tar.xz +Source3200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.doc.tar.xz +Source3201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeshape.source.tar.xz +Source3202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.tar.xz +Source3203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.doc.tar.xz +Source3204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miniplot.tar.xz +Source3205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miniplot.doc.tar.xz +Source3206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.tar.xz +Source3207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.doc.tar.xz +Source3208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modiagram.tar.xz +Source3209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modiagram.doc.tar.xz +Source3210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/neuralnetwork.tar.xz +Source3211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz +Source3212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numericplots.tar.xz +Source3213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numericplots.doc.tar.xz +Source3214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pb-diagram.tar.xz +Source3215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz +Source3216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petri-nets.tar.xz +Source3217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz +Source3218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.tar.xz +Source3219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz +Source3220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz +Source3221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-soroban.tar.xz +Source3222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz +Source3223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlcd.tar.xz +Source3224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlcd.doc.tar.xz +Source3225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz +Source3226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz +Source3227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.tar.xz +Source3228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz +Source3229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz +Source3230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfkeyx.tar.xz +Source3231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz +Source3232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.tar.xz +Source3233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz +Source3234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz +Source3235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.tar.xz +Source3236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz +Source3237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfopts.source.tar.xz +Source3238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.tar.xz +Source3239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz +Source3240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pgfplots.source.tar.xz +Source3241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/picinpar.tar.xz +Source3242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/picinpar.doc.tar.xz +Source3243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.tar.xz +Source3244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.doc.tar.xz +Source3245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pict2e.source.tar.xz +Source3246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex.tar.xz +Source3247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex.doc.tar.xz +Source3248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pictex2.tar.xz +Source3249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pinlabel.tar.xz +Source3250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz +Source3251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmgraph.tar.xz +Source3252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz +Source3253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prerex.tar.xz +Source3254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prerex.doc.tar.xz +Source3255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.tar.xz +Source3256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.doc.tar.xz +Source3257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/productbox.source.tar.xz +Source3258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxpgfmark.tar.xz +Source3259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz +Source3260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcircuit.tar.xz +Source3261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcircuit.doc.tar.xz +Source3262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.tar.xz +Source3263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.doc.tar.xz +Source3264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qrcode.source.tar.xz +Source3265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.tar.xz +Source3266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.doc.tar.xz +Source3267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randbild.source.tar.xz +Source3268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.tar.xz +Source3269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz +Source3270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randomwalk.source.tar.xz +Source3271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reotex.tar.xz +Source3272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reotex.doc.tar.xz +Source3273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.tar.xz +Source3274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.doc.tar.xz +Source3275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rviewport.source.tar.xz +Source3276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sa-tikz.tar.xz +Source3277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz +Source3278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemabloc.tar.xz +Source3279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz +Source3280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setdeck.tar.xz +Source3281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/setdeck.doc.tar.xz +Source3282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.tar.xz +Source3283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz +Source3284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz +Source3285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.tar.xz +Source3286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.doc.tar.xz +Source3287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spath3.source.tar.xz +Source3288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swimgraf.tar.xz +Source3289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz +Source3290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdraw.tar.xz +Source3291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdraw.doc.tar.xz +Source3292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticollege.tar.xz +Source3293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticollege.doc.tar.xz +Source3294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tipfr.doc.tar.xz +Source3295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz +Source3296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz +Source3297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-bayesnet.tar.xz +Source3298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz +Source3299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-cd.tar.xz +Source3300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz +Source3301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dependency.tar.xz +Source3302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz +Source3303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dimline.tar.xz +Source3304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-dimline.doc.tar.xz +Source3305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-inet.tar.xz +Source3306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz +Source3307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-opm.tar.xz +Source3308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz +Source3309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-palattice.tar.xz +Source3310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-palattice.doc.tar.xz +Source3311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-qtree.tar.xz +Source3312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz +Source3313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.tar.xz +Source3314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz +Source3315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz +Source3316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.tar.xz +Source3317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz +Source3318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-prov.source.tar.xz +Source3319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.tar.xz +Source3320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz +Source3321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz +Source3322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.tar.xz +Source3323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz +Source3324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzmark.source.tar.xz +Source3325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzorbital.tar.xz +Source3326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz +Source3327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz +Source3328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz +Source3329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz +Source3330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.tar.xz +Source3331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz +Source3332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz +Source3333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.tar.xz +Source3334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz +Source3335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzposter.source.tar.xz +Source3336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.tar.xz +Source3337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz +Source3338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzscale.source.tar.xz +Source3339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.tar.xz +Source3340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz +Source3341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz +Source3342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timing-diagrams.tar.xz +Source3343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz +Source3344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.tar.xz +Source3345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.doc.tar.xz +Source3346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tqft.source.tar.xz +Source3347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-base.tar.xz +Source3348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz +Source3349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-berge.tar.xz +Source3350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz +Source3351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-doc.tar.xz +Source3352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz +Source3353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-euclide.tar.xz +Source3354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz +Source3355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-fct.tar.xz +Source3356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz +Source3357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-graph.tar.xz +Source3358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz +Source3359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz +Source3360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz +Source3361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz +Source3362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz +Source3363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-orm.tar.xz +Source3364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz +Source3365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-tab.tar.xz +Source3366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz +Source3367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tsemlines.tar.xz +Source3368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tufte-latex.tar.xz +Source3369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz +Source3370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xifthen.tar.xz +Source3371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xifthen.doc.tar.xz +Source3372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.tar.xz +Source3373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz +Source3374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz +Source3375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.tar.xz +Source3376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.doc.tar.xz +Source3377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paralist.source.tar.xz +Source3378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.tar.xz +Source3379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.doc.tar.xz +Source3380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sauerj.source.tar.xz +Source3381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins.tar.xz +Source3382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins.doc.tar.xz +Source3383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.tar.xz +Source3384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz +Source3385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venndiagram.source.tar.xz +Source3386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.tar.xz +Source3387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.doc.tar.xz +Source3388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpicture.source.tar.xz +Source3389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic.tar.xz +Source3390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xypic.doc.tar.xz +Source3391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.tar.xz +Source3392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz +Source3393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz +Source3394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.tar.xz +Source3395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.doc.tar.xz +Source3396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/GS1.source.tar.xz +Source3397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.tar.xz +Source3398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz +Source3399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz +Source3400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.tar.xz +Source3401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz +Source3402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/Tabbing.source.tar.xz +Source3403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.tar.xz +Source3404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.doc.tar.xz +Source3405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colordoc.source.tar.xz +Source3406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorinfo.tar.xz +Source3407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz +Source3408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorspace.tar.xz +Source3409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorspace.doc.tar.xz +Source3410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortab.tar.xz +Source3411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colortab.doc.tar.xz +Source3412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.tar.xz +Source3413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.doc.tar.xz +Source3414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorwav.source.tar.xz +Source3415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.tar.xz +Source3416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.doc.tar.xz +Source3417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colorweb.source.tar.xz +Source3418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colourchange.tar.xz +Source3419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/colourchange.doc.tar.xz +Source3420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combelow.tar.xz +Source3421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combelow.doc.tar.xz +Source3422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.tar.xz +Source3423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.doc.tar.xz +Source3424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/combine.source.tar.xz +Source3425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comma.tar.xz +Source3426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comma.doc.tar.xz +Source3427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.tar.xz +Source3428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.doc.tar.xz +Source3429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commado.source.tar.xz +Source3430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comment.tar.xz +Source3431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/comment.doc.tar.xz +Source3432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concepts.tar.xz +Source3433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concepts.doc.tar.xz +Source3434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concprog.tar.xz +Source3435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concprog.doc.tar.xz +Source3436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.tar.xz +Source3437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.doc.tar.xz +Source3438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/constants.source.tar.xz +Source3439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.tar.xz +Source3440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.doc.tar.xz +Source3441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contour.source.tar.xz +Source3442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.tar.xz +Source3443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.doc.tar.xz +Source3444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/contracard.source.tar.xz +Source3445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.tar.xz +Source3446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.doc.tar.xz +Source3447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooking.source.tar.xz +Source3448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.tar.xz +Source3449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.doc.tar.xz +Source3450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cool.source.tar.xz +Source3451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.tar.xz +Source3452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.doc.tar.xz +Source3453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coollist.source.tar.xz +Source3454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.tar.xz +Source3455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.doc.tar.xz +Source3456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolstr.source.tar.xz +Source3457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.tar.xz +Source3458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.doc.tar.xz +Source3459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coolthms.source.tar.xz +Source3460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.tar.xz +Source3461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz +Source3462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz +Source3463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.tar.xz +Source3464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.doc.tar.xz +Source3465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coordsys.source.tar.xz +Source3466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.tar.xz +Source3467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.doc.tar.xz +Source3468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyedit.source.tar.xz +Source3469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyrightbox.tar.xz +Source3470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz +Source3471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coseoul.tar.xz +Source3472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coseoul.doc.tar.xz +Source3473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.tar.xz +Source3474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz +Source3475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/counttexruns.source.tar.xz +Source3476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courseoutline.tar.xz +Source3477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz +Source3478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coursepaper.tar.xz +Source3479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz +Source3480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.tar.xz +Source3481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.doc.tar.xz +Source3482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/coverpage.source.tar.xz +Source3483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.tar.xz +Source3484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.doc.tar.xz +Source3485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cprotect.source.tar.xz +Source3486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crbox.tar.xz +Source3487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crbox.doc.tar.xz +Source3488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.tar.xz +Source3489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.doc.tar.xz +Source3490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossreference.source.tar.xz +Source3491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes.tar.xz +Source3492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csquotes.doc.tar.xz +Source3493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csvsimple.tar.xz +Source3494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz +Source3495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.tar.xz +Source3496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.doc.tar.xz +Source3497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cuisine.source.tar.xz +Source3498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.tar.xz +Source3499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.doc.tar.xz +Source3500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currfile.source.tar.xz +Source3501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.tar.xz +Source3502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.doc.tar.xz +Source3503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/currvita.source.tar.xz +Source3504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.tar.xz +Source3505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.doc.tar.xz +Source3506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cutwin.source.tar.xz +Source3507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv.tar.xz +Source3508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv.doc.tar.xz +Source3509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv4tw.tar.xz +Source3510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz +Source3511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb-latex.tar.xz +Source3512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz +Source3513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.tar.xz +Source3514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.doc.tar.xz +Source3515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyber.source.tar.xz +Source3516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.tar.xz +Source3517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.doc.tar.xz +Source3518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cybercic.source.tar.xz +Source3519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.tar.xz +Source3520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.doc.tar.xz +Source3521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashbox.source.tar.xz +Source3522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.tar.xz +Source3523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.doc.tar.xz +Source3524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashrule.source.tar.xz +Source3525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashundergaps.tar.xz +Source3526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz +Source3527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.tar.xz +Source3528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.doc.tar.xz +Source3529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dataref.source.tar.xz +Source3530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.tar.xz +Source3531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.doc.tar.xz +Source3532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datatool.source.tar.xz +Source3533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.tar.xz +Source3534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz +Source3535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dateiliste.source.tar.xz +Source3536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.tar.xz +Source3537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.doc.tar.xz +Source3538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datenumber.source.tar.xz +Source3539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.tar.xz +Source3540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.doc.tar.xz +Source3541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime.source.tar.xz +Source3542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.tar.xz +Source3543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.doc.tar.xz +Source3544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2.source.tar.xz +Source3545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.tar.xz +Source3546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.doc.tar.xz +Source3547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bahasai.source.tar.xz +Source3548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.tar.xz +Source3549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.doc.tar.xz +Source3550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-basque.source.tar.xz +Source3551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.tar.xz +Source3552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.doc.tar.xz +Source3553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-breton.source.tar.xz +Source3554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.tar.xz +Source3555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.doc.tar.xz +Source3556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-bulgarian.source.tar.xz +Source3557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.tar.xz +Source3558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.doc.tar.xz +Source3559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-catalan.source.tar.xz +Source3560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.tar.xz +Source3561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.doc.tar.xz +Source3562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-croatian.source.tar.xz +Source3563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.tar.xz +Source3564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.doc.tar.xz +Source3565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-czech.source.tar.xz +Source3566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.tar.xz +Source3567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.doc.tar.xz +Source3568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-danish.source.tar.xz +Source3569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.tar.xz +Source3570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.doc.tar.xz +Source3571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-dutch.source.tar.xz +Source3572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.tar.xz +Source3573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.doc.tar.xz +Source3574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-en-fulltext.source.tar.xz +Source3575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.tar.xz +Source3576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.doc.tar.xz +Source3577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-english.source.tar.xz +Source3578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.tar.xz +Source3579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.doc.tar.xz +Source3580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-esperanto.source.tar.xz +Source3581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.tar.xz +Source3582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.doc.tar.xz +Source3583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-estonian.source.tar.xz +Source3584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.tar.xz +Source3585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.doc.tar.xz +Source3586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-finnish.source.tar.xz +Source3587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.tar.xz +Source3588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.doc.tar.xz +Source3589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-french.source.tar.xz +Source3590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.tar.xz +Source3591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.doc.tar.xz +Source3592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-galician.source.tar.xz +Source3593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.tar.xz +Source3594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.doc.tar.xz +Source3595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-german.source.tar.xz +Source3596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.tar.xz +Source3597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.doc.tar.xz +Source3598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-greek.source.tar.xz +Source3599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.tar.xz +Source3600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.doc.tar.xz +Source3601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-hebrew.source.tar.xz +Source3602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.tar.xz +Source3603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.doc.tar.xz +Source3604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-icelandic.source.tar.xz +Source3605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.tar.xz +Source3606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.doc.tar.xz +Source3607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-irish.source.tar.xz +Source3608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.tar.xz +Source3609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.doc.tar.xz +Source3610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-italian.source.tar.xz +Source3611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.tar.xz +Source3612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.doc.tar.xz +Source3613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-it-fulltext.source.tar.xz +Source3614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.tar.xz +Source3615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.doc.tar.xz +Source3616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-latin.source.tar.xz +Source3617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.tar.xz +Source3618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.doc.tar.xz +Source3619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-lsorbian.source.tar.xz +Source3620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.tar.xz +Source3621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.doc.tar.xz +Source3622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-magyar.source.tar.xz +Source3623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.tar.xz +Source3624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.doc.tar.xz +Source3625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-norsk.source.tar.xz +Source3626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.tar.xz +Source3627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.doc.tar.xz +Source3628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-polish.source.tar.xz +Source3629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.tar.xz +Source3630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.doc.tar.xz +Source3631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-portuges.source.tar.xz +Source3632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.tar.xz +Source3633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.doc.tar.xz +Source3634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-romanian.source.tar.xz +Source3635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.tar.xz +Source3636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.doc.tar.xz +Source3637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-russian.source.tar.xz +Source3638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.tar.xz +Source3639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.doc.tar.xz +Source3640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-samin.source.tar.xz +Source3641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.tar.xz +Source3642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.doc.tar.xz +Source3643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-scottish.source.tar.xz +Source3644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.tar.xz +Source3645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.doc.tar.xz +Source3646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-serbian.source.tar.xz +Source3647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.tar.xz +Source3648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.doc.tar.xz +Source3649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovak.source.tar.xz +Source3650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.tar.xz +Source3651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.doc.tar.xz +Source3652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-slovene.source.tar.xz +Source3653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.tar.xz +Source3654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.doc.tar.xz +Source3655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-spanish.source.tar.xz +Source3656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.tar.xz +Source3657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.doc.tar.xz +Source3658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-swedish.source.tar.xz +Source3659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.tar.xz +Source3660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.doc.tar.xz +Source3661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-turkish.source.tar.xz +Source3662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.tar.xz +Source3663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.doc.tar.xz +Source3664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-ukrainian.source.tar.xz +Source3665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.tar.xz +Source3666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.doc.tar.xz +Source3667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-usorbian.source.tar.xz +Source3668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.tar.xz +Source3669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.doc.tar.xz +Source3670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/datetime2-welsh.source.tar.xz +Source3671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dblfloatfix.tar.xz +Source3672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz +Source3673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.tar.xz +Source3674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.doc.tar.xz +Source3675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decimal.source.tar.xz +Source3676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.tar.xz +Source3677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.doc.tar.xz +Source3678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/decorule.source.tar.xz +Source3679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.tar.xz +Source3680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.doc.tar.xz +Source3681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delim.source.tar.xz +Source3682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.tar.xz +Source3683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz +Source3684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/delimtxt.source.tar.xz +Source3685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.tar.xz +Source3686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.doc.tar.xz +Source3687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/denisbdoc.source.tar.xz +Source3688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detlev-cm.tar.xz +Source3689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detlev-cm.doc.tar.xz +Source3690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.tar.xz +Source3691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.doc.tar.xz +Source3692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagbox.source.tar.xz +Source3693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagnose.tar.xz +Source3694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diagnose.doc.tar.xz +Source3695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.tar.xz +Source3696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.doc.tar.xz +Source3697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dialogl.source.tar.xz +Source3698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dichokey.tar.xz +Source3699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dichokey.doc.tar.xz +Source3700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.tar.xz +Source3701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz +Source3702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dinbrief.source.tar.xz +Source3703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/directory.tar.xz +Source3704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/directory.doc.tar.xz +Source3705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.tar.xz +Source3706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz +Source3707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz +Source3708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dlfltxb.tar.xz +Source3709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz +Source3710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.tar.xz +Source3711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz +Source3712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dnaseq.source.tar.xz +Source3713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.tar.xz +Source3714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.doc.tar.xz +Source3715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doclicense.source.tar.xz +Source3716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.tar.xz +Source3717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.doc.tar.xz +Source3718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmfp.source.tar.xz +Source3719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.tar.xz +Source3720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.doc.tar.xz +Source3721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/docmute.source.tar.xz +Source3722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.tar.xz +Source3723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.doc.tar.xz +Source3724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doctools.source.tar.xz +Source3725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.tar.xz +Source3726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.doc.tar.xz +Source3727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/documentation.source.tar.xz +Source3728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doi.tar.xz +Source3729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/doi.doc.tar.xz +Source3730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.tar.xz +Source3731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz +Source3732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotarrow.source.tar.xz +Source3733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.tar.xz +Source3734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz +Source3735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dotseqn.source.tar.xz +Source3736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.tar.xz +Source3737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.doc.tar.xz +Source3738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/download.source.tar.xz +Source3739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.tar.xz +Source3740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.doc.tar.xz +Source3741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dox.source.tar.xz +Source3742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dpfloat.tar.xz +Source3743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz +Source3744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.tar.xz +Source3745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.doc.tar.xz +Source3746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dprogress.source.tar.xz +Source3747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.tar.xz +Source3748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.doc.tar.xz +Source3749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drac.source.tar.xz +Source3750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.tar.xz +Source3751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz +Source3752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftcopy.source.tar.xz +Source3753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.tar.xz +Source3754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz +Source3755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz +Source3756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtk.tar.xz +Source3757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtk.doc.tar.xz +Source3758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz +Source3759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgallery.source.tar.xz +Source3760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvdcoll.tar.xz +Source3761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz +Source3762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dynblocks.tar.xz +Source3763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz +Source3764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean13isbn.tar.xz +Source3765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz +Source3766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy.tar.xz +Source3767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy.doc.tar.xz +Source3768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy-todo.tar.xz +Source3769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz +Source3770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.tar.xz +Source3771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.doc.tar.xz +Source3772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyfig.source.tar.xz +Source3773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easylist.tar.xz +Source3774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easylist.doc.tar.xz +Source3775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyreview.tar.xz +Source3776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyreview.doc.tar.xz +Source3777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/easyreview.source.tar.xz +Source3778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.tar.xz +Source3779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.doc.tar.xz +Source3780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebezier.source.tar.xz +Source3781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.tar.xz +Source3782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz +Source3783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz +Source3784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.tar.xz +Source3785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.doc.tar.xz +Source3786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ecv.source.tar.xz +Source3787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.tar.xz +Source3788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.doc.tar.xz +Source3789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ed.source.tar.xz +Source3790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.tar.xz +Source3791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.doc.tar.xz +Source3792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/edmargin.source.tar.xz +Source3793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.tar.xz +Source3794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.doc.tar.xz +Source3795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eemeir.source.tar.xz +Source3796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.tar.xz +Source3797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.doc.tar.xz +Source3798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/efbox.source.tar.xz +Source3799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.tar.xz +Source3800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.doc.tar.xz +Source3801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/egplot.source.tar.xz +Source3802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elements.tar.xz +Source3803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elements.doc.tar.xz +Source3804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.tar.xz +Source3805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz +Source3806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ellipsis.source.tar.xz +Source3807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.tar.xz +Source3808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.doc.tar.xz +Source3809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elmath.source.tar.xz +Source3810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.tar.xz +Source3811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.doc.tar.xz +Source3812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elocalloc.source.tar.xz +Source3813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elpres.tar.xz +Source3814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elpres.doc.tar.xz +Source3815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.tar.xz +Source3816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.doc.tar.xz +Source3817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elzcards.source.tar.xz +Source3818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.tar.xz +Source3819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.doc.tar.xz +Source3820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emarks.source.tar.xz +Source3821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.tar.xz +Source3822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.doc.tar.xz +Source3823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embedall.source.tar.xz +Source3824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embrac.tar.xz +Source3825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/embrac.doc.tar.xz +Source3826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.tar.xz +Source3827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.doc.tar.xz +Source3828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emptypage.source.tar.xz +Source3829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emulateapj.tar.xz +Source3830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz +Source3831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.tar.xz +Source3832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.doc.tar.xz +Source3833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endfloat.source.tar.xz +Source3834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.tar.xz +Source3835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.doc.tar.xz +Source3836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endheads.source.tar.xz +Source3837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endnotes.tar.xz +Source3838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endnotes.doc.tar.xz +Source3839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.tar.xz +Source3840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.doc.tar.xz +Source3841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engpron.source.tar.xz +Source3842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.tar.xz +Source3843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.doc.tar.xz +Source3844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engrec.source.tar.xz +Source3845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enotez.tar.xz +Source3846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enotez.doc.tar.xz +Source3847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem.tar.xz +Source3848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem.doc.tar.xz +Source3849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.tar.xz +Source3850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz +Source3851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz +Source3852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envbig.tar.xz +Source3853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envbig.doc.tar.xz +Source3854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.tar.xz +Source3855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.doc.tar.xz +Source3856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/environ.source.tar.xz +Source3857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.tar.xz +Source3858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.doc.tar.xz +Source3859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/envlab.source.tar.xz +Source3860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.tar.xz +Source3861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.doc.tar.xz +Source3862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epigraph.source.tar.xz +Source3863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.tar.xz +Source3864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz +Source3865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epiolmec.source.tar.xz +Source3866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epyt.tar.xz +Source3867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epyt.doc.tar.xz +Source3868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqell.tar.xz +Source3869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqell.doc.tar.xz +Source3870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.tar.xz +Source3871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.doc.tar.xz +Source3872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqlist.source.tar.xz +Source3873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqname.tar.xz +Source3874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.tar.xz +Source3875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz +Source3876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqparbox.source.tar.xz +Source3877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.tar.xz +Source3878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.doc.tar.xz +Source3879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/errata.source.tar.xz +Source3880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esami.tar.xz +Source3881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esami.doc.tar.xz +Source3882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.tar.xz +Source3883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.doc.tar.xz +Source3884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esdiff.source.tar.xz +Source3885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.tar.xz +Source3886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.doc.tar.xz +Source3887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint.source.tar.xz +Source3888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint-type1.tar.xz +Source3889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz +Source3890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.tar.xz +Source3891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.doc.tar.xz +Source3892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etaremune.source.tar.xz +Source3893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.tar.xz +Source3894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.doc.tar.xz +Source3895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etextools.source.tar.xz +Source3896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.tar.xz +Source3897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.doc.tar.xz +Source3898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoc.source.tar.xz +Source3899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox.tar.xz +Source3900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz +Source3901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.tar.xz +Source3902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.doc.tar.xz +Source3903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eukdate.source.tar.xz +Source3904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europasscv.tar.xz +Source3905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europasscv.doc.tar.xz +Source3906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europecv.tar.xz +Source3907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/europecv.doc.tar.xz +Source3908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.tar.xz +Source3909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.doc.tar.xz +Source3910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everyhook.source.tar.xz +Source3911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.tar.xz +Source3912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.doc.tar.xz +Source3913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/everypage.source.tar.xz +Source3914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam.tar.xz +Source3915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam.doc.tar.xz +Source3916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.tar.xz +Source3917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.doc.tar.xz +Source3918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exam-n.source.tar.xz +Source3919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.tar.xz +Source3920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.doc.tar.xz +Source3921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examdesign.source.tar.xz +Source3922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/example.tar.xz +Source3923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examplep.tar.xz +Source3924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/examplep.doc.tar.xz +Source3925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.tar.xz +Source3926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.doc.tar.xz +Source3927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/excludeonly.tar.xz +Source3928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz +Source3929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.tar.xz +Source3930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.doc.tar.xz +Source3931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exercise.source.tar.xz +Source3932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.tar.xz +Source3933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz +Source3934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz +Source3935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.tar.xz +Source3936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.doc.tar.xz +Source3937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expdlist.source.tar.xz +Source3938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.tar.xz +Source3939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.doc.tar.xz +Source3940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/export.source.tar.xz +Source3941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsheets.tar.xz +Source3942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsheets.doc.tar.xz +Source3943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.tar.xz +Source3944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.doc.tar.xz +Source3945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exsol.source.tar.xz +Source3946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.tar.xz +Source3947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.doc.tar.xz +Source3948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extract.source.tar.xz +Source3949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.tar.xz +Source3950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.doc.tar.xz +Source3951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/facsimile.source.tar.xz +Source3952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.tar.xz +Source3953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.doc.tar.xz +Source3954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/factura.source.tar.xz +Source3955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.tar.xz +Source3956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.doc.tar.xz +Source3957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancylabel.source.tar.xz +Source3958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.tar.xz +Source3959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.doc.tar.xz +Source3960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancynum.source.tar.xz +Source3961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.tar.xz +Source3962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.doc.tar.xz +Source3963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancypar.source.tar.xz +Source3964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyslides.tar.xz +Source3965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancyslides.doc.tar.xz +Source3966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.tar.xz +Source3967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz +Source3968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytabs.source.tar.xz +Source3969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.tar.xz +Source3970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz +Source3971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz +Source3972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.tar.xz +Source3973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.doc.tar.xz +Source3974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcolumn.source.tar.xz +Source3975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.tar.xz +Source3976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.doc.tar.xz +Source3977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fifo-stack.source.tar.xz +Source3978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figsize.tar.xz +Source3979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figsize.doc.tar.xz +Source3980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.tar.xz +Source3981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.doc.tar.xz +Source3982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filecontents.source.tar.xz +Source3983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.tar.xz +Source3984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.doc.tar.xz +Source3985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filedate.source.tar.xz +Source3986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.tar.xz +Source3987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.doc.tar.xz +Source3988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filehook.source.tar.xz +Source3989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.tar.xz +Source3990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz +Source3991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fileinfo.source.tar.xz +Source3992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filemod.tar.xz +Source3993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/filemod.doc.tar.xz +Source3994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.tar.xz +Source3995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.doc.tar.xz +Source3996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fink.source.tar.xz +Source3997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.tar.xz +Source3998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.doc.tar.xz +Source3999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/finstrut.source.tar.xz +Source4000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.tar.xz +Source4001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.doc.tar.xz +Source4002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fithesis.source.tar.xz +Source4003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixfoot.tar.xz +Source4004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz +Source4005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.tar.xz +Source4006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.doc.tar.xz +Source4007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixme.source.tar.xz +Source4008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz +Source4009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz +Source4010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz +Source4011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fjodor.tar.xz +Source4012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fjodor.doc.tar.xz +Source4013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.tar.xz +Source4014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.doc.tar.xz +Source4015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flabels.source.tar.xz +Source4016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flacards.tar.xz +Source4017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flacards.doc.tar.xz +Source4018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.tar.xz +Source4019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz +Source4020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flagderiv.source.tar.xz +Source4021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.tar.xz +Source4022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.doc.tar.xz +Source4023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashcards.source.tar.xz +Source4024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashmovie.tar.xz +Source4025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz +Source4026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flipbook.tar.xz +Source4027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flipbook.doc.tar.xz +Source4028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.tar.xz +Source4029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.doc.tar.xz +Source4030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flippdf.source.tar.xz +Source4031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.tar.xz +Source4032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.doc.tar.xz +Source4033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatflt.source.tar.xz +Source4034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.tar.xz +Source4035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.doc.tar.xz +Source4036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/floatrow.source.tar.xz +Source4037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.tar.xz +Source4038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.doc.tar.xz +Source4039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/flowfram.source.tar.xz +Source4040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.tar.xz +Source4041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.doc.tar.xz +Source4042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmp.source.tar.xz +Source4043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.tar.xz +Source4044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz +Source4045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fmtcount.source.tar.xz +Source4046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fn2end.tar.xz +Source4047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fn2end.doc.tar.xz +Source4048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.tar.xz +Source4049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz +Source4050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnbreak.source.tar.xz +Source4051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncychap.tar.xz +Source4052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncychap.doc.tar.xz +Source4053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncylab.tar.xz +Source4054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fncylab.doc.tar.xz +Source4055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpara.tar.xz +Source4056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpara.doc.tar.xz +Source4057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpct.tar.xz +Source4058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnpct.doc.tar.xz +Source4059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.tar.xz +Source4060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz +Source4061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fnumprint.source.tar.xz +Source4062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.tar.xz +Source4063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz +Source4064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foilhtml.source.tar.xz +Source4065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.tar.xz +Source4066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz +Source4067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontaxes.source.tar.xz +Source4068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.tar.xz +Source4069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.doc.tar.xz +Source4070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fonttable.source.tar.xz +Source4071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.tar.xz +Source4072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.doc.tar.xz +Source4073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footmisc.source.tar.xz +Source4074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnotebackref.tar.xz +Source4075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz +Source4076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.tar.xz +Source4077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz +Source4078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnoterange.source.tar.xz +Source4079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.tar.xz +Source4080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.doc.tar.xz +Source4081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/footnpag.source.tar.xz +Source4082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.tar.xz +Source4083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.doc.tar.xz +Source4084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forarray.source.tar.xz +Source4085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.tar.xz +Source4086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.doc.tar.xz +Source4087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/foreign.source.tar.xz +Source4088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.tar.xz +Source4089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.doc.tar.xz +Source4090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/forloop.source.tar.xz +Source4091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formlett.tar.xz +Source4092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formlett.doc.tar.xz +Source4093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.tar.xz +Source4094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.doc.tar.xz +Source4095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/formular.source.tar.xz +Source4096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragments.tar.xz +Source4097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragments.doc.tar.xz +Source4098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frame.tar.xz +Source4099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frame.doc.tar.xz +Source4100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/framed.tar.xz +Source4101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/framed.doc.tar.xz +Source4102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.tar.xz +Source4103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz +Source4104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frankenstein.source.tar.xz +Source4105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frege.tar.xz +Source4106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/frege.doc.tar.xz +Source4107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftcap.tar.xz +Source4108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftcap.doc.tar.xz +Source4109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.tar.xz +Source4110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz +Source4111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz +Source4112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.tar.xz +Source4113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.doc.tar.xz +Source4114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullblck.source.tar.xz +Source4115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.tar.xz +Source4116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.doc.tar.xz +Source4117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullminipage.source.tar.xz +Source4118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullwidth.tar.xz +Source4119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz +Source4120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.tar.xz +Source4121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz +Source4122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz +Source4123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-cyr.tar.xz +Source4124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz +Source4125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz +Source4126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz +Source4127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fwlw.tar.xz +Source4128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fwlw.doc.tar.xz +Source4129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.tar.xz +Source4130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.doc.tar.xz +Source4131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/g-brief.source.tar.xz +Source4132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gauss.tar.xz +Source4133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gauss.doc.tar.xz +Source4134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcard.tar.xz +Source4135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcard.doc.tar.xz +Source4136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.tar.xz +Source4137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.doc.tar.xz +Source4138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gcite.source.tar.xz +Source4139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.tar.xz +Source4140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.doc.tar.xz +Source4141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gender.source.tar.xz +Source4142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.tar.xz +Source4143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.doc.tar.xz +Source4144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/genmpage.source.tar.xz +Source4145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getfiledate.tar.xz +Source4146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz +Source4147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.tar.xz +Source4148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz +Source4149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ginpenc.source.tar.xz +Source4150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo.tar.xz +Source4151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz +Source4152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo2.tar.xz +Source4153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gitinfo2.doc.tar.xz +Source4154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gloss.tar.xz +Source4155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gloss.doc.tar.xz +Source4156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.tar.xz +Source4157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.doc.tar.xz +Source4158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.source.tar.xz +Source4159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.tar.xz +Source4160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.doc.tar.xz +Source4161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-danish.source.tar.xz +Source4162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.tar.xz +Source4163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.doc.tar.xz +Source4164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-dutch.source.tar.xz +Source4165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.tar.xz +Source4166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.doc.tar.xz +Source4167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-english.source.tar.xz +Source4168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.tar.xz +Source4169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.doc.tar.xz +Source4170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-french.source.tar.xz +Source4171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.tar.xz +Source4172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.doc.tar.xz +Source4173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-german.source.tar.xz +Source4174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.tar.xz +Source4175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.doc.tar.xz +Source4176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-irish.source.tar.xz +Source4177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.tar.xz +Source4178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.doc.tar.xz +Source4179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-italian.source.tar.xz +Source4180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.tar.xz +Source4181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.doc.tar.xz +Source4182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-magyar.source.tar.xz +Source4183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.tar.xz +Source4184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.doc.tar.xz +Source4185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-polish.source.tar.xz +Source4186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.tar.xz +Source4187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.doc.tar.xz +Source4188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-portuges.source.tar.xz +Source4189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.tar.xz +Source4190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.doc.tar.xz +Source4191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-serbian.source.tar.xz +Source4192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.tar.xz +Source4193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.doc.tar.xz +Source4194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries-spanish.source.tar.xz +Source4195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc.tar.xz +Source4196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz +Source4197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz +Source4198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz +Source4199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz +Source4200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmiflink.tar.xz +Source4201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz +Source4202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmutils.tar.xz +Source4203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmutils.doc.tar.xz +Source4204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverb.tar.xz +Source4205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmverb.doc.tar.xz +Source4206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.tar.xz +Source4207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.doc.tar.xz +Source4208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphbox.source.tar.xz +Source4209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz +Source4210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz +Source4211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz +Source4212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.tar.xz +Source4213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz +Source4214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphicxbox.source.tar.xz +Source4215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grfpaste.tar.xz +Source4216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz +Source4217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.tar.xz +Source4218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.doc.tar.xz +Source4219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid.source.tar.xz +Source4220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid-system.tar.xz +Source4221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grid-system.doc.tar.xz +Source4222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.tar.xz +Source4223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.doc.tar.xz +Source4224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gridset.source.tar.xz +Source4225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.tar.xz +Source4226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.doc.tar.xz +Source4227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtl.source.tar.xz +Source4228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.tar.xz +Source4229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz +Source4230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitlogo.source.tar.xz +Source4231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/handout.tar.xz +Source4232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/handout.doc.tar.xz +Source4233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hang.tar.xz +Source4234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hang.doc.tar.xz +Source4235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.tar.xz +Source4236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.doc.tar.xz +Source4237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hanging.source.tar.xz +Source4238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.tar.xz +Source4239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz +Source4240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hardwrap.source.tar.xz +Source4241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harnon-cv.tar.xz +Source4242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz +Source4243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harpoon.tar.xz +Source4244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harpoon.doc.tar.xz +Source4245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.tar.xz +Source4246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.doc.tar.xz +Source4247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hc.source.tar.xz +Source4248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/he-she.tar.xz +Source4249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/he-she.doc.tar.xz +Source4250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.tar.xz +Source4251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz +Source4252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hhtensor.source.tar.xz +Source4253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.tar.xz +Source4254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.doc.tar.xz +Source4255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/histogr.source.tar.xz +Source4256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hitec.tar.xz +Source4257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hitec.doc.tar.xz +Source4258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hletter.tar.xz +Source4259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hletter.doc.tar.xz +Source4260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.tar.xz +Source4261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz +Source4262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz +Source4263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.tar.xz +Source4264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz +Source4265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hrefhide.source.tar.xz +Source4266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvindex.tar.xz +Source4267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hvindex.doc.tar.xz +Source4268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypdvips.tar.xz +Source4269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz +Source4270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.tar.xz +Source4271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.doc.tar.xz +Source4272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyper.source.tar.xz +Source4273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypernat.tar.xz +Source4274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hypernat.doc.tar.xz +Source4275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperref-docsrc.doc.tar.xz +Source4276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.tar.xz +Source4277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz +Source4278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz +Source4279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.tar.xz +Source4280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz +Source4281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyphenat.source.tar.xz +Source4282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxcmds.tar.xz +Source4283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz +Source4284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.tar.xz +Source4285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz +Source4286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/idxlayout.source.tar.xz +Source4287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmslide.tar.xz +Source4288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz +Source4289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.tar.xz +Source4290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz +Source4291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifnextok.source.tar.xz +Source4292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.tar.xz +Source4293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz +Source4294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz +Source4295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.tar.xz +Source4296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz +Source4297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifplatform.source.tar.xz +Source4298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifthenx.tar.xz +Source4299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz +Source4300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.tar.xz +Source4301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.doc.tar.xz +Source4302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iitem.source.tar.xz +Source4303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/image-gallery.tar.xz +Source4304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz +Source4305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.tar.xz +Source4306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz +Source4307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imakeidx.source.tar.xz +Source4308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/import.tar.xz +Source4309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/import.doc.tar.xz +Source4310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/incgraph.tar.xz +Source4311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/incgraph.doc.tar.xz +Source4312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.tar.xz +Source4313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.doc.tar.xz +Source4314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/indextools.source.tar.xz +Source4315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.tar.xz +Source4316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz +Source4317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inlinedef.source.tar.xz +Source4318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.tar.xz +Source4319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz +Source4320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inputtrc.source.tar.xz +Source4321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz +Source4322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz +Source4323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.tar.xz +Source4324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.doc.tar.xz +Source4325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interfaces.source.tar.xz +Source4326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.tar.xz +Source4327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.doc.tar.xz +Source4328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/inversepath.source.tar.xz +Source4329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/invoice.tar.xz +Source4330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/invoice.doc.tar.xz +Source4331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.tar.xz +Source4332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.doc.tar.xz +Source4333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso.source.tar.xz +Source4334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.tar.xz +Source4335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.doc.tar.xz +Source4336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iso10303.source.tar.xz +Source4337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.tar.xz +Source4338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.doc.tar.xz +Source4339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodate.source.tar.xz +Source4340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.tar.xz +Source4341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.doc.tar.xz +Source4342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isodoc.source.tar.xz +Source4343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isonums.tar.xz +Source4344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isonums.doc.tar.xz +Source4345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.tar.xz +Source4346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.doc.tar.xz +Source4347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isorot.source.tar.xz +Source4348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.tar.xz +Source4349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.doc.tar.xz +Source4350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isotope.source.tar.xz +Source4351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.tar.xz +Source4352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz +Source4353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/issuulinks.source.tar.xz +Source4354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwhdp.tar.xz +Source4355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz +Source4356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jlabels.tar.xz +Source4357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jlabels.doc.tar.xz +Source4358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jslectureplanner.tar.xz +Source4359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jslectureplanner.doc.tar.xz +Source4360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jumplines.tar.xz +Source4361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jumplines.doc.tar.xz +Source4362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.tar.xz +Source4363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz +Source4364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jvlisting.source.tar.xz +Source4365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.tar.xz +Source4366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz +Source4367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz +Source4368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.tar.xz +Source4369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.doc.tar.xz +Source4370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kerntest.source.tar.xz +Source4371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.tar.xz +Source4372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.doc.tar.xz +Source4373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keycommand.source.tar.xz +Source4374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyreader.tar.xz +Source4375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyreader.doc.tar.xz +Source4376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keystroke.tar.xz +Source4377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keystroke.doc.tar.xz +Source4378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyval2e.tar.xz +Source4379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz +Source4380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kix.tar.xz +Source4381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kix.doc.tar.xz +Source4382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz +Source4383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz +Source4384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz +Source4385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz +Source4386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.tar.xz +Source4387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.doc.tar.xz +Source4388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/komacv.source.tar.xz +Source4389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.tar.xz +Source4390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz +Source4391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz +Source4392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.tar.xz +Source4393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.doc.tar.xz +Source4394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/l3build.source.tar.xz +Source4395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.tar.xz +Source4396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.doc.tar.xz +Source4397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labbook.source.tar.xz +Source4398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.tar.xz +Source4399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.doc.tar.xz +Source4400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labelcas.source.tar.xz +Source4401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.tar.xz +Source4402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.doc.tar.xz +Source4403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/labels.source.tar.xz +Source4404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.tar.xz +Source4405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.doc.tar.xz +Source4406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpackage.source.tar.xz +Source4407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.tar.xz +Source4408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.doc.tar.xz +Source4409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lastpage.source.tar.xz +Source4410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.tar.xz +Source4411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.doc.tar.xz +Source4412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdemo.source.tar.xz +Source4413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.tar.xz +Source4414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.doc.tar.xz +Source4415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/layouts.source.tar.xz +Source4416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lazylist.tar.xz +Source4417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lazylist.doc.tar.xz +Source4418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.tar.xz +Source4419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.doc.tar.xz +Source4420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcd.source.tar.xz +Source4421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.tar.xz +Source4422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.doc.tar.xz +Source4423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcg.source.tar.xz +Source4424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.tar.xz +Source4425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.doc.tar.xz +Source4426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leading.source.tar.xz +Source4427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.tar.xz +Source4428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.doc.tar.xz +Source4429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leaflet.source.tar.xz +Source4430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.tar.xz +Source4431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.doc.tar.xz +Source4432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leftidx.source.tar.xz +Source4433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.tar.xz +Source4434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz +Source4435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lengthconvert.source.tar.xz +Source4436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettre.tar.xz +Source4437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettre.doc.tar.xz +Source4438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.tar.xz +Source4439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.doc.tar.xz +Source4440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lettrine.source.tar.xz +Source4441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lewis.tar.xz +Source4442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lewis.doc.tar.xz +Source4443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.tar.xz +Source4444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.doc.tar.xz +Source4445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lhelp.source.tar.xz +Source4446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.tar.xz +Source4447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.doc.tar.xz +Source4448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/libgreek.source.tar.xz +Source4449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/limap.tar.xz +Source4450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/limap.source.tar.xz +Source4451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.tar.xz +Source4452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.doc.tar.xz +Source4453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/linegoal.source.tar.xz +Source4454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.tar.xz +Source4455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.doc.tar.xz +Source4456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lipsum.source.tar.xz +Source4457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz +Source4458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz +Source4459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listing.tar.xz +Source4460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listing.doc.tar.xz +Source4461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.tar.xz +Source4462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.doc.tar.xz +Source4463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listlbls.source.tar.xz +Source4464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.tar.xz +Source4465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.doc.tar.xz +Source4466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listliketab.source.tar.xz +Source4467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.tar.xz +Source4468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz +Source4469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz +Source4470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lkproof.tar.xz +Source4471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lkproof.doc.tar.xz +Source4472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.tar.xz +Source4473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.doc.tar.xz +Source4474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lmake.source.tar.xz +Source4475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.tar.xz +Source4476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.doc.tar.xz +Source4477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/locality.source.tar.xz +Source4478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.tar.xz +Source4479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.doc.tar.xz +Source4480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/localloc.source.tar.xz +Source4481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.tar.xz +Source4482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.doc.tar.xz +Source4483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logbox.source.tar.xz +Source4484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz +Source4485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz +Source4486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.tar.xz +Source4487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.doc.tar.xz +Source4488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logpap.source.tar.xz +Source4489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.tar.xz +Source4490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.doc.tar.xz +Source4491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longfigure.source.tar.xz +Source4492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.tar.xz +Source4493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz +Source4494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz +Source4495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/loops.tar.xz +Source4496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/loops.doc.tar.xz +Source4497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lsc.tar.xz +Source4498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lsc.doc.tar.xz +Source4499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.tar.xz +Source4500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz +Source4501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lstaddons.source.tar.xz +Source4502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lt3graph.tar.xz +Source4503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz +Source4504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltablex.tar.xz +Source4505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltablex.doc.tar.xz +Source4506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltabptch.tar.xz +Source4507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz +Source4508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxdockit.tar.xz +Source4509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz +Source4510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.tar.xz +Source4511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz +Source4512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxindex.source.tar.xz +Source4513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxkeys.tar.xz +Source4514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz +Source4515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.tar.xz +Source4516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz +Source4517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxnew.source.tar.xz +Source4518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxtools.tar.xz +Source4519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz +Source4520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.tar.xz +Source4521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.doc.tar.xz +Source4522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/macroswap.source.tar.xz +Source4523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/magaz.tar.xz +Source4524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/magaz.doc.tar.xz +Source4525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.tar.xz +Source4526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.doc.tar.xz +Source4527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailing.source.tar.xz +Source4528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.tar.xz +Source4529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz +Source4530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mailmerge.source.tar.xz +Source4531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebarcode.tar.xz +Source4532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz +Source4533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.tar.xz +Source4534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.doc.tar.xz +Source4535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makebox.source.tar.xz +Source4536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.tar.xz +Source4537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.doc.tar.xz +Source4538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecell.source.tar.xz +Source4539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecirc.tar.xz +Source4540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecirc.doc.tar.xz +Source4541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.tar.xz +Source4542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.doc.tar.xz +Source4543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makecmds.source.tar.xz +Source4544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.tar.xz +Source4545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.doc.tar.xz +Source4546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makedtx.source.tar.xz +Source4547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeglos.tar.xz +Source4548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeglos.doc.tar.xz +Source4549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.tar.xz +Source4550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.doc.tar.xz +Source4551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mandi.source.tar.xz +Source4552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt.tar.xz +Source4553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manfnt.source.tar.xz +Source4554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.tar.xz +Source4555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.doc.tar.xz +Source4556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/manuscript.source.tar.xz +Source4557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.tar.xz +Source4558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.doc.tar.xz +Source4559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginfix.source.tar.xz +Source4560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.tar.xz +Source4561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.doc.tar.xz +Source4562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/marginnote.source.tar.xz +Source4563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathalfa.tar.xz +Source4564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz +Source4565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.tar.xz +Source4566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.doc.tar.xz +Source4567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathastext.source.tar.xz +Source4568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.tar.xz +Source4569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.doc.tar.xz +Source4570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathexam.source.tar.xz +Source4571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maybemath.tar.xz +Source4572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/maybemath.doc.tar.xz +Source4573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mbenotes.tar.xz +Source4574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz +Source4575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.tar.xz +Source4576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.doc.tar.xz +Source4577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcaption.source.tar.xz +Source4578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mceinleger.tar.xz +Source4579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz +Source4580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.tar.xz +Source4581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.doc.tar.xz +Source4582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcite.source.tar.xz +Source4583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mciteplus.tar.xz +Source4584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz +Source4585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.tar.xz +Source4586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.doc.tar.xz +Source4587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mdframed.source.tar.xz +Source4588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.tar.xz +Source4589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.doc.tar.xz +Source4590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/media9.source.tar.xz +Source4591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/medstarbeamer.tar.xz +Source4592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/medstarbeamer.doc.tar.xz +Source4593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.tar.xz +Source4594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz +Source4595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/meetingmins.source.tar.xz +Source4596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memexsupp.tar.xz +Source4597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz +Source4598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.tar.xz +Source4599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.doc.tar.xz +Source4600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/memory.source.tar.xz +Source4601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.tar.xz +Source4602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.doc.tar.xz +Source4603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menu.source.tar.xz +Source4604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.tar.xz +Source4605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.doc.tar.xz +Source4606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/menukeys.source.tar.xz +Source4607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.tar.xz +Source4608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.doc.tar.xz +Source4609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/method.source.tar.xz +Source4610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.tar.xz +Source4611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.doc.tar.xz +Source4612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metre.source.tar.xz +Source4613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfirstuc.tar.xz +Source4614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfirstuc.doc.tar.xz +Source4615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfirstuc.source.tar.xz +Source4616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.tar.xz +Source4617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.doc.tar.xz +Source4618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mftinc.source.tar.xz +Source4619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midpage.tar.xz +Source4620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/midpage.doc.tar.xz +Source4621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.tar.xz +Source4622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.doc.tar.xz +Source4623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minibox.source.tar.xz +Source4624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.tar.xz +Source4625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.doc.tar.xz +Source4626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minifp.source.tar.xz +Source4627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz +Source4628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz +Source4629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz +Source4630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minitoc.tar.xz +Source4631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minitoc.doc.tar.xz +Source4632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minorrevision.tar.xz +Source4633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz +Source4634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.tar.xz +Source4635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.doc.tar.xz +Source4636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minted.source.tar.xz +Source4637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.tar.xz +Source4638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.doc.tar.xz +Source4639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/minutes.source.tar.xz +Source4640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mla-paper.tar.xz +Source4641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz +Source4642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.tar.xz +Source4643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.doc.tar.xz +Source4644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mlist.source.tar.xz +Source4645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mmap.tar.xz +Source4646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mmap.doc.tar.xz +Source4647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.tar.xz +Source4648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.doc.tar.xz +Source4649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnotes.source.tar.xz +Source4650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderncv.tar.xz +Source4651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderncv.doc.tar.xz +Source4652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.tar.xz +Source4653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz +Source4654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz +Source4655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.tar.xz +Source4656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.doc.tar.xz +Source4657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modref.source.tar.xz +Source4658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.tar.xz +Source4659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.doc.tar.xz +Source4660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/modroman.source.tar.xz +Source4661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.tar.xz +Source4662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.doc.tar.xz +Source4663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/monofill.source.tar.xz +Source4664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreenum.tar.xz +Source4665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreenum.doc.tar.xz +Source4666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.tar.xz +Source4667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.doc.tar.xz +Source4668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morefloats.source.tar.xz +Source4669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.tar.xz +Source4670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.doc.tar.xz +Source4671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morehype.source.tar.xz +Source4672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.tar.xz +Source4673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.doc.tar.xz +Source4674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moresize.source.tar.xz +Source4675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.tar.xz +Source4676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.doc.tar.xz +Source4677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/moreverb.source.tar.xz +Source4678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.tar.xz +Source4679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.doc.tar.xz +Source4680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/morewrites.source.tar.xz +Source4681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/movie15.tar.xz +Source4682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/movie15.doc.tar.xz +Source4683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.tar.xz +Source4684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.doc.tar.xz +Source4685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mparhack.source.tar.xz +Source4686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msc.tar.xz +Source4687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msc.doc.tar.xz +Source4688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.tar.xz +Source4689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.doc.tar.xz +Source4690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msg.source.tar.xz +Source4691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mslapa.tar.xz +Source4692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mslapa.doc.tar.xz +Source4693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.tar.xz +Source4694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz +Source4695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mtgreek.source.tar.xz +Source4696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multenum.tar.xz +Source4697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multenum.doc.tar.xz +Source4698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiaudience.tar.xz +Source4699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiaudience.doc.tar.xz +Source4700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiaudience.source.tar.xz +Source4701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.tar.xz +Source4702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.doc.tar.xz +Source4703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibbl.source.tar.xz +Source4704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.tar.xz +Source4705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.doc.tar.xz +Source4706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multicap.source.tar.xz +Source4707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.tar.xz +Source4708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.doc.tar.xz +Source4709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multienv.source.tar.xz +Source4710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.tar.xz +Source4711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz +Source4712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiexpand.source.tar.xz +Source4713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multirow.tar.xz +Source4714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multirow.doc.tar.xz +Source4715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.tar.xz +Source4716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.doc.tar.xz +Source4717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mversion.source.tar.xz +Source4718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.tar.xz +Source4719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.doc.tar.xz +Source4720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mwe.source.tar.xz +Source4721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mweights.tar.xz +Source4722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mweights.doc.tar.xz +Source4723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.tar.xz +Source4724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.doc.tar.xz +Source4725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mycv.source.tar.xz +Source4726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.tar.xz +Source4727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz +Source4728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz +Source4729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.tar.xz +Source4730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.doc.tar.xz +Source4731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nag.source.tar.xz +Source4732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.tar.xz +Source4733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.doc.tar.xz +Source4734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nameauth.source.tar.xz +Source4735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.tar.xz +Source4736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.doc.tar.xz +Source4737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/namespc.source.tar.xz +Source4738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncclatex.tar.xz +Source4739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz +Source4740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.tar.xz +Source4741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.doc.tar.xz +Source4742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/needspace.source.tar.xz +Source4743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nestquot.tar.xz +Source4744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newcommand.doc.tar.xz +Source4745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newenviron.tar.xz +Source4746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newenviron.doc.tar.xz +Source4747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.tar.xz +Source4748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.doc.tar.xz +Source4749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newfile.source.tar.xz +Source4750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.tar.xz +Source4751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.doc.tar.xz +Source4752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newlfm.source.tar.xz +Source4753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.tar.xz +Source4754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.doc.tar.xz +Source4755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newspaper.source.tar.xz +Source4756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.tar.xz +Source4757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz +Source4758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz +Source4759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.tar.xz +Source4760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz +Source4761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newvbtm.source.tar.xz +Source4762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.tar.xz +Source4763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.doc.tar.xz +Source4764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newverbs.source.tar.xz +Source4765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nextpage.tar.xz +Source4766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz +Source4767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz +Source4768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.tar.xz +Source4769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz +Source4770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz +Source4771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.tar.xz +Source4772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.doc.tar.xz +Source4773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/niceframe.source.tar.xz +Source4774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.tar.xz +Source4775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.doc.tar.xz +Source4776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nicetext.source.tar.xz +Source4777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nlctdoc.tar.xz +Source4778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz +Source4779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noconflict.tar.xz +Source4780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noconflict.doc.tar.xz +Source4781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noindentafter.tar.xz +Source4782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz +Source4783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.tar.xz +Source4784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz +Source4785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/noitcrul.source.tar.xz +Source4786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nolbreaks.tar.xz +Source4787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz +Source4788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.tar.xz +Source4789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.doc.tar.xz +Source4790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomencl.source.tar.xz +Source4791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.tar.xz +Source4792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz +Source4793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nomentbl.source.tar.xz +Source4794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.tar.xz +Source4795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz +Source4796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonfloat.source.tar.xz +Source4797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.tar.xz +Source4798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz +Source4799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz +Source4800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nopageno.tar.xz +Source4801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nopageno.doc.tar.xz +Source4802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.tar.xz +Source4803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.doc.tar.xz +Source4804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notes.source.tar.xz +Source4805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notoccite.tar.xz +Source4806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/notoccite.doc.tar.xz +Source4807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.tar.xz +Source4808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.doc.tar.xz +Source4809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nowidow.source.tar.xz +Source4810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nox.tar.xz +Source4811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nox.doc.tar.xz +Source4812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.tar.xz +Source4813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz +Source4814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ntheorem.source.tar.xz +Source4815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numberedblock.tar.xz +Source4816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz +Source4817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numname.tar.xz +Source4818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numname.doc.tar.xz +Source4819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.tar.xz +Source4820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.doc.tar.xz +Source4821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/numprint.source.tar.xz +Source4822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocg-p.tar.xz +Source4823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz +Source4824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.tar.xz +Source4825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.doc.tar.xz +Source4826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx.source.tar.xz +Source4827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx2.tar.xz +Source4828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocgx2.doc.tar.xz +Source4829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-latex.tar.xz +Source4830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz +Source4831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.tar.xz +Source4832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.doc.tar.xz +Source4833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/octavo.source.tar.xz +Source4834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.tar.xz +Source4835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz +Source4836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oldstyle.source.tar.xz +Source4837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.tar.xz +Source4838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz +Source4839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz +Source4840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.tar.xz +Source4841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.doc.tar.xz +Source4842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opcit.source.tar.xz +Source4843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/optional.tar.xz +Source4844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/optional.doc.tar.xz +Source4845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outline.tar.xz +Source4846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outline.doc.tar.xz +Source4847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outliner.tar.xz +Source4848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outliner.doc.tar.xz +Source4849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outlines.tar.xz +Source4850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/outlines.doc.tar.xz +Source4851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overpic.tar.xz +Source4852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/overpic.doc.tar.xz +Source4853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.tar.xz +Source4854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz +Source4855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecolor.source.tar.xz +Source4856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.tar.xz +Source4857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.doc.tar.xz +Source4858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagecont.source.tar.xz +Source4859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.tar.xz +Source4860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.doc.tar.xz +Source4861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagenote.source.tar.xz +Source4862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagerange.tar.xz +Source4863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pagerange.doc.tar.xz +Source4864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.tar.xz +Source4865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.doc.tar.xz +Source4866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pageslts.source.tar.xz +Source4867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.tar.xz +Source4868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.doc.tar.xz +Source4869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paper.source.tar.xz +Source4870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.tar.xz +Source4871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz +Source4872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papercdcase.source.tar.xz +Source4873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.tar.xz +Source4874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.doc.tar.xz +Source4875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papermas.source.tar.xz +Source4876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.tar.xz +Source4877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.doc.tar.xz +Source4878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/papertex.source.tar.xz +Source4879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.tar.xz +Source4880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.doc.tar.xz +Source4881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paracol.source.tar.xz +Source4882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.tar.xz +Source4883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.doc.tar.xz +Source4884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/paresse.source.tar.xz +Source4885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parnotes.tar.xz +Source4886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parnotes.doc.tar.xz +Source4887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.tar.xz +Source4888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.doc.tar.xz +Source4889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/parselines.source.tar.xz +Source4890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cours.tar.xz +Source4891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz +Source4892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cv.tar.xz +Source4893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz +Source4894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-tableur.tar.xz +Source4895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz +Source4896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.tar.xz +Source4897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz +Source4898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patchcmd.source.tar.xz +Source4899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.tar.xz +Source4900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz +Source4901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pauldoc.source.tar.xz +Source4902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.tar.xz +Source4903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.doc.tar.xz +Source4904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pawpict.source.tar.xz +Source4905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.tar.xz +Source4906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.doc.tar.xz +Source4907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.source.tar.xz +Source4908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.tar.xz +Source4909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.doc.tar.xz +Source4910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbox.source.tar.xz +Source4911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.tar.xz +Source4912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz +Source4913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pbsheet.source.tar.xz +Source4914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.tar.xz +Source4915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.doc.tar.xz +Source4916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdf14.source.tar.xz +Source4917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcomment.tar.xz +Source4918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz +Source4919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.tar.xz +Source4920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz +Source4921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz +Source4922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz +Source4923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz +Source4924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpagediff.tar.xz +Source4925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfpagediff.doc.tar.xz +Source4926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfscreen.tar.xz +Source4927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz +Source4928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfslide.tar.xz +Source4929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz +Source4930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfsync.tar.xz +Source4931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz +Source4932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfwin.tar.xz +Source4933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz +Source4934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.tar.xz +Source4935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.doc.tar.xz +Source4936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfx.source.tar.xz +Source4937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pecha.tar.xz +Source4938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pecha.doc.tar.xz +Source4939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.tar.xz +Source4940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.doc.tar.xz +Source4941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.source.tar.xz +Source4942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.tar.xz +Source4943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.doc.tar.xz +Source4944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/permute.source.tar.xz +Source4945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petiteannonce.tar.xz +Source4946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz +Source4947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philex.tar.xz +Source4948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philex.doc.tar.xz +Source4949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.tar.xz +Source4950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.doc.tar.xz +Source4951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/photo.source.tar.xz +Source4952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piff.tar.xz +Source4953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piff.doc.tar.xz +Source4954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkgloader.tar.xz +Source4955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz +Source4956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plantslabels.tar.xz +Source4957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz +Source4958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plates.tar.xz +Source4959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plates.doc.tar.xz +Source4960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.tar.xz +Source4961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.doc.tar.xz +Source4962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plweb.source.tar.xz +Source4963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.tar.xz +Source4964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.doc.tar.xz +Source4965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynom.source.tar.xz +Source4966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.tar.xz +Source4967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.doc.tar.xz +Source4968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polynomial.source.tar.xz +Source4969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.tar.xz +Source4970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.doc.tar.xz +Source4971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polytable.source.tar.xz +Source4972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/postcards.tar.xz +Source4973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/postcards.doc.tar.xz +Source4974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poster-mac.tar.xz +Source4975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz +Source4976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.tar.xz +Source4977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz +Source4978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz +Source4979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.tar.xz +Source4980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.doc.tar.xz +Source4981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/preprint.source.tar.xz +Source4982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.tar.xz +Source4983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.doc.tar.xz +Source4984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pressrelease.source.tar.xz +Source4985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.tar.xz +Source4986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.doc.tar.xz +Source4987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prettyref.source.tar.xz +Source4988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/printlen.tar.xz +Source4989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/printlen.doc.tar.xz +Source4990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.tar.xz +Source4991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.doc.tar.xz +Source4992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/probsoln.source.tar.xz +Source4993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/program.tar.xz +Source4994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/program.doc.tar.xz +Source4995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progress.tar.xz +Source4996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progress.doc.tar.xz +Source4997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progressbar.tar.xz +Source4998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/progressbar.doc.tar.xz +Source4999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proofread.tar.xz +Source5000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proofread.doc.tar.xz +Source5001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proofread.source.tar.xz +Source5002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/properties.tar.xz +Source5003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/properties.doc.tar.xz +Source5004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prosper.tar.xz +Source5005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prosper.doc.tar.xz +Source5006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protex.tar.xz +Source5007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protex.doc.tar.xz +Source5008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.tar.xz +Source5009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.doc.tar.xz +Source5010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/protocol.source.tar.xz +Source5011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.tar.xz +Source5012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.doc.tar.xz +Source5013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psfragx.source.tar.xz +Source5014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.tar.xz +Source5015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz +Source5016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz +Source5017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.tar.xz +Source5018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.doc.tar.xz +Source5019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstool.source.tar.xz +Source5020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.tar.xz +Source5021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz +Source5022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz +Source5023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/python.tar.xz +Source5024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/python.doc.tar.xz +Source5025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.tar.xz +Source5026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.doc.tar.xz +Source5027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qcm.source.tar.xz +Source5028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.tar.xz +Source5029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.doc.tar.xz +Source5030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qstest.source.tar.xz +Source5031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.tar.xz +Source5032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz +Source5033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/qsymbols.source.tar.xz +Source5034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.tar.xz +Source5035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.doc.tar.xz +Source5036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotchap.source.tar.xz +Source5037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.tar.xz +Source5038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.doc.tar.xz +Source5039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quoting.source.tar.xz +Source5040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.tar.xz +Source5041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.doc.tar.xz +Source5042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quotmark.source.tar.xz +Source5043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.tar.xz +Source5044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz +Source5045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ran_toks.source.tar.xz +Source5046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randtext.tar.xz +Source5047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/randtext.doc.tar.xz +Source5048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.tar.xz +Source5049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.doc.tar.xz +Source5050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rccol.source.tar.xz +Source5051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.tar.xz +Source5052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz +Source5053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz +Source5054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.tar.xz +Source5055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz +Source5056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz +Source5057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/readarray.tar.xz +Source5058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/readarray.doc.tar.xz +Source5059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.tar.xz +Source5060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.doc.tar.xz +Source5061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realboxes.source.tar.xz +Source5062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipe.tar.xz +Source5063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipe.doc.tar.xz +Source5064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipebook.tar.xz +Source5065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipebook.doc.tar.xz +Source5066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.tar.xz +Source5067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.doc.tar.xz +Source5068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/recipecard.source.tar.xz +Source5069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rectopma.tar.xz +Source5070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rectopma.doc.tar.xz +Source5071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refcheck.tar.xz +Source5072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refcheck.doc.tar.xz +Source5073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refenums.tar.xz +Source5074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refenums.doc.tar.xz +Source5075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.tar.xz +Source5076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz +Source5077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/reflectgraphics.source.tar.xz +Source5078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.tar.xz +Source5079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.doc.tar.xz +Source5080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refman.source.tar.xz +Source5081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.tar.xz +Source5082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.doc.tar.xz +Source5083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/refstyle.source.tar.xz +Source5084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.tar.xz +Source5085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.doc.tar.xz +Source5086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regcount.source.tar.xz +Source5087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.tar.xz +Source5088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz +Source5089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regexpatch.source.tar.xz +Source5090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.tar.xz +Source5091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.doc.tar.xz +Source5092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/register.source.tar.xz +Source5093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.tar.xz +Source5094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.doc.tar.xz +Source5095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/regstats.source.tar.xz +Source5096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.tar.xz +Source5097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.doc.tar.xz +Source5098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relenc.source.tar.xz +Source5099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relsize.tar.xz +Source5100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/relsize.doc.tar.xz +Source5101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repeatindex.tar.xz +Source5102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz +Source5103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.tar.xz +Source5104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.doc.tar.xz +Source5105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repltext.source.tar.xz +Source5106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.tar.xz +Source5107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz +Source5108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz +Source5109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rlepsf.tar.xz +Source5110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz +Source5111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmpage.tar.xz +Source5112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmpage.doc.tar.xz +Source5113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.tar.xz +Source5114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz +Source5115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustcommand.source.tar.xz +Source5116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustindex.tar.xz +Source5117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/robustindex.doc.tar.xz +Source5118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.tar.xz +Source5119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.doc.tar.xz +Source5120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbar.source.tar.xz +Source5121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.tar.xz +Source5122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.doc.tar.xz +Source5123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanbarpagenumber.source.tar.xz +Source5124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanneg.tar.xz +Source5125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romanneg.doc.tar.xz +Source5126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.tar.xz +Source5127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.doc.tar.xz +Source5128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/romannum.source.tar.xz +Source5129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.tar.xz +Source5130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz +Source5131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotfloat.source.tar.xz +Source5132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotpages.tar.xz +Source5133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rotpages.doc.tar.xz +Source5134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundbox.tar.xz +Source5135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundbox.doc.tar.xz +Source5136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rterface.tar.xz +Source5137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rterface.doc.tar.xz +Source5138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.tar.xz +Source5139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz +Source5140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz +Source5141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.tar.xz +Source5142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz +Source5143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rulercompass.source.tar.xz +Source5144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rvwrite.tar.xz +Source5145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz +Source5146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.tar.xz +Source5147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz +Source5148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savefnmark.source.tar.xz +Source5149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savesym.tar.xz +Source5150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.tar.xz +Source5151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.doc.tar.xz +Source5152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/savetrees.source.tar.xz +Source5153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.tar.xz +Source5154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.doc.tar.xz +Source5155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scale.source.tar.xz +Source5156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.tar.xz +Source5157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.doc.tar.xz +Source5158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalebar.source.tar.xz +Source5159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalerel.tar.xz +Source5160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scalerel.doc.tar.xz +Source5161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scanpages.tar.xz +Source5162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scanpages.doc.tar.xz +Source5163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sdrt.tar.xz +Source5164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sdrt.doc.tar.xz +Source5165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/secdot.tar.xz +Source5166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/secdot.doc.tar.xz +Source5167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectionbox.tar.xz +Source5168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz +Source5169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.tar.xz +Source5170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.doc.tar.xz +Source5171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sectsty.source.tar.xz +Source5172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.tar.xz +Source5173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.doc.tar.xz +Source5174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seealso.source.tar.xz +Source5175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selectp.tar.xz +Source5176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selectp.doc.tar.xz +Source5177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.tar.xz +Source5178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.doc.tar.xz +Source5179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semantic.source.tar.xz +Source5180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.tar.xz +Source5181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.doc.tar.xz +Source5182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semioneside.source.tar.xz +Source5183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.tar.xz +Source5184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.doc.tar.xz +Source5185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/semproc.source.tar.xz +Source5186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepfootnotes.tar.xz +Source5187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz +Source5188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.tar.xz +Source5189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz +Source5190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seqsplit.source.tar.xz +Source5191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.tar.xz +Source5192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.doc.tar.xz +Source5193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sf298.source.tar.xz +Source5194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.tar.xz +Source5195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.doc.tar.xz +Source5196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sffms.source.tar.xz +Source5197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfmath.tar.xz +Source5198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadethm.tar.xz +Source5199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadethm.doc.tar.xz +Source5200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadow.tar.xz +Source5201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadow.doc.tar.xz +Source5202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadowtext.tar.xz +Source5203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz +Source5204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapepar.tar.xz +Source5205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapepar.doc.tar.xz +Source5206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shdoc.tar.xz +Source5207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shdoc.doc.tar.xz +Source5208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shdoc.source.tar.xz +Source5209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shipunov.tar.xz +Source5210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shipunov.doc.tar.xz +Source5211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.tar.xz +Source5212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz +Source5213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shorttoc.source.tar.xz +Source5214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.tar.xz +Source5215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.doc.tar.xz +Source5216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/show2e.source.tar.xz +Source5217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.tar.xz +Source5218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz +Source5219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz +Source5220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showdim.tar.xz +Source5221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showdim.doc.tar.xz +Source5222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.tar.xz +Source5223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.doc.tar.xz +Source5224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showexpl.source.tar.xz +Source5225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.tar.xz +Source5226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.doc.tar.xz +Source5227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showlabels.source.tar.xz +Source5228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.tar.xz +Source5229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.doc.tar.xz +Source5230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidecap.source.tar.xz +Source5231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.tar.xz +Source5232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz +Source5233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sidenotes.source.tar.xz +Source5234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.tar.xz +Source5235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.doc.tar.xz +Source5236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/silence.source.tar.xz +Source5237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.tar.xz +Source5238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.doc.tar.xz +Source5239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecd.source.tar.xz +Source5240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.tar.xz +Source5241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.doc.tar.xz +Source5242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplecv.source.tar.xz +Source5243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.tar.xz +Source5244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.doc.tar.xz +Source5245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/simplewick.source.tar.xz +Source5246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.tar.xz +Source5247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.doc.tar.xz +Source5248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sitem.source.tar.xz +Source5249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.tar.xz +Source5250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.doc.tar.xz +Source5251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skb.source.tar.xz +Source5252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.tar.xz +Source5253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.doc.tar.xz +Source5254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skdoc.source.tar.xz +Source5255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeycommand.tar.xz +Source5256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz +Source5257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeyval.tar.xz +Source5258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skeyval.doc.tar.xz +Source5259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.tar.xz +Source5260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.doc.tar.xz +Source5261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skrapport.source.tar.xz +Source5262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.tar.xz +Source5263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.doc.tar.xz +Source5264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slantsc.source.tar.xz +Source5265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smalltableof.tar.xz +Source5266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz +Source5267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartref.tar.xz +Source5268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/smartref.doc.tar.xz +Source5269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.tar.xz +Source5270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.doc.tar.xz +Source5271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snapshot.source.tar.xz +Source5272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snotez.tar.xz +Source5273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/snotez.doc.tar.xz +Source5274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.tar.xz +Source5275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.doc.tar.xz +Source5276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soul.source.tar.xz +Source5277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sparklines.tar.xz +Source5278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sparklines.doc.tar.xz +Source5279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphack.tar.xz +Source5280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphack.doc.tar.xz +Source5281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.tar.xz +Source5282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.doc.tar.xz +Source5283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.source.tar.xz +Source5284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.tar.xz +Source5285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.doc.tar.xz +Source5286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spot.source.tar.xz +Source5287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spotcolor.tar.xz +Source5288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz +Source5289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spreadtab.tar.xz +Source5290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz +Source5291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.tar.xz +Source5292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz +Source5293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spverbatim.source.tar.xz +Source5294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srbook-mem.tar.xz +Source5295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz +Source5296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.tar.xz +Source5297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.doc.tar.xz +Source5298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/srcltx.source.tar.xz +Source5299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.tar.xz +Source5300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.doc.tar.xz +Source5301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sseq.source.tar.xz +Source5302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sslides.tar.xz +Source5303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sslides.doc.tar.xz +Source5304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stack.tar.xz +Source5305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stack.source.tar.xz +Source5306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stackengine.tar.xz +Source5307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stackengine.doc.tar.xz +Source5308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.tar.xz +Source5309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.doc.tar.xz +Source5310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/standalone.source.tar.xz +Source5311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.tar.xz +Source5312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.doc.tar.xz +Source5313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statistik.source.tar.xz +Source5314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.tar.xz +Source5315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz +Source5316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz +Source5317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.tar.xz +Source5318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.doc.tar.xz +Source5319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stdpage.source.tar.xz +Source5320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.tar.xz +Source5321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.doc.tar.xz +Source5322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stex.source.tar.xz +Source5323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.tar.xz +Source5324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.doc.tar.xz +Source5325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storebox.source.tar.xz +Source5326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storecmd.tar.xz +Source5327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/storecmd.doc.tar.xz +Source5328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.tar.xz +Source5329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz +Source5330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stringstrings.source.tar.xz +Source5331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.tar.xz +Source5332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.doc.tar.xz +Source5333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sttools.source.tar.xz +Source5334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stubs.tar.xz +Source5335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stubs.doc.tar.xz +Source5336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.tar.xz +Source5337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.doc.tar.xz +Source5338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subdepth.source.tar.xz +Source5339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.tar.xz +Source5340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.doc.tar.xz +Source5341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqn.source.tar.xz +Source5342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.tar.xz +Source5343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz +Source5344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz +Source5345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigmat.tar.xz +Source5346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz +Source5347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.tar.xz +Source5348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.doc.tar.xz +Source5349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfigure.source.tar.xz +Source5350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.tar.xz +Source5351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.doc.tar.xz +Source5352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfiles.source.tar.xz +Source5353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.tar.xz +Source5354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.doc.tar.xz +Source5355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subfloat.source.tar.xz +Source5356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substitutefont.tar.xz +Source5357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz +Source5358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substr.tar.xz +Source5359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substr.doc.tar.xz +Source5360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.tar.xz +Source5361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.doc.tar.xz +Source5362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/supertabular.source.tar.xz +Source5363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.tar.xz +Source5364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.doc.tar.xz +Source5365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svg.source.tar.xz +Source5366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svgcolor.tar.xz +Source5367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz +Source5368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.tar.xz +Source5369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.doc.tar.xz +Source5370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn.source.tar.xz +Source5371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.tar.xz +Source5372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz +Source5373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.source.tar.xz +Source5374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.tar.xz +Source5375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.doc.tar.xz +Source5376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svninfo.source.tar.xz +Source5377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntax.tar.xz +Source5378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntax.doc.tar.xz +Source5379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.tar.xz +Source5380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.doc.tar.xz +Source5381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syntrace.source.tar.xz +Source5382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.tar.xz +Source5383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.doc.tar.xz +Source5384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synttree.source.tar.xz +Source5385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.tar.xz +Source5386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz +Source5387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabfigures.source.tar.xz +Source5388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableaux.tar.xz +Source5389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableaux.doc.tar.xz +Source5390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.tar.xz +Source5391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz +Source5392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz +Source5393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.tar.xz +Source5394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.doc.tar.xz +Source5395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tableof.source.tar.xz +Source5396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.tar.xz +Source5397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.doc.tar.xz +Source5398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablestyles.source.tar.xz +Source5399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.tar.xz +Source5400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.doc.tar.xz +Source5401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablists.source.tar.xz +Source5402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabls.tar.xz +Source5403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabls.doc.tar.xz +Source5404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabstackengine.tar.xz +Source5405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz +Source5406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-ltx.tar.xz +Source5407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz +Source5408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.tar.xz +Source5409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.doc.tar.xz +Source5410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabu.source.tar.xz +Source5411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.tar.xz +Source5412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz +Source5413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularborder.source.tar.xz +Source5414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularcalc.tar.xz +Source5415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz +Source5416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.tar.xz +Source5417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.doc.tar.xz +Source5418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabularew.source.tar.xz +Source5419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.tar.xz +Source5420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.doc.tar.xz +Source5421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabulary.source.tar.xz +Source5422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagging.tar.xz +Source5423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagging.doc.tar.xz +Source5424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagpair.tar.xz +Source5425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tagpair.doc.tar.xz +Source5426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.tar.xz +Source5427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.doc.tar.xz +Source5428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/talk.source.tar.xz +Source5429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamefloats.tar.xz +Source5430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz +Source5431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tasks.tar.xz +Source5432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tasks.doc.tar.xz +Source5433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.tar.xz +Source5434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz +Source5435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcldoc.source.tar.xz +Source5436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcolorbox.tar.xz +Source5437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz +Source5438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdclock.tar.xz +Source5439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tdclock.doc.tar.xz +Source5440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/technics.tar.xz +Source5441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/technics.doc.tar.xz +Source5442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.tar.xz +Source5443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.doc.tar.xz +Source5444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ted.source.tar.xz +Source5445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.tar.xz +Source5446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.doc.tar.xz +Source5447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/templatetools.source.tar.xz +Source5448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.tar.xz +Source5449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.doc.tar.xz +Source5450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termcal.source.tar.xz +Source5451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.tar.xz +Source5452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.doc.tar.xz +Source5453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/termlist.source.tar.xz +Source5454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.tar.xz +Source5455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.doc.tar.xz +Source5456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/testhyphens.source.tar.xz +Source5457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.tar.xz +Source5458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.doc.tar.xz +Source5459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-label.source.tar.xz +Source5460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlogos.tar.xz +Source5461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.tar.xz +Source5462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.doc.tar.xz +Source5463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texmate.source.tar.xz +Source5464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.tar.xz +Source5465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.doc.tar.xz +Source5466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texments.source.tar.xz +Source5467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.tar.xz +Source5468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.doc.tar.xz +Source5469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texpower.source.tar.xz +Source5470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.tar.xz +Source5471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.doc.tar.xz +Source5472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texshade.source.tar.xz +Source5473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.tar.xz +Source5474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.doc.tar.xz +Source5475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textfit.source.tar.xz +Source5476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.tar.xz +Source5477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.doc.tar.xz +Source5478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textgreek.source.tar.xz +Source5479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.tar.xz +Source5480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.doc.tar.xz +Source5481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textmerg.source.tar.xz +Source5482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.tar.xz +Source5483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.doc.tar.xz +Source5484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpos.source.tar.xz +Source5485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/theoremref.tar.xz +Source5486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/theoremref.doc.tar.xz +Source5487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thinsp.tar.xz +Source5488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thinsp.doc.tar.xz +Source5489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.tar.xz +Source5490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.doc.tar.xz +Source5491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmtools.source.tar.xz +Source5492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.tar.xz +Source5493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.doc.tar.xz +Source5494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threadcol.source.tar.xz +Source5495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttable.tar.xz +Source5496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz +Source5497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttablex.tar.xz +Source5498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz +Source5499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.tar.xz +Source5500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.doc.tar.xz +Source5501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumb.source.tar.xz +Source5502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.tar.xz +Source5503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.doc.tar.xz +Source5504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbs.source.tar.xz +Source5505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumby.tar.xz +Source5506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumby.doc.tar.xz +Source5507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticket.tar.xz +Source5508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ticket.doc.tar.xz +Source5509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlecaps.tar.xz +Source5510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz +Source5511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlefoot.tar.xz +Source5512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepic.tar.xz +Source5513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlepic.doc.tar.xz +Source5514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titleref.tar.xz +Source5515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titleref.doc.tar.xz +Source5516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlesec.tar.xz +Source5517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titlesec.doc.tar.xz +Source5518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.tar.xz +Source5519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.doc.tar.xz +Source5520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/titling.source.tar.xz +Source5521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.tar.xz +Source5522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz +Source5523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocbibind.source.tar.xz +Source5524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.tar.xz +Source5525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.doc.tar.xz +Source5526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocloft.source.tar.xz +Source5527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.tar.xz +Source5528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz +Source5529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz +Source5530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.tar.xz +Source5531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.doc.tar.xz +Source5532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todo.source.tar.xz +Source5533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.tar.xz +Source5534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.doc.tar.xz +Source5535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/todonotes.source.tar.xz +Source5536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tokenizer.tar.xz +Source5537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz +Source5538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.tar.xz +Source5539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.doc.tar.xz +Source5540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toolbox.source.tar.xz +Source5541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/topfloat.tar.xz +Source5542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/topfloat.doc.tar.xz +Source5543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.tar.xz +Source5544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.doc.tar.xz +Source5545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totcount.source.tar.xz +Source5546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.tar.xz +Source5547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.doc.tar.xz +Source5548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/totpages.source.tar.xz +Source5549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translations.tar.xz +Source5550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/translations.doc.tar.xz +Source5551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.tar.xz +Source5552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz +Source5553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trfsigns.source.tar.xz +Source5554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.tar.xz +Source5555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz +Source5556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trimspaces.source.tar.xz +Source5557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.tar.xz +Source5558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz +Source5559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trivfloat.source.tar.xz +Source5560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.tar.xz +Source5561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.doc.tar.xz +Source5562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/trsym.source.tar.xz +Source5563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/truncate.tar.xz +Source5564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/truncate.doc.tar.xz +Source5565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.tar.xz +Source5566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.doc.tar.xz +Source5567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tucv.source.tar.xz +Source5568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnthepage.tar.xz +Source5569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz +Source5570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoinone.tar.xz +Source5571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoinone.doc.tar.xz +Source5572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.tar.xz +Source5573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.doc.tar.xz +Source5574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/twoup.source.tar.xz +Source5575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.tar.xz +Source5576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz +Source5577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/txgreeks.source.tar.xz +Source5578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.tar.xz +Source5579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.doc.tar.xz +Source5580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/type1cm.source.tar.xz +Source5581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.tar.xz +Source5582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.doc.tar.xz +Source5583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeface.source.tar.xz +Source5584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.tar.xz +Source5585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.doc.tar.xz +Source5586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typogrid.source.tar.xz +Source5587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uassign.tar.xz +Source5588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uassign.doc.tar.xz +Source5589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucs.tar.xz +Source5590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucs.doc.tar.xz +Source5591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uebungsblatt.tar.xz +Source5592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz +Source5593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.tar.xz +Source5594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.doc.tar.xz +Source5595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umoline.source.tar.xz +Source5596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.tar.xz +Source5597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.doc.tar.xz +Source5598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underlin.source.tar.xz +Source5599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underoverlap.tar.xz +Source5600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz +Source5601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.tar.xz +Source5602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.doc.tar.xz +Source5603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/undolabl.source.tar.xz +Source5604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.tar.xz +Source5605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.doc.tar.xz +Source5606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/units.source.tar.xz +Source5607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.tar.xz +Source5608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.doc.tar.xz +Source5609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unravel.source.tar.xz +Source5610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upmethodology.tar.xz +Source5611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz +Source5612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.tar.xz +Source5613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.doc.tar.xz +Source5614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/upquote.source.tar.xz +Source5615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.tar.xz +Source5616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.doc.tar.xz +Source5617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uri.source.tar.xz +Source5618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.tar.xz +Source5619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.doc.tar.xz +Source5620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ushort.source.tar.xz +Source5621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.tar.xz +Source5622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.doc.tar.xz +Source5623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varindex.source.tar.xz +Source5624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varsfromjobname.tar.xz +Source5625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz +Source5626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varwidth.tar.xz +Source5627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varwidth.doc.tar.xz +Source5628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vdmlisting.tar.xz +Source5629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz +Source5630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbasef.tar.xz +Source5631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbasef.doc.tar.xz +Source5632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimbox.tar.xz +Source5633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz +Source5634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimcopy.tar.xz +Source5635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz +Source5636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbdef.tar.xz +Source5637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbdef.doc.tar.xz +Source5638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbments.tar.xz +Source5639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/verbments.doc.tar.xz +Source5640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/version.tar.xz +Source5641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/version.doc.tar.xz +Source5642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versions.tar.xz +Source5643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versions.doc.tar.xz +Source5644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.tar.xz +Source5645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.doc.tar.xz +Source5646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/versonotes.source.tar.xz +Source5647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.tar.xz +Source5648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.doc.tar.xz +Source5649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vertbars.source.tar.xz +Source5650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.tar.xz +Source5651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.doc.tar.xz +Source5652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vgrid.source.tar.xz +Source5653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vhistory.tar.xz +Source5654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vhistory.doc.tar.xz +Source5655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.tar.xz +Source5656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.doc.tar.xz +Source5657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vmargin.source.tar.xz +Source5658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.tar.xz +Source5659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.doc.tar.xz +Source5660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/volumes.source.tar.xz +Source5661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.tar.xz +Source5662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.doc.tar.xz +Source5663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vruler.tar.xz +Source5664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vruler.doc.tar.xz +Source5665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.tar.xz +Source5666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.doc.tar.xz +Source5667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vwcol.source.tar.xz +Source5668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wallpaper.tar.xz +Source5669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz +Source5670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warning.tar.xz +Source5671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warning.doc.tar.xz +Source5672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.tar.xz +Source5673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.doc.tar.xz +Source5674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/warpcol.source.tar.xz +Source5675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.tar.xz +Source5676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.doc.tar.xz +Source5677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/was.source.tar.xz +Source5678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.tar.xz +Source5679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.doc.tar.xz +Source5680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/widetable.source.tar.xz +Source5681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/williams.tar.xz +Source5682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/williams.doc.tar.xz +Source5683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/withargs.tar.xz +Source5684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/withargs.doc.tar.xz +Source5685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.tar.xz +Source5686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.doc.tar.xz +Source5687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wordlike.source.tar.xz +Source5688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wrapfig.tar.xz +Source5689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz +Source5690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.tar.xz +Source5691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.doc.tar.xz +Source5692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xargs.source.tar.xz +Source5693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.tar.xz +Source5694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.doc.tar.xz +Source5695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcolor-solarized.source.tar.xz +Source5696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcomment.tar.xz +Source5697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcomment.doc.tar.xz +Source5698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.tar.xz +Source5699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.doc.tar.xz +Source5700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdoc.source.tar.xz +Source5701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.tar.xz +Source5702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.doc.tar.xz +Source5703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xfor.source.tar.xz +Source5704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xhfill.tar.xz +Source5705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xhfill.doc.tar.xz +Source5706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.tar.xz +Source5707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.doc.tar.xz +Source5708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xint.source.tar.xz +Source5709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.tar.xz +Source5710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz +Source5711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmpincl.source.tar.xz +Source5712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xnewcommand.tar.xz +Source5713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz +Source5714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xoptarg.tar.xz +Source5715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz +Source5716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.tar.xz +Source5717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.doc.tar.xz +Source5718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpatch.source.tar.xz +Source5719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.tar.xz +Source5720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.doc.tar.xz +Source5721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpeek.source.tar.xz +Source5722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xprintlen.tar.xz +Source5723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xprintlen.doc.tar.xz +Source5724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.tar.xz +Source5725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz +Source5726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz +Source5727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xstring.tar.xz +Source5728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xstring.doc.tar.xz +Source5729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.tar.xz +Source5730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.doc.tar.xz +Source5731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xtab.source.tar.xz +Source5732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xwatermark.tar.xz +Source5733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz +Source5734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xytree.tar.xz +Source5735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xytree.doc.tar.xz +Source5736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.tar.xz +Source5737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.doc.tar.xz +Source5738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yafoot.source.tar.xz +Source5739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.tar.xz +Source5740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz +Source5741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yagusylo.source.tar.xz +Source5742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.tar.xz +Source5743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.doc.tar.xz +Source5744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ydoc.source.tar.xz +Source5745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.tar.xz +Source5746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.doc.tar.xz +Source5747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zed-csp.tar.xz +Source5748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz +Source5749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ziffer.tar.xz +Source5750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ziffer.doc.tar.xz +Source5751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwgetfdate.tar.xz +Source5752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz +Source5753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwpagelayout.tar.xz +Source5754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz +Source5755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enigma.tar.xz +Source5756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/enigma.doc.tar.xz +Source5757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interpreter.tar.xz +Source5758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interpreter.doc.tar.xz +Source5759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz +Source5760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz +Source5761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz +Source5762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz +Source5763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.tar.xz +Source5764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz +Source5765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.tar.xz +Source5766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz +Source5767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabibentry.source.tar.xz +Source5768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabidi.tar.xz +Source5769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luabidi.doc.tar.xz +Source5770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.tar.xz +Source5771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.doc.tar.xz +Source5772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luacode.source.tar.xz +Source5773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.tar.xz +Source5774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.doc.tar.xz +Source5775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaindex.source.tar.xz +Source5776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.tar.xz +Source5777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz +Source5778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luainputenc.source.tar.xz +Source5779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaintro.doc.tar.xz +Source5780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz +Source5781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-doc.source.tar.xz +Source5782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.tar.xz +Source5783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz +Source5784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz +Source5785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.tar.xz +Source5786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.doc.tar.xz +Source5787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lualibs.source.tar.xz +Source5788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.tar.xz +Source5789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.doc.tar.xz +Source5790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luamplib.source.tar.xz +Source5791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.tar.xz +Source5792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz +Source5793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.source.tar.xz +Source5794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.tar.xz +Source5795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.doc.tar.xz +Source5796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luasseq.source.tar.xz +Source5797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.tar.xz +Source5798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz +Source5799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexbase.source.tar.xz +Source5800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexko.tar.xz +Source5801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatexko.doc.tar.xz +Source5802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.tar.xz +Source5803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.doc.tar.xz +Source5804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatextra.source.tar.xz +Source5805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.tar.xz +Source5806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.doc.tar.xz +Source5807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luatodonotes.source.tar.xz +Source5808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaxml.tar.xz +Source5809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaxml.doc.tar.xz +Source5810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/odsfile.tar.xz +Source5811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/odsfile.doc.tar.xz +Source5812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.tar.xz +Source5813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.doc.tar.xz +Source5814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeat.source.tar.xz +Source5815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selnolig.tar.xz +Source5816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/selnolig.doc.tar.xz +Source5817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showhyphens.tar.xz +Source5818: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz +Source5819: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spelling.tar.xz +Source5820: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spelling.doc.tar.xz +Source5821: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.tar.xz +Source5822: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.doc.tar.xz +Source5823: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharcat.source.tar.xz +Source5824: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commath.tar.xz +Source5825: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/commath.doc.tar.xz +Source5826: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.tar.xz +Source5827: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.doc.tar.xz +Source5828: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concmath.source.tar.xz +Source5829: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concrete.tar.xz +Source5830: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/concrete.doc.tar.xz +Source5831: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.tar.xz +Source5832: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.doc.tar.xz +Source5833: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/conteq.source.tar.xz +Source5834: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebproof.tar.xz +Source5835: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebproof.doc.tar.xz +Source5836: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.tar.xz +Source5837: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz +Source5838: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eqnarray.source.tar.xz +Source5839: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extarrows.tar.xz +Source5840: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extarrows.doc.tar.xz +Source5841: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.tar.xz +Source5842: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz +Source5843: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/extpfeil.source.tar.xz +Source5844: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.tar.xz +Source5845: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.doc.tar.xz +Source5846: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/faktor.source.tar.xz +Source5847: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.tar.xz +Source5848: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.doc.tar.xz +Source5849: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/grundgesetze.source.tar.xz +Source5850: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interval.tar.xz +Source5851: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interval.doc.tar.xz +Source5852: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.tar.xz +Source5853: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz +Source5854: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ionumbers.source.tar.xz +Source5855: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isomath.tar.xz +Source5856: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/isomath.doc.tar.xz +Source5857: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.tar.xz +Source5858: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.doc.tar.xz +Source5859: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/logicproof.source.tar.xz +Source5860: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpform.tar.xz +Source5861: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lpform.doc.tar.xz +Source5862: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.tar.xz +Source5863: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz +Source5864: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lplfitch.source.tar.xz +Source5865: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.tar.xz +Source5866: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz +Source5867: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathcomp.source.tar.xz +Source5868: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.tar.xz +Source5869: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.doc.tar.xz +Source5870: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mattens.source.tar.xz +Source5871: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhequ.tar.xz +Source5872: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhequ.doc.tar.xz +Source5873: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.tar.xz +Source5874: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz +Source5875: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multiobjective.source.tar.xz +Source5876: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natded.tar.xz +Source5877: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/natded.doc.tar.xz +Source5878: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nath.tar.xz +Source5879: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nath.doc.tar.xz +Source5880: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ot-tableau.tar.xz +Source5881: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz +Source5882: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oubraces.tar.xz +Source5883: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/oubraces.doc.tar.xz +Source5884: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perfectcut.tar.xz +Source5885: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz +Source5886: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prftree.tar.xz +Source5887: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/prftree.doc.tar.xz +Source5888: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.tar.xz +Source5889: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.doc.tar.xz +Source5890: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proba.source.tar.xz +Source5891: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rec-thy.tar.xz +Source5892: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz +Source5893: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ribbonproofs.tar.xz +Source5894: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz +Source5895: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.tar.xz +Source5896: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.doc.tar.xz +Source5897: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rmathbr.source.tar.xz +Source5898: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.tar.xz +Source5899: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.doc.tar.xz +Source5900: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sesamanuel.source.tar.xz +Source5901: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.tar.xz +Source5902: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.doc.tar.xz +Source5903: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shuffle.source.tar.xz +Source5904: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.tar.xz +Source5905: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.doc.tar.xz +Source5906: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/skmath.source.tar.xz +Source5907: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex.tar.xz +Source5908: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex.doc.tar.xz +Source5909: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex2.tar.xz +Source5910: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/statex2.doc.tar.xz +Source5911: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subsupscripts.tar.xz +Source5912: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz +Source5913: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/susy.tar.xz +Source5914: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/susy.doc.tar.xz +Source5915: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syllogism.tar.xz +Source5916: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/syllogism.doc.tar.xz +Source5917: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.tar.xz +Source5918: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.doc.tar.xz +Source5919: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sympytexpackage.source.tar.xz +Source5920: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synproof.tar.xz +Source5921: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synproof.doc.tar.xz +Source5922: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablor.tar.xz +Source5923: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tablor.doc.tar.xz +Source5924: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.tar.xz +Source5925: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.doc.tar.xz +Source5926: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tensor.source.tar.xz +Source5927: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ewd.tar.xz +Source5928: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz +Source5929: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.tar.xz +Source5930: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.doc.tar.xz +Source5931: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thmbox.source.tar.xz +Source5932: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.tar.xz +Source5933: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.doc.tar.xz +Source5934: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turnstile.source.tar.xz +Source5935: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.tar.xz +Source5936: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz +Source5937: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unicode-math.source.tar.xz +Source5938: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venn.tar.xz +Source5939: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/venn.doc.tar.xz +Source5940: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.tar.xz +Source5941: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.doc.tar.xz +Source5942: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yhmath.source.tar.xz +Source5943: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.tar.xz +Source5944: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.doc.tar.xz +Source5945: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ytableau.source.tar.xz +Source5946: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drv.tar.xz +Source5947: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drv.doc.tar.xz +Source5948: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviincl.tar.xz +Source5949: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviincl.doc.tar.xz +Source5950: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.tar.xz +Source5951: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.doc.tar.xz +Source5952: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/emp.source.tar.xz +Source5953: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsincl.tar.xz +Source5954: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsincl.doc.tar.xz +Source5955: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.tar.xz +Source5956: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.doc.tar.xz +Source5957: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/expressg.source.tar.xz +Source5958: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exteps.tar.xz +Source5959: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exteps.doc.tar.xz +Source5960: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/featpost.tar.xz +Source5961: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/featpost.doc.tar.xz +Source5962: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.tar.xz +Source5963: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.doc.tar.xz +Source5964: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmf.source.tar.xz +Source5965: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.tar.xz +Source5966: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz +Source5967: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz +Source5968: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garrigues.tar.xz +Source5969: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/garrigues.doc.tar.xz +Source5970: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.tar.xz +Source5971: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.doc.tar.xz +Source5972: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gmp.source.tar.xz +Source5973: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexmp.tar.xz +Source5974: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexmp.doc.tar.xz +Source5975: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcf2graph.tar.xz +Source5976: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcf2graph.doc.tar.xz +Source5977: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metago.tar.xz +Source5978: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metago.doc.tar.xz +Source5979: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaobj.tar.xz +Source5980: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaobj.doc.tar.xz +Source5981: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaplot.tar.xz +Source5982: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metaplot.doc.tar.xz +Source5983: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metauml.tar.xz +Source5984: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metauml.doc.tar.xz +Source5985: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.tar.xz +Source5986: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.doc.tar.xz +Source5987: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic.source.tar.xz +Source5988: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.tar.xz +Source5989: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz +Source5990: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz +Source5991: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mp3d.tar.xz +Source5992: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mp3d.doc.tar.xz +Source5993: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.tar.xz +Source5994: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz +Source5995: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz +Source5996: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpattern.tar.xz +Source5997: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpattern.doc.tar.xz +Source5998: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.tar.xz +Source5999: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz +Source6000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz +Source6001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piechartmp.tar.xz +Source6002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz +Source6003: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repere.tar.xz +Source6004: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/repere.doc.tar.xz +Source6005: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roex.tar.xz +Source6006: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roex.source.tar.xz +Source6007: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundrect.tar.xz +Source6008: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundrect.doc.tar.xz +Source6009: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/roundrect.source.tar.xz +Source6010: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.tar.xz +Source6011: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.doc.tar.xz +Source6012: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/shapes.source.tar.xz +Source6013: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slideshow.tar.xz +Source6014: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/slideshow.doc.tar.xz +Source6015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.tar.xz +Source6016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.doc.tar.xz +Source6017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splines.source.tar.xz +Source6018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suanpan.tar.xz +Source6019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suanpan.doc.tar.xz +Source6020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpath.tar.xz +Source6021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textpath.doc.tar.xz +Source6022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeddice.tar.xz +Source6023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/threeddice.doc.tar.xz +Source6024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbas.tar.xz +Source6025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figbas.doc.tar.xz +Source6026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gchords.tar.xz +Source6027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gchords.doc.tar.xz +Source6028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtrcrd.tar.xz +Source6029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz +Source6030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.tar.xz +Source6031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.doc.tar.xz +Source6032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitar.source.tar.xz +Source6033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz +Source6034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz +Source6035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harmony.tar.xz +Source6036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/harmony.doc.tar.xz +Source6037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leadsheets.tar.xz +Source6038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/leadsheets.doc.tar.xz +Source6039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.tar.xz +Source6040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.doc.tar.xz +Source6041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.source.tar.xz +Source6042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.tar.xz +Source6043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.doc.tar.xz +Source6044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixguit.tar.xz +Source6045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixguit.doc.tar.xz +Source6046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.tar.xz +Source6047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.doc.tar.xz +Source6048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.source.tar.xz +Source6049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex-fnts.tar.xz +Source6050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex-fnts.doc.tar.xz +Source6051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.tar.xz +Source6052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.doc.tar.xz +Source6053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piano.tar.xz +Source6054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/piano.doc.tar.xz +Source6055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.tar.xz +Source6056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.doc.tar.xz +Source6057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.tar.xz +Source6058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.doc.tar.xz +Source6059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.tar.xz +Source6060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.doc.tar.xz +Source6061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songbook.source.tar.xz +Source6062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.tar.xz +Source6063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.doc.tar.xz +Source6064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/songs.source.tar.xz +Source6065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.tar.xz +Source6066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.doc.tar.xz +Source6067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xpiano.source.tar.xz +Source6068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mxedruli.tar.xz +Source6069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz +Source6070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.tar.xz +Source6071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.doc.tar.xz +Source6072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.tar.xz +Source6073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.doc.tar.xz +Source6074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/otibet.source.tar.xz +Source6075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf-dvipdfmx.tar.xz +Source6076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epsf-dvipdfmx.doc.tar.xz +Source6077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figflow.tar.xz +Source6078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/figflow.doc.tar.xz +Source6079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixpdfmag.tar.xz +Source6080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/font-change.tar.xz +Source6081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/font-change.doc.tar.xz +Source6082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontch.tar.xz +Source6083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontch.doc.tar.xz +Source6084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getoptk.tar.xz +Source6085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getoptk.doc.tar.xz +Source6086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfnotation.tar.xz +Source6087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gfnotation.doc.tar.xz +Source6088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.tar.xz +Source6089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz +Source6090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz +Source6091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyplain.tar.xz +Source6092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hyplain.doc.tar.xz +Source6093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/js-misc.tar.xz +Source6094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/js-misc.doc.tar.xz +Source6095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpattern.tar.xz +Source6096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz +Source6097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newsletr.tar.xz +Source6098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/newsletr.doc.tar.xz +Source6099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pitex.tar.xz +Source6100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pitex.doc.tar.xz +Source6101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/placeins-plain.tar.xz +Source6102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plipsum.tar.xz +Source6103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plipsum.doc.tar.xz +Source6104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plnfss.tar.xz +Source6105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plnfss.doc.tar.xz +Source6106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plstmary.tar.xz +Source6107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/plstmary.doc.tar.xz +Source6108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/present.tar.xz +Source6109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/present.doc.tar.xz +Source6110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumemac.tar.xz +Source6111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumemac.doc.tar.xz +Source6112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texinfo.tar.xz +Source6113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/timetable.tar.xz +Source6114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/treetex.tar.xz +Source6115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/treetex.doc.tar.xz +Source6116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varisize.tar.xz +Source6117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/varisize.doc.tar.xz +Source6118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xii.doc.tar.xz +Source6119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dsptricks.tar.xz +Source6120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dsptricks.doc.tar.xz +Source6121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.tar.xz +Source6122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.doc.tar.xz +Source6123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeplot.source.tar.xz +Source6124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks.tar.xz +Source6125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz +Source6126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks2.tar.xz +Source6127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftricks2.doc.tar.xz +Source6128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.tar.xz +Source6129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz +Source6130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psbao.tar.xz +Source6131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psbao.doc.tar.xz +Source6132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-2dplot.tar.xz +Source6133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz +Source6134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.tar.xz +Source6135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz +Source6136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3d.source.tar.xz +Source6137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3dplot.tar.xz +Source6138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz +Source6139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.tar.xz +Source6140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz +Source6141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz +Source6142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.tar.xz +Source6143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.doc.tar.xz +Source6144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-am.source.tar.xz +Source6145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-asr.tar.xz +Source6146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz +Source6147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.tar.xz +Source6148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz +Source6149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bar.source.tar.xz +Source6150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-barcode.tar.xz +Source6151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz +Source6152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.tar.xz +Source6153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz +Source6154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz +Source6155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.tar.xz +Source6156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz +Source6157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-blur.source.tar.xz +Source6158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bspline.tar.xz +Source6159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz +Source6160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-calendar.tar.xz +Source6161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz +Source6162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-circ.tar.xz +Source6163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz +Source6164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-coil.tar.xz +Source6165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz +Source6166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-cox.tar.xz +Source6167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz +Source6168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.tar.xz +Source6169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz +Source6170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz +Source6171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.tar.xz +Source6172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz +Source6173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz +Source6174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.tar.xz +Source6175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz +Source6176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz +Source6177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.tar.xz +Source6178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz +Source6179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eps.source.tar.xz +Source6180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl.tar.xz +Source6181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz +Source6182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-exa.tar.xz +Source6183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz +Source6184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.tar.xz +Source6185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz +Source6186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fill.source.tar.xz +Source6187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.tar.xz +Source6188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz +Source6189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fit.source.tar.xz +Source6190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.tar.xz +Source6191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz +Source6192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz +Source6193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fractal.tar.xz +Source6194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz +Source6195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.tar.xz +Source6196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz +Source6197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-fun.source.tar.xz +Source6198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-func.tar.xz +Source6199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-func.doc.tar.xz +Source6200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gantt.tar.xz +Source6201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz +Source6202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-geo.tar.xz +Source6203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz +Source6204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ghsb.tar.xz +Source6205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz +Source6206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.tar.xz +Source6207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz +Source6208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz +Source6209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-grad.tar.xz +Source6210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz +Source6211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-graphicx.tar.xz +Source6212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz +Source6213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-infixplot.tar.xz +Source6214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz +Source6215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.tar.xz +Source6216: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.doc.tar.xz +Source6217: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-intersect.source.tar.xz +Source6218: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-jtree.tar.xz +Source6219: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz +Source6220: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-knot.tar.xz +Source6221: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz +Source6222: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-labo.tar.xz +Source6223: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz +Source6224: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-layout.tar.xz +Source6225: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz +Source6226: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.tar.xz +Source6227: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz +Source6228: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-lens.source.tar.xz +Source6229: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.tar.xz +Source6230: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz +Source6231: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz +Source6232: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz +Source6233: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz +Source6234: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz +Source6235: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-math.tar.xz +Source6236: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-math.doc.tar.xz +Source6237: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-mirror.tar.xz +Source6238: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz +Source6239: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-node.tar.xz +Source6240: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-node.doc.tar.xz +Source6241: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.tar.xz +Source6242: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz +Source6243: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz +Source6244: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ode.tar.xz +Source6245: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz +Source6246: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.tar.xz +Source6247: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz +Source6248: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz +Source6249: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.tar.xz +Source6250: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz +Source6251: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-optic.source.tar.xz +Source6252: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-osci.tar.xz +Source6253: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz +Source6254: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ovl.tar.xz +Source6255: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-ovl.doc.tar.xz +Source6256: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.tar.xz +Source6257: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz +Source6258: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pad.source.tar.xz +Source6259: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.tar.xz +Source6260: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz +Source6261: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz +Source6262: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-perspective.tar.xz +Source6263: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-perspective.doc.tar.xz +Source6264: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.tar.xz +Source6265: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz +Source6266: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-platon.source.tar.xz +Source6267: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-plot.tar.xz +Source6268: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz +Source6269: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-poly.tar.xz +Source6270: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz +Source6271: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.tar.xz +Source6272: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz +Source6273: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz +Source6274: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-qtree.tar.xz +Source6275: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz +Source6276: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.tar.xz +Source6277: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz +Source6278: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz +Source6279: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-sigsys.tar.xz +Source6280: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz +Source6281: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.tar.xz +Source6282: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz +Source6283: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz +Source6284: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz +Source6285: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz +Source6286: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz +Source6287: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solides3d.tar.xz +Source6288: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz +Source6289: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.tar.xz +Source6290: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz +Source6291: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz +Source6292: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spectra.tar.xz +Source6293: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz +Source6294: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spirograph.tar.xz +Source6295: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-spirograph.doc.tar.xz +Source6296: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-stru.tar.xz +Source6297: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz +Source6298: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-support.doc.tar.xz +Source6299: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.tar.xz +Source6300: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.doc.tar.xz +Source6301: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-text.source.tar.xz +Source6302: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.tar.xz +Source6303: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz +Source6304: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-thick.source.tar.xz +Source6305: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tools.tar.xz +Source6306: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz +Source6307: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.tar.xz +Source6308: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz +Source6309: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tree.source.tar.xz +Source6310: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.tar.xz +Source6311: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz +Source6312: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz +Source6313: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.tar.xz +Source6314: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz +Source6315: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-uml.source.tar.xz +Source6316: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vectorian.tar.xz +Source6317: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz +Source6318: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vowel.tar.xz +Source6319: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz +Source6320: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.tar.xz +Source6321: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz +Source6322: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz +Source6323: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.tar.xz +Source6324: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz +Source6325: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks.tar.xz +Source6326: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks.doc.tar.xz +Source6327: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-add.tar.xz +Source6328: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz +Source6329: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz +Source6330: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.tar.xz +Source6331: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.doc.tar.xz +Source6332: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uml.source.tar.xz +Source6333: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vaucanson-g.tar.xz +Source6334: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz +Source6335: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vocaltract.tar.xz +Source6336: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz +Source6337: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.tar.xz +Source6338: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz +Source6339: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz +Source6340: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEtran.tar.xz +Source6341: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz +Source6342: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.tar.xz +Source6343: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.doc.tar.xz +Source6344: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/confproc.source.tar.xz +Source6345: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.tar.xz +Source6346: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz +Source6347: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dccpaper.source.tar.xz +Source6348: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dithesis.tar.xz +Source6349: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dithesis.doc.tar.xz +Source6350: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebook.tar.xz +Source6351: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebook.doc.tar.xz +Source6352: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.tar.xz +Source6353: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz +Source6354: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz +Source6355: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.tar.xz +Source6356: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz +Source6357: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ejpecp.source.tar.xz +Source6358: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.tar.xz +Source6359: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.doc.tar.xz +Source6360: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ekaia.source.tar.xz +Source6361: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.tar.xz +Source6362: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz +Source6363: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elbioimp.source.tar.xz +Source6364: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.tar.xz +Source6365: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz +Source6366: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elsarticle.source.tar.xz +Source6367: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.tar.xz +Source6368: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz +Source6369: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz +Source6370: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.tar.xz +Source6371: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.doc.tar.xz +Source6372: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/erdc.source.tar.xz +Source6373: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.tar.xz +Source6374: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz +Source6375: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/estcpmm.source.tar.xz +Source6376: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.tar.xz +Source6377: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz +Source6378: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fbithesis.source.tar.xz +Source6379: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcavtex.tar.xz +Source6380: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcavtex.doc.tar.xz +Source6381: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.tar.xz +Source6382: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz +Source6383: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz +Source6384: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fei.tar.xz +Source6385: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fei.doc.tar.xz +Source6386: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fei.source.tar.xz +Source6387: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gaceta.tar.xz +Source6388: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gaceta.doc.tar.xz +Source6389: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gatech-thesis.tar.xz +Source6390: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz +Source6391: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.tar.xz +Source6392: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.doc.tar.xz +Source6393: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsemthesis.source.tar.xz +Source6394: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.tar.xz +Source6395: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.doc.tar.xz +Source6396: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gzt.source.tar.xz +Source6397: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/har2nat.tar.xz +Source6398: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/har2nat.doc.tar.xz +Source6399: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobete.tar.xz +Source6400: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hobete.doc.tar.xz +Source6401: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.tar.xz +Source6402: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.doc.tar.xz +Source6403: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/icsv.source.tar.xz +Source6404: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ieeepes.tar.xz +Source6405: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz +Source6406: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.tar.xz +Source6407: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.doc.tar.xz +Source6408: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ijmart.source.tar.xz +Source6409: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imac.tar.xz +Source6410: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imac.doc.tar.xz +Source6411: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.tar.xz +Source6412: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.doc.tar.xz +Source6413: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/imtekda.source.tar.xz +Source6414: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.tar.xz +Source6415: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.doc.tar.xz +Source6416: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jmlr.source.tar.xz +Source6417: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jpsj.tar.xz +Source6418: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jpsj.doc.tar.xz +Source6419: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.tar.xz +Source6420: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz +Source6421: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz +Source6422: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.tar.xz +Source6423: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.doc.tar.xz +Source6424: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kluwer.source.tar.xz +Source6425: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.tar.xz +Source6426: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.doc.tar.xz +Source6427: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lps.source.tar.xz +Source6428: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.tar.xz +Source6429: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.doc.tar.xz +Source6430: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3.source.tar.xz +Source6431: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.tar.xz +Source6432: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz +Source6433: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matc3mem.source.tar.xz +Source6434: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.tar.xz +Source6435: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.doc.tar.xz +Source6436: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mcmthesis.source.tar.xz +Source6437: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.tar.xz +Source6438: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.doc.tar.xz +Source6439: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mentis.source.tar.xz +Source6440: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnras.tar.xz +Source6441: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mnras.doc.tar.xz +Source6442: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msu-thesis.tar.xz +Source6443: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz +Source6444: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.tar.xz +Source6445: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.doc.tar.xz +Source6446: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mugsthesis.source.tar.xz +Source6447: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.tar.xz +Source6448: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.doc.tar.xz +Source6449: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musuos.source.tar.xz +Source6450: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/muthesis.tar.xz +Source6451: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/muthesis.doc.tar.xz +Source6452: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nature.tar.xz +Source6453: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nature.doc.tar.xz +Source6454: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.tar.xz +Source6455: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.doc.tar.xz +Source6456: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nddiss.source.tar.xz +Source6457: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ndsu-thesis.tar.xz +Source6458: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ndsu-thesis.doc.tar.xz +Source6459: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nih.tar.xz +Source6460: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nih.doc.tar.xz +Source6461: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.tar.xz +Source6462: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.doc.tar.xz +Source6463: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nostarch.source.tar.xz +Source6464: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.tar.xz +Source6465: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.doc.tar.xz +Source6466: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nrc.source.tar.xz +Source6467: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onrannual.tar.xz +Source6468: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/onrannual.doc.tar.xz +Source6469: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opteng.tar.xz +Source6470: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/opteng.doc.tar.xz +Source6471: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.tar.xz +Source6472: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz +Source6473: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz +Source6474: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.tar.xz +Source6475: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.doc.tar.xz +Source6476: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pittetd.source.tar.xz +Source6477: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkuthss.tar.xz +Source6478: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz +Source6479: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz +Source6480: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz +Source6481: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.tar.xz +Source6482: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz +Source6483: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pracjourn.source.tar.xz +Source6484: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/procIAGssymp.tar.xz +Source6485: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz +Source6486: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.tar.xz +Source6487: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.doc.tar.xz +Source6488: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/proposal.source.tar.xz +Source6489: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptptex.tar.xz +Source6490: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptptex.doc.tar.xz +Source6491: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psu-thesis.tar.xz +Source6492: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz +Source6493: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.tar.xz +Source6494: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz +Source6495: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz +Source6496: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.tar.xz +Source6497: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.doc.tar.xz +Source6498: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/resumecls.source.tar.xz +Source6499: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.tar.xz +Source6500: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.doc.tar.xz +Source6501: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex.source.tar.xz +Source6502: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.tar.xz +Source6503: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.doc.tar.xz +Source6504: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/revtex4.source.tar.xz +Source6505: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.tar.xz +Source6506: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz +Source6507: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ryethesis.source.tar.xz +Source6508: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.tar.xz +Source6509: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.doc.tar.xz +Source6510: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sageep.source.tar.xz +Source6511: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sapthesis.tar.xz +Source6512: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz +Source6513: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.tar.xz +Source6514: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz +Source6515: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz +Source6516: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.tar.xz +Source6517: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.doc.tar.xz +Source6518: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/schule.source.tar.xz +Source6519: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.tar.xz +Source6520: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.doc.tar.xz +Source6521: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sduthesis.source.tar.xz +Source6522: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.tar.xz +Source6523: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz +Source6524: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seuthesis.source.tar.xz +Source6525: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soton.tar.xz +Source6526: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/soton.doc.tar.xz +Source6527: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphdthesis.tar.xz +Source6528: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sphdthesis.doc.tar.xz +Source6529: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spie.tar.xz +Source6530: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/spie.doc.tar.xz +Source6531: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.tar.xz +Source6532: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz +Source6533: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sr-vorl.source.tar.xz +Source6534: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.tar.xz +Source6535: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz +Source6536: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz +Source6537: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.tar.xz +Source6538: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.doc.tar.xz +Source6539: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/suftesi.source.tar.xz +Source6540: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sugconf.tar.xz +Source6541: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sugconf.doc.tar.xz +Source6542: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz +Source6543: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz +Source6544: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texilikechaps.tar.xz +Source6545: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texilikecover.tar.xz +Source6546: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.tar.xz +Source6547: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.doc.tar.xz +Source6548: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-ekf.source.tar.xz +Source6549: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz +Source6550: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz +Source6551: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz +Source6552: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.tar.xz +Source6553: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz +Source6554: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thuthesis.source.tar.xz +Source6555: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.tar.xz +Source6556: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.doc.tar.xz +Source6557: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/toptesi.source.tar.xz +Source6558: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.tar.xz +Source6559: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.doc.tar.xz +Source6560: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tudscr.source.tar.xz +Source6561: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.tar.xz +Source6562: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.doc.tar.xz +Source6563: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat.source.tar.xz +Source6564: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat-plain.tar.xz +Source6565: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz +Source6566: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian.tar.xz +Source6567: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/turabian.doc.tar.xz +Source6568: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tui.tar.xz +Source6569: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tui.doc.tar.xz +Source6570: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.tar.xz +Source6571: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz +Source6572: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uaclasses.source.tar.xz +Source6573: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.tar.xz +Source6574: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.doc.tar.xz +Source6575: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uadocs.source.tar.xz +Source6576: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uafthesis.tar.xz +Source6577: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz +Source6578: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucbthesis.tar.xz +Source6579: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucbthesis.doc.tar.xz +Source6580: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz +Source6581: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz +Source6582: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz +Source6583: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucthesis.tar.xz +Source6584: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz +Source6585: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uestcthesis.tar.xz +Source6586: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz +Source6587: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.tar.xz +Source6588: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz +Source6589: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucredborder.source.tar.xz +Source6590: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.tar.xz +Source6591: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz +Source6592: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz +Source6593: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.tar.xz +Source6594: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.doc.tar.xz +Source6595: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulthese.source.tar.xz +Source6596: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umthesis.tar.xz +Source6597: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umthesis.doc.tar.xz +Source6598: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umich-thesis.tar.xz +Source6599: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz +Source6600: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamth-template.doc.tar.xz +Source6601: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamthesis.tar.xz +Source6602: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz +Source6603: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unswcover.tar.xz +Source6604: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unswcover.doc.tar.xz +Source6605: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.tar.xz +Source6606: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.doc.tar.xz +Source6607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uothesis.source.tar.xz +Source6608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urcls.tar.xz +Source6609: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urcls.doc.tar.xz +Source6610: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesis.tar.xz +Source6611: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz +Source6612: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz +Source6613: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz +Source6614: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uspatent.tar.xz +Source6615: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uspatent.doc.tar.xz +Source6616: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ut-thesis.tar.xz +Source6617: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz +Source6618: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uwthesis.tar.xz +Source6619: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz +Source6620: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vancouver.tar.xz +Source6621: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vancouver.doc.tar.xz +Source6622: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.tar.xz +Source6623: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz +Source6624: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/wsemclassic.source.tar.xz +Source6625: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.tar.xz +Source6626: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz +Source6627: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz +Source6628: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.tar.xz +Source6629: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.doc.tar.xz +Source6630: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yathesis.source.tar.xz +Source6631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.tar.xz +Source6632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz +Source6633: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/york-thesis.source.tar.xz +Source6634: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.tar.xz +Source6635: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz +Source6636: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIstyle.source.tar.xz +Source6637: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.tar.xz +Source6638: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.doc.tar.xz +Source6639: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/SIunits.source.tar.xz +Source6640: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/complexity.tar.xz +Source6641: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/complexity.doc.tar.xz +Source6642: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.tar.xz +Source6643: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz +Source6644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz +Source6645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryptocode.tar.xz +Source6646: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cryptocode.doc.tar.xz +Source6647: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/digiconfigs.tar.xz +Source6648: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz +Source6649: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drawstack.tar.xz +Source6650: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/drawstack.doc.tar.xz +Source6651: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.tar.xz +Source6652: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.doc.tar.xz +Source6653: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dyntree.source.tar.xz +Source6654: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eltex.tar.xz +Source6655: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eltex.doc.tar.xz +Source6656: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endiagram.tar.xz +Source6657: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/endiagram.doc.tar.xz +Source6658: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engtlc.tar.xz +Source6659: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/engtlc.doc.tar.xz +Source6660: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.tar.xz +Source6661: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.doc.tar.xz +Source6662: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fouridx.source.tar.xz +Source6663: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.tar.xz +Source6664: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.doc.tar.xz +Source6665: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/functan.source.tar.xz +Source6666: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.tar.xz +Source6667: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.doc.tar.xz +Source6668: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/galois.source.tar.xz +Source6669: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gastex.tar.xz +Source6670: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gastex.doc.tar.xz +Source6671: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gene-logic.tar.xz +Source6672: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz +Source6673: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghsystem.tar.xz +Source6674: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ghsystem.doc.tar.xz +Source6675: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gu.tar.xz +Source6676: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gu.doc.tar.xz +Source6677: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hep.tar.xz +Source6678: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hep.doc.tar.xz +Source6679: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepnames.tar.xz +Source6680: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepnames.doc.tar.xz +Source6681: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepparticles.tar.xz +Source6682: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz +Source6683: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepthesis.tar.xz +Source6684: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz +Source6685: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepunits.tar.xz +Source6686: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/hepunits.doc.tar.xz +Source6687: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaugh.tar.xz +Source6688: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz +Source6689: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.tar.xz +Source6690: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.doc.tar.xz +Source6691: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/karnaughmap.source.tar.xz +Source6692: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.tar.xz +Source6693: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.doc.tar.xz +Source6694: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/matlab-prettifier.source.tar.xz +Source6695: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhchem.tar.xz +Source6696: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mhchem.doc.tar.xz +Source6697: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.tar.xz +Source6698: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.doc.tar.xz +Source6699: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/miller.source.tar.xz +Source6700: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mychemistry.tar.xz +Source6701: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz +Source6702: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nuc.tar.xz +Source6703: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/nuc.doc.tar.xz +Source6704: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.tar.xz +Source6705: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.doc.tar.xz +Source6706: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/objectz.source.tar.xz +Source6707: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/physics.tar.xz +Source6708: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/physics.doc.tar.xz +Source6709: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pseudocode.tar.xz +Source6710: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz +Source6711: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.tar.xz +Source6712: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.doc.tar.xz +Source6713: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz +Source6714: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz +Source6715: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sciposter.tar.xz +Source6716: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sciposter.doc.tar.xz +Source6717: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.tar.xz +Source6718: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.doc.tar.xz +Source6719: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sclang-prettifier.source.tar.xz +Source6720: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfg.tar.xz +Source6721: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sfg.doc.tar.xz +Source6722: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.tar.xz +Source6723: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.doc.tar.xz +Source6724: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/siunitx.source.tar.xz +Source6725: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.tar.xz +Source6726: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz +Source6727: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/steinmetz.source.tar.xz +Source6728: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.tar.xz +Source6729: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.doc.tar.xz +Source6730: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/struktex.source.tar.xz +Source6731: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substances.tar.xz +Source6732: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/substances.doc.tar.xz +Source6733: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t-angles.tar.xz +Source6734: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/t-angles.doc.tar.xz +Source6735: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.tar.xz +Source6736: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.doc.tar.xz +Source6737: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/textopo.source.tar.xz +Source6738: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.tar.xz +Source6739: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.doc.tar.xz +Source6740: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.source.tar.xz +Source6741: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.tar.xz +Source6742: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz +Source6743: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unitsdef.source.tar.xz +Source6744: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.tar.xz +Source6745: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.doc.tar.xz +Source6746: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xymtex.source.tar.xz +Source6747: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.tar.xz +Source6748: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.doc.tar.xz +Source6749: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/youngtab.source.tar.xz +Source6750: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.tar.xz +Source6751: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz +Source6752: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz +Source6753: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.tar.xz +Source6754: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.doc.tar.xz +Source6755: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontbook.source.tar.xz +Source6756: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontwrap.tar.xz +Source6757: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz +Source6758: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interchar.tar.xz +Source6759: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/interchar.doc.tar.xz +Source6760: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspec.tar.xz +Source6761: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspec.doc.tar.xz +Source6762: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.tar.xz +Source6763: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.doc.tar.xz +Source6764: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/philokalia.source.tar.xz +Source6765: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.tar.xz +Source6766: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz +Source6767: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/polyglossia.source.tar.xz +Source6768: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptext.tar.xz +Source6769: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptext.doc.tar.xz +Source6770: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quran.tar.xz +Source6771: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/quran.doc.tar.xz +Source6772: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.tar.xz +Source6773: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.doc.tar.xz +Source6774: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/realscripts.source.tar.xz +Source6775: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharclasses.tar.xz +Source6776: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz +Source6777: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unisugar.tar.xz +Source6778: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/unisugar.doc.tar.xz +Source6779: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xebaposter.tar.xz +Source6780: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xebaposter.doc.tar.xz +Source6781: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.tar.xz +Source6782: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.doc.tar.xz +Source6783: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecjk.source.tar.xz +Source6784: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecolor.tar.xz +Source6785: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecolor.doc.tar.xz +Source6786: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecyr.tar.xz +Source6787: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xecyr.doc.tar.xz +Source6788: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xeindex.tar.xz +Source6789: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xeindex.doc.tar.xz +Source6790: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.tar.xz +Source6791: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.doc.tar.xz +Source6792: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xepersian.source.tar.xz +Source6793: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xesearch.tar.xz +Source6794: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xesearch.doc.tar.xz +Source6795: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.tar.xz +Source6796: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.doc.tar.xz +Source6797: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xespotcolor.source.tar.xz +Source6798: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-def.tar.xz +Source6799: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-itrans.tar.xz +Source6800: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz +Source6801: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz +Source6802: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz +Source6803: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz +Source6804: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz +Source6805: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz +Source6806: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz +Source6807: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexko.tar.xz +Source6808: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetexko.doc.tar.xz +Source6809: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xevlna.tar.xz +Source6810: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xevlna.doc.tar.xz +Source6811: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.tar.xz +Source6812: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz +Source6813: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xltxtra.source.tar.xz +Source6814: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xunicode.tar.xz +Source6815: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xunicode.doc.tar.xz +Source6816: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-docindex.tar.xz +Source6817: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz Source7000: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/a2ping.i386-linux.tar.xz Source7001: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/accfonts.i386-linux.tar.xz Source7002: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/adhocfilelist.i386-linux.tar.xz @@ -6749,202 +6803,203 @@ Source7015: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive Source7016: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/bundledoc.i386-linux.tar.xz Source7017: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cachepic.i386-linux.tar.xz Source7018: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checkcites.i386-linux.tar.xz -Source7019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.i386-linux.tar.xz -Source7020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.i386-linux.tar.xz -Source7021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.i386-linux.tar.xz -Source7022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-basic.tar.xz -Source7023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.i386-linux.tar.xz -Source7024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.i386-linux.tar.xz -Source7025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.i386-linux.tar.xz -Source7026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.i386-linux.tar.xz -Source7027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.i386-linux.tar.xz -Source7028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.i386-linux.tar.xz -Source7029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.i386-linux.tar.xz -Source7030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.i386-linux.tar.xz -Source7031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.i386-linux.tar.xz -Source7032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.i386-linux.tar.xz -Source7033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.i386-linux.tar.xz -Source7034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz -Source7035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latex.tar.xz -Source7036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.i386-linux.tar.xz -Source7037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.i386-linux.tar.xz -Source7038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.i386-linux.tar.xz -Source7039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.i386-linux.tar.xz -Source7040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.i386-linux.tar.xz -Source7041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.i386-linux.tar.xz -Source7042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-binextra.tar.xz -Source7043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.i386-linux.tar.xz -Source7044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.i386-linux.tar.xz -Source7045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.i386-linux.tar.xz -Source7046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.i386-linux.tar.xz -Source7047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.i386-linux.tar.xz -Source7048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.i386-linux.tar.xz -Source7049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.i386-linux.tar.xz -Source7050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.i386-linux.tar.xz -Source7051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.i386-linux.tar.xz -Source7052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.i386-linux.tar.xz -Source7053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.i386-linux.tar.xz -Source7054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvidvi.i386-linux.tar.xz -Source7055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.i386-linux.tar.xz -Source7056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.i386-linux.tar.xz -Source7057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.i386-linux.tar.xz -Source7058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.i386-linux.tar.xz -Source7059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.i386-linux.tar.xz -Source7060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.i386-linux.tar.xz -Source7061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.i386-linux.tar.xz -Source7062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.i386-linux.tar.xz -Source7063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.i386-linux.tar.xz -Source7064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.i386-linux.tar.xz -Source7065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.i386-linux.tar.xz -Source7066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.i386-linux.tar.xz -Source7067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.i386-linux.tar.xz -Source7068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.i386-linux.tar.xz -Source7069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.i386-linux.tar.xz -Source7070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.i386-linux.tar.xz -Source7071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.i386-linux.tar.xz -Source7072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.i386-linux.tar.xz -Source7073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.i386-linux.tar.xz -Source7074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.i386-linux.tar.xz -Source7075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.i386-linux.tar.xz -Source7076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.i386-linux.tar.xz -Source7077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.i386-linux.tar.xz -Source7078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.i386-linux.tar.xz -Source7079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.i386-linux.tar.xz -Source7080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.i386-linux.tar.xz -Source7081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.i386-linux.tar.xz -Source7082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.i386-linux.tar.xz -Source7083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.i386-linux.tar.xz -Source7084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.i386-linux.tar.xz -Source7085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.i386-linux.tar.xz -Source7086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.i386-linux.tar.xz -Source7087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.i386-linux.tar.xz -Source7088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.i386-linux.tar.xz -Source7089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.i386-linux.tar.xz -Source7090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.i386-linux.tar.xz -Source7091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.i386-linux.tar.xz -Source7092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.i386-linux.tar.xz -Source7093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.i386-linux.tar.xz -Source7094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.i386-linux.tar.xz -Source7095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.i386-linux.tar.xz -Source7096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.i386-linux.tar.xz -Source7097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.i386-linux.tar.xz -Source7098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.i386-linux.tar.xz -Source7099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.i386-linux.tar.xz -Source7100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-context.tar.xz -Source7101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.i386-linux.tar.xz -Source7102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.i386-linux.tar.xz -Source7103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.i386-linux.tar.xz -Source7104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz -Source7105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz -Source7106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontutils.tar.xz -Source7107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.i386-linux.tar.xz -Source7108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.i386-linux.tar.xz -Source7109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.i386-linux.tar.xz -Source7110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.i386-linux.tar.xz -Source7111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.i386-linux.tar.xz -Source7112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.i386-linux.tar.xz -Source7113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.i386-linux.tar.xz -Source7114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.i386-linux.tar.xz -Source7115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.i386-linux.tar.xz -Source7116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.i386-linux.tar.xz -Source7117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz -Source7118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.i386-linux.tar.xz -Source7119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.i386-linux.tar.xz -Source7120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.i386-linux.tar.xz -Source7121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.i386-linux.tar.xz -Source7122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-games.tar.xz -Source7123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.i386-linux.tar.xz -Source7124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-genericextra.tar.xz -Source7125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-genericrecommended.tar.xz -Source7126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-htmlxml.tar.xz -Source7127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.i386-linux.tar.xz -Source7128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.i386-linux.tar.xz -Source7129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.i386-linux.tar.xz -Source7130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-humanities.tar.xz -Source7131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.i386-linux.tar.xz -Source7132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langafrican.tar.xz -Source7133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langarabic.tar.xz -Source7134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langchinese.tar.xz -Source7135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langcjk.tar.xz -Source7136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz -Source7137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.i386-linux.tar.xz -Source7138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz -Source7139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.i386-linux.tar.xz -Source7140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csplain.i386-linux.tar.xz -Source7141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.i386-linux.tar.xz -Source7142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langenglish.tar.xz -Source7143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz -Source7144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langfrench.tar.xz -Source7145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langgerman.tar.xz -Source7146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langgreek.tar.xz -Source7147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.i386-linux.tar.xz -Source7148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langindic.tar.xz -Source7149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/devnag.i386-linux.tar.xz -Source7150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.i386-linux.tar.xz -Source7151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langitalian.tar.xz -Source7152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langjapanese.tar.xz -Source7153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.i386-linux.tar.xz -Source7154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.i386-linux.tar.xz -Source7155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.i386-linux.tar.xz -Source7156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.i386-linux.tar.xz -Source7157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.i386-linux.tar.xz -Source7158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langkorean.tar.xz -Source7159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.i386-linux.tar.xz -Source7160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langother.tar.xz -Source7161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langpolish.tar.xz -Source7162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.i386-linux.tar.xz -Source7163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz -Source7164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langspanish.tar.xz -Source7165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latexextra.tar.xz -Source7166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz -Source7167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.i386-linux.tar.xz -Source7168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-pictures.tar.xz -Source7169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.i386-linux.tar.xz -Source7170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.i386-linux.tar.xz -Source7171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.i386-linux.tar.xz -Source7172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.i386-linux.tar.xz -Source7173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.i386-linux.tar.xz -Source7174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.i386-linux.tar.xz -Source7175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.i386-linux.tar.xz -Source7176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.i386-linux.tar.xz -Source7177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.i386-linux.tar.xz -Source7178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.i386-linux.tar.xz -Source7179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.i386-linux.tar.xz -Source7180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.i386-linux.tar.xz -Source7181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.i386-linux.tar.xz -Source7182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.i386-linux.tar.xz -Source7183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-luatex.tar.xz -Source7184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.i386-linux.tar.xz -Source7185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.i386-linux.tar.xz -Source7186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-mathextra.tar.xz -Source7187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-metapost.tar.xz -Source7188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-music.tar.xz -Source7189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.i386-linux.tar.xz -Source7190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.i386-linux.tar.xz -Source7191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.i386-linux.tar.xz -Source7192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.i386-linux.tar.xz -Source7193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.i386-linux.tar.xz -Source7194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.i386-linux.tar.xz -Source7195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-omega.tar.xz -Source7196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.i386-linux.tar.xz -Source7197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-plainextra.tar.xz -Source7198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-pstricks.tar.xz -Source7199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.i386-linux.tar.xz -Source7200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.i386-linux.tar.xz -Source7201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-publishers.tar.xz -Source7202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-science.tar.xz -Source7203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.i386-linux.tar.xz -Source7204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.i386-linux.tar.xz -Source7205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-xetex.tar.xz -Source7206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-basic.tar.xz -Source7207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-context.tar.xz -Source7208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-full.tar.xz -Source7209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-gust.tar.xz -Source7210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-medium.tar.xz -Source7211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-minimal.tar.xz -Source7212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-small.tar.xz -Source7213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-tetex.tar.xz -Source7214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-xml.tar.xz +Source7019: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/checklistings.i386-linux.tar.xz +Source7020: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/chktex.i386-linux.tar.xz +Source7021: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjk-gs-integrate.i386-linux.tar.xz +Source7022: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cjkutils.i386-linux.tar.xz +Source7023: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-basic.tar.xz +Source7024: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive.infra.i386-linux.tar.xz +Source7025: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipdfmx.i386-linux.tar.xz +Source7026: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvips.i386-linux.tar.xz +Source7027: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/gsftopk.i386-linux.tar.xz +Source7028: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/makeindex.i386-linux.tar.xz +Source7029: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metafont.i386-linux.tar.xz +Source7030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mfware.i386-linux.tar.xz +Source7031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tetex.i386-linux.tar.xz +Source7032: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texconfig.i386-linux.tar.xz +Source7033: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.i386-linux.tar.xz +Source7034: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xdvi.i386-linux.tar.xz +Source7035: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz +Source7036: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latex.tar.xz +Source7037: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-bin.i386-linux.tar.xz +Source7038: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mptopdf.i386-linux.tar.xz +Source7039: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/crossrefware.i386-linux.tar.xz +Source7040: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listbib.i386-linux.tar.xz +Source7041: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/multibibliography.i386-linux.tar.xz +Source7042: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/urlbst.i386-linux.tar.xz +Source7043: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-binextra.tar.xz +Source7044: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanify.i386-linux.tar.xz +Source7045: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctanupload.i386-linux.tar.xz +Source7046: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ctie.i386-linux.tar.xz +Source7047: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cweb.i386-linux.tar.xz +Source7048: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/de-macro.i386-linux.tar.xz +Source7049: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/detex.i386-linux.tar.xz +Source7050: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtl.i386-linux.tar.xz +Source7051: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dtxgen.i386-linux.tar.xz +Source7052: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvi2tty.i386-linux.tar.xz +Source7053: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviasm.i386-linux.tar.xz +Source7054: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvicopy.i386-linux.tar.xz +Source7055: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvidvi.i386-linux.tar.xz +Source7056: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dviljk.i386-linux.tar.xz +Source7057: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipng.i386-linux.tar.xz +Source7058: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvipos.i386-linux.tar.xz +Source7059: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dvisvgm.i386-linux.tar.xz +Source7060: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/findhyph.i386-linux.tar.xz +Source7061: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fragmaster.i386-linux.tar.xz +Source7062: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lacheck.i386-linux.tar.xz +Source7063: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex-git-log.i386-linux.tar.xz +Source7064: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latex2man.i386-linux.tar.xz +Source7065: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexdiff.i386-linux.tar.xz +Source7066: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexfileversion.i386-linux.tar.xz +Source7067: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexpand.i386-linux.tar.xz +Source7068: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/latexindent.i386-linux.tar.xz +Source7069: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltxfileinfo.i386-linux.tar.xz +Source7070: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ltximg.i386-linux.tar.xz +Source7071: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/listings-ext.i386-linux.tar.xz +Source7072: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/make4ht.i386-linux.tar.xz +Source7073: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/match_parens.i386-linux.tar.xz +Source7074: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkjobtexmf.i386-linux.tar.xz +Source7075: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/patgen.i386-linux.tar.xz +Source7076: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfbook2.i386-linux.tar.xz +Source7077: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfcrop.i386-linux.tar.xz +Source7078: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdfjam.i386-linux.tar.xz +Source7079: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pdftools.i386-linux.tar.xz +Source7080: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pfarrei.i386-linux.tar.xz +Source7081: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix.i386-linux.tar.xz +Source7082: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pkfix-helper.i386-linux.tar.xz +Source7083: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/purifyeps.i386-linux.tar.xz +Source7084: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pythontex.i386-linux.tar.xz +Source7085: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/seetexk.i386-linux.tar.xz +Source7086: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/sty2dtx.i386-linux.tar.xz +Source7087: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/synctex.i386-linux.tar.xz +Source7088: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ebook.i386-linux.tar.xz +Source7089: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texcount.i386-linux.tar.xz +Source7090: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdef.i386-linux.tar.xz +Source7091: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdirflatten.i386-linux.tar.xz +Source7092: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texdoc.i386-linux.tar.xz +Source7093: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texfot.i386-linux.tar.xz +Source7094: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texliveonfly.i386-linux.tar.xz +Source7095: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texloganalyser.i386-linux.tar.xz +Source7096: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texware.i386-linux.tar.xz +Source7097: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tie.i386-linux.tar.xz +Source7098: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tpic2pdftex.i386-linux.tar.xz +Source7099: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/typeoutfileinfo.i386-linux.tar.xz +Source7100: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/web.i386-linux.tar.xz +Source7101: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-context.tar.xz +Source7102: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/metapost.i386-linux.tar.xz +Source7103: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xetex.i386-linux.tar.xz +Source7104: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/context.i386-linux.tar.xz +Source7105: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz +Source7106: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz +Source7107: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-fontutils.tar.xz +Source7108: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/dosepsbin.i386-linux.tar.xz +Source7109: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epstopdf.i386-linux.tar.xz +Source7110: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontware.i386-linux.tar.xz +Source7111: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lcdftypetools.i386-linux.tar.xz +Source7112: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ps2pk.i386-linux.tar.xz +Source7113: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pstools.i386-linux.tar.xz +Source7114: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontinst.i386-linux.tar.xz +Source7115: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fontools.i386-linux.tar.xz +Source7116: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mf2pt1.i386-linux.tar.xz +Source7117: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ttfutils.i386-linux.tar.xz +Source7118: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz +Source7119: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/eplain.i386-linux.tar.xz +Source7120: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lollipop.i386-linux.tar.xz +Source7121: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mltex.i386-linux.tar.xz +Source7122: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/texsis.i386-linux.tar.xz +Source7123: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-games.tar.xz +Source7124: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/rubik.i386-linux.tar.xz +Source7125: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-genericextra.tar.xz +Source7126: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-genericrecommended.tar.xz +Source7127: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-htmlxml.tar.xz +Source7128: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jadetex.i386-linux.tar.xz +Source7129: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/tex4ht.i386-linux.tar.xz +Source7130: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/xmltex.i386-linux.tar.xz +Source7131: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-humanities.tar.xz +Source7132: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/diadia.i386-linux.tar.xz +Source7133: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langafrican.tar.xz +Source7134: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langarabic.tar.xz +Source7135: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langchinese.tar.xz +Source7136: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langcjk.tar.xz +Source7137: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz +Source7138: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cyrillic-bin.i386-linux.tar.xz +Source7139: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz +Source7140: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/cslatex.i386-linux.tar.xz +Source7141: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/csplain.i386-linux.tar.xz +Source7142: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vlna.i386-linux.tar.xz +Source7143: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langenglish.tar.xz +Source7144: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz +Source7145: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langfrench.tar.xz +Source7146: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langgerman.tar.xz +Source7147: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langgreek.tar.xz +Source7148: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkgrkindex.i386-linux.tar.xz +Source7149: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langindic.tar.xz +Source7150: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/devnag.i386-linux.tar.xz +Source7151: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ebong.i386-linux.tar.xz +Source7152: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langitalian.tar.xz +Source7153: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langjapanese.tar.xz +Source7154: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/convbkmk.i386-linux.tar.xz +Source7155: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/jfontmaps.i386-linux.tar.xz +Source7156: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex.i386-linux.tar.xz +Source7157: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ptex2pdf.i386-linux.tar.xz +Source7158: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/uptex.i386-linux.tar.xz +Source7159: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langkorean.tar.xz +Source7160: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/kotex-utils.i386-linux.tar.xz +Source7161: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langother.tar.xz +Source7162: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langpolish.tar.xz +Source7163: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mex.i386-linux.tar.xz +Source7164: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz +Source7165: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-langspanish.tar.xz +Source7166: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latexextra.tar.xz +Source7167: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz +Source7168: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/thumbpdf.i386-linux.tar.xz +Source7169: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-pictures.tar.xz +Source7170: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/epspdf.i386-linux.tar.xz +Source7171: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fig4latex.i386-linux.tar.xz +Source7172: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/getmap.i386-linux.tar.xz +Source7173: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mathspic.i386-linux.tar.xz +Source7174: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/mkpic.i386-linux.tar.xz +Source7175: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/exceltex.i386-linux.tar.xz +Source7176: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/glossaries.i386-linux.tar.xz +Source7177: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pax.i386-linux.tar.xz +Source7178: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/perltex.i386-linux.tar.xz +Source7179: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst-pdf.i386-linux.tar.xz +Source7180: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/splitindex.i386-linux.tar.xz +Source7181: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/svn-multi.i386-linux.tar.xz +Source7182: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/vpe.i386-linux.tar.xz +Source7183: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/yplan.i386-linux.tar.xz +Source7184: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-luatex.tar.xz +Source7185: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lua2dox.i386-linux.tar.xz +Source7186: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/luaotfload.i386-linux.tar.xz +Source7187: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-mathextra.tar.xz +Source7188: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-metapost.tar.xz +Source7189: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-music.tar.xz +Source7190: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/lilyglyphs.i386-linux.tar.xz +Source7191: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/m-tx.i386-linux.tar.xz +Source7192: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtex.i386-linux.tar.xz +Source7193: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/musixtnt.i386-linux.tar.xz +Source7194: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmx.i386-linux.tar.xz +Source7195: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pmxchords.i386-linux.tar.xz +Source7196: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-omega.tar.xz +Source7197: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/omegaware.i386-linux.tar.xz +Source7198: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-plainextra.tar.xz +Source7199: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-pstricks.tar.xz +Source7200: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pedigree-perl.i386-linux.tar.xz +Source7201: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pst2pdf.i386-linux.tar.xz +Source7202: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-publishers.tar.xz +Source7203: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-science.tar.xz +Source7204: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/pygmentex.i386-linux.tar.xz +Source7205: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/ulqda.i386-linux.tar.xz +Source7206: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/collection-xetex.tar.xz +Source7207: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-basic.tar.xz +Source7208: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-context.tar.xz +Source7209: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-full.tar.xz +Source7210: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-gust.tar.xz +Source7211: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-medium.tar.xz +Source7212: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-minimal.tar.xz +Source7213: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-small.tar.xz +Source7214: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-tetex.tar.xz +Source7215: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/scheme-xml.tar.xz %description The TeX Live software distribution offers a complete TeX system for a @@ -7055,6 +7110,10 @@ Obsoletes: texlive-dvipdfm <= %{epoch}:%{tl_version} Obsoletes: texlive-dvipdfm-bin <= %{epoch}:%{tl_version} Obsoletes: texlive-dvipdfm-doc <= %{epoch}:%{tl_version} Obsoletes: texlive-dvipdfm-fedora-fonts <= %{epoch}:%{tl_version} +Obsoletes: texlive-frenchle <= %{epoch}:%{tl_version} +Obsoletes: texlive-frenchle-bin <= %{epoch}:%{tl_version} +Obsoletes: texlive-frenchle-doc <= %{epoch}:%{tl_version} +Obsoletes: texlive-frenchle-fedora-fonts <= %{epoch}:%{tl_version} Obsoletes: texlive-fundus <= %{epoch}:%{tl_version} Obsoletes: texlive-fundus-bin <= %{epoch}:%{tl_version} Obsoletes: texlive-fundus-doc <= %{epoch}:%{tl_version} @@ -7262,7 +7321,7 @@ Provides: kpathsea-devel = %{epoch}:%{version} Obsoletes: kpathsea-devel < %{epoch}:%{version} Provides: texlive-kpathsea-lib-devel = %{epoch}:%{version}-%{release} Provides: texlive-kpathsea-lib-devel%{_isa} = %{epoch}:%{version}-%{release} -Obsoletes: texlive-kpathsea-lib-devel <= %{epoch}:2014 +Obsoletes: texlive-kpathsea-lib-devel < %{epoch}:%{version} %description lib-devel Development files for TeX specific shared libraries. @@ -7301,7 +7360,7 @@ touch /var/run/texlive/run-mtxrun %postun 12many if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7323,6 +7382,24 @@ AutoReqProv: No %description 12many-doc Documentation for 12many +%post 12many-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun 12many-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans 12many-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package 2up Provides: tex-2up = %{tl_version} License: LPPL @@ -7348,7 +7425,7 @@ touch /var/run/texlive/run-mtxrun %postun 2up if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7370,6 +7447,24 @@ AutoReqProv: No %description 2up-doc Documentation for 2up +%post 2up-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun 2up-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans 2up-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package a0poster Provides: tex-a0poster = %{tl_version} License: LPPL @@ -7401,7 +7496,7 @@ touch /var/run/texlive/run-mtxrun %postun a0poster if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7423,6 +7518,24 @@ AutoReqProv: No %description a0poster-doc Documentation for a0poster +%post a0poster-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun a0poster-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans a0poster-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package a2ping Provides: tex-a2ping = %{tl_version} License: GPL+ @@ -7458,7 +7571,7 @@ touch /var/run/texlive/run-mtxrun %postun a2ping if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7511,7 +7624,7 @@ touch /var/run/texlive/run-mtxrun %postun a4wide if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7533,6 +7646,24 @@ AutoReqProv: No %description a4wide-doc Documentation for a4wide +%post a4wide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun a4wide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans a4wide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package a5comb Provides: tex-a5comb = %{tl_version} License: Public Domain @@ -7559,7 +7690,7 @@ touch /var/run/texlive/run-mtxrun %postun a5comb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7581,6 +7712,24 @@ AutoReqProv: No %description a5comb-doc Documentation for a5comb +%post a5comb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun a5comb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans a5comb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aastex Provides: tex-aastex = %{tl_version} License: LPPL @@ -7616,7 +7765,7 @@ touch /var/run/texlive/run-mtxrun %postun aastex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7638,6 +7787,24 @@ AutoReqProv: No %description aastex-doc Documentation for aastex +%post aastex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aastex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aastex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abbr Provides: tex-abbr = %{tl_version} License: Public Domain @@ -7667,7 +7834,7 @@ touch /var/run/texlive/run-mtxrun %postun abbr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7689,11 +7856,29 @@ AutoReqProv: No %description abbr-doc Documentation for abbr +%post abbr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abbr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abbr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abc Provides: tex-abc = %{tl_version} License: LPPL 1.2 Summary: Support ABC music notation in LaTeX -Version: svn15878.2.0 +Version: svn38340.2.0a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -7713,7 +7898,7 @@ facility to convert your notation to PostScript (using the established utility abcm2ps) and hence to the format needed for inclusion in your document. -date: 2011-12-23 16:04:21 +0100 +date: 2015-09-10 18:28:53 +0200 %post abc mkdir -p /var/run/texlive @@ -7724,7 +7909,7 @@ touch /var/run/texlive/run-mtxrun %postun abc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7737,7 +7922,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package abc-doc Summary: Documentation for abc -Version: svn15878.2.0 +Version: svn38340.2.0a Release: %{tl_noarch_release} Provides: tex-abc-doc BuildArch: noarch @@ -7746,6 +7931,24 @@ AutoReqProv: No %description abc-doc Documentation for abc +%post abc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abntex2 Provides: tex-abntex2 = %{tl_version} License: LPPL 1.3 @@ -7791,7 +7994,7 @@ touch /var/run/texlive/run-mtxrun %postun abntex2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7813,6 +8016,24 @@ AutoReqProv: No %description abntex2-doc Documentation for abntex2 +%post abntex2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abntex2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abntex2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abraces Provides: tex-abraces = %{tl_version} License: LPPL @@ -7841,7 +8062,7 @@ touch /var/run/texlive/run-mtxrun %postun abraces if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7863,6 +8084,24 @@ AutoReqProv: No %description abraces-doc Documentation for abraces +%post abraces-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abraces-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abraces-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abstract Provides: tex-abstract = %{tl_version} License: LPPL @@ -7891,7 +8130,7 @@ touch /var/run/texlive/run-mtxrun %postun abstract if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7913,6 +8152,24 @@ AutoReqProv: No %description abstract-doc Documentation for abstract +%post abstract-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abstract-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abstract-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package abstyles Provides: tex-abstyles = %{tl_version} License: Abstyles @@ -7942,7 +8199,7 @@ touch /var/run/texlive/run-mtxrun %postun abstyles if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -7964,6 +8221,24 @@ AutoReqProv: No %description abstyles-doc Documentation for abstyles +%post abstyles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun abstyles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans abstyles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package academicons Provides: tex-academicons = %{tl_version} License: LPPL 1.3 @@ -8004,7 +8279,7 @@ touch /var/run/texlive/run-mtxrun %postun academicons if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8026,6 +8301,24 @@ AutoReqProv: No %description academicons-doc Documentation for academicons +%post academicons-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun academicons-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans academicons-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package accanthis Provides: tex-accanthis = %{tl_version} License: GPLv2+ @@ -8172,6 +8465,24 @@ AutoReqProv: No %description accanthis-doc Documentation for accanthis +%post accanthis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun accanthis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans accanthis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package accfonts Provides: tex-accfonts = %{tl_version} License: GPL+ @@ -8215,7 +8526,7 @@ touch /var/run/texlive/run-mtxrun %postun accfonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8237,6 +8548,24 @@ AutoReqProv: No %description accfonts-doc Documentation for accfonts +%post accfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun accfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans accfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package accfonts-bin Summary: Binaries for accfonts Version: svn12688.0 @@ -8336,7 +8665,7 @@ touch /var/run/texlive/run-mtxrun %postun achemso if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8358,6 +8687,24 @@ AutoReqProv: No %description achemso-doc Documentation for achemso +%post achemso-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun achemso-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans achemso-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package acmconf Provides: tex-acmconf = %{tl_version} License: LPPL @@ -8388,7 +8735,7 @@ touch /var/run/texlive/run-mtxrun %postun acmconf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8410,6 +8757,24 @@ AutoReqProv: No %description acmconf-doc Documentation for acmconf +%post acmconf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun acmconf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans acmconf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package acronym Provides: tex-acronym = %{tl_version} License: LPPL 1.3 @@ -8443,7 +8808,7 @@ touch /var/run/texlive/run-mtxrun %postun acronym if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8465,6 +8830,24 @@ AutoReqProv: No %description acronym-doc Documentation for acronym +%post acronym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun acronym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans acronym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package acroterm Provides: tex-acroterm = %{tl_version} License: LPPL 1.3 @@ -8495,7 +8878,7 @@ touch /var/run/texlive/run-mtxrun %postun acroterm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8517,11 +8900,29 @@ AutoReqProv: No %description acroterm-doc Documentation for acroterm +%post acroterm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun acroterm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans acroterm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package acro Provides: tex-acro = %{tl_version} -License: LPPL +License: LPPL 1.3 Summary: Typeset acronyms -Version: svn37328.1.6b +Version: svn38306.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -8532,9 +8933,11 @@ Requires: tex(l3sort.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.sty) = %{tl_version} @@ -8547,7 +8950,7 @@ 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. -date: 2015-05-10 23:30:05 +0200 +date: 2015-09-05 14:46:46 +0200 %post acro mkdir -p /var/run/texlive @@ -8558,7 +8961,7 @@ touch /var/run/texlive/run-mtxrun %postun acro if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8571,7 +8974,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package acro-doc Summary: Documentation for acro -Version: svn37328.1.6b +Version: svn38306.2.1 Release: %{tl_noarch_release} Provides: tex-acro-doc BuildArch: noarch @@ -8580,6 +8983,24 @@ AutoReqProv: No %description acro-doc Documentation for acro +%post acro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun acro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans acro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package active-conf Provides: tex-active-conf = %{tl_version} License: LPPL @@ -8624,7 +9045,7 @@ touch /var/run/texlive/run-mtxrun %postun active-conf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8646,6 +9067,24 @@ AutoReqProv: No %description active-conf-doc Documentation for active-conf +%post active-conf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun active-conf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans active-conf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package actuarialangle Provides: tex-actuarialangle = %{tl_version} License: Public Domain @@ -8674,7 +9113,7 @@ touch /var/run/texlive/run-mtxrun %postun actuarialangle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8696,6 +9135,24 @@ AutoReqProv: No %description actuarialangle-doc Documentation for actuarialangle +%post actuarialangle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun actuarialangle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans actuarialangle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package addlines Provides: tex-addlines = %{tl_version} License: LPPL @@ -8728,7 +9185,7 @@ touch /var/run/texlive/run-mtxrun %postun addlines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8750,6 +9207,24 @@ AutoReqProv: No %description addlines-doc Documentation for addlines +%post addlines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun addlines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans addlines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adfathesis Provides: tex-adfathesis = %{tl_version} License: Public Domain @@ -8777,7 +9252,7 @@ touch /var/run/texlive/run-mtxrun %postun adfathesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8799,6 +9274,24 @@ AutoReqProv: No %description adfathesis-doc Documentation for adfathesis +%post adfathesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adfathesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adfathesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adforn Provides: tex-adforn = %{tl_version} License: LPPL @@ -8864,6 +9357,24 @@ AutoReqProv: No %description adforn-doc Documentation for adforn +%post adforn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adforn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adforn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adfsymbols Provides: tex-adfsymbols = %{tl_version} License: LPPL @@ -8938,6 +9449,24 @@ AutoReqProv: No %description adfsymbols-doc Documentation for adfsymbols +%post adfsymbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adfsymbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adfsymbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adhocfilelist Provides: tex-adhocfilelist = %{tl_version} License: LPPL @@ -8968,7 +9497,7 @@ touch /var/run/texlive/run-mtxrun %postun adhocfilelist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -8990,6 +9519,24 @@ AutoReqProv: No %description adhocfilelist-doc Documentation for adhocfilelist +%post adhocfilelist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adhocfilelist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adhocfilelist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adhocfilelist-bin Summary: Binaries for adhocfilelist Version: svn28038.0 @@ -9031,7 +9578,7 @@ touch /var/run/texlive/run-mtxrun %postun adjmulticol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9053,6 +9600,24 @@ AutoReqProv: No %description adjmulticol-doc Documentation for adjmulticol +%post adjmulticol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adjmulticol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adjmulticol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adjustbox Provides: tex-adjustbox = %{tl_version} License: LPPL 1.3 @@ -9104,7 +9669,7 @@ touch /var/run/texlive/run-mtxrun %postun adjustbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9126,6 +9691,24 @@ AutoReqProv: No %description adjustbox-doc Documentation for adjustbox +%post adjustbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adjustbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adjustbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package adobemapping Provides: tex-adobemapping = %{tl_version} License: BSD @@ -9153,7 +9736,7 @@ touch /var/run/texlive/run-mtxrun %postun adobemapping if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9197,7 +9780,7 @@ touch /var/run/texlive/run-mtxrun %postun adrconv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9219,6 +9802,24 @@ AutoReqProv: No %description adrconv-doc Documentation for adrconv +%post adrconv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun adrconv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans adrconv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package advdate Provides: tex-advdate = %{tl_version} License: LPPL 1.3 @@ -9249,7 +9850,7 @@ touch /var/run/texlive/run-mtxrun %postun advdate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9271,6 +9872,24 @@ AutoReqProv: No %description advdate-doc Documentation for advdate +%post advdate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun advdate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans advdate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aecc Provides: tex-aecc = %{tl_version} License: LPPL @@ -9324,7 +9943,7 @@ touch /var/run/texlive/run-mtxrun %postun aecc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9346,6 +9965,24 @@ AutoReqProv: No %description aecc-doc Documentation for aecc +%post aecc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aecc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aecc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aeguill Provides: tex-aeguill = %{tl_version} License: LPPL @@ -9379,7 +10016,7 @@ touch /var/run/texlive/run-mtxrun %postun aeguill if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9401,6 +10038,24 @@ AutoReqProv: No %description aeguill-doc Documentation for aeguill +%post aeguill-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aeguill-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aeguill-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ae Provides: tex-ae = %{tl_version} License: LPPL @@ -9548,7 +10203,7 @@ touch /var/run/texlive/run-mtxrun %postun ae if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9570,6 +10225,24 @@ AutoReqProv: No %description ae-doc Documentation for ae +%post ae-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ae-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ae-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package afm2pl Provides: tex-afm2pl = %{tl_version} License: LPPL @@ -9600,7 +10273,7 @@ touch /var/run/texlive/run-mtxrun %postun afm2pl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9657,7 +10330,7 @@ touch /var/run/texlive/run-mtxrun %postun afparticle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9679,6 +10352,24 @@ AutoReqProv: No %description afparticle-doc Documentation for afparticle +%post afparticle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun afparticle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans afparticle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package afthesis Provides: tex-afthesis = %{tl_version} License: Public Domain @@ -9712,7 +10403,7 @@ touch /var/run/texlive/run-mtxrun %postun afthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9734,6 +10425,24 @@ AutoReqProv: No %description afthesis-doc Documentation for afthesis +%post afthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun afthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans afthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aguplus Provides: tex-aguplus = %{tl_version} License: LPPL @@ -9766,7 +10475,7 @@ touch /var/run/texlive/run-mtxrun %postun aguplus if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9788,6 +10497,24 @@ AutoReqProv: No %description aguplus-doc Documentation for aguplus +%post aguplus-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aguplus-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aguplus-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aiaa Provides: tex-aiaa = %{tl_version} License: LPPL @@ -9825,7 +10552,7 @@ touch /var/run/texlive/run-mtxrun %postun aiaa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9847,6 +10574,24 @@ AutoReqProv: No %description aiaa-doc Documentation for aiaa +%post aiaa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aiaa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aiaa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aichej Provides: tex-aichej = %{tl_version} License: LPPL @@ -9874,7 +10619,7 @@ touch /var/run/texlive/run-mtxrun %postun aichej if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -9911,7 +10656,7 @@ touch /var/run/texlive/run-mtxrun %postun ajl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -10001,7 +10746,7 @@ touch /var/run/texlive/run-mtxrun %postun akktex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -10023,6 +10768,24 @@ AutoReqProv: No %description akktex-doc Documentation for akktex +%post akktex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun akktex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans akktex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package akletter Provides: tex-akletter = %{tl_version} License: LPPL @@ -10060,7 +10823,7 @@ touch /var/run/texlive/run-mtxrun %postun akletter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -10082,11 +10845,29 @@ AutoReqProv: No %description akletter-doc Documentation for akletter +%post akletter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun akletter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans akletter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package alegreya Provides: tex-alegreya = %{tl_version} License: OFL Summary: Alegreya fonts with LaTeX support -Version: svn34200.0 +Version: svn38278.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -12437,7 +13218,7 @@ 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. -date: 2014-05-22 16:28:18 +0200 +date: 2015-09-02 13:51:30 +0200 %post alegreya mkdir -p /var/run/texlive @@ -12466,7 +13247,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package alegreya-doc Summary: Documentation for alegreya -Version: svn34200.0 +Version: svn38278.0 Release: %{tl_noarch_release} Provides: tex-alegreya-doc BuildArch: noarch @@ -12475,6 +13256,24 @@ AutoReqProv: No %description alegreya-doc Documentation for alegreya +%post alegreya-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun alegreya-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alegreya-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aleph Provides: tex-aleph = %{tl_version} License: GPL+ @@ -12537,6 +13336,24 @@ Requires: tex-latex-doc %description aleph-doc Documentation for aleph +%post aleph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aleph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aleph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex Provides: tex-latex = %{tl_version} License: LPPL 1.3 @@ -12721,7 +13538,7 @@ touch /var/run/texlive/run-mtxrun %postun latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -12746,6 +13563,24 @@ Requires: tex-latex-fonts-doc %description latex-doc Documentation for latex +%post latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatex Provides: tex-luatex = %{tl_version} License: GPLv2+ @@ -12816,6 +13651,24 @@ AutoReqProv: No %description luatex-doc Documentation for luatex +%post luatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatex-bin Summary: Binaries for luatex Version: svn37340.0 @@ -12831,7 +13684,7 @@ Binaries for luatex Provides: tex-pdftex = %{tl_version} License: GPL+ Summary: A TeX extension for direct creation of PDF -Version: svn37754.0 +Version: svn38314.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -12861,7 +13714,7 @@ pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was designed around use of pdfTeX (though it is now migrating towards LuaTeX). -date: 2015-04-04 16:29:12 +0200 +date: 2015-08-03 05:43:12 +0200 %post pdftex mkdir -p /var/run/texlive @@ -12899,7 +13752,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pdftex-doc Summary: Documentation for pdftex -Version: svn37754.0 +Version: svn38314.0 Release: %{tl_noarch_release} Provides: tex-pdftex-doc BuildArch: noarch @@ -12909,6 +13762,24 @@ Requires: tex-kpathsea-doc %description pdftex-doc Documentation for pdftex +%post pdftex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdftex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kpathsea Provides: tex-kpathsea = %{tl_version} License: LGPLv2+ @@ -12955,7 +13826,7 @@ touch /var/run/texlive/run-mtxrun %postun kpathsea if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -12977,12 +13848,31 @@ AutoReqProv: No %description kpathsea-doc Documentation for kpathsea +%post kpathsea-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kpathsea-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kpathsea-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kpathsea-bin Summary: Binaries for kpathsea Version: svn37207.0 Requires: texlive-kpathsea Release: %{tl_release} Requires: texlive-kpathsea-lib%{?_isa} = %{epoch}:%{tl_version} +Requires: texlive-metafont-bin%{?_isa} %description kpathsea-bin Binaries for kpathsea @@ -13025,7 +13915,7 @@ touch /var/run/texlive/run-mtxrun %postun pdftex-def if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13040,7 +13930,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-latexconfig = %{tl_version} License: LPPL Summary: latexconfig package -Version: svn37197.0 +Version: svn38205.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -13067,7 +13957,7 @@ touch /var/run/texlive/run-mtxrun %postun latexconfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13135,7 +14025,7 @@ touch /var/run/texlive/run-mtxrun %postun latex-fonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13157,6 +14047,24 @@ AutoReqProv: No %description latex-fonts-doc Documentation for latex-fonts +%post latex-fonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-fonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-fonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plain Provides: tex-plain = %{tl_version} License: Knuth @@ -13195,7 +14103,7 @@ touch /var/run/texlive/run-mtxrun %postun plain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13249,7 +14157,7 @@ touch /var/run/texlive/run-mtxrun %postun lambda if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13271,6 +14179,79 @@ Requires: texlive-kpathsea-lib%{?_isa} = %{epoch}:%{tl_version} %description aleph-bin Binaries for aleph +%package alertmessage +Provides: tex-alertmessage = %{tl_version} +License: LPPL 1.3 +Summary: Alert messages for LaTeX +Version: svn38055.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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). + +date: 2015-08-05 05:51:16 +0200 + +%post alertmessage +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun alertmessage +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alertmessage +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package alertmessage-doc +Summary: Documentation for alertmessage +Version: svn38055.1.1 +Release: %{tl_noarch_release} +Provides: tex-alertmessage-doc +BuildArch: noarch +AutoReqProv: No + +%description alertmessage-doc +Documentation for alertmessage + +%post alertmessage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun alertmessage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alertmessage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package algorithm2e Provides: tex-algorithm2e = %{tl_version} License: LPPL @@ -13311,7 +14292,7 @@ touch /var/run/texlive/run-mtxrun %postun algorithm2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13333,6 +14314,24 @@ AutoReqProv: No %description algorithm2e-doc Documentation for algorithm2e +%post algorithm2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun algorithm2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans algorithm2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package algorithmicx Provides: tex-algorithmicx = %{tl_version} License: LPPL @@ -13370,7 +14369,7 @@ touch /var/run/texlive/run-mtxrun %postun algorithmicx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13392,11 +14391,29 @@ AutoReqProv: No %description algorithmicx-doc Documentation for algorithmicx +%post algorithmicx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun algorithmicx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans algorithmicx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package algorithms Provides: tex-algorithms = %{tl_version} License: LGPLv2+ Summary: A suite of tools for typesetting algorithms in pseudo-code -Version: svn15878.0.1 +Version: svn38085.0.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -13415,7 +14432,7 @@ designed to work with the algorithmic style. Within an algorithmic environment a number of commands for typesetting popular algorithmic constructs are available. -date: 2011-10-12 10:50:16 +0200 +date: 2015-08-03 05:43:12 +0200 %post algorithms mkdir -p /var/run/texlive @@ -13426,7 +14443,7 @@ touch /var/run/texlive/run-mtxrun %postun algorithms if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13439,7 +14456,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package algorithms-doc Summary: Documentation for algorithms -Version: svn15878.0.1 +Version: svn38085.0.1 Release: %{tl_noarch_release} Provides: tex-algorithms-doc BuildArch: noarch @@ -13448,6 +14465,24 @@ AutoReqProv: No %description algorithms-doc Documentation for algorithms +%post algorithms-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun algorithms-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans algorithms-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package alg Provides: tex-alg = %{tl_version} License: LPPL @@ -13481,7 +14516,7 @@ touch /var/run/texlive/run-mtxrun %postun alg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13503,6 +14538,24 @@ AutoReqProv: No %description alg-doc Documentation for alg +%post alg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun alg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package allrunes Provides: tex-allrunes = %{tl_version} License: LPPL @@ -13785,6 +14838,24 @@ AutoReqProv: No %description allrunes-doc Documentation for allrunes +%post allrunes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun allrunes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans allrunes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package almfixed Provides: tex-almfixed = %{tl_version} License: LPPL @@ -13832,7 +14903,7 @@ touch /var/run/texlive/run-mtxrun %postun almfixed if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13854,6 +14925,24 @@ AutoReqProv: No %description almfixed-doc Documentation for almfixed +%post almfixed-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun almfixed-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans almfixed-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package alnumsec Provides: tex-alnumsec = %{tl_version} License: LPPL @@ -13886,7 +14975,7 @@ touch /var/run/texlive/run-mtxrun %postun alnumsec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13908,6 +14997,24 @@ AutoReqProv: No %description alnumsec-doc Documentation for alnumsec +%post alnumsec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun alnumsec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alnumsec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package alterqcm Provides: tex-alterqcm = %{tl_version} License: LPPL @@ -13941,7 +15048,7 @@ touch /var/run/texlive/run-mtxrun %postun alterqcm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -13963,6 +15070,24 @@ AutoReqProv: No %description alterqcm-doc Documentation for alterqcm +%post alterqcm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun alterqcm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans alterqcm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package altfont Provides: tex-altfont = %{tl_version} License: GPL+ @@ -13996,7 +15121,7 @@ touch /var/run/texlive/run-mtxrun %postun altfont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14018,6 +15143,24 @@ AutoReqProv: No %description altfont-doc Documentation for altfont +%post altfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun altfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans altfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ametsoc Provides: tex-ametsoc = %{tl_version} License: LPPL @@ -14050,7 +15193,7 @@ touch /var/run/texlive/run-mtxrun %postun ametsoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14072,6 +15215,24 @@ AutoReqProv: No %description ametsoc-doc Documentation for ametsoc +%post ametsoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ametsoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ametsoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amiri Provides: tex-amiri = %{tl_version} License: OFL @@ -14107,7 +15268,7 @@ touch /var/run/texlive/run-mtxrun %postun amiri if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14129,6 +15290,24 @@ AutoReqProv: No %description amiri-doc Documentation for amiri +%post amiri-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amiri-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amiri-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsaddr Provides: tex-amsaddr = %{tl_version} License: LPPL @@ -14159,7 +15338,7 @@ touch /var/run/texlive/run-mtxrun %postun amsaddr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14181,6 +15360,24 @@ AutoReqProv: No %description amsaddr-doc Documentation for amsaddr +%post amsaddr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsaddr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsaddr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amscls Provides: tex-amscls = %{tl_version} License: LPPL 1.3 @@ -14224,7 +15421,7 @@ touch /var/run/texlive/run-mtxrun %postun amscls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14246,6 +15443,24 @@ AutoReqProv: No %description amscls-doc Documentation for amscls +%post amscls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amscls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amscls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsfonts Provides: tex-amsfonts = %{tl_version} License: OFL @@ -14574,6 +15789,24 @@ AutoReqProv: No %description amsfonts-doc Documentation for amsfonts +%post amsfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amslatex-primer-doc Summary: Documentation for amslatex-primer Version: svn28980.2.3 @@ -14585,6 +15818,24 @@ AutoReqProv: No %description amslatex-primer-doc Documentation for amslatex-primer +%post amslatex-primer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amslatex-primer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amslatex-primer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsldoc-it-doc Summary: Documentation for amsldoc-it Version: svn15878.0 @@ -14596,6 +15847,24 @@ AutoReqProv: No %description amsldoc-it-doc Documentation for amsldoc-it +%post amsldoc-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsldoc-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsldoc-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsldoc-vn-doc Summary: Documentation for amsldoc-vn Version: svn21855.2.0 @@ -14607,6 +15876,24 @@ AutoReqProv: No %description amsldoc-vn-doc Documentation for amsldoc-vn +%post amsldoc-vn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsldoc-vn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsldoc-vn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsmath-it-doc Summary: Documentation for amsmath-it Version: svn22930.0 @@ -14618,6 +15905,24 @@ AutoReqProv: No %description amsmath-it-doc Documentation for amsmath-it +%post amsmath-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsmath-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsmath-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsmath Provides: tex-amsmath = %{tl_version} License: LPPL @@ -14663,7 +15968,7 @@ touch /var/run/texlive/run-mtxrun %postun amsmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14685,6 +15990,24 @@ AutoReqProv: No %description amsmath-doc Documentation for amsmath +%post amsmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amsrefs Provides: tex-amsrefs = %{tl_version} License: LPPL 1.3 @@ -14726,7 +16049,7 @@ touch /var/run/texlive/run-mtxrun %postun amsrefs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14748,6 +16071,24 @@ AutoReqProv: No %description amsrefs-doc Documentation for amsrefs +%post amsrefs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsrefs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsrefs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package amstex Provides: tex-amstex = %{tl_version} License: LPPL @@ -14814,6 +16155,24 @@ AutoReqProv: No %description amstex-doc Documentation for amstex +%post amstex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amstex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amstex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex Provides: tex-tex = %{tl_version} License: Knuth @@ -14904,11 +16263,29 @@ AutoReqProv: No %description amsthdoc-it-doc Documentation for amsthdoc-it +%post amsthdoc-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun amsthdoc-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans amsthdoc-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package animate Provides: tex-animate = %{tl_version} License: LPPL Summary: Create PDF animations from graphics files and inline graphics -Version: svn37617.0 +Version: svn38230.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -14934,7 +16311,7 @@ from inline graphics, such as LaTeX picture environment, PSTricks or pgf/TikZ generated pictures, or just from typeset text. -date: 2015-06-19 13:50:42 +0200 +date: 2015-08-28 18:23:54 +0200 %post animate mkdir -p /var/run/texlive @@ -14945,7 +16322,7 @@ touch /var/run/texlive/run-mtxrun %postun animate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -14958,7 +16335,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package animate-doc Summary: Documentation for animate -Version: svn37617.0 +Version: svn38230.0 Release: %{tl_noarch_release} Provides: tex-animate-doc BuildArch: noarch @@ -14967,6 +16344,24 @@ AutoReqProv: No %description animate-doc Documentation for animate +%post animate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun animate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans animate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package anonchap Provides: tex-anonchap = %{tl_version} License: LPPL @@ -14997,7 +16392,7 @@ touch /var/run/texlive/run-mtxrun %postun anonchap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -15019,6 +16414,24 @@ AutoReqProv: No %description anonchap-doc Documentation for anonchap +%post anonchap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun anonchap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans anonchap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package anonymouspro Provides: tex-anonymouspro = %{tl_version} License: LPPL 1.3 @@ -15145,6 +16558,24 @@ AutoReqProv: No %description anonymouspro-doc Documentation for anonymouspro +%post anonymouspro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun anonymouspro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans anonymouspro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package answers Provides: tex-answers = %{tl_version} License: LPPL @@ -15173,7 +16604,7 @@ touch /var/run/texlive/run-mtxrun %postun answers if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -15195,6 +16626,24 @@ AutoReqProv: No %description answers-doc Documentation for answers +%post answers-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun answers-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans answers-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package antiqua Provides: tex-antiqua = %{tl_version} License: GPL+ @@ -15275,6 +16724,24 @@ AutoReqProv: No %description antiqua-doc Documentation for antiqua +%post antiqua-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun antiqua-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans antiqua-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package antomega Provides: tex-antomega = %{tl_version} License: LPPL @@ -15333,7 +16800,7 @@ touch /var/run/texlive/run-mtxrun %postun antomega if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -15356,6 +16823,24 @@ Requires: tex-omega-doc %description antomega-doc Documentation for antomega +%post antomega-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun antomega-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans antomega-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package omega Provides: tex-omega = %{tl_version} License: GPL+ @@ -15475,6 +16960,24 @@ AutoReqProv: No %description omega-doc Documentation for omega +%post omega-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun omega-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans omega-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package antt Provides: tex-antt = %{tl_version} License: GFSL @@ -15998,6 +17501,24 @@ AutoReqProv: No %description antt-doc Documentation for antt +%post antt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun antt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans antt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package anufinalexam-doc Summary: Documentation for anufinalexam Version: svn26053.0 @@ -16009,6 +17530,24 @@ AutoReqProv: No %description anufinalexam-doc Documentation for anufinalexam +%post anufinalexam-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun anufinalexam-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans anufinalexam-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package anyfontsize Provides: tex-anyfontsize = %{tl_version} License: LPPL @@ -16042,7 +17581,7 @@ touch /var/run/texlive/run-mtxrun %postun anyfontsize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16064,6 +17603,24 @@ AutoReqProv: No %description anyfontsize-doc Documentation for anyfontsize +%post anyfontsize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun anyfontsize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans anyfontsize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package anysize Provides: tex-anysize = %{tl_version} License: Public Domain @@ -16092,7 +17649,7 @@ touch /var/run/texlive/run-mtxrun %postun anysize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16114,6 +17671,24 @@ AutoReqProv: No %description anysize-doc Documentation for anysize +%post anysize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun anysize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans anysize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aobs-tikz Provides: tex-aobs-tikz = %{tl_version} License: LPPL 1.3 @@ -16144,7 +17719,7 @@ touch /var/run/texlive/run-mtxrun %postun aobs-tikz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16166,6 +17741,24 @@ AutoReqProv: No %description aobs-tikz-doc Documentation for aobs-tikz +%post aobs-tikz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aobs-tikz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aobs-tikz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aomart Provides: tex-aomart = %{tl_version} License: LPPL 1.3 @@ -16199,7 +17792,7 @@ touch /var/run/texlive/run-mtxrun %postun aomart if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16221,6 +17814,24 @@ AutoReqProv: No %description aomart-doc Documentation for aomart +%post aomart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aomart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aomart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apa6e Provides: tex-apa6e = %{tl_version} License: BSD @@ -16260,7 +17871,7 @@ touch /var/run/texlive/run-mtxrun %postun apa6e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16282,6 +17893,24 @@ AutoReqProv: No %description apa6e-doc Documentation for apa6e +%post apa6e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apa6e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apa6e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apa6 Provides: tex-apa6 = %{tl_version} License: LPPL 1.3 @@ -16343,7 +17972,7 @@ touch /var/run/texlive/run-mtxrun %postun apa6 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16365,6 +17994,24 @@ AutoReqProv: No %description apa6-doc Documentation for apa6 +%post apa6-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apa6-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apa6-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apacite Provides: tex-apacite = %{tl_version} License: LPPL @@ -16403,7 +18050,7 @@ touch /var/run/texlive/run-mtxrun %postun apacite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16425,6 +18072,24 @@ AutoReqProv: No %description apacite-doc Documentation for apacite +%post apacite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apacite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apacite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apalike2 Provides: tex-apalike2 = %{tl_version} License: Knuth @@ -16451,7 +18116,7 @@ touch /var/run/texlive/run-mtxrun %postun apalike2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16509,7 +18174,7 @@ touch /var/run/texlive/run-mtxrun %postun apa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16531,6 +18196,24 @@ AutoReqProv: No %description apa-doc Documentation for apa +%post apa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apnum Provides: tex-apnum = %{tl_version} License: Public Domain @@ -16564,7 +18247,7 @@ touch /var/run/texlive/run-mtxrun %postun apnum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16586,6 +18269,24 @@ AutoReqProv: No %description apnum-doc Documentation for apnum +%post apnum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apnum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apnum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package appendixnumberbeamer Provides: tex-appendixnumberbeamer = %{tl_version} License: GPLv3+ @@ -16614,7 +18315,7 @@ touch /var/run/texlive/run-mtxrun %postun appendixnumberbeamer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16636,6 +18337,24 @@ AutoReqProv: No %description appendixnumberbeamer-doc Documentation for appendixnumberbeamer +%post appendixnumberbeamer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun appendixnumberbeamer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans appendixnumberbeamer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package appendix Provides: tex-appendix = %{tl_version} License: LPPL @@ -16671,7 +18390,7 @@ touch /var/run/texlive/run-mtxrun %postun appendix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16693,6 +18412,24 @@ AutoReqProv: No %description appendix-doc Documentation for appendix +%post appendix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun appendix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans appendix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apprends-latex-doc Summary: Documentation for apprends-latex Version: svn19306.4.02 @@ -16704,6 +18441,24 @@ AutoReqProv: No %description apprends-latex-doc Documentation for apprends-latex +%post apprends-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apprends-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apprends-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package apptools Provides: tex-apptools = %{tl_version} License: LPPL 1.3 @@ -16734,7 +18489,7 @@ touch /var/run/texlive/run-mtxrun %postun apptools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -16756,6 +18511,24 @@ AutoReqProv: No %description apptools-doc Documentation for apptools +%post apptools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun apptools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans apptools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arabi Provides: tex-arabi = %{tl_version} License: LPPL @@ -17019,6 +18792,24 @@ AutoReqProv: No %description arabi-doc Documentation for arabi +%post arabi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arabi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arabi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arabtex Provides: tex-arabtex = %{tl_version} License: LPPL @@ -17185,11 +18976,29 @@ AutoReqProv: No %description arabtex-doc Documentation for arabtex +%post arabtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arabtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arabtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arabxetex Provides: tex-arabxetex = %{tl_version} License: LPPL Summary: An ArabTeX-like interface for XeLaTeX -Version: svn17470.v1.1.4 +Version: svn38299.1.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -17199,70 +19008,41 @@ 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-fdf2alif-farsi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-farsi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-farsi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-kashmiri-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-kashmiri-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-kashmiri-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-kurdish.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-maghribi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-maghribi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-maghribi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-malay-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-malay-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-malay-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-pashto-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-pashto-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-pashto-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-sindhi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-sindhi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-sindhi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-turk-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-turk-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-turk-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-uighur.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-urdu-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-urdu-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-urdu-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2alif-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-farsi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-farsi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-farsi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-kashmiri-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-kashmiri-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-kashmiri-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-kurdish.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-maghribi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-maghribi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-maghribi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-malay-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-malay-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-malay-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-pashto-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-pashto-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-pashto-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-sindhi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-sindhi-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-sindhi-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-turk-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-turk-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-turk-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-uighur.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-urdu-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-urdu-novoc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-urdu-voc.map) = %{tl_version} -Provides: tex(arabtex-fdf2noalif-voc.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} @@ -17278,13 +19058,11 @@ 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 (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. +The documentation covers topics such as typesetting the Holy +Quran and typesetting bidirectional critical editions with the +package ednotes. -date: 2014-09-06 10:23:38 +0200 +date: 2015-09-04 12:07:48 +0200 %post arabxetex mkdir -p /var/run/texlive @@ -17295,7 +19073,7 @@ touch /var/run/texlive/run-mtxrun %postun arabxetex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -17308,7 +19086,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package arabxetex-doc Summary: Documentation for arabxetex -Version: svn17470.v1.1.4 +Version: svn38299.1.2.1 Release: %{tl_noarch_release} Provides: tex-arabxetex-doc BuildArch: noarch @@ -17317,6 +19095,24 @@ AutoReqProv: No %description arabxetex-doc Documentation for arabxetex +%post arabxetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arabxetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arabxetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aramaic-serto Provides: tex-aramaic-serto = %{tl_version} License: LPPL 1.3 @@ -17392,6 +19188,24 @@ AutoReqProv: No %description aramaic-serto-doc Documentation for aramaic-serto +%post aramaic-serto-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aramaic-serto-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aramaic-serto-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arara Provides: tex-arara = %{tl_version} License: BSD @@ -17421,7 +19235,7 @@ touch /var/run/texlive/run-mtxrun %postun arara if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -17443,6 +19257,24 @@ AutoReqProv: No %description arara-doc Documentation for arara +%post arara-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arara-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arara-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arara-bin Summary: Binaries for arara Version: svn29036.0 @@ -17458,7 +19290,7 @@ Binaries for arara Provides: tex-archaic = %{tl_version} License: LPPL Summary: A collection of archaic fonts -Version: svn37773.0 +Version: svn38005.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -17602,7 +19434,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package archaic-doc Summary: Documentation for archaic -Version: svn37773.0 +Version: svn38005.0 Release: %{tl_noarch_release} Provides: tex-archaic-doc BuildArch: noarch @@ -17611,6 +19443,24 @@ AutoReqProv: No %description archaic-doc Documentation for archaic +%post archaic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun archaic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans archaic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arcs Provides: tex-arcs = %{tl_version} License: LPPL @@ -17641,7 +19491,7 @@ touch /var/run/texlive/run-mtxrun %postun arcs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -17663,6 +19513,24 @@ AutoReqProv: No %description arcs-doc Documentation for arcs +%post arcs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arcs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arcs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arev Provides: tex-arev = %{tl_version} License: LPPL @@ -17785,6 +19653,24 @@ AutoReqProv: No %description arev-doc Documentation for arev +%post arev-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arev-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arev-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package armtex Provides: tex-armtex = %{tl_version} License: LPPL @@ -17880,6 +19766,24 @@ AutoReqProv: No %description armtex-doc Documentation for armtex +%post armtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun armtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans armtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package around-the-bend-doc Summary: Documentation for around-the-bend Version: svn15878.0 @@ -17891,9 +19795,27 @@ AutoReqProv: No %description around-the-bend-doc Documentation for around-the-bend +%post around-the-bend-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun around-the-bend-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans around-the-bend-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arphic Provides: tex-arphic = %{tl_version} -License: Freely redistributable without restriction +License: Arphic Summary: Arphic (Chinese) font packages Version: svn15878.0 Release: %{tl_noarch_release} @@ -19110,6 +21032,24 @@ AutoReqProv: No %description arphic-doc Documentation for arphic +%post arphic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arphic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arphic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arrayjobx Provides: tex-arrayjobx = %{tl_version} License: LPPL @@ -19143,7 +21083,7 @@ touch /var/run/texlive/run-mtxrun %postun arrayjobx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19165,6 +21105,24 @@ AutoReqProv: No %description arrayjobx-doc Documentation for arrayjobx +%post arrayjobx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arrayjobx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arrayjobx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arraysort Provides: tex-arraysort = %{tl_version} License: LPPL 1.2 @@ -19201,7 +21159,7 @@ touch /var/run/texlive/run-mtxrun %postun arraysort if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19223,6 +21181,24 @@ AutoReqProv: No %description arraysort-doc Documentation for arraysort +%post arraysort-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arraysort-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arraysort-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arsclassica Provides: tex-arsclassica = %{tl_version} License: LPPL @@ -19256,7 +21232,7 @@ touch /var/run/texlive/run-mtxrun %postun arsclassica if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19278,6 +21254,24 @@ AutoReqProv: No %description arsclassica-doc Documentation for arsclassica +%post arsclassica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arsclassica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arsclassica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package articleingud Provides: tex-articleingud = %{tl_version} License: LPPL 1.2 @@ -19305,7 +21299,7 @@ touch /var/run/texlive/run-mtxrun %postun articleingud if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19327,6 +21321,24 @@ AutoReqProv: No %description articleingud-doc Documentation for articleingud +%post articleingud-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun articleingud-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans articleingud-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package arydshln Provides: tex-arydshln = %{tl_version} License: LPPL @@ -19358,7 +21370,7 @@ touch /var/run/texlive/run-mtxrun %postun arydshln if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19380,6 +21392,24 @@ AutoReqProv: No %description arydshln-doc Documentation for arydshln +%post arydshln-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun arydshln-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans arydshln-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package asaetr Provides: tex-asaetr = %{tl_version} License: Public Domain @@ -19411,7 +21441,7 @@ touch /var/run/texlive/run-mtxrun %postun asaetr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19433,6 +21463,24 @@ AutoReqProv: No %description asaetr-doc Documentation for asaetr +%post asaetr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun asaetr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans asaetr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package asana-math Provides: tex-asana-math = %{tl_version} License: OFL @@ -19468,7 +21516,7 @@ touch /var/run/texlive/run-mtxrun %postun asana-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19490,6 +21538,24 @@ AutoReqProv: No %description asana-math-doc Documentation for asana-math +%post asana-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun asana-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans asana-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ascelike Provides: tex-ascelike = %{tl_version} License: LPPL @@ -19525,7 +21591,7 @@ touch /var/run/texlive/run-mtxrun %postun ascelike if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19547,6 +21613,24 @@ AutoReqProv: No %description ascelike-doc Documentation for ascelike +%post ascelike-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ascelike-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ascelike-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ascii-chart-doc Summary: Documentation for ascii-chart Version: svn20536.0 @@ -19558,6 +21642,24 @@ AutoReqProv: No %description ascii-chart-doc Documentation for ascii-chart +%post ascii-chart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ascii-chart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ascii-chart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ascii-font Provides: tex-ascii-font = %{tl_version} License: LPPL @@ -19621,6 +21723,24 @@ AutoReqProv: No %description ascii-font-doc Documentation for ascii-font +%post ascii-font-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ascii-font-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ascii-font-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package askmaps Provides: tex-askmaps = %{tl_version} License: LPPL @@ -19652,7 +21772,7 @@ touch /var/run/texlive/run-mtxrun %postun askmaps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19674,6 +21794,24 @@ AutoReqProv: No %description askmaps-doc Documentation for askmaps +%post askmaps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun askmaps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans askmaps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aspectratio Provides: tex-aspectratio = %{tl_version} License: LPPL @@ -19773,6 +21911,24 @@ AutoReqProv: No %description aspectratio-doc Documentation for aspectratio +%post aspectratio-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aspectratio-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aspectratio-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package assignment Provides: tex-assignment = %{tl_version} License: LPPL @@ -19800,7 +21956,7 @@ touch /var/run/texlive/run-mtxrun %postun assignment if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19822,6 +21978,24 @@ AutoReqProv: No %description assignment-doc Documentation for assignment +%post assignment-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun assignment-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans assignment-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package assoccnt Provides: tex-assoccnt = %{tl_version} License: LPPL 1.3 @@ -19853,7 +22027,7 @@ touch /var/run/texlive/run-mtxrun %postun assoccnt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19875,6 +22049,24 @@ AutoReqProv: No %description assoccnt-doc Documentation for assoccnt +%post assoccnt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun assoccnt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans assoccnt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package astro Provides: tex-astro = %{tl_version} License: LPPL @@ -19904,7 +22096,7 @@ touch /var/run/texlive/run-mtxrun %postun astro if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19926,6 +22118,24 @@ AutoReqProv: No %description astro-doc Documentation for astro +%post astro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun astro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans astro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package asyfig Provides: tex-asyfig = %{tl_version} License: LPPL @@ -19962,7 +22172,7 @@ touch /var/run/texlive/run-mtxrun %postun asyfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -19984,6 +22194,24 @@ AutoReqProv: No %description asyfig-doc Documentation for asyfig +%post asyfig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun asyfig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans asyfig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package asypictureb Provides: tex-asypictureb = %{tl_version} License: LPPL 1.3 @@ -20022,7 +22250,7 @@ touch /var/run/texlive/run-mtxrun %postun asypictureb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20044,6 +22272,24 @@ AutoReqProv: No %description asypictureb-doc Documentation for asypictureb +%post asypictureb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun asypictureb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans asypictureb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package attachfile Provides: tex-attachfile = %{tl_version} License: LPPL 1.3 @@ -20086,7 +22332,7 @@ touch /var/run/texlive/run-mtxrun %postun attachfile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20108,6 +22354,24 @@ AutoReqProv: No %description attachfile-doc Documentation for attachfile +%post attachfile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun attachfile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans attachfile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package augie Provides: tex-augie = %{tl_version} License: LPPL @@ -20176,6 +22440,24 @@ AutoReqProv: No %description augie-doc Documentation for augie +%post augie-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun augie-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans augie-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package auncial-new Provides: tex-auncial-new = %{tl_version} License: LPPL @@ -20247,6 +22529,24 @@ AutoReqProv: No %description auncial-new-doc Documentation for auncial-new +%post auncial-new-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun auncial-new-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans auncial-new-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package aurical Provides: tex-aurical = %{tl_version} License: LPPL @@ -20361,6 +22661,24 @@ AutoReqProv: No %description aurical-doc Documentation for aurical +%post aurical-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun aurical-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans aurical-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package authoraftertitle Provides: tex-authoraftertitle = %{tl_version} License: Public Domain @@ -20389,7 +22707,7 @@ touch /var/run/texlive/run-mtxrun %postun authoraftertitle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20411,6 +22729,24 @@ AutoReqProv: No %description authoraftertitle-doc Documentation for authoraftertitle +%post authoraftertitle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun authoraftertitle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans authoraftertitle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package authorindex Provides: tex-authorindex = %{tl_version} License: LPPL @@ -20444,7 +22780,7 @@ touch /var/run/texlive/run-mtxrun %postun authorindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20466,6 +22802,24 @@ AutoReqProv: No %description authorindex-doc Documentation for authorindex +%post authorindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun authorindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans authorindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package authorindex-bin Summary: Binaries for authorindex Version: svn18790.0 @@ -20507,7 +22861,7 @@ touch /var/run/texlive/run-mtxrun %postun autoarea if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20529,6 +22883,24 @@ AutoReqProv: No %description autoarea-doc Documentation for autoarea +%post autoarea-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun autoarea-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans autoarea-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package automata Provides: tex-automata = %{tl_version} License: LPPL @@ -20559,7 +22931,7 @@ touch /var/run/texlive/run-mtxrun %postun automata if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20581,6 +22953,24 @@ AutoReqProv: No %description automata-doc Documentation for automata +%post automata-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun automata-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans automata-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package autonum Provides: tex-autonum = %{tl_version} License: LPPL 1.3 @@ -20614,7 +23004,7 @@ touch /var/run/texlive/run-mtxrun %postun autonum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20636,6 +23026,24 @@ AutoReqProv: No %description autonum-doc Documentation for autonum +%post autonum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun autonum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans autonum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package autopdf Provides: tex-autopdf = %{tl_version} License: LPPL 1.2 @@ -20670,7 +23078,7 @@ touch /var/run/texlive/run-mtxrun %postun autopdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20692,6 +23100,24 @@ AutoReqProv: No %description autopdf-doc Documentation for autopdf +%post autopdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun autopdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans autopdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package auto-pst-pdf Provides: tex-auto-pst-pdf = %{tl_version} License: LPPL @@ -20728,7 +23154,7 @@ touch /var/run/texlive/run-mtxrun %postun auto-pst-pdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -20750,6 +23176,24 @@ AutoReqProv: No %description auto-pst-pdf-doc Documentation for auto-pst-pdf +%post auto-pst-pdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun auto-pst-pdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans auto-pst-pdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package avantgar Provides: tex-avantgar = %{tl_version} License: GPL+ @@ -20986,7 +23430,7 @@ touch /var/run/texlive/run-mtxrun %postun avremu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21008,6 +23452,24 @@ AutoReqProv: No %description avremu-doc Documentation for avremu +%post avremu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun avremu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans avremu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package b1encoding Provides: tex-b1encoding = %{tl_version} License: LPPL 1.3 @@ -21038,7 +23500,7 @@ touch /var/run/texlive/run-mtxrun %postun b1encoding if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21060,6 +23522,24 @@ AutoReqProv: No %description b1encoding-doc Documentation for b1encoding +%post b1encoding-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun b1encoding-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans b1encoding-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-albanian Provides: tex-babel-albanian = %{tl_version} License: LPPL @@ -21087,7 +23567,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-albanian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21109,6 +23589,24 @@ AutoReqProv: No %description babel-albanian-doc Documentation for babel-albanian +%post babel-albanian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-albanian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-albanian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-bahasa Provides: tex-babel-bahasa = %{tl_version} License: LPPL 1.3 @@ -21137,7 +23635,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-bahasa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21159,6 +23657,24 @@ AutoReqProv: No %description babel-bahasa-doc Documentation for babel-bahasa +%post babel-bahasa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-bahasa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-bahasa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-basque Provides: tex-babel-basque = %{tl_version} License: LPPL 1.3 @@ -21185,7 +23701,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-basque if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21207,6 +23723,24 @@ AutoReqProv: No %description babel-basque-doc Documentation for babel-basque +%post babel-basque-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-basque-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-basque-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babelbib Provides: tex-babelbib = %{tl_version} License: LPPL @@ -21239,7 +23773,7 @@ touch /var/run/texlive/run-mtxrun %postun babelbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21261,11 +23795,29 @@ AutoReqProv: No %description babelbib-doc Documentation for babelbib +%post babelbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babelbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babelbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-bosnian Provides: tex-babel-bosnian = %{tl_version} License: LPPL 1.3 Summary: Babel contrib support for Bosnian -Version: svn36308.1.0 +Version: svn38174.1.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -21277,7 +23829,7 @@ Provides: tex(bosnian.ldf) = %{tl_version} The package provides a language definition file that enables support of Bosnian with babel. -date: 2015-03-01 06:19:26 +0100 +date: 2015-08-21 00:26:56 +0200 %post babel-bosnian mkdir -p /var/run/texlive @@ -21288,7 +23840,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-bosnian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21301,7 +23853,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-bosnian-doc Summary: Documentation for babel-bosnian -Version: svn36308.1.0 +Version: svn38174.1.1 Release: %{tl_noarch_release} Provides: tex-babel-bosnian-doc BuildArch: noarch @@ -21310,6 +23862,24 @@ AutoReqProv: No %description babel-bosnian-doc Documentation for babel-bosnian +%post babel-bosnian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-bosnian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-bosnian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-breton Provides: tex-babel-breton = %{tl_version} License: LPPL 1.3 @@ -21339,7 +23909,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-breton if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21361,6 +23931,24 @@ AutoReqProv: No %description babel-breton-doc Documentation for babel-breton +%post babel-breton-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-breton-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-breton-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-bulgarian Provides: tex-babel-bulgarian = %{tl_version} License: LPPL 1.3 @@ -21388,7 +23976,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-bulgarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21410,6 +23998,24 @@ AutoReqProv: No %description babel-bulgarian-doc Documentation for babel-bulgarian +%post babel-bulgarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-bulgarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-bulgarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-catalan Provides: tex-babel-catalan = %{tl_version} License: LPPL 1.3 @@ -21438,7 +24044,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-catalan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21460,6 +24066,24 @@ AutoReqProv: No %description babel-catalan-doc Documentation for babel-catalan +%post babel-catalan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-catalan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-catalan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-croatian Provides: tex-babel-croatian = %{tl_version} License: LPPL 1.3 @@ -21488,7 +24112,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-croatian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21510,6 +24134,24 @@ AutoReqProv: No %description babel-croatian-doc Documentation for babel-croatian +%post babel-croatian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-croatian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-croatian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-czech Provides: tex-babel-czech = %{tl_version} License: LPPL 1.3 @@ -21539,7 +24181,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-czech if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21561,6 +24203,24 @@ AutoReqProv: No %description babel-czech-doc Documentation for babel-czech +%post babel-czech-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-czech-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-czech-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-danish Provides: tex-babel-danish = %{tl_version} License: LPPL 1.3 @@ -21590,7 +24250,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-danish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21612,6 +24272,24 @@ AutoReqProv: No %description babel-danish-doc Documentation for babel-danish +%post babel-danish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-danish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-danish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-dutch Provides: tex-babel-dutch = %{tl_version} License: LPPL 1.3 @@ -21641,7 +24319,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-dutch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21663,6 +24341,24 @@ AutoReqProv: No %description babel-dutch-doc Documentation for babel-dutch +%post babel-dutch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-dutch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-dutch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-english Provides: tex-babel-english = %{tl_version} License: LPPL 1.3 @@ -21692,7 +24388,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-english if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21714,6 +24410,24 @@ AutoReqProv: No %description babel-english-doc Documentation for babel-english +%post babel-english-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-english-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-english-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-esperanto Provides: tex-babel-esperanto = %{tl_version} License: LPPL 1.3 @@ -21742,7 +24456,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-esperanto if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21764,11 +24478,29 @@ AutoReqProv: No %description babel-esperanto-doc Documentation for babel-esperanto +%post babel-esperanto-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-esperanto-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-esperanto-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-estonian Provides: tex-babel-estonian = %{tl_version} License: LPPL 1.3 Summary: Babel support for Estonian -Version: svn33023.1.1 +Version: svn38064.1.1a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -21781,7 +24513,7 @@ 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". -date: 2014-05-22 11:58:32 +0200 +date: 2015-08-05 10:58:42 +0200 %post babel-estonian mkdir -p /var/run/texlive @@ -21792,7 +24524,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-estonian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21805,7 +24537,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-estonian-doc Summary: Documentation for babel-estonian -Version: svn33023.1.1 +Version: svn38064.1.1a Release: %{tl_noarch_release} Provides: tex-babel-estonian-doc BuildArch: noarch @@ -21814,6 +24546,24 @@ AutoReqProv: No %description babel-estonian-doc Documentation for babel-estonian +%post babel-estonian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-estonian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-estonian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-finnish Provides: tex-babel-finnish = %{tl_version} License: LPPL @@ -21838,7 +24588,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-finnish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21860,11 +24610,29 @@ AutoReqProv: No %description babel-finnish-doc Documentation for babel-finnish +%post babel-finnish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-finnish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-finnish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-french Provides: tex-babel-french = %{tl_version} License: LPPL 1.3 Summary: Babel contributed support for French -Version: svn37701.3.1g +Version: svn38160.3.1h Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -21880,7 +24648,7 @@ The package establishes French conventions in a document (or a subset of the conventions, if French is not the main language of the document). -date: 2015-06-27 15:53:19 +0200 +date: 2015-08-19 19:30:43 +0200 %post babel-french mkdir -p /var/run/texlive @@ -21891,7 +24659,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21904,7 +24672,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-french-doc Summary: Documentation for babel-french -Version: svn37701.3.1g +Version: svn38160.3.1h Release: %{tl_noarch_release} Provides: tex-babel-french-doc BuildArch: noarch @@ -21913,6 +24681,24 @@ AutoReqProv: No %description babel-french-doc Documentation for babel-french +%post babel-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-friulan Provides: tex-babel-friulan = %{tl_version} License: LPPL 1.3 @@ -21940,7 +24726,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-friulan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -21962,6 +24748,24 @@ AutoReqProv: No %description babel-friulan-doc Documentation for babel-friulan +%post babel-friulan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-friulan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-friulan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-galician Provides: tex-babel-galician = %{tl_version} License: LPPL @@ -21986,7 +24790,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-galician if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22008,6 +24812,24 @@ AutoReqProv: No %description babel-galician-doc Documentation for babel-galician +%post babel-galician-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-galician-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-galician-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-georgian Provides: tex-babel-georgian = %{tl_version} License: LPPL 1.3 @@ -22038,7 +24860,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-georgian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22060,6 +24882,24 @@ AutoReqProv: No %description babel-georgian-doc Documentation for babel-georgian +%post babel-georgian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-georgian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-georgian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-german Provides: tex-babel-german = %{tl_version} License: LPPL 1.3 @@ -22095,7 +24935,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-german if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22117,11 +24957,29 @@ AutoReqProv: No %description babel-german-doc Documentation for babel-german +%post babel-german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-greek Provides: tex-babel-greek = %{tl_version} License: LPPL 1.3 Summary: Babel support for documents written in Greek -Version: svn35414.1.9c +Version: svn38296.1.9d Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -22130,7 +24988,6 @@ Requires(post,postun): coreutils Provides: tex(athnum.sty) = %{tl_version} Provides: tex(greek.ldf) = %{tl_version} Provides: tex(grmath.sty) = %{tl_version} -Provides: tex(grsymb.sty) = %{tl_version} %description babel-greek The file provides modes for monotonic (single-diacritic) and @@ -22138,7 +24995,7 @@ polytonic (multiple-diacritic) modes of writing. Provision is made for Greek function names in mathematics, and for classical- era symbols. -date: 2014-10-21 10:35:19 +0200 +date: 2015-09-04 16:00:57 +0200 %post babel-greek mkdir -p /var/run/texlive @@ -22149,7 +25006,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-greek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22162,7 +25019,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-greek-doc Summary: Documentation for babel-greek -Version: svn35414.1.9c +Version: svn38296.1.9d Release: %{tl_noarch_release} Provides: tex-babel-greek-doc BuildArch: noarch @@ -22171,6 +25028,24 @@ AutoReqProv: No %description babel-greek-doc Documentation for babel-greek +%post babel-greek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-greek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-greek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-hebrew Provides: tex-babel-hebrew = %{tl_version} License: LPPL 1.3 @@ -22236,7 +25111,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-hebrew if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22258,6 +25133,24 @@ AutoReqProv: No %description babel-hebrew-doc Documentation for babel-hebrew +%post babel-hebrew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-hebrew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-hebrew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-hungarian Provides: tex-babel-hungarian = %{tl_version} License: LPPL @@ -22286,7 +25179,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-hungarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22308,6 +25201,24 @@ AutoReqProv: No %description babel-hungarian-doc Documentation for babel-hungarian +%post babel-hungarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-hungarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-hungarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-icelandic Provides: tex-babel-icelandic = %{tl_version} License: LPPL 1.3 @@ -22336,7 +25247,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-icelandic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22358,6 +25269,24 @@ AutoReqProv: No %description babel-icelandic-doc Documentation for babel-icelandic +%post babel-icelandic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-icelandic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-icelandic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-interlingua Provides: tex-babel-interlingua = %{tl_version} License: LPPL 1.3 @@ -22389,7 +25318,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-interlingua if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22411,6 +25340,24 @@ AutoReqProv: No %description babel-interlingua-doc Documentation for babel-interlingua +%post babel-interlingua-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-interlingua-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-interlingua-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-irish Provides: tex-babel-irish = %{tl_version} License: LPPL 1.3 @@ -22439,7 +25386,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-irish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22461,6 +25408,24 @@ AutoReqProv: No %description babel-irish-doc Documentation for babel-irish +%post babel-irish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-irish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-irish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-italian Provides: tex-babel-italian = %{tl_version} License: LPPL 1.3 @@ -22488,7 +25453,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-italian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22510,6 +25475,24 @@ AutoReqProv: No %description babel-italian-doc Documentation for babel-italian +%post babel-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-kurmanji Provides: tex-babel-kurmanji = %{tl_version} License: LPPL 1.3 @@ -22542,7 +25525,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-kurmanji if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22564,16 +25547,35 @@ AutoReqProv: No %description babel-kurmanji-doc Documentation for babel-kurmanji +%post babel-kurmanji-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-kurmanji-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-kurmanji-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-latin Provides: tex-babel-latin = %{tl_version} -License: LPPL 1.3 +License: LPPL Summary: Babel support for Latin -Version: svn34389.3.0 +Version: svn38173.3.5 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +Requires: tex(ecclesiastic.sty) Provides: tex(latin.ldf) = %{tl_version} %description babel-latin @@ -22583,7 +25585,7 @@ 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. -date: 2014-06-02 21:04:11 +0200 +date: 2015-08-21 11:47:02 +0200 %post babel-latin mkdir -p /var/run/texlive @@ -22594,7 +25596,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-latin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22607,7 +25609,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-latin-doc Summary: Documentation for babel-latin -Version: svn34389.3.0 +Version: svn38173.3.5 Release: %{tl_noarch_release} Provides: tex-babel-latin-doc BuildArch: noarch @@ -22616,6 +25618,24 @@ AutoReqProv: No %description babel-latin-doc Documentation for babel-latin +%post babel-latin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-latin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-latin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-latvian Provides: tex-babel-latvian = %{tl_version} License: LPPL 1.3 @@ -22643,7 +25663,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-latvian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22665,6 +25685,24 @@ AutoReqProv: No %description babel-latvian-doc Documentation for babel-latvian +%post babel-latvian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-latvian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-latvian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-norsk Provides: tex-babel-norsk = %{tl_version} License: LPPL 1.3 @@ -22693,7 +25731,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-norsk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22715,6 +25753,24 @@ AutoReqProv: No %description babel-norsk-doc Documentation for babel-norsk +%post babel-norsk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-norsk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-norsk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-piedmontese Provides: tex-babel-piedmontese = %{tl_version} License: LPPL 1.3 @@ -22743,7 +25799,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-piedmontese if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22765,6 +25821,24 @@ AutoReqProv: No %description babel-piedmontese-doc Documentation for babel-piedmontese +%post babel-piedmontese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-piedmontese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-piedmontese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-polish Provides: tex-babel-polish = %{tl_version} License: LPPL 1.3 @@ -22793,7 +25867,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-polish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22815,6 +25889,24 @@ AutoReqProv: No %description babel-polish-doc Documentation for babel-polish +%post babel-polish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-polish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-polish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-portuges Provides: tex-babel-portuges = %{tl_version} License: LPPL 1.3 @@ -22844,7 +25936,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-portuges if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22866,6 +25958,24 @@ AutoReqProv: No %description babel-portuges-doc Documentation for babel-portuges +%post babel-portuges-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-portuges-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-portuges-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-romanian Provides: tex-babel-romanian = %{tl_version} License: LPPL 1.3 @@ -22894,7 +26004,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-romanian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22916,6 +26026,24 @@ AutoReqProv: No %description babel-romanian-doc Documentation for babel-romanian +%post babel-romanian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-romanian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-romanian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-romansh Provides: tex-babel-romansh = %{tl_version} License: LPPL 1.3 @@ -22943,7 +26071,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-romansh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -22965,6 +26093,24 @@ AutoReqProv: No %description babel-romansh-doc Documentation for babel-romansh +%post babel-romansh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-romansh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-romansh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-russian Provides: tex-babel-russian = %{tl_version} License: LPPL 1.3 @@ -22994,7 +26140,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-russian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23016,6 +26162,24 @@ AutoReqProv: No %description babel-russian-doc Documentation for babel-russian +%post babel-russian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-russian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-russian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-samin Provides: tex-babel-samin = %{tl_version} License: LPPL 1.3 @@ -23048,7 +26212,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-samin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23070,6 +26234,24 @@ AutoReqProv: No %description babel-samin-doc Documentation for babel-samin +%post babel-samin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-samin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-samin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-scottish Provides: tex-babel-scottish = %{tl_version} License: LPPL 1.3 @@ -23098,7 +26280,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-scottish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23120,6 +26302,24 @@ AutoReqProv: No %description babel-scottish-doc Documentation for babel-scottish +%post babel-scottish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-scottish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-scottish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-serbianc Provides: tex-babel-serbianc = %{tl_version} License: LPPL 1.3 @@ -23151,7 +26351,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-serbianc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23173,6 +26373,24 @@ AutoReqProv: No %description babel-serbianc-doc Documentation for babel-serbianc +%post babel-serbianc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-serbianc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-serbianc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-serbian Provides: tex-babel-serbian = %{tl_version} License: LPPL @@ -23197,7 +26415,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-serbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23219,6 +26437,24 @@ AutoReqProv: No %description babel-serbian-doc Documentation for babel-serbian +%post babel-serbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-serbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-serbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-slovak Provides: tex-babel-slovak = %{tl_version} License: LPPL 1.3 @@ -23248,7 +26484,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-slovak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23270,6 +26506,24 @@ AutoReqProv: No %description babel-slovak-doc Documentation for babel-slovak +%post babel-slovak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-slovak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-slovak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-slovenian Provides: tex-babel-slovenian = %{tl_version} License: LPPL 1.3 @@ -23298,7 +26552,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-slovenian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23320,6 +26574,24 @@ AutoReqProv: No %description babel-slovenian-doc Documentation for babel-slovenian +%post babel-slovenian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-slovenian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-slovenian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-sorbian Provides: tex-babel-sorbian = %{tl_version} License: LPPL 1.3 @@ -23350,7 +26622,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-sorbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23372,6 +26644,24 @@ AutoReqProv: No %description babel-sorbian-doc Documentation for babel-sorbian +%post babel-sorbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-sorbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-sorbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-spanglish Provides: tex-babel-spanglish = %{tl_version} License: LPPL 1.3 @@ -23406,7 +26696,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-spanglish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23428,6 +26718,24 @@ AutoReqProv: No %description babel-spanglish-doc Documentation for babel-spanglish +%post babel-spanglish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-spanglish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-spanglish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-spanish Provides: tex-babel-spanish = %{tl_version} License: LPPL @@ -23458,7 +26766,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-spanish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23480,6 +26788,24 @@ AutoReqProv: No %description babel-spanish-doc Documentation for babel-spanish +%post babel-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-swedish Provides: tex-babel-swedish = %{tl_version} License: LPPL 1.3 @@ -23506,7 +26832,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-swedish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23528,6 +26854,24 @@ AutoReqProv: No %description babel-swedish-doc Documentation for babel-swedish +%post babel-swedish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-swedish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-swedish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-thai Provides: tex-babel-thai = %{tl_version} License: LPPL 1.3 @@ -23557,7 +26901,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-thai if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23579,11 +26923,29 @@ AutoReqProv: No %description babel-thai-doc Documentation for babel-thai +%post babel-thai-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-thai-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-thai-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel Provides: tex-babel = %{tl_version} License: LPPL 1.3 Summary: Multilingual support for Plain TeX or LaTeX -Version: svn35266.3.9l +Version: svn38036.3.9m Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -23661,7 +27023,7 @@ Babel uses contributed configuration files that provide the detail of what has to be done for each language. Users of XeTeX are advised to use polyglossia rather than Babel. -date: 2014-09-25 21:08:35 +0200 +date: 2015-08-03 16:04:17 +0200 %post babel mkdir -p /var/run/texlive @@ -23672,7 +27034,7 @@ touch /var/run/texlive/run-mtxrun %postun babel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23685,7 +27047,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-doc Summary: Documentation for babel -Version: svn35266.3.9l +Version: svn38036.3.9m Release: %{tl_noarch_release} Provides: tex-babel-doc BuildArch: noarch @@ -23694,6 +27056,24 @@ AutoReqProv: No %description babel-doc Documentation for babel +%post babel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-turkish Provides: tex-babel-turkish = %{tl_version} License: LPPL 1.3 @@ -23721,7 +27101,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-turkish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23743,6 +27123,24 @@ AutoReqProv: No %description babel-turkish-doc Documentation for babel-turkish +%post babel-turkish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-turkish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-turkish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-ukraineb Provides: tex-babel-ukraineb = %{tl_version} License: LPPL @@ -23767,7 +27165,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-ukraineb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23789,6 +27187,24 @@ AutoReqProv: No %description babel-ukraineb-doc Documentation for babel-ukraineb +%post babel-ukraineb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-ukraineb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-ukraineb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package babel-vietnamese Provides: tex-babel-vietnamese = %{tl_version} License: LPPL 1.3 @@ -23819,7 +27235,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-vietnamese if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23834,7 +27250,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-babel-welsh = %{tl_version} License: LPPL 1.3 Summary: Babel support for Welsh -Version: svn30299.1.0d +Version: svn38372.1.1a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -23847,7 +27263,7 @@ The package provides the language definition file for Welsh. (Mostly Welsh-language versions of the standard names in a LaTeX file.) -date: 2014-02-26 23:03:13 +0100 +date: 2015-09-04 20:16:13 +0200 %post babel-welsh mkdir -p /var/run/texlive @@ -23858,7 +27274,7 @@ touch /var/run/texlive/run-mtxrun %postun babel-welsh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23871,7 +27287,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package babel-welsh-doc Summary: Documentation for babel-welsh -Version: svn30299.1.0d +Version: svn38372.1.1a Release: %{tl_noarch_release} Provides: tex-babel-welsh-doc BuildArch: noarch @@ -23880,6 +27296,24 @@ AutoReqProv: No %description babel-welsh-doc Documentation for babel-welsh +%post babel-welsh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun babel-welsh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans babel-welsh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package background Provides: tex-background = %{tl_version} License: LPPL @@ -23915,7 +27349,7 @@ touch /var/run/texlive/run-mtxrun %postun background if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23937,6 +27371,24 @@ AutoReqProv: No %description background-doc Documentation for background +%post background-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun background-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans background-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package backnaur Provides: tex-backnaur = %{tl_version} License: LPPL 1.3 @@ -23965,7 +27417,7 @@ touch /var/run/texlive/run-mtxrun %postun backnaur if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -23987,6 +27439,24 @@ AutoReqProv: No %description backnaur-doc Documentation for backnaur +%post backnaur-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun backnaur-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans backnaur-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bagpipe Provides: tex-bagpipe = %{tl_version} License: LPPL 1.3 @@ -24015,7 +27485,7 @@ touch /var/run/texlive/run-mtxrun %postun bagpipe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24037,6 +27507,24 @@ AutoReqProv: No %description bagpipe-doc Documentation for bagpipe +%post bagpipe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bagpipe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bagpipe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bangorcsthesis Provides: tex-bangorcsthesis = %{tl_version} License: LPPL 1.3 @@ -24100,7 +27588,7 @@ touch /var/run/texlive/run-mtxrun %postun bangorcsthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24122,6 +27610,24 @@ AutoReqProv: No %description bangorcsthesis-doc Documentation for bangorcsthesis +%post bangorcsthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bangorcsthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bangorcsthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bangtex Provides: tex-bangtex = %{tl_version} License: LPPL @@ -24161,7 +27667,7 @@ touch /var/run/texlive/run-mtxrun %postun bangtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24183,6 +27689,24 @@ AutoReqProv: No %description bangtex-doc Documentation for bangtex +%post bangtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bangtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bangtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bankstatement Provides: tex-bankstatement = %{tl_version} License: LPPL @@ -24234,7 +27758,7 @@ touch /var/run/texlive/run-mtxrun %postun bankstatement if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24256,6 +27780,24 @@ AutoReqProv: No %description bankstatement-doc Documentation for bankstatement +%post bankstatement-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bankstatement-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bankstatement-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package barcodes Provides: tex-barcodes = %{tl_version} License: LPPL @@ -24289,7 +27831,7 @@ touch /var/run/texlive/run-mtxrun %postun barcodes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24311,6 +27853,24 @@ AutoReqProv: No %description barcodes-doc Documentation for barcodes +%post barcodes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun barcodes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans barcodes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bardiag Provides: tex-bardiag = %{tl_version} License: LPPL @@ -24349,7 +27909,7 @@ touch /var/run/texlive/run-mtxrun %postun bardiag if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24371,6 +27931,24 @@ AutoReqProv: No %description bardiag-doc Documentation for bardiag +%post bardiag-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bardiag-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bardiag-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package barr Provides: tex-barr = %{tl_version} License: LPPL @@ -24400,7 +27978,7 @@ touch /var/run/texlive/run-mtxrun %postun barr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24422,6 +28000,24 @@ AutoReqProv: No %description barr-doc Documentation for barr +%post barr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun barr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans barr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bartel-chess-fonts Provides: tex-bartel-chess-fonts = %{tl_version} License: GPL+ @@ -24469,7 +28065,7 @@ touch /var/run/texlive/run-mtxrun %postun bartel-chess-fonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24491,6 +28087,24 @@ AutoReqProv: No %description bartel-chess-fonts-doc Documentation for bartel-chess-fonts +%post bartel-chess-fonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bartel-chess-fonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bartel-chess-fonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bashful Provides: tex-bashful = %{tl_version} License: LPPL 1.3 @@ -24529,7 +28143,7 @@ touch /var/run/texlive/run-mtxrun %postun bashful if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24551,6 +28165,24 @@ AutoReqProv: No %description bashful-doc Documentation for bashful +%post bashful-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bashful-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bashful-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package basicarith Provides: tex-basicarith = %{tl_version} License: LPPL 1.3 @@ -24583,7 +28215,7 @@ touch /var/run/texlive/run-mtxrun %postun basicarith if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -24605,6 +28237,24 @@ AutoReqProv: No %description basicarith-doc Documentation for basicarith +%post basicarith-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun basicarith-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans basicarith-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package baskervald Provides: tex-baskervald = %{tl_version} License: LPPL @@ -24733,6 +28383,24 @@ AutoReqProv: No %description baskervald-doc Documentation for baskervald +%post baskervald-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun baskervald-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans baskervald-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package baskervaldx Provides: tex-baskervaldx = %{tl_version} License: GPL+ @@ -25256,6 +28924,24 @@ AutoReqProv: No %description baskervaldx-doc Documentation for baskervaldx +%post baskervaldx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun baskervaldx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans baskervaldx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package basque-book Provides: tex-basque-book = %{tl_version} License: LPPL 1.2 @@ -25286,7 +28972,7 @@ touch /var/run/texlive/run-mtxrun %postun basque-book if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25308,6 +28994,24 @@ AutoReqProv: No %description basque-book-doc Documentation for basque-book +%post basque-book-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun basque-book-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans basque-book-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package basque-date Provides: tex-basque-date = %{tl_version} License: LPPL 1.2 @@ -25338,7 +29042,7 @@ touch /var/run/texlive/run-mtxrun %postun basque-date if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25360,6 +29064,24 @@ AutoReqProv: No %description basque-date-doc Documentation for basque-date +%post basque-date-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun basque-date-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans basque-date-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbcard Provides: tex-bbcard = %{tl_version} License: Public Domain @@ -25386,7 +29108,7 @@ touch /var/run/texlive/run-mtxrun %postun bbcard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25408,6 +29130,24 @@ AutoReqProv: No %description bbcard-doc Documentation for bbcard +%post bbcard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbcard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbcard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbding Provides: tex-bbding = %{tl_version} License: LPPL @@ -25439,7 +29179,7 @@ touch /var/run/texlive/run-mtxrun %postun bbding if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25461,6 +29201,24 @@ AutoReqProv: No %description bbding-doc Documentation for bbding +%post bbding-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbding-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbding-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbm-macros Provides: tex-bbm-macros = %{tl_version} License: LPPL @@ -25493,7 +29251,7 @@ touch /var/run/texlive/run-mtxrun %postun bbm-macros if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25515,6 +29273,24 @@ AutoReqProv: No %description bbm-macros-doc Documentation for bbm-macros +%post bbm-macros-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbm-macros-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbm-macros-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbm Provides: tex-bbm = %{tl_version} License: Copyright only @@ -25587,7 +29363,7 @@ touch /var/run/texlive/run-mtxrun %postun bbm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25609,6 +29385,24 @@ AutoReqProv: No %description bbm-doc Documentation for bbm +%post bbm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbold Provides: tex-bbold = %{tl_version} License: BSD @@ -25649,7 +29443,7 @@ touch /var/run/texlive/run-mtxrun %postun bbold if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25671,6 +29465,24 @@ AutoReqProv: No %description bbold-doc Documentation for bbold +%post bbold-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbold-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbold-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bbold-type1 Provides: tex-bbold-type1 = %{tl_version} License: Copyright only @@ -25736,6 +29548,24 @@ AutoReqProv: No %description bbold-type1-doc Documentation for bbold-type1 +%post bbold-type1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bbold-type1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bbold-type1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bchart Provides: tex-bchart = %{tl_version} License: MIT @@ -25764,7 +29594,7 @@ touch /var/run/texlive/run-mtxrun %postun bchart if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25786,6 +29616,24 @@ AutoReqProv: No %description bchart-doc Documentation for bchart +%post bchart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bchart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bchart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bclogo Provides: tex-bclogo = %{tl_version} License: LPPL @@ -25823,7 +29671,7 @@ touch /var/run/texlive/run-mtxrun %postun bclogo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25845,6 +29693,24 @@ AutoReqProv: No %description bclogo-doc Documentation for bclogo +%post bclogo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bclogo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bclogo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamer2thesis Provides: tex-beamer2thesis = %{tl_version} License: LPPL @@ -25885,7 +29751,7 @@ touch /var/run/texlive/run-mtxrun %postun beamer2thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25907,6 +29773,24 @@ AutoReqProv: No %description beamer2thesis-doc Documentation for beamer2thesis +%post beamer2thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamer2thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamer2thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beameraudience Provides: tex-beameraudience = %{tl_version} License: LPPL @@ -25939,7 +29823,7 @@ touch /var/run/texlive/run-mtxrun %postun beameraudience if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -25961,6 +29845,24 @@ AutoReqProv: No %description beameraudience-doc Documentation for beameraudience +%post beameraudience-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beameraudience-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beameraudience-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamerdarkthemes Provides: tex-beamerdarkthemes = %{tl_version} License: LPPL 1.3 @@ -25993,7 +29895,7 @@ touch /var/run/texlive/run-mtxrun %postun beamerdarkthemes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26015,61 +29917,27 @@ AutoReqProv: No %description beamerdarkthemes-doc Documentation for beamerdarkthemes -%package beamer-FUBerlin -Provides: tex-beamer-FUBerlin = %{tl_version} -License: LPPL -Summary: Beamer, using the style of FU Berlin -Version: svn15878.0.02 -Release: %{tl_noarch_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(tabularx.sty) -Requires: tex(helvet.sty) -Provides: tex(FUbeamer.cls) = %{tl_version} -Provides: tex(beamercolorthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerfontthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerouterthemeBerlinFU.sty) = %{tl_version} -Provides: tex(beamerthemeBerlinFU.sty) = %{tl_version} - -%description beamer-FUBerlin -The bundle provides a beamer-derived class and a theme style -file for the corporate design of the Free University in Berlin. -Users may use the class itself (FUbeamer) or use the theme in -the usual way with \usetheme{BerlinFU}. Examples of using both -the class and the theme are provided; the PDF is visually -identical, so the catalogue only lists one; the sources of the -examples do of course differ. - -date: 2014-02-26 23:03:13 +0100 - -%post beamer-FUBerlin +%post beamerdarkthemes-doc mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun : -%postun beamer-FUBerlin +%postun beamerdarkthemes-doc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi : -%posttrans beamer-FUBerlin +%posttrans beamerdarkthemes-doc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -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 : %package beamer-FUBerlin-doc Summary: Documentation for beamer-FUBerlin -Version: svn15878.0.02 +Version: svn38159.0.02b Release: %{tl_noarch_release} Provides: tex-beamer-FUBerlin-doc BuildArch: noarch @@ -26078,6 +29946,24 @@ AutoReqProv: No %description beamer-FUBerlin-doc Documentation for beamer-FUBerlin +%post beamer-FUBerlin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamer-FUBerlin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamer-FUBerlin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamerposter Provides: tex-beamerposter = %{tl_version} License: LPPL @@ -26118,7 +30004,7 @@ touch /var/run/texlive/run-mtxrun %postun beamerposter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26140,6 +30026,24 @@ AutoReqProv: No %description beamerposter-doc Documentation for beamerposter +%post beamerposter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamerposter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamerposter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamersubframe Provides: tex-beamersubframe = %{tl_version} License: LPPL @@ -26170,7 +30074,7 @@ touch /var/run/texlive/run-mtxrun %postun beamersubframe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26192,6 +30096,24 @@ AutoReqProv: No %description beamersubframe-doc Documentation for beamersubframe +%post beamersubframe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamersubframe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamersubframe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamerthemejltree Provides: tex-beamerthemejltree = %{tl_version} License: GPL+ @@ -26218,7 +30140,7 @@ touch /var/run/texlive/run-mtxrun %postun beamerthemejltree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26259,7 +30181,7 @@ touch /var/run/texlive/run-mtxrun %postun beamerthemenirma if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26281,6 +30203,24 @@ AutoReqProv: No %description beamerthemenirma-doc Documentation for beamerthemenirma +%post beamerthemenirma-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamerthemenirma-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamerthemenirma-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamerthemephnompenh Provides: tex-beamerthemephnompenh = %{tl_version} License: LPPL @@ -26305,7 +30245,7 @@ touch /var/run/texlive/run-mtxrun %postun beamerthemephnompenh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26327,6 +30267,24 @@ AutoReqProv: No %description beamerthemephnompenh-doc Documentation for beamerthemephnompenh +%post beamerthemephnompenh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamerthemephnompenh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamerthemephnompenh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamertheme-upenn-bc Provides: tex-beamertheme-upenn-bc = %{tl_version} License: LPPL @@ -26361,7 +30319,7 @@ touch /var/run/texlive/run-mtxrun %postun beamertheme-upenn-bc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26383,6 +30341,24 @@ AutoReqProv: No %description beamertheme-upenn-bc-doc Documentation for beamertheme-upenn-bc +%post beamertheme-upenn-bc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamertheme-upenn-bc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamertheme-upenn-bc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamer Provides: tex-beamer = %{tl_version} License: LPPL 1.3 @@ -26571,7 +30547,7 @@ touch /var/run/texlive/run-mtxrun %postun beamer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26595,11 +30571,29 @@ Requires: tex-xcolor-doc %description beamer-doc Documentation for beamer +%post beamer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgf Provides: tex-pgf = %{tl_version} License: LPPL 1.3 Summary: Create PostScript and PDF graphics in TeX -Version: svn37914.3.0.0 +Version: svn38237.3.0.1a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -26611,7 +30605,6 @@ Requires: tex(pgfcore.sty) Requires: tex(graphicx.sty) Requires: tex(keyval.sty) Requires: tex(xcolor.sty) -Requires: tex(pgflibraryshapes.code.tex) Provides: tex(t-pgf.tex) = %{tl_version} Provides: tex(t-pgfbim.tex) = %{tl_version} Provides: tex(t-pgfbla.tex) = %{tl_version} @@ -26692,6 +30685,7 @@ 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(tikzlibrarypetri.code.tex) = %{tl_version} Provides: tex(tikzlibraryplothandlers.code.tex) = %{tl_version} Provides: tex(tikzlibraryplotmarks.code.tex) = %{tl_version} @@ -26745,12 +30739,25 @@ Provides: tex(pgflibraryfpu.code.tex) = %{tl_version} Provides: tex(pgflibraryintersections.code.tex) = %{tl_version} Provides: tex(pgflibrarylindenmayersystems.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(pgflibraryplotmarks.code.tex) = %{tl_version} Provides: tex(pgflibraryprofiler.code.tex) = %{tl_version} Provides: tex(pgflibraryshadings.code.tex) = %{tl_version} Provides: tex(pgflibrarysnakes.code.tex) = %{tl_version} Provides: tex(pgflibrarysvg.path.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.arrows.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.callouts.code.tex) = %{tl_version} +Provides: tex(pgflibraryshapes.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.symbols.code.tex) = %{tl_version} Provides: tex(pgfmath.code.tex) = %{tl_version} Provides: tex(pgfmathcalc.code.tex) = %{tl_version} Provides: tex(pgfmathfloat.code.tex) = %{tl_version} @@ -26867,14 +30874,14 @@ Provides: tex(pgfrcs.tex) = %{tl_version} %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. -date: 2015-06-17 09:31:43 +0200 +date: 2015-08-29 20:25:54 +0200 %post pgf mkdir -p /var/run/texlive @@ -26885,7 +30892,7 @@ touch /var/run/texlive/run-mtxrun %postun pgf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26898,7 +30905,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pgf-doc Summary: Documentation for pgf -Version: svn37914.3.0.0 +Version: svn38237.3.0.1a Release: %{tl_noarch_release} Provides: tex-pgf-doc BuildArch: noarch @@ -26908,6 +30915,24 @@ Requires: tex-xkeyval-doc %description pgf-doc Documentation for pgf +%post pgf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xkeyval Provides: tex-xkeyval = %{tl_version} License: LPPL 1.3 @@ -26958,7 +30983,7 @@ touch /var/run/texlive/run-mtxrun %postun xkeyval if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -26980,6 +31005,24 @@ AutoReqProv: No %description xkeyval-doc Documentation for xkeyval +%post xkeyval-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xkeyval-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xkeyval-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcolor Provides: tex-xcolor = %{tl_version} License: LPPL @@ -27018,7 +31061,7 @@ touch /var/run/texlive/run-mtxrun %postun xcolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27040,6 +31083,24 @@ AutoReqProv: No %description xcolor-doc Documentation for xcolor +%post xcolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beamer-tut-pt-doc Summary: Documentation for beamer-tut-pt Version: svn15878.0 @@ -27051,11 +31112,29 @@ AutoReqProv: No %description beamer-tut-pt-doc Documentation for beamer-tut-pt +%post beamer-tut-pt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beamer-tut-pt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beamer-tut-pt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beebe Provides: tex-beebe = %{tl_version} License: LPPL Summary: beebe package -Version: svn37656.0 +Version: svn38101.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -27077,7 +31156,7 @@ touch /var/run/texlive/run-mtxrun %postun beebe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27117,7 +31196,7 @@ touch /var/run/texlive/run-mtxrun %postun begingreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27139,6 +31218,24 @@ AutoReqProv: No %description begingreek-doc Documentation for begingreek +%post begingreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun begingreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans begingreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package begriff Provides: tex-begriff = %{tl_version} License: GPL+ @@ -27166,7 +31263,7 @@ touch /var/run/texlive/run-mtxrun %postun begriff if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27188,6 +31285,24 @@ AutoReqProv: No %description begriff-doc Documentation for begriff +%post begriff-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun begriff-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans begriff-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package belleek Provides: tex-belleek = %{tl_version} License: Public Domain @@ -27251,6 +31366,24 @@ AutoReqProv: No %description belleek-doc Documentation for belleek +%post belleek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun belleek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans belleek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bengali Provides: tex-bengali = %{tl_version} License: LPPL @@ -27285,7 +31418,7 @@ touch /var/run/texlive/run-mtxrun %postun bengali if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27307,6 +31440,24 @@ AutoReqProv: No %description bengali-doc Documentation for bengali +%post bengali-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bengali-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bengali-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bera Provides: tex-bera = %{tl_version} License: Bitstream vera @@ -27461,6 +31612,24 @@ AutoReqProv: No %description bera-doc Documentation for bera +%post bera-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bera-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bera-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package berenisadf Provides: tex-berenisadf = %{tl_version} License: GPLv2+ and LPPL @@ -27760,6 +31929,24 @@ AutoReqProv: No %description berenisadf-doc Documentation for berenisadf +%post berenisadf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun berenisadf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans berenisadf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package besjournals Provides: tex-besjournals = %{tl_version} License: LPPL @@ -27783,7 +31970,7 @@ touch /var/run/texlive/run-mtxrun %postun besjournals if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27805,6 +31992,24 @@ AutoReqProv: No %description besjournals-doc Documentation for besjournals +%post besjournals-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun besjournals-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans besjournals-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package betababel Provides: tex-betababel = %{tl_version} License: LPPL @@ -27838,7 +32043,7 @@ touch /var/run/texlive/run-mtxrun %postun betababel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27860,6 +32065,24 @@ AutoReqProv: No %description betababel-doc Documentation for betababel +%post betababel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun betababel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans betababel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package beton Provides: tex-beton = %{tl_version} License: LPPL @@ -27887,7 +32110,7 @@ touch /var/run/texlive/run-mtxrun %postun beton if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27909,6 +32132,24 @@ AutoReqProv: No %description beton-doc Documentation for beton +%post beton-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun beton-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans beton-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bewerbung Provides: tex-bewerbung = %{tl_version} License: LPPL 1.3 @@ -27968,7 +32209,7 @@ touch /var/run/texlive/run-mtxrun %postun bewerbung if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -27990,6 +32231,24 @@ AutoReqProv: No %description bewerbung-doc Documentation for bewerbung +%post bewerbung-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bewerbung-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bewerbung-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bez123 Provides: tex-bez123 = %{tl_version} License: LPPL 1.3 @@ -28021,7 +32280,7 @@ touch /var/run/texlive/run-mtxrun %postun bez123 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28043,6 +32302,24 @@ AutoReqProv: No %description bez123-doc Documentation for bez123 +%post bez123-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bez123-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bez123-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bezos Provides: tex-bezos = %{tl_version} License: LPPL @@ -28085,7 +32362,7 @@ touch /var/run/texlive/run-mtxrun %postun bezos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28107,6 +32384,24 @@ AutoReqProv: No %description bezos-doc Documentation for bezos +%post bezos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bezos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bezos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bgreek Provides: tex-bgreek = %{tl_version} License: LPPL @@ -28434,7 +32729,7 @@ touch /var/run/texlive/run-mtxrun %postun bgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28456,6 +32751,24 @@ AutoReqProv: No %description bgreek-doc Documentation for bgreek +%post bgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bgteubner Provides: tex-bgteubner = %{tl_version} License: LPPL @@ -28538,7 +32851,7 @@ touch /var/run/texlive/run-mtxrun %postun bgteubner if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28560,6 +32873,24 @@ AutoReqProv: No %description bgteubner-doc Documentation for bgteubner +%post bgteubner-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bgteubner-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bgteubner-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bguq Provides: tex-bguq = %{tl_version} License: LPPL @@ -28652,6 +32983,24 @@ AutoReqProv: No %description bguq-doc Documentation for bguq +%post bguq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bguq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bguq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bhcexam Provides: tex-bhcexam = %{tl_version} License: LPPL @@ -28698,7 +33047,7 @@ touch /var/run/texlive/run-mtxrun %postun bhcexam if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28720,6 +33069,24 @@ AutoReqProv: No %description bhcexam-doc Documentation for bhcexam +%post bhcexam-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bhcexam-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bhcexam-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibarts Provides: tex-bibarts = %{tl_version} License: GPL+ @@ -28750,7 +33117,7 @@ touch /var/run/texlive/run-mtxrun %postun bibarts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28772,6 +33139,24 @@ AutoReqProv: No %description bibarts-doc Documentation for bibarts +%post bibarts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibarts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibarts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibexport Provides: tex-bibexport = %{tl_version} License: LPPL 1.3 @@ -28783,12 +33168,14 @@ Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils Requires: texlive-bibexport-bin +Provides: bibexport = %{tl_version} +Obsoletes: bibexport < %{tl_version} %description bibexport A Bourne shell script that uses BibTeX to extract bibliography entries that are \cite'd in a document. It can also expand a BibTeX file, expanding the abbreviations (other than the built- -in ones like month names) and following the cross-references. +in ones like month names) and followig the cross-references. date: 2011-12-03 09:04:10 +0100 @@ -28801,7 +33188,7 @@ touch /var/run/texlive/run-mtxrun %postun bibexport if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28823,6 +33210,24 @@ AutoReqProv: No %description bibexport-doc Documentation for bibexport +%post bibexport-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibexport-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibexport-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibexport-bin Summary: Binaries for bibexport Version: svn16219.0 @@ -28862,7 +33267,7 @@ touch /var/run/texlive/run-mtxrun %postun bib-fr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28884,6 +33289,24 @@ AutoReqProv: No %description bib-fr-doc Documentation for bib-fr +%post bib-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bib-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bib-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibhtml Provides: tex-bibhtml = %{tl_version} License: GPL+ @@ -28917,7 +33340,7 @@ touch /var/run/texlive/run-mtxrun %postun bibhtml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28939,6 +33362,24 @@ AutoReqProv: No %description bibhtml-doc Documentation for bibhtml +%post bibhtml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibhtml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibhtml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-anonymous Provides: tex-biblatex-anonymous = %{tl_version} License: LPPL 1.3 @@ -28967,7 +33408,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-anonymous if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -28989,6 +33430,24 @@ AutoReqProv: No %description biblatex-anonymous-doc Documentation for biblatex-anonymous +%post biblatex-anonymous-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-anonymous-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-anonymous-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-apa Provides: tex-biblatex-apa = %{tl_version} License: LPPL @@ -28998,6 +33457,7 @@ Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: biber Requires(post,postun): coreutils Requires: tex(standard.bbx) Provides: tex(apa.bbx) = %{tl_version} @@ -29026,7 +33486,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-apa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29048,6 +33508,24 @@ AutoReqProv: No %description biblatex-apa-doc Documentation for biblatex-apa +%post biblatex-apa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-apa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-apa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-bookinarticle Provides: tex-biblatex-bookinarticle = %{tl_version} License: LPPL 1.3 @@ -29077,7 +33555,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-bookinarticle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29099,6 +33577,24 @@ AutoReqProv: No %description biblatex-bookinarticle-doc Documentation for biblatex-bookinarticle +%post biblatex-bookinarticle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-bookinarticle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-bookinarticle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-bwl Provides: tex-biblatex-bwl = %{tl_version} License: LPPL 1.3 @@ -29130,7 +33626,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-bwl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29152,6 +33648,24 @@ AutoReqProv: No %description biblatex-bwl-doc Documentation for biblatex-bwl +%post biblatex-bwl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-bwl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-bwl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-caspervector Provides: tex-biblatex-caspervector = %{tl_version} License: LPPL 1.3 @@ -29185,7 +33699,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-caspervector if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29207,6 +33721,24 @@ AutoReqProv: No %description biblatex-caspervector-doc Documentation for biblatex-caspervector +%post biblatex-caspervector-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-caspervector-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-caspervector-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-chem Provides: tex-biblatex-chem = %{tl_version} License: LPPL 1.3 @@ -29246,7 +33778,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-chem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29268,6 +33800,24 @@ AutoReqProv: No %description biblatex-chem-doc Documentation for biblatex-chem +%post biblatex-chem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-chem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-chem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-chicago Provides: tex-biblatex-chicago = %{tl_version} License: LPPL 1.3 @@ -29311,7 +33861,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-chicago if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29333,6 +33883,24 @@ AutoReqProv: No %description biblatex-chicago-doc Documentation for biblatex-chicago +%post biblatex-chicago-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-chicago-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-chicago-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-dw Provides: tex-biblatex-dw = %{tl_version} License: LPPL @@ -29376,7 +33944,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-dw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29398,6 +33966,24 @@ AutoReqProv: No %description biblatex-dw-doc Documentation for biblatex-dw +%post biblatex-dw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-dw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-dw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-fiwi Provides: tex-biblatex-fiwi = %{tl_version} License: LPPL 1.3 @@ -29436,7 +34022,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-fiwi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29458,6 +34044,24 @@ AutoReqProv: No %description biblatex-fiwi-doc Documentation for biblatex-fiwi +%post biblatex-fiwi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-fiwi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-fiwi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-gost Provides: tex-biblatex-gost = %{tl_version} License: LPPL 1.3 @@ -29513,7 +34117,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-gost if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29535,6 +34139,24 @@ AutoReqProv: No %description biblatex-gost-doc Documentation for biblatex-gost +%post biblatex-gost-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-gost-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-gost-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-historian Provides: tex-biblatex-historian = %{tl_version} License: LPPL @@ -29564,7 +34186,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-historian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29586,6 +34208,24 @@ AutoReqProv: No %description biblatex-historian-doc Documentation for biblatex-historian +%post biblatex-historian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-historian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-historian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-ieee Provides: tex-biblatex-ieee = %{tl_version} License: LPPL 1.3 @@ -29623,7 +34263,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-ieee if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29645,6 +34285,24 @@ AutoReqProv: No %description biblatex-ieee-doc Documentation for biblatex-ieee +%post biblatex-ieee-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-ieee-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-ieee-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-juradiss Provides: tex-biblatex-juradiss = %{tl_version} License: LPPL @@ -29676,7 +34334,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-juradiss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29698,6 +34356,24 @@ AutoReqProv: No %description biblatex-juradiss-doc Documentation for biblatex-juradiss +%post biblatex-juradiss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-juradiss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-juradiss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-luh-ipw Provides: tex-biblatex-luh-ipw = %{tl_version} License: LPPL 1.3 @@ -29738,7 +34414,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-luh-ipw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29760,6 +34436,24 @@ AutoReqProv: No %description biblatex-luh-ipw-doc Documentation for biblatex-luh-ipw +%post biblatex-luh-ipw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-luh-ipw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-luh-ipw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-manuscripts-philology Provides: tex-biblatex-manuscripts-philology = %{tl_version} License: LPPL 1.3 @@ -29791,7 +34485,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-manuscripts-philology if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29813,6 +34507,24 @@ AutoReqProv: No %description biblatex-manuscripts-philology-doc Documentation for biblatex-manuscripts-philology +%post biblatex-manuscripts-philology-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-manuscripts-philology-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-manuscripts-philology-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-mla Provides: tex-biblatex-mla = %{tl_version} License: LPPL @@ -29842,7 +34554,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-mla if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29864,6 +34576,24 @@ AutoReqProv: No %description biblatex-mla-doc Documentation for biblatex-mla +%post biblatex-mla-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-mla-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-mla-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-multiple-dm Provides: tex-biblatex-multiple-dm = %{tl_version} License: LPPL 1.3 @@ -29894,7 +34624,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-multiple-dm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29916,6 +34646,24 @@ AutoReqProv: No %description biblatex-multiple-dm-doc Documentation for biblatex-multiple-dm +%post biblatex-multiple-dm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-multiple-dm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-multiple-dm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-musuos Provides: tex-biblatex-musuos = %{tl_version} License: LPPL @@ -29946,7 +34694,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-musuos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -29968,6 +34716,24 @@ AutoReqProv: No %description biblatex-musuos-doc Documentation for biblatex-musuos +%post biblatex-musuos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-musuos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-musuos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-nature Provides: tex-biblatex-nature = %{tl_version} License: LPPL @@ -29998,7 +34764,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-nature if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30020,6 +34786,24 @@ AutoReqProv: No %description biblatex-nature-doc Documentation for biblatex-nature +%post biblatex-nature-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-nature-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-nature-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-nejm Provides: tex-biblatex-nejm = %{tl_version} License: LPPL 1.3 @@ -30050,7 +34834,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-nejm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30072,6 +34856,24 @@ AutoReqProv: No %description biblatex-nejm-doc Documentation for biblatex-nejm +%post biblatex-nejm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-nejm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-nejm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-opcit-booktitle Provides: tex-biblatex-opcit-booktitle = %{tl_version} License: LPPL 1.3 @@ -30106,7 +34908,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-opcit-booktitle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30128,6 +34930,24 @@ AutoReqProv: No %description biblatex-opcit-booktitle-doc Documentation for biblatex-opcit-booktitle +%post biblatex-opcit-booktitle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-opcit-booktitle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-opcit-booktitle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-philosophy Provides: tex-biblatex-philosophy = %{tl_version} License: LPPL 1.3 @@ -30174,7 +34994,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-philosophy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30196,6 +35016,24 @@ AutoReqProv: No %description biblatex-philosophy-doc Documentation for biblatex-philosophy +%post biblatex-philosophy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-philosophy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-philosophy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-phys Provides: tex-biblatex-phys = %{tl_version} License: LPPL 1.3 @@ -30232,7 +35070,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-phys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30254,6 +35092,24 @@ AutoReqProv: No %description biblatex-phys-doc Documentation for biblatex-phys +%post biblatex-phys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-phys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-phys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-publist Provides: tex-biblatex-publist = %{tl_version} License: LPPL 1.3 @@ -30287,7 +35143,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-publist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30309,6 +35165,24 @@ AutoReqProv: No %description biblatex-publist-doc Documentation for biblatex-publist +%post biblatex-publist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-publist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-publist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-realauthor Provides: tex-biblatex-realauthor = %{tl_version} License: LPPL 1.3 @@ -30338,7 +35212,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-realauthor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30360,6 +35234,24 @@ AutoReqProv: No %description biblatex-realauthor-doc Documentation for biblatex-realauthor +%post biblatex-realauthor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-realauthor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-realauthor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-science Provides: tex-biblatex-science = %{tl_version} License: LPPL @@ -30390,7 +35282,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-science if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30412,6 +35304,24 @@ AutoReqProv: No %description biblatex-science-doc Documentation for biblatex-science +%post biblatex-science-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-science-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-science-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-source-division Provides: tex-biblatex-source-division = %{tl_version} License: LPPL 1.3 @@ -30446,7 +35356,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-source-division if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30468,6 +35378,24 @@ AutoReqProv: No %description biblatex-source-division-doc Documentation for biblatex-source-division +%post biblatex-source-division-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-source-division-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-source-division-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-subseries Provides: tex-biblatex-subseries = %{tl_version} License: LPPL 1.3 @@ -30500,7 +35428,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-subseries if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30522,6 +35450,24 @@ AutoReqProv: No %description biblatex-subseries-doc Documentation for biblatex-subseries +%post biblatex-subseries-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-subseries-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-subseries-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-swiss-legal Provides: tex-biblatex-swiss-legal = %{tl_version} License: LPPL 1.3 @@ -30561,7 +35507,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-swiss-legal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30583,6 +35529,24 @@ AutoReqProv: No %description biblatex-swiss-legal-doc Documentation for biblatex-swiss-legal +%post biblatex-swiss-legal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-swiss-legal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-swiss-legal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex Provides: tex-biblatex = %{tl_version} License: LPPL @@ -30707,7 +35671,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30729,6 +35693,24 @@ AutoReqProv: No %description biblatex-doc Documentation for biblatex +%post biblatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-trad Provides: tex-biblatex-trad = %{tl_version} License: LPPL @@ -30768,7 +35750,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-trad if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30790,6 +35772,24 @@ AutoReqProv: No %description biblatex-trad-doc Documentation for biblatex-trad +%post biblatex-trad-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-trad-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-trad-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblatex-true-citepages-omit Provides: tex-biblatex-true-citepages-omit = %{tl_version} License: LPPL 1.3 @@ -30820,7 +35820,7 @@ touch /var/run/texlive/run-mtxrun %postun biblatex-true-citepages-omit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30842,6 +35842,24 @@ AutoReqProv: No %description biblatex-true-citepages-omit-doc Documentation for biblatex-true-citepages-omit +%post biblatex-true-citepages-omit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblatex-true-citepages-omit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblatex-true-citepages-omit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref-french Provides: tex-bibleref-french = %{tl_version} License: LPPL 1.3 @@ -30871,7 +35889,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30893,6 +35911,24 @@ AutoReqProv: No %description bibleref-french-doc Documentation for bibleref-french +%post bibleref-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref-german Provides: tex-bibleref-german = %{tl_version} License: LPPL 1.3 @@ -30925,7 +35961,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref-german if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -30947,6 +35983,24 @@ AutoReqProv: No %description bibleref-german-doc Documentation for bibleref-german +%post bibleref-german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref-lds Provides: tex-bibleref-lds = %{tl_version} License: LPPL 1.3 @@ -30980,7 +36034,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref-lds if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31002,6 +36056,24 @@ AutoReqProv: No %description bibleref-lds-doc Documentation for bibleref-lds +%post bibleref-lds-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-lds-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-lds-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref-mouth Provides: tex-bibleref-mouth = %{tl_version} License: LPPL 1.3 @@ -31035,7 +36107,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref-mouth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31057,6 +36129,24 @@ AutoReqProv: No %description bibleref-mouth-doc Documentation for bibleref-mouth +%post bibleref-mouth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-mouth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-mouth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref-parse Provides: tex-bibleref-parse = %{tl_version} License: LPPL 1.3 @@ -31089,7 +36179,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref-parse if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31111,6 +36201,24 @@ AutoReqProv: No %description bibleref-parse-doc Documentation for bibleref-parse +%post bibleref-parse-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-parse-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-parse-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibleref Provides: tex-bibleref = %{tl_version} License: LPPL 1.3 @@ -31142,7 +36250,7 @@ touch /var/run/texlive/run-mtxrun %postun bibleref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31164,6 +36272,24 @@ AutoReqProv: No %description bibleref-doc Documentation for bibleref +%post bibleref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibleref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibleref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biblist Provides: tex-biblist = %{tl_version} License: GPL+ @@ -31192,7 +36318,7 @@ touch /var/run/texlive/run-mtxrun %postun biblist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31214,6 +36340,24 @@ AutoReqProv: No %description biblist-doc Documentation for biblist +%post biblist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biblist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biblist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibtex8 Provides: tex-bibtex8 = %{tl_version} License: GPL+ @@ -31244,7 +36388,7 @@ touch /var/run/texlive/run-mtxrun %postun bibtex8 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31266,6 +36410,24 @@ AutoReqProv: No %description bibtex8-doc Documentation for bibtex8 +%post bibtex8-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibtex8-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibtex8-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibtex8-bin Summary: Binaries for bibtex8 Version: svn36790.0 @@ -31316,7 +36478,7 @@ touch /var/run/texlive/run-mtxrun %postun bibtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31339,6 +36501,24 @@ Requires: tex-kpathsea-doc %description bibtex-doc Documentation for bibtex +%post bibtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibtex-bin Summary: Binaries for bibtex Version: svn36790.0 @@ -31375,6 +36555,24 @@ AutoReqProv: No %description bibtexu-doc Documentation for bibtexu +%post bibtexu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibtexu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibtexu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibtexu-bin Summary: Binaries for bibtexu Version: svn36790.0 @@ -31416,7 +36614,7 @@ touch /var/run/texlive/run-mtxrun %postun bibtopicprefix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31438,6 +36636,24 @@ AutoReqProv: No %description bibtopicprefix-doc Documentation for bibtopicprefix +%post bibtopicprefix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibtopicprefix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibtopicprefix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibtopic Provides: tex-bibtopic = %{tl_version} License: GPL+ @@ -31475,7 +36691,7 @@ touch /var/run/texlive/run-mtxrun %postun bibtopic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31497,6 +36713,24 @@ AutoReqProv: No %description bibtopic-doc Documentation for bibtopic +%post bibtopic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibtopic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibtopic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bibunits Provides: tex-bibunits = %{tl_version} License: LPPL @@ -31531,7 +36765,7 @@ touch /var/run/texlive/run-mtxrun %postun bibunits if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31553,6 +36787,24 @@ AutoReqProv: No %description bibunits-doc Documentation for bibunits +%post bibunits-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bibunits-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bibunits-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidi-atbegshi Provides: tex-bidi-atbegshi = %{tl_version} License: LPPL 1.3 @@ -31584,7 +36836,7 @@ touch /var/run/texlive/run-mtxrun %postun bidi-atbegshi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31606,6 +36858,24 @@ AutoReqProv: No %description bidi-atbegshi-doc Documentation for bidi-atbegshi +%post bidi-atbegshi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidi-atbegshi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidi-atbegshi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidicontour Provides: tex-bidicontour = %{tl_version} License: LPPL 1.3 @@ -31636,7 +36906,7 @@ touch /var/run/texlive/run-mtxrun %postun bidicontour if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31658,6 +36928,24 @@ AutoReqProv: No %description bidicontour-doc Documentation for bidicontour +%post bidicontour-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidicontour-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidicontour-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidihl Provides: tex-bidihl = %{tl_version} License: LPPL 1.3 @@ -31685,7 +36973,7 @@ touch /var/run/texlive/run-mtxrun %postun bidihl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31707,6 +36995,24 @@ AutoReqProv: No %description bidihl-doc Documentation for bidihl +%post bidihl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidihl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidihl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidipagegrid Provides: tex-bidipagegrid = %{tl_version} License: LPPL 1.3 @@ -31736,7 +37042,7 @@ touch /var/run/texlive/run-mtxrun %postun bidipagegrid if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31758,6 +37064,24 @@ AutoReqProv: No %description bidipagegrid-doc Documentation for bidipagegrid +%post bidipagegrid-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidipagegrid-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidipagegrid-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidipresentation Provides: tex-bidipresentation = %{tl_version} License: LPPL 1.3 @@ -31796,7 +37120,7 @@ touch /var/run/texlive/run-mtxrun %postun bidipresentation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31818,6 +37142,24 @@ AutoReqProv: No %description bidipresentation-doc Documentation for bidipresentation +%post bidipresentation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidipresentation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidipresentation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidishadowtext Provides: tex-bidishadowtext = %{tl_version} License: LPPL 1.3 @@ -31847,7 +37189,7 @@ touch /var/run/texlive/run-mtxrun %postun bidishadowtext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -31869,11 +37211,29 @@ AutoReqProv: No %description bidishadowtext-doc Documentation for bidishadowtext +%post bidishadowtext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidishadowtext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidishadowtext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bidi Provides: tex-bidi = %{tl_version} License: LPPL 1.3 Summary: Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine -Version: svn37745.17.5 +Version: svn38190.17.6 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -32035,7 +37395,7 @@ A convenient interface for typesetting bidirectional texts with plain TeX and LaTeX. The package includes adaptations for use with many other commonly-used packages. -date: 2015-07-03 17:42:13 +0200 +date: 2015-08-23 08:07:08 +0200 %post bidi mkdir -p /var/run/texlive @@ -32046,7 +37406,7 @@ touch /var/run/texlive/run-mtxrun %postun bidi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32059,7 +37419,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package bidi-doc Summary: Documentation for bidi -Version: svn37745.17.5 +Version: svn38190.17.6 Release: %{tl_noarch_release} Provides: tex-bidi-doc BuildArch: noarch @@ -32068,11 +37428,29 @@ AutoReqProv: No %description bidi-doc Documentation for bidi +%post bidi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bidi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bidi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bigfoot Provides: tex-bigfoot = %{tl_version} License: GPLv2+ Summary: Footnotes for critical editions -Version: svn35482.2.0 +Version: svn38248.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -32098,7 +37476,7 @@ identical to that of manyfoot; users should seek information from that package's documentation. The bigfoot bundle also provides the perpage and suffix packages. -date: 2014-11-02 19:31:14 +0100 +date: 2015-08-30 19:17:38 +0200 %post bigfoot mkdir -p /var/run/texlive @@ -32109,7 +37487,7 @@ touch /var/run/texlive/run-mtxrun %postun bigfoot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32122,7 +37500,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package bigfoot-doc Summary: Documentation for bigfoot -Version: svn35482.2.0 +Version: svn38248.2.1 Release: %{tl_noarch_release} Provides: tex-bigfoot-doc BuildArch: noarch @@ -32131,6 +37509,24 @@ AutoReqProv: No %description bigfoot-doc Documentation for bigfoot +%post bigfoot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bigfoot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bigfoot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bigints Provides: tex-bigints = %{tl_version} License: LPPL @@ -32160,7 +37556,7 @@ touch /var/run/texlive/run-mtxrun %postun bigints if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32182,6 +37578,24 @@ AutoReqProv: No %description bigints-doc Documentation for bigints +%post bigints-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bigints-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bigints-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package binomexp Provides: tex-binomexp = %{tl_version} License: LPPL @@ -32212,7 +37626,7 @@ touch /var/run/texlive/run-mtxrun %postun binomexp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32234,6 +37648,24 @@ AutoReqProv: No %description binomexp-doc Documentation for binomexp +%post binomexp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun binomexp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans binomexp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package biocon Provides: tex-biocon = %{tl_version} License: GPL+ @@ -32271,7 +37703,7 @@ touch /var/run/texlive/run-mtxrun %postun biocon if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32293,6 +37725,24 @@ AutoReqProv: No %description biocon-doc Documentation for biocon +%post biocon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun biocon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans biocon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bitelist Provides: tex-bitelist = %{tl_version} License: LPPL 1.3 @@ -32329,7 +37779,7 @@ touch /var/run/texlive/run-mtxrun %postun bitelist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32351,6 +37801,24 @@ AutoReqProv: No %description bitelist-doc Documentation for bitelist +%post bitelist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bitelist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bitelist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bizcard Provides: tex-bizcard = %{tl_version} License: GPL+ @@ -32381,7 +37849,7 @@ touch /var/run/texlive/run-mtxrun %postun bizcard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32403,6 +37871,24 @@ AutoReqProv: No %description bizcard-doc Documentation for bizcard +%post bizcard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bizcard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bizcard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blacklettert1 Provides: tex-blacklettert1 = %{tl_version} License: LPPL @@ -32441,7 +37927,7 @@ touch /var/run/texlive/run-mtxrun %postun blacklettert1 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32463,6 +37949,24 @@ AutoReqProv: No %description blacklettert1-doc Documentation for blacklettert1 +%post blacklettert1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blacklettert1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blacklettert1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blindtext Provides: tex-blindtext = %{tl_version} License: LPPL @@ -32496,7 +38000,7 @@ touch /var/run/texlive/run-mtxrun %postun blindtext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32518,6 +38022,24 @@ AutoReqProv: No %description blindtext-doc Documentation for blindtext +%post blindtext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blindtext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blindtext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blkarray Provides: tex-blkarray = %{tl_version} License: LPPL @@ -32552,7 +38074,7 @@ touch /var/run/texlive/run-mtxrun %postun blkarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32574,6 +38096,94 @@ AutoReqProv: No %description blkarray-doc Documentation for blkarray +%post blkarray-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blkarray-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blkarray-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package blochsphere +Provides: tex-blochsphere = %{tl_version} +License: LPPL 1.3 +Summary: Draw pseudo-3D diagrams of Bloch spheres +Version: svn38137.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-17 17:33:55 +0200 + +%post blochsphere +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun blochsphere +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blochsphere +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package blochsphere-doc +Summary: Documentation for blochsphere +Version: svn38137.1.0 +Release: %{tl_noarch_release} +Provides: tex-blochsphere-doc +BuildArch: noarch +AutoReqProv: No + +%description blochsphere-doc +Documentation for blochsphere + +%post blochsphere-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blochsphere-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blochsphere-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blockdraw_mp Provides: tex-blockdraw_mp = %{tl_version} License: LPPL @@ -32601,7 +38211,7 @@ touch /var/run/texlive/run-mtxrun %postun blockdraw_mp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32623,6 +38233,24 @@ AutoReqProv: No %description blockdraw_mp-doc Documentation for blockdraw_mp +%post blockdraw_mp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blockdraw_mp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blockdraw_mp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package block Provides: tex-block = %{tl_version} License: Public Domain @@ -32653,7 +38281,7 @@ touch /var/run/texlive/run-mtxrun %postun block if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32675,6 +38303,24 @@ AutoReqProv: No %description block-doc Documentation for block +%post block-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun block-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans block-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bloques Provides: tex-bloques = %{tl_version} License: LPPL 1.3 @@ -32702,7 +38348,7 @@ touch /var/run/texlive/run-mtxrun %postun bloques if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32724,6 +38370,24 @@ AutoReqProv: No %description bloques-doc Documentation for bloques +%post bloques-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bloques-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bloques-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blowup Provides: tex-blowup = %{tl_version} License: LPPL @@ -32757,7 +38421,7 @@ touch /var/run/texlive/run-mtxrun %postun blowup if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32779,6 +38443,24 @@ AutoReqProv: No %description blowup-doc Documentation for blowup +%post blowup-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blowup-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blowup-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package blox Provides: tex-blox = %{tl_version} License: LPPL @@ -32810,7 +38492,7 @@ touch /var/run/texlive/run-mtxrun %postun blox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32832,6 +38514,24 @@ AutoReqProv: No %description blox-doc Documentation for blox +%post blox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun blox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans blox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bnumexpr Provides: tex-bnumexpr = %{tl_version} License: LPPL 1.3 @@ -32864,7 +38564,7 @@ touch /var/run/texlive/run-mtxrun %postun bnumexpr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32886,6 +38586,24 @@ AutoReqProv: No %description bnumexpr-doc Documentation for bnumexpr +%post bnumexpr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bnumexpr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bnumexpr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bodegraph Provides: tex-bodegraph = %{tl_version} License: LPPL @@ -32917,7 +38635,7 @@ touch /var/run/texlive/run-mtxrun %postun bodegraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32939,6 +38657,24 @@ AutoReqProv: No %description bodegraph-doc Documentation for bodegraph +%post bodegraph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bodegraph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bodegraph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bohr Provides: tex-bohr = %{tl_version} License: LPPL 1.3 @@ -32971,7 +38707,7 @@ touch /var/run/texlive/run-mtxrun %postun bohr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -32993,6 +38729,24 @@ AutoReqProv: No %description bohr-doc Documentation for bohr +%post bohr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bohr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bohr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boisik Provides: tex-boisik = %{tl_version} License: GPLv2+ @@ -33072,7 +38826,7 @@ touch /var/run/texlive/run-mtxrun %postun boisik if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33094,6 +38848,24 @@ AutoReqProv: No %description boisik-doc Documentation for boisik +%post boisik-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boisik-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boisik-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boites Provides: tex-boites = %{tl_version} License: GPL+ @@ -33124,7 +38896,7 @@ touch /var/run/texlive/run-mtxrun %postun boites if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33146,6 +38918,24 @@ AutoReqProv: No %description boites-doc Documentation for boites +%post boites-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boites-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boites-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bold-extra Provides: tex-bold-extra = %{tl_version} License: LPPL @@ -33175,7 +38965,7 @@ touch /var/run/texlive/run-mtxrun %postun bold-extra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33197,6 +38987,24 @@ AutoReqProv: No %description bold-extra-doc Documentation for bold-extra +%post bold-extra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bold-extra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bold-extra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boldtensors Provides: tex-boldtensors = %{tl_version} License: GPL+ @@ -33224,7 +39032,7 @@ touch /var/run/texlive/run-mtxrun %postun boldtensors if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33246,6 +39054,24 @@ AutoReqProv: No %description boldtensors-doc Documentation for boldtensors +%post boldtensors-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boldtensors-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boldtensors-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bondgraphs Provides: tex-bondgraphs = %{tl_version} License: LPPL 1.3 @@ -33282,7 +39108,7 @@ touch /var/run/texlive/run-mtxrun %postun bondgraphs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33304,6 +39130,24 @@ AutoReqProv: No %description bondgraphs-doc Documentation for bondgraphs +%post bondgraphs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bondgraphs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bondgraphs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bondgraph Provides: tex-bondgraph = %{tl_version} License: LPPL 1.3 @@ -33332,7 +39176,7 @@ touch /var/run/texlive/run-mtxrun %postun bondgraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33354,6 +39198,24 @@ AutoReqProv: No %description bondgraph-doc Documentation for bondgraph +%post bondgraph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bondgraph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bondgraph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bookcover Provides: tex-bookcover = %{tl_version} License: LPPL 1.2 @@ -33389,7 +39251,7 @@ touch /var/run/texlive/run-mtxrun %postun bookcover if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33411,6 +39273,24 @@ AutoReqProv: No %description bookcover-doc Documentation for bookcover +%post bookcover-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bookcover-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bookcover-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bookdb Provides: tex-bookdb = %{tl_version} License: LPPL 1.3 @@ -33439,7 +39319,7 @@ touch /var/run/texlive/run-mtxrun %postun bookdb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33461,6 +39341,24 @@ AutoReqProv: No %description bookdb-doc Documentation for bookdb +%post bookdb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bookdb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bookdb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bookest Provides: tex-bookest = %{tl_version} License: LPPL @@ -33496,7 +39394,7 @@ touch /var/run/texlive/run-mtxrun %postun bookest if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33518,6 +39416,24 @@ AutoReqProv: No %description bookest-doc Documentation for bookest +%post bookest-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bookest-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bookest-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bookhands Provides: tex-bookhands = %{tl_version} License: LPPL @@ -33702,6 +39618,24 @@ AutoReqProv: No %description bookhands-doc Documentation for bookhands +%post bookhands-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bookhands-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bookhands-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package booklet Provides: tex-booklet = %{tl_version} License: LPPL 1.3 @@ -33734,7 +39668,7 @@ touch /var/run/texlive/run-mtxrun %postun booklet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -33756,6 +39690,24 @@ AutoReqProv: No %description booklet-doc Documentation for booklet +%post booklet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun booklet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans booklet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bookman Provides: tex-bookman = %{tl_version} License: GPL+ @@ -33996,6 +39948,24 @@ AutoReqProv: No %description booktabs-de-doc Documentation for booktabs-de +%post booktabs-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun booktabs-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans booktabs-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package booktabs-fr-doc Summary: Documentation for booktabs-fr Version: svn21948.1.00 @@ -34007,6 +39977,24 @@ AutoReqProv: No %description booktabs-fr-doc Documentation for booktabs-fr +%post booktabs-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun booktabs-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans booktabs-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package booktabs Provides: tex-booktabs = %{tl_version} License: GPL+ @@ -34037,7 +40025,7 @@ touch /var/run/texlive/run-mtxrun %postun booktabs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34059,6 +40047,24 @@ AutoReqProv: No %description booktabs-doc Documentation for booktabs +%post booktabs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun booktabs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans booktabs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boolexpr Provides: tex-boolexpr = %{tl_version} License: LPPL @@ -34095,7 +40101,7 @@ touch /var/run/texlive/run-mtxrun %postun boolexpr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34117,6 +40123,24 @@ AutoReqProv: No %description boolexpr-doc Documentation for boolexpr +%post boolexpr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boolexpr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boolexpr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boondox Provides: tex-boondox = %{tl_version} License: LPPL @@ -34221,6 +40245,24 @@ AutoReqProv: No %description boondox-doc Documentation for boondox +%post boondox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boondox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boondox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bophook Provides: tex-bophook = %{tl_version} License: LPPL @@ -34250,7 +40292,7 @@ touch /var/run/texlive/run-mtxrun %postun bophook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34272,6 +40314,24 @@ AutoReqProv: No %description bophook-doc Documentation for bophook +%post bophook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bophook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bophook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package borceux Provides: tex-borceux = %{tl_version} License: Borceux @@ -34304,7 +40364,7 @@ touch /var/run/texlive/run-mtxrun %postun borceux if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34326,6 +40386,24 @@ AutoReqProv: No %description borceux-doc Documentation for borceux +%post borceux-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun borceux-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans borceux-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bosisio Provides: tex-bosisio = %{tl_version} License: LPPL @@ -34364,7 +40442,7 @@ touch /var/run/texlive/run-mtxrun %postun bosisio if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34386,6 +40464,24 @@ AutoReqProv: No %description bosisio-doc Documentation for bosisio +%post bosisio-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bosisio-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bosisio-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boxedminipage2e Provides: tex-boxedminipage2e = %{tl_version} License: LPPL 1.3 @@ -34418,7 +40514,7 @@ touch /var/run/texlive/run-mtxrun %postun boxedminipage2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34440,6 +40536,24 @@ AutoReqProv: No %description boxedminipage2e-doc Documentation for boxedminipage2e +%post boxedminipage2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boxedminipage2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boxedminipage2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boxedminipage Provides: tex-boxedminipage = %{tl_version} License: Public Domain @@ -34467,7 +40581,7 @@ touch /var/run/texlive/run-mtxrun %postun boxedminipage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34489,6 +40603,24 @@ AutoReqProv: No %description boxedminipage-doc Documentation for boxedminipage +%post boxedminipage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boxedminipage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boxedminipage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package boxhandler Provides: tex-boxhandler = %{tl_version} License: LPPL @@ -34530,7 +40662,7 @@ touch /var/run/texlive/run-mtxrun %postun boxhandler if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34552,6 +40684,24 @@ AutoReqProv: No %description boxhandler-doc Documentation for boxhandler +%post boxhandler-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun boxhandler-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans boxhandler-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bpchem Provides: tex-bpchem = %{tl_version} License: LPPL @@ -34583,7 +40733,7 @@ touch /var/run/texlive/run-mtxrun %postun bpchem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34605,6 +40755,24 @@ AutoReqProv: No %description bpchem-doc Documentation for bpchem +%post bpchem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bpchem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bpchem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bpolynomial Provides: tex-bpolynomial = %{tl_version} License: LPPL @@ -34635,7 +40803,7 @@ touch /var/run/texlive/run-mtxrun %postun bpolynomial if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34657,6 +40825,24 @@ AutoReqProv: No %description bpolynomial-doc Documentation for bpolynomial +%post bpolynomial-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bpolynomial-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bpolynomial-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bracketkey Provides: tex-bracketkey = %{tl_version} License: LPPL 1.3 @@ -34684,7 +40870,7 @@ touch /var/run/texlive/run-mtxrun %postun bracketkey if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34706,6 +40892,24 @@ AutoReqProv: No %description bracketkey-doc Documentation for bracketkey +%post bracketkey-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bracketkey-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bracketkey-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package braids Provides: tex-braids = %{tl_version} License: LPPL 1.3 @@ -34735,7 +40939,7 @@ touch /var/run/texlive/run-mtxrun %postun braids if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34757,6 +40961,24 @@ AutoReqProv: No %description braids-doc Documentation for braids +%post braids-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun braids-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braids-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package braille Provides: tex-braille = %{tl_version} License: LPPL @@ -34788,7 +41010,7 @@ touch /var/run/texlive/run-mtxrun %postun braille if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34810,6 +41032,24 @@ AutoReqProv: No %description braille-doc Documentation for braille +%post braille-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun braille-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braille-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package braket Provides: tex-braket = %{tl_version} License: Public Domain @@ -34841,7 +41081,7 @@ touch /var/run/texlive/run-mtxrun %postun braket if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34863,6 +41103,24 @@ AutoReqProv: No %description braket-doc Documentation for braket +%post braket-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun braket-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans braket-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package brandeis-dissertation Provides: tex-brandeis-dissertation = %{tl_version} License: LPPL 1.2 @@ -34893,7 +41151,7 @@ touch /var/run/texlive/run-mtxrun %postun brandeis-dissertation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34915,6 +41173,24 @@ AutoReqProv: No %description brandeis-dissertation-doc Documentation for brandeis-dissertation +%post brandeis-dissertation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun brandeis-dissertation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans brandeis-dissertation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package breakurl Provides: tex-breakurl = %{tl_version} License: LPPL @@ -34948,7 +41224,7 @@ touch /var/run/texlive/run-mtxrun %postun breakurl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -34970,11 +41246,29 @@ AutoReqProv: No %description breakurl-doc Documentation for breakurl +%post breakurl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun breakurl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans breakurl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package breqn Provides: tex-breqn = %{tl_version} License: LPPL 1.3 Summary: Automatic line breaking of displayed equations -Version: svn35027.0.98c +Version: svn38099.0.98d Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -35003,7 +41297,7 @@ on possible glitches. The bundle also contains the flexisym and mathstyle packages, which are both designated as support for breqn. -date: 2014-08-20 12:40:46 +0200 +date: 2015-08-11 18:03:08 +0200 %post breqn mkdir -p /var/run/texlive @@ -35014,7 +41308,7 @@ touch /var/run/texlive/run-mtxrun %postun breqn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35027,7 +41321,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package breqn-doc Summary: Documentation for breqn -Version: svn35027.0.98c +Version: svn38099.0.98d Release: %{tl_noarch_release} Provides: tex-breqn-doc BuildArch: noarch @@ -35036,6 +41330,24 @@ AutoReqProv: No %description breqn-doc Documentation for breqn +%post breqn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun breqn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans breqn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package br-lex Provides: tex-br-lex = %{tl_version} License: LPPL 1.3 @@ -35076,7 +41388,7 @@ touch /var/run/texlive/run-mtxrun %postun br-lex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35098,6 +41410,24 @@ AutoReqProv: No %description br-lex-doc Documentation for br-lex +%post br-lex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun br-lex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans br-lex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bropd Provides: tex-bropd = %{tl_version} License: LPPL 1.3 @@ -35127,7 +41457,7 @@ touch /var/run/texlive/run-mtxrun %postun bropd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35149,6 +41479,24 @@ AutoReqProv: No %description bropd-doc Documentation for bropd +%post bropd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bropd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bropd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package brushscr Provides: tex-brushscr = %{tl_version} License: Public Domain @@ -35215,6 +41563,24 @@ AutoReqProv: No %description brushscr-doc Documentation for brushscr +%post brushscr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun brushscr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans brushscr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bullcntr Provides: tex-bullcntr = %{tl_version} License: LPPL 1.3 @@ -35245,7 +41611,7 @@ touch /var/run/texlive/run-mtxrun %postun bullcntr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35267,6 +41633,24 @@ AutoReqProv: No %description bullcntr-doc Documentation for bullcntr +%post bullcntr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bullcntr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bullcntr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bundledoc Provides: tex-bundledoc = %{tl_version} License: LPPL @@ -35306,7 +41690,7 @@ touch /var/run/texlive/run-mtxrun %postun bundledoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35328,6 +41712,24 @@ AutoReqProv: No %description bundledoc-doc Documentation for bundledoc +%post bundledoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bundledoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bundledoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bundledoc-bin Summary: Binaries for bundledoc Version: svn17794.0 @@ -35401,6 +41803,24 @@ AutoReqProv: No %description burmese-doc Documentation for burmese +%post burmese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun burmese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans burmese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bussproofs Provides: tex-bussproofs = %{tl_version} License: LPPL 1.3 @@ -35434,7 +41854,7 @@ touch /var/run/texlive/run-mtxrun %postun bussproofs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35456,9 +41876,27 @@ AutoReqProv: No %description bussproofs-doc Documentation for bussproofs +%post bussproofs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bussproofs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bussproofs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bxbase Provides: tex-bxbase = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: BX bundle base components Version: svn28825.0.5 Release: %{tl_noarch_release} @@ -35488,7 +41926,7 @@ touch /var/run/texlive/run-mtxrun %postun bxbase if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35510,9 +41948,27 @@ AutoReqProv: No %description bxbase-doc Documentation for bxbase +%post bxbase-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxbase-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxbase-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bxcjkjatype Provides: tex-bxcjkjatype = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Typeset Japanese with pdfLaTeX and CJK Version: svn32048.0.2c Release: %{tl_noarch_release} @@ -35547,7 +42003,7 @@ touch /var/run/texlive/run-mtxrun %postun bxcjkjatype if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35569,9 +42025,27 @@ AutoReqProv: No %description bxcjkjatype-doc Documentation for bxcjkjatype +%post bxcjkjatype-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxcjkjatype-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxcjkjatype-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bxdpx-beamer Provides: tex-bxdpx-beamer = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Dvipdfmx extras for use with beamer Version: svn30220.0.2 Release: %{tl_noarch_release} @@ -35598,7 +42072,7 @@ touch /var/run/texlive/run-mtxrun %postun bxdpx-beamer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35620,9 +42094,27 @@ AutoReqProv: No %description bxdpx-beamer-doc Documentation for bxdpx-beamer +%post bxdpx-beamer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxdpx-beamer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxdpx-beamer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bxeepic Provides: tex-bxeepic = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Eepic facilities using pict2e Version: svn30559.0.2 Release: %{tl_noarch_release} @@ -35648,7 +42140,7 @@ touch /var/run/texlive/run-mtxrun %postun bxeepic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35670,11 +42162,29 @@ AutoReqProv: No %description bxeepic-doc Documentation for bxeepic +%post bxeepic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxeepic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxeepic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bxjscls Provides: tex-bxjscls = %{tl_version} -License: Freely redistributable without restriction -Summary: Document classes based on jsclasses -Version: svn28901.0.3a +License: BSD +Summary: Japanese document class collection for all major engines +Version: svn38324.1.0b Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -35682,15 +42192,24 @@ Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils Requires: tex(calc.sty) Requires: tex(keyval.sty) +Requires: tex(type1cm.sty) Requires: tex(geometry.sty) Provides: tex(bxjsarticle.cls) = %{tl_version} -Provides: tex(bxjsptex.def) = %{tl_version} +Provides: tex(bxjsbook.cls) = %{tl_version} +Provides: tex(bxjsja-minimal.def) = %{tl_version} +Provides: tex(bxjsja-standard.def) = %{tl_version} Provides: tex(bxjsreport.cls) = %{tl_version} +Provides: tex(bxjsslide.cls) = %{tl_version} %description bxjscls -Provides classes, based on jsclasses. +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. -date: 2014-02-26 23:03:13 +0100 +date: 2015-09-08 13:12:40 +0200 %post bxjscls mkdir -p /var/run/texlive @@ -35701,7 +42220,7 @@ touch /var/run/texlive/run-mtxrun %postun bxjscls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35714,7 +42233,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package bxjscls-doc Summary: Documentation for bxjscls -Version: svn28901.0.3a +Version: svn38324.1.0b Release: %{tl_noarch_release} Provides: tex-bxjscls-doc BuildArch: noarch @@ -35723,6 +42242,95 @@ AutoReqProv: No %description bxjscls-doc Documentation for bxjscls +%post bxjscls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxjscls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxjscls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package bxpdfver +Provides: tex-bxpdfver = %{tl_version} +License: MIT +Summary: Specify version and compression level of output PDF files +Version: svn38050.0.2a +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-05 08:59:43 +0200 + +%post bxpdfver +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun bxpdfver +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxpdfver +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package bxpdfver-doc +Summary: Documentation for bxpdfver +Version: svn38050.0.2a +Release: %{tl_noarch_release} +Provides: tex-bxpdfver-doc +BuildArch: noarch +AutoReqProv: No + +%description bxpdfver-doc +Documentation for bxpdfver + +%post bxpdfver-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bxpdfver-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bxpdfver-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package bytefield Provides: tex-bytefield = %{tl_version} License: LPPL @@ -35758,7 +42366,7 @@ touch /var/run/texlive/run-mtxrun %postun bytefield if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35780,6 +42388,24 @@ AutoReqProv: No %description bytefield-doc Documentation for bytefield +%post bytefield-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun bytefield-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans bytefield-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package c90 Provides: tex-c90 = %{tl_version} License: LPPL @@ -35804,7 +42430,7 @@ touch /var/run/texlive/run-mtxrun %postun c90 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -35826,6 +42452,24 @@ AutoReqProv: No %description c90-doc Documentation for c90 +%post c90-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun c90-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans c90-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cabin Provides: tex-cabin = %{tl_version} License: OFL @@ -36259,6 +42903,24 @@ AutoReqProv: No %description cabin-doc Documentation for cabin +%post cabin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cabin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cabin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cachepic Provides: tex-cachepic = %{tl_version} License: LPPL 1.3 @@ -36293,7 +42955,7 @@ touch /var/run/texlive/run-mtxrun %postun cachepic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36315,6 +42977,24 @@ AutoReqProv: No %description cachepic-doc Documentation for cachepic +%post cachepic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cachepic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cachepic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cachepic-bin Summary: Binaries for cachepic Version: svn15543.0 @@ -36447,6 +43127,24 @@ AutoReqProv: No %description caladea-doc Documentation for caladea +%post caladea-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun caladea-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans caladea-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calcage Provides: tex-calcage = %{tl_version} License: LPPL 1.3 @@ -36483,7 +43181,7 @@ touch /var/run/texlive/run-mtxrun %postun calcage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36505,6 +43203,24 @@ AutoReqProv: No %description calcage-doc Documentation for calcage +%post calcage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calcage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calcage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calctab Provides: tex-calctab = %{tl_version} License: LPPL @@ -36544,7 +43260,7 @@ touch /var/run/texlive/run-mtxrun %postun calctab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36566,6 +43282,24 @@ AutoReqProv: No %description calctab-doc Documentation for calctab +%post calctab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calctab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calctab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calculation Provides: tex-calculation = %{tl_version} License: LPPL 1.3 @@ -36605,7 +43339,7 @@ touch /var/run/texlive/run-mtxrun %postun calculation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36627,6 +43361,24 @@ AutoReqProv: No %description calculation-doc Documentation for calculation +%post calculation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calculation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calculation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calculator Provides: tex-calculator = %{tl_version} License: LPPL 1.2 @@ -36660,7 +43412,7 @@ touch /var/run/texlive/run-mtxrun %postun calculator if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36682,6 +43434,24 @@ AutoReqProv: No %description calculator-doc Documentation for calculator +%post calculator-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calculator-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calculator-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calligra Provides: tex-calligra = %{tl_version} License: Copyright only @@ -36711,7 +43481,7 @@ touch /var/run/texlive/run-mtxrun %postun calligra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36733,6 +43503,24 @@ AutoReqProv: No %description calligra-doc Documentation for calligra +%post calligra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calligra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calligra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calligra-type1 Provides: tex-calligra-type1 = %{tl_version} License: Copyright only @@ -36790,6 +43578,24 @@ AutoReqProv: No %description calligra-type1-doc Documentation for calligra-type1 +%post calligra-type1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calligra-type1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calligra-type1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calrsfs Provides: tex-calrsfs = %{tl_version} License: Public Domain @@ -36817,7 +43623,7 @@ touch /var/run/texlive/run-mtxrun %postun calrsfs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36839,6 +43645,24 @@ AutoReqProv: No %description calrsfs-doc Documentation for calrsfs +%post calrsfs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calrsfs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calrsfs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cals Provides: tex-cals = %{tl_version} License: LPPL 1.3 @@ -36869,7 +43693,7 @@ touch /var/run/texlive/run-mtxrun %postun cals if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36891,6 +43715,24 @@ AutoReqProv: No %description cals-doc Documentation for cals +%post cals-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cals-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cals-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package calxxxx-yyyy Provides: tex-calxxxx-yyyy = %{tl_version} License: LPPL 1.3 @@ -36921,7 +43763,7 @@ touch /var/run/texlive/run-mtxrun %postun calxxxx-yyyy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36943,6 +43785,24 @@ AutoReqProv: No %description calxxxx-yyyy-doc Documentation for calxxxx-yyyy +%post calxxxx-yyyy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun calxxxx-yyyy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans calxxxx-yyyy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cancel Provides: tex-cancel = %{tl_version} License: Public Domain @@ -36971,7 +43831,7 @@ touch /var/run/texlive/run-mtxrun %postun cancel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -36993,6 +43853,24 @@ AutoReqProv: No %description cancel-doc Documentation for cancel +%post cancel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cancel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cancel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package canoniclayout Provides: tex-canoniclayout = %{tl_version} License: LPPL 1.3 @@ -37021,7 +43899,7 @@ touch /var/run/texlive/run-mtxrun %postun canoniclayout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37043,6 +43921,24 @@ AutoReqProv: No %description canoniclayout-doc Documentation for canoniclayout +%post canoniclayout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun canoniclayout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans canoniclayout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cantarell Provides: tex-cantarell = %{tl_version} License: LPPL 1.3 @@ -37235,6 +44131,24 @@ AutoReqProv: No %description cantarell-doc Documentation for cantarell +%post cantarell-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cantarell-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cantarell-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package captcont Provides: tex-captcont = %{tl_version} License: LPPL @@ -37269,7 +44183,7 @@ touch /var/run/texlive/run-mtxrun %postun captcont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37291,6 +44205,24 @@ AutoReqProv: No %description captcont-doc Documentation for captcont +%post captcont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun captcont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans captcont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package captdef Provides: tex-captdef = %{tl_version} License: LPPL @@ -37322,7 +44254,7 @@ touch /var/run/texlive/run-mtxrun %postun captdef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37344,6 +44276,24 @@ AutoReqProv: No %description captdef-doc Documentation for captdef +%post captdef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun captdef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans captdef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package caption Provides: tex-caption = %{tl_version} License: LPPL 1.3 @@ -37388,7 +44338,7 @@ touch /var/run/texlive/run-mtxrun %postun caption if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37410,6 +44360,24 @@ AutoReqProv: No %description caption-doc Documentation for caption +%post caption-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun caption-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans caption-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package capt-of Provides: tex-capt-of = %{tl_version} License: LPPL @@ -37439,7 +44407,7 @@ touch /var/run/texlive/run-mtxrun %postun capt-of if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37461,6 +44429,24 @@ AutoReqProv: No %description capt-of-doc Documentation for capt-of +%post capt-of-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun capt-of-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans capt-of-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package carlisle Provides: tex-carlisle = %{tl_version} License: LPPL @@ -37505,7 +44491,7 @@ touch /var/run/texlive/run-mtxrun %postun carlisle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37527,6 +44513,24 @@ AutoReqProv: No %description carlisle-doc Documentation for carlisle +%post carlisle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun carlisle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans carlisle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package carlito Provides: tex-carlito = %{tl_version} License: OFL @@ -37812,6 +44816,24 @@ AutoReqProv: No %description carlito-doc Documentation for carlito +%post carlito-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun carlito-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans carlito-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package carolmin-ps Provides: tex-carolmin-ps = %{tl_version} License: LPPL @@ -37876,6 +44898,24 @@ AutoReqProv: No %description carolmin-ps-doc Documentation for carolmin-ps +%post carolmin-ps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun carolmin-ps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans carolmin-ps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cascadilla Provides: tex-cascadilla = %{tl_version} License: LPPL @@ -37914,7 +44954,7 @@ touch /var/run/texlive/run-mtxrun %postun cascadilla if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37936,6 +44976,24 @@ AutoReqProv: No %description cascadilla-doc Documentation for cascadilla +%post cascadilla-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cascadilla-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cascadilla-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cases Provides: tex-cases = %{tl_version} License: Public Domain @@ -37966,7 +45024,7 @@ touch /var/run/texlive/run-mtxrun %postun cases if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -37988,6 +45046,24 @@ AutoReqProv: No %description cases-doc Documentation for cases +%post cases-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cases-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cases-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package casyl Provides: tex-casyl = %{tl_version} License: Public Domain @@ -38016,7 +45092,7 @@ touch /var/run/texlive/run-mtxrun %postun casyl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38038,6 +45114,24 @@ AutoReqProv: No %description casyl-doc Documentation for casyl +%post casyl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun casyl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans casyl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package catchfilebetweentags Provides: tex-catchfilebetweentags = %{tl_version} License: LPPL 1.3 @@ -38073,7 +45167,7 @@ touch /var/run/texlive/run-mtxrun %postun catchfilebetweentags if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38095,6 +45189,24 @@ AutoReqProv: No %description catchfilebetweentags-doc Documentation for catchfilebetweentags +%post catchfilebetweentags-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun catchfilebetweentags-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catchfilebetweentags-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package catcodes Provides: tex-catcodes = %{tl_version} License: LPPL 1.3 @@ -38129,7 +45241,7 @@ touch /var/run/texlive/run-mtxrun %postun catcodes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38151,6 +45263,24 @@ AutoReqProv: No %description catcodes-doc Documentation for catcodes +%post catcodes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun catcodes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catcodes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package catechis Provides: tex-catechis = %{tl_version} License: LPPL @@ -38183,7 +45313,7 @@ touch /var/run/texlive/run-mtxrun %postun catechis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38205,6 +45335,24 @@ AutoReqProv: No %description catechis-doc Documentation for catechis +%post catechis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun catechis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catechis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package catoptions Provides: tex-catoptions = %{tl_version} License: LPPL 1.3 @@ -38241,7 +45389,7 @@ touch /var/run/texlive/run-mtxrun %postun catoptions if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38263,6 +45411,24 @@ AutoReqProv: No %description catoptions-doc Documentation for catoptions +%post catoptions-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun catoptions-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans catoptions-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cbcoptic Provides: tex-cbcoptic = %{tl_version} License: LPPL @@ -38302,7 +45468,7 @@ touch /var/run/texlive/run-mtxrun %postun cbcoptic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38324,6 +45490,24 @@ AutoReqProv: No %description cbcoptic-doc Documentation for cbcoptic +%post cbcoptic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cbcoptic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cbcoptic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cbfonts-fd Provides: tex-cbfonts-fd = %{tl_version} License: LPPL 1.3 @@ -38362,7 +45546,7 @@ touch /var/run/texlive/run-mtxrun %postun cbfonts-fd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -38384,6 +45568,24 @@ AutoReqProv: No %description cbfonts-fd-doc Documentation for cbfonts-fd +%post cbfonts-fd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cbfonts-fd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cbfonts-fd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cbfonts Provides: tex-cbfonts = %{tl_version} License: LPPL @@ -40336,6 +47538,24 @@ Requires: tex-cbfonts-fd-doc %description cbfonts-doc Documentation for cbfonts +%post cbfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cbfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cbfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ccaption Provides: tex-ccaption = %{tl_version} License: LPPL 1.3 @@ -40367,7 +47587,7 @@ touch /var/run/texlive/run-mtxrun %postun ccaption if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40389,6 +47609,24 @@ AutoReqProv: No %description ccaption-doc Documentation for ccaption +%post ccaption-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ccaption-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ccaption-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ccfonts Provides: tex-ccfonts = %{tl_version} License: LPPL @@ -40420,7 +47658,7 @@ touch /var/run/texlive/run-mtxrun %postun ccfonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40442,6 +47680,24 @@ AutoReqProv: No %description ccfonts-doc Documentation for ccfonts +%post ccfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ccfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ccfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ccicons Provides: tex-ccicons = %{tl_version} License: LPPL 1.3 @@ -40505,6 +47761,24 @@ AutoReqProv: No %description ccicons-doc Documentation for ccicons +%post ccicons-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ccicons-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ccicons-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cclicenses Provides: tex-cclicenses = %{tl_version} License: LPPL @@ -40534,7 +47808,7 @@ touch /var/run/texlive/run-mtxrun %postun cclicenses if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40556,6 +47830,24 @@ AutoReqProv: No %description cclicenses-doc Documentation for cclicenses +%post cclicenses-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cclicenses-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cclicenses-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cc-pl Provides: tex-cc-pl = %{tl_version} License: Public Domain @@ -40636,6 +47928,24 @@ AutoReqProv: No %description cc-pl-doc Documentation for cc-pl +%post cc-pl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cc-pl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cc-pl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cd-cover Provides: tex-cd-cover = %{tl_version} License: GPL+ @@ -40665,7 +47975,7 @@ touch /var/run/texlive/run-mtxrun %postun cd-cover if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40687,6 +47997,24 @@ AutoReqProv: No %description cd-cover-doc Documentation for cd-cover +%post cd-cover-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cd-cover-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cd-cover-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cdpbundl Provides: tex-cdpbundl = %{tl_version} License: LPPL @@ -40735,7 +48063,7 @@ touch /var/run/texlive/run-mtxrun %postun cdpbundl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40757,6 +48085,24 @@ AutoReqProv: No %description cdpbundl-doc Documentation for cdpbundl +%post cdpbundl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cdpbundl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cdpbundl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cd Provides: tex-cd = %{tl_version} License: GPL+ @@ -40786,7 +48132,7 @@ touch /var/run/texlive/run-mtxrun %postun cd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40808,6 +48154,24 @@ AutoReqProv: No %description cd-doc Documentation for cd +%post cd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cellspace Provides: tex-cellspace = %{tl_version} License: LPPL @@ -40846,7 +48210,7 @@ touch /var/run/texlive/run-mtxrun %postun cellspace if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40868,6 +48232,24 @@ AutoReqProv: No %description cellspace-doc Documentation for cellspace +%post cellspace-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cellspace-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cellspace-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cell Provides: tex-cell = %{tl_version} License: Public Domain @@ -40897,7 +48279,7 @@ touch /var/run/texlive/run-mtxrun %postun cell if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40919,6 +48301,24 @@ AutoReqProv: No %description cell-doc Documentation for cell +%post cell-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cell-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cell-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package celtic Provides: tex-celtic = %{tl_version} License: LPPL 1.3 @@ -40945,7 +48345,7 @@ touch /var/run/texlive/run-mtxrun %postun celtic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -40967,6 +48367,24 @@ AutoReqProv: No %description celtic-doc Documentation for celtic +%post celtic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun celtic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans celtic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package censor Provides: tex-censor = %{tl_version} License: LPPL 1.3 @@ -40996,7 +48414,7 @@ touch /var/run/texlive/run-mtxrun %postun censor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -41018,6 +48436,24 @@ AutoReqProv: No %description censor-doc Documentation for censor +%post censor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun censor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans censor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cfr-initials Provides: tex-cfr-initials = %{tl_version} License: LPPL 1.3 @@ -41096,7 +48532,7 @@ touch /var/run/texlive/run-mtxrun %postun cfr-initials if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -41118,6 +48554,24 @@ AutoReqProv: No %description cfr-initials-doc Documentation for cfr-initials +%post cfr-initials-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cfr-initials-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cfr-initials-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cfr-lm Provides: tex-cfr-lm = %{tl_version} License: LPPL 1.3 @@ -42080,6 +49534,24 @@ AutoReqProv: No %description cfr-lm-doc Documentation for cfr-lm +%post cfr-lm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cfr-lm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cfr-lm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package changebar Provides: tex-changebar = %{tl_version} License: LPPL @@ -42110,7 +49582,7 @@ touch /var/run/texlive/run-mtxrun %postun changebar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42132,6 +49604,24 @@ AutoReqProv: No %description changebar-doc Documentation for changebar +%post changebar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun changebar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changebar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package changelayout Provides: tex-changelayout = %{tl_version} License: LPPL @@ -42164,7 +49654,7 @@ touch /var/run/texlive/run-mtxrun %postun changelayout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42186,6 +49676,24 @@ AutoReqProv: No %description changelayout-doc Documentation for changelayout +%post changelayout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun changelayout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changelayout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package changepage Provides: tex-changepage = %{tl_version} License: LPPL 1.3 @@ -42219,7 +49727,7 @@ touch /var/run/texlive/run-mtxrun %postun changepage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42241,6 +49749,24 @@ AutoReqProv: No %description changepage-doc Documentation for changepage +%post changepage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun changepage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changepage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package changes Provides: tex-changes = %{tl_version} License: LPPL 1.3 @@ -42279,7 +49805,7 @@ touch /var/run/texlive/run-mtxrun %postun changes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42301,6 +49827,24 @@ AutoReqProv: No %description changes-doc Documentation for changes +%post changes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun changes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans changes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chappg Provides: tex-chappg = %{tl_version} License: LPPL @@ -42329,7 +49873,7 @@ touch /var/run/texlive/run-mtxrun %postun chappg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42351,6 +49895,24 @@ AutoReqProv: No %description chappg-doc Documentation for chappg +%post chappg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chappg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chappg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chapterfolder Provides: tex-chapterfolder = %{tl_version} License: LPPL @@ -42384,7 +49946,7 @@ touch /var/run/texlive/run-mtxrun %postun chapterfolder if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42406,6 +49968,24 @@ AutoReqProv: No %description chapterfolder-doc Documentation for chapterfolder +%post chapterfolder-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chapterfolder-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chapterfolder-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package charter Provides: tex-charter = %{tl_version} License: Copyright only @@ -42486,7 +50066,7 @@ touch /var/run/texlive/run-mtxrun %postun charter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42508,6 +50088,24 @@ AutoReqProv: No %description charter-doc Documentation for charter +%post charter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun charter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans charter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chbibref Provides: tex-chbibref = %{tl_version} License: LPPL @@ -42536,7 +50134,7 @@ touch /var/run/texlive/run-mtxrun %postun chbibref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42558,6 +50156,24 @@ AutoReqProv: No %description chbibref-doc Documentation for chbibref +%post chbibref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chbibref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chbibref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package checkcites Provides: tex-checkcites = %{tl_version} License: LPPL 1.3 @@ -42586,7 +50202,7 @@ touch /var/run/texlive/run-mtxrun %postun checkcites if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42608,6 +50224,24 @@ AutoReqProv: No %description checkcites-doc Documentation for checkcites +%post checkcites-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun checkcites-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans checkcites-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package checkcites-bin Summary: Binaries for checkcites Version: svn25623.0 @@ -42619,6 +50253,95 @@ BuildArch: noarch %description checkcites-bin Binaries for checkcites +%package checklistings +Provides: tex-checklistings = %{tl_version} +License: LPPL 1.2 +Summary: Pass verbatim contents through a compiler and reincorporate the resulting output +Version: svn38300.1.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: texlive-checklistings-bin +Requires: tex(keyval.sty) +Requires: tex(kvoptions.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(color.sty) +Requires: tex(listings.sty) +Provides: tex(checklistings.sty) = %{tl_version} + +%description checklistings +This package augments the fancyvrb and listings packages to +allow the source code they contain to be checked by an external +tool (like a compiler). The external tool's messages can be +automatically reincorporated into the original document. The +package does not focus on a specific programming language, but +it is designed to work well with languages and compilers in the +ML family. + +date: 2015-09-03 19:26:31 +0200 + +%post checklistings +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun checklistings +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans checklistings +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package checklistings-doc +Summary: Documentation for checklistings +Version: svn38300.1.0 +Release: %{tl_noarch_release} +Provides: tex-checklistings-doc +BuildArch: noarch +AutoReqProv: No + +%description checklistings-doc +Documentation for checklistings + +%post checklistings-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun checklistings-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans checklistings-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package checklistings-bin +Summary: Binaries for checklistings +Version: svn38300.0 +Requires: texlive-base +Requires: texlive-checklistings +Release: %{tl_release} +BuildArch: noarch + +%description checklistings-bin +Binaries for checklistings + %package chemarrow Provides: tex-chemarrow = %{tl_version} License: Public Domain @@ -42680,6 +50403,24 @@ AutoReqProv: No %description chemarrow-doc Documentation for chemarrow +%post chemarrow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemarrow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemarrow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chembst Provides: tex-chembst = %{tl_version} License: LPPL @@ -42712,7 +50453,7 @@ touch /var/run/texlive/run-mtxrun %postun chembst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42734,6 +50475,24 @@ AutoReqProv: No %description chembst-doc Documentation for chembst +%post chembst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chembst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chembst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemcompounds Provides: tex-chemcompounds = %{tl_version} License: LPPL @@ -42764,7 +50523,7 @@ touch /var/run/texlive/run-mtxrun %postun chemcompounds if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42786,6 +50545,24 @@ AutoReqProv: No %description chemcompounds-doc Documentation for chemcompounds +%post chemcompounds-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemcompounds-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemcompounds-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemcono Provides: tex-chemcono = %{tl_version} License: LPPL @@ -42819,7 +50596,7 @@ touch /var/run/texlive/run-mtxrun %postun chemcono if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42841,6 +50618,24 @@ AutoReqProv: No %description chemcono-doc Documentation for chemcono +%post chemcono-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemcono-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemcono-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemexec Provides: tex-chemexec = %{tl_version} License: LPPL 1.3 @@ -42880,7 +50675,7 @@ touch /var/run/texlive/run-mtxrun %postun chemexec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42902,6 +50697,24 @@ AutoReqProv: No %description chemexec-doc Documentation for chemexec +%post chemexec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemexec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemexec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemfig Provides: tex-chemfig = %{tl_version} License: LPPL 1.3 @@ -42937,7 +50750,7 @@ touch /var/run/texlive/run-mtxrun %postun chemfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -42959,11 +50772,29 @@ AutoReqProv: No %description chemfig-doc Documentation for chemfig +%post chemfig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemfig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemfig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemformula Provides: tex-chemformula = %{tl_version} License: LPPL 1.3 Summary: Command for typesetting chemical formulas and reactions -Version: svn37722.4.11 +Version: svn38341.4.12b Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -42973,7 +50804,7 @@ Requires: tex(expl3.sty) Requires: tex(xparse.sty) Requires: tex(l3keys2e.sty) Requires: tex(tikz.sty) -Requires: tex(amsmath.sty) +Requires: tex(amstext.sty) Requires: tex(xfrac.sty) Requires: tex(nicefrac.sty) Requires: tex(scrlfile.sty) @@ -42985,7 +50816,7 @@ reactions in support of other chemistry packages (such as chemmacros). The package used to be distributed as a part of chemmacros. -date: 2015-06-30 17:24:43 +0200 +date: 2015-09-09 07:24:52 +0200 %post chemformula mkdir -p /var/run/texlive @@ -42996,7 +50827,7 @@ touch /var/run/texlive/run-mtxrun %postun chemformula if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43009,7 +50840,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package chemformula-doc Summary: Documentation for chemformula -Version: svn37722.4.11 +Version: svn38341.4.12b Release: %{tl_noarch_release} Provides: tex-chemformula-doc BuildArch: noarch @@ -43018,6 +50849,24 @@ AutoReqProv: No %description chemformula-doc Documentation for chemformula +%post chemformula-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemformula-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemformula-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemgreek Provides: tex-chemgreek = %{tl_version} License: LPPL 1.3 @@ -43048,7 +50897,7 @@ touch /var/run/texlive/run-mtxrun %postun chemgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43070,6 +50919,24 @@ AutoReqProv: No %description chemgreek-doc Documentation for chemgreek +%post chemgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chem-journal Provides: tex-chem-journal = %{tl_version} License: GPL+ @@ -43098,7 +50965,7 @@ touch /var/run/texlive/run-mtxrun %postun chem-journal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43113,7 +50980,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-chemmacros = %{tl_version} License: LPPL 1.3 Summary: A collection of macros to support typesetting chemistry documents -Version: svn36234.4.7 +Version: svn38359.5.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -43122,6 +50989,7 @@ Requires(post,postun): coreutils 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) @@ -43135,7 +51003,32 @@ Requires: tex(chemformula.sty) Requires: tex(chemgreek.sty) Requires: tex(ghsystem.sty) Requires: tex(xspace.sty) +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.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.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 @@ -43151,7 +51044,7 @@ notation. The packages are written using current versions of the experimental LaTeX 3 coding conventions and the LaTeX 3 support packages. -date: 2015-02-08 16:14:18 +0100 +date: 2015-09-11 21:33:13 +0200 %post chemmacros mkdir -p /var/run/texlive @@ -43162,7 +51055,7 @@ touch /var/run/texlive/run-mtxrun %postun chemmacros if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43175,7 +51068,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package chemmacros-doc Summary: Documentation for chemmacros -Version: svn36234.4.7 +Version: svn38359.5.0 Release: %{tl_noarch_release} Provides: tex-chemmacros-doc BuildArch: noarch @@ -43184,6 +51077,24 @@ AutoReqProv: No %description chemmacros-doc Documentation for chemmacros +%post chemmacros-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemmacros-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemmacros-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemnum Provides: tex-chemnum = %{tl_version} License: LPPL 1.3 @@ -43219,7 +51130,7 @@ touch /var/run/texlive/run-mtxrun %postun chemnum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43241,6 +51152,24 @@ AutoReqProv: No %description chemnum-doc Documentation for chemnum +%post chemnum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemnum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemnum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemschemex Provides: tex-chemschemex = %{tl_version} License: LPPL 1.2 @@ -43277,7 +51206,7 @@ touch /var/run/texlive/run-mtxrun %postun chemschemex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43299,6 +51228,24 @@ AutoReqProv: No %description chemschemex-doc Documentation for chemschemex +%post chemschemex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemschemex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemschemex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chemstyle Provides: tex-chemstyle = %{tl_version} License: LPPL 1.3 @@ -43354,7 +51301,7 @@ touch /var/run/texlive/run-mtxrun %postun chemstyle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43376,6 +51323,24 @@ AutoReqProv: No %description chemstyle-doc Documentation for chemstyle +%post chemstyle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chemstyle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chemstyle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cherokee Provides: tex-cherokee = %{tl_version} License: Copyright only @@ -43413,7 +51378,7 @@ touch /var/run/texlive/run-mtxrun %postun cherokee if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43435,6 +51400,24 @@ AutoReqProv: No %description cherokee-doc Documentation for cherokee +%post cherokee-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cherokee-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cherokee-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chessboard Provides: tex-chessboard = %{tl_version} License: LPPL @@ -43476,7 +51459,7 @@ touch /var/run/texlive/run-mtxrun %postun chessboard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43498,6 +51481,24 @@ AutoReqProv: No %description chessboard-doc Documentation for chessboard +%post chessboard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chessboard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chessboard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chessfss Provides: tex-chessfss = %{tl_version} License: LPPL @@ -43564,7 +51565,7 @@ touch /var/run/texlive/run-mtxrun %postun chessfss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43586,6 +51587,24 @@ AutoReqProv: No %description chessfss-doc Documentation for chessfss +%post chessfss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chessfss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chessfss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chess-problem-diagrams Provides: tex-chess-problem-diagrams = %{tl_version} License: LPPL 1.2 @@ -43617,7 +51636,7 @@ touch /var/run/texlive/run-mtxrun %postun chess-problem-diagrams if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43639,6 +51658,24 @@ AutoReqProv: No %description chess-problem-diagrams-doc Documentation for chess-problem-diagrams +%post chess-problem-diagrams-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chess-problem-diagrams-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chess-problem-diagrams-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chess Provides: tex-chess = %{tl_version} License: Public Domain @@ -43673,7 +51710,7 @@ touch /var/run/texlive/run-mtxrun %postun chess if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43695,11 +51732,29 @@ AutoReqProv: No %description chess-doc Documentation for chess +%post chess-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chess-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chess-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chet Provides: tex-chet = %{tl_version} License: LPPL 1.3 Summary: LaTeX layout inspired by harvmac -Version: svn34821.2.0 +Version: svn38161.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -43712,7 +51767,7 @@ Provides: tex(chet.sty) = %{tl_version} The package aims to streamline the work of typesetting, and to provide the look and feel of harvmac for readers. -date: 2014-08-02 23:18:33 +0200 +date: 2015-08-18 23:28:09 +0200 %post chet mkdir -p /var/run/texlive @@ -43723,7 +51778,7 @@ touch /var/run/texlive/run-mtxrun %postun chet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43736,7 +51791,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package chet-doc Summary: Documentation for chet -Version: svn34821.2.0 +Version: svn38161.2.1 Release: %{tl_noarch_release} Provides: tex-chet-doc BuildArch: noarch @@ -43745,6 +51800,24 @@ AutoReqProv: No %description chet-doc Documentation for chet +%post chet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chextras Provides: tex-chextras = %{tl_version} License: LPPL 1.3 @@ -43793,7 +51866,7 @@ touch /var/run/texlive/run-mtxrun %postun chextras if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43815,6 +51888,24 @@ AutoReqProv: No %description chextras-doc Documentation for chextras +%post chextras-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chextras-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chextras-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chicago-annote Provides: tex-chicago-annote = %{tl_version} License: LPPL @@ -43841,7 +51932,7 @@ touch /var/run/texlive/run-mtxrun %postun chicago-annote if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43863,6 +51954,24 @@ AutoReqProv: No %description chicago-annote-doc Documentation for chicago-annote +%post chicago-annote-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chicago-annote-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chicago-annote-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chicago Provides: tex-chicago = %{tl_version} License: Knuth @@ -43892,7 +52001,7 @@ touch /var/run/texlive/run-mtxrun %postun chicago if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43936,7 +52045,7 @@ touch /var/run/texlive/run-mtxrun %postun chickenize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -43958,6 +52067,24 @@ AutoReqProv: No %description chickenize-doc Documentation for chickenize +%post chickenize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chickenize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chickenize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chkfloat Provides: tex-chkfloat = %{tl_version} License: LPPL 1.3 @@ -43987,7 +52114,7 @@ touch /var/run/texlive/run-mtxrun %postun chkfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44009,6 +52136,24 @@ AutoReqProv: No %description chkfloat-doc Documentation for chkfloat +%post chkfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chkfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chkfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chktex Provides: tex-chktex = %{tl_version} License: GPL+ @@ -44039,7 +52184,7 @@ touch /var/run/texlive/run-mtxrun %postun chktex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44061,6 +52206,24 @@ AutoReqProv: No %description chktex-doc Documentation for chktex +%post chktex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chktex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chktex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chktex-bin Summary: Binaries for chktex Version: svn36790.0 @@ -44103,7 +52266,7 @@ touch /var/run/texlive/run-mtxrun %postun chletter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44125,6 +52288,24 @@ AutoReqProv: No %description chletter-doc Documentation for chletter +%post chletter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chletter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chletter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chngcntr Provides: tex-chngcntr = %{tl_version} License: LPPL @@ -44153,7 +52334,7 @@ touch /var/run/texlive/run-mtxrun %postun chngcntr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44175,11 +52356,29 @@ AutoReqProv: No %description chngcntr-doc Documentation for chngcntr +%post chngcntr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chngcntr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chngcntr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chronology Provides: tex-chronology = %{tl_version} License: LPPL 1.3 Summary: Provides a horizontal timeline -Version: svn29682.1.1 +Version: svn37934.1.1.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -44187,7 +52386,7 @@ Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils Requires: tex(calc.sty) Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) +Requires: tex(xparse.sty) Provides: tex(chronology.sty) = %{tl_version} %description chronology @@ -44196,7 +52395,7 @@ granularity. Other features include relative positioning with unit specification, adjustable tick mark step size, and scaling to specified width. -date: 2014-02-26 23:03:13 +0100 +date: 2015-07-23 12:12:39 +0200 %post chronology mkdir -p /var/run/texlive @@ -44207,7 +52406,7 @@ touch /var/run/texlive/run-mtxrun %postun chronology if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44220,7 +52419,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package chronology-doc Summary: Documentation for chronology -Version: svn29682.1.1 +Version: svn37934.1.1.1 Release: %{tl_noarch_release} Provides: tex-chronology-doc BuildArch: noarch @@ -44229,6 +52428,24 @@ AutoReqProv: No %description chronology-doc Documentation for chronology +%post chronology-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chronology-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chronology-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chronosys Provides: tex-chronosys = %{tl_version} License: LPPL 1.3 @@ -44260,7 +52477,7 @@ touch /var/run/texlive/run-mtxrun %postun chronosys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44282,6 +52499,24 @@ AutoReqProv: No %description chronosys-doc Documentation for chronosys +%post chronosys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chronosys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chronosys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package chscite Provides: tex-chscite = %{tl_version} License: LPPL 1.2 @@ -44313,7 +52548,7 @@ touch /var/run/texlive/run-mtxrun %postun chscite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44335,6 +52570,24 @@ AutoReqProv: No %description chscite-doc Documentation for chscite +%post chscite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun chscite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans chscite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cinzel Provides: tex-cinzel = %{tl_version} License: OFL @@ -44490,6 +52743,24 @@ AutoReqProv: No %description cinzel-doc Documentation for cinzel +%post cinzel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cinzel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cinzel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package circ Provides: tex-circ = %{tl_version} License: GPL+ @@ -44531,7 +52802,7 @@ touch /var/run/texlive/run-mtxrun %postun circ if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44553,6 +52824,24 @@ AutoReqProv: No %description circ-doc Documentation for circ +%post circ-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun circ-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans circ-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package circuitikz Provides: tex-circuitikz = %{tl_version} License: LPPL @@ -44602,7 +52891,7 @@ touch /var/run/texlive/run-mtxrun %postun circuitikz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44624,6 +52913,24 @@ AutoReqProv: No %description circuitikz-doc Documentation for circuitikz +%post circuitikz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun circuitikz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans circuitikz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package citeall Provides: tex-citeall = %{tl_version} License: LPPL 1.3 @@ -44653,7 +52960,7 @@ touch /var/run/texlive/run-mtxrun %postun citeall if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44675,6 +52982,24 @@ AutoReqProv: No %description citeall-doc Documentation for citeall +%post citeall-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun citeall-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans citeall-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cite Provides: tex-cite = %{tl_version} License: Copyright only @@ -44709,7 +53034,7 @@ touch /var/run/texlive/run-mtxrun %postun cite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44731,6 +53056,24 @@ AutoReqProv: No %description cite-doc Documentation for cite +%post cite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjhebrew Provides: tex-cjhebrew = %{tl_version} License: LPPL @@ -44803,6 +53146,24 @@ AutoReqProv: No %description cjhebrew-doc Documentation for cjhebrew +%post cjhebrew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cjhebrew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjhebrew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjk-gs-integrate Provides: tex-cjk-gs-integrate = %{tl_version} License: GPLv3+ @@ -44832,7 +53193,7 @@ touch /var/run/texlive/run-mtxrun %postun cjk-gs-integrate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44854,6 +53215,24 @@ AutoReqProv: No %description cjk-gs-integrate-doc Documentation for cjk-gs-integrate +%post cjk-gs-integrate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cjk-gs-integrate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjk-gs-integrate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjk-gs-integrate-bin Summary: Binaries for cjk-gs-integrate Version: svn37223.0 @@ -44867,7 +53246,7 @@ Binaries for cjk-gs-integrate %package cjk-ko Provides: tex-cjk-ko = %{tl_version} -License: Freely redistributable without restriction +License: GPL+ and LPPL and Public Domain Summary: Extension of the CJK package for Korean typesetting Version: svn37899.1.7 Release: %{tl_noarch_release} @@ -44907,7 +53286,7 @@ touch /var/run/texlive/run-mtxrun %postun cjk-ko if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44929,6 +53308,24 @@ AutoReqProv: No %description cjk-ko-doc Documentation for cjk-ko +%post cjk-ko-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cjk-ko-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjk-ko-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjkpunct Provides: tex-cjkpunct = %{tl_version} License: LPPL @@ -44955,7 +53352,7 @@ touch /var/run/texlive/run-mtxrun %postun cjkpunct if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -44977,6 +53374,24 @@ AutoReqProv: No %description cjkpunct-doc Documentation for cjkpunct +%post cjkpunct-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cjkpunct-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjkpunct-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjk Provides: tex-cjk = %{tl_version} License: GPL+ @@ -45177,7 +53592,7 @@ touch /var/run/texlive/run-mtxrun %postun cjk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -45203,6 +53618,24 @@ Requires: tex-wadalab-doc %description cjk-doc Documentation for cjk +%post cjk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cjk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cjk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cns Provides: tex-cns = %{tl_version} License: LPPL @@ -45484,7 +53917,7 @@ touch /var/run/texlive/run-mtxrun %postun cns if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -45506,6 +53939,24 @@ AutoReqProv: No %description cns-doc Documentation for cns +%post cns-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cns-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cns-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package garuda-c90 Provides: tex-garuda-c90 = %{tl_version} License: LPPL @@ -45565,6 +54016,8 @@ Requires: texlive-kpathsea-bin, tex-kpathsea Requires: texlive-tetex-bin, tex-tetex Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base, texlive-texlive.infra Requires(post,postun): coreutils +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} @@ -45832,6 +54285,24 @@ AutoReqProv: No %description fonts-tlwg-doc Documentation for fonts-tlwg +%post fonts-tlwg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fonts-tlwg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fonts-tlwg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package norasi-c90 Provides: tex-norasi-c90 = %{tl_version} License: LPPL @@ -49096,6 +57567,24 @@ AutoReqProv: No %description uhc-doc Documentation for uhc +%post uhc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uhc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uhc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wadalab Provides: tex-wadalab = %{tl_version} License: Wadalab @@ -50279,6 +58768,24 @@ AutoReqProv: No %description wadalab-doc Documentation for wadalab +%post wadalab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wadalab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wadalab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cjkutils Provides: tex-cjkutils = %{tl_version} License: LPPL @@ -50318,7 +58825,7 @@ touch /var/run/texlive/run-mtxrun %postun cjkutils if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50372,7 +58879,7 @@ touch /var/run/texlive/run-mtxrun %postun classics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50394,11 +58901,29 @@ AutoReqProv: No %description classics-doc Documentation for classics +%post classics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun classics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans classics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package classicthesis Provides: tex-classicthesis = %{tl_version} -License: GPL+ +License: GPLv2+ Summary: A "classically styled" thesis package -Version: svn27416.4.1 +Version: svn38304.4.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -50418,7 +58943,7 @@ Requires: tex(typearea.sty) Requires: tex(booktabs.sty) Requires: tex(textcase.sty) Requires: tex(soul.sty) -Requires: tex(scrpage2.sty) +Requires: tex(scrlayer-scrpage.sty) Requires: tex(titlesec.sty) Requires: tex(tocloft.sty) Requires: tex(footmisc.sty) @@ -50434,7 +58959,7 @@ 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. -date: 2012-08-15 13:45:23 +0200 +date: 2015-09-06 15:59:03 +0200 %post classicthesis mkdir -p /var/run/texlive @@ -50445,7 +58970,7 @@ touch /var/run/texlive/run-mtxrun %postun classicthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50458,7 +58983,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package classicthesis-doc Summary: Documentation for classicthesis -Version: svn27416.4.1 +Version: svn38304.4.2 Release: %{tl_noarch_release} Provides: tex-classicthesis-doc BuildArch: noarch @@ -50467,6 +58992,24 @@ AutoReqProv: No %description classicthesis-doc Documentation for classicthesis +%post classicthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun classicthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans classicthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package classpack Provides: tex-classpack = %{tl_version} License: LPPL 1.3 @@ -50496,7 +59039,7 @@ touch /var/run/texlive/run-mtxrun %postun classpack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50518,6 +59061,112 @@ AutoReqProv: No %description classpack-doc Documentation for classpack +%post classpack-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun classpack-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans classpack-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package cleanthesis +Provides: tex-cleanthesis = %{tl_version} +License: LPPL 1.3 +Summary: A clean LaTeX style for thesis documents +Version: svn38221.0.3.1 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-27 10:18:22 +0200 + +%post cleanthesis +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun cleanthesis +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cleanthesis +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package cleanthesis-doc +Summary: Documentation for cleanthesis +Version: svn38221.0.3.1 +Release: %{tl_noarch_release} +Provides: tex-cleanthesis-doc +BuildArch: noarch +AutoReqProv: No + +%description cleanthesis-doc +Documentation for cleanthesis + +%post cleanthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cleanthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cleanthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clearsans Provides: tex-clearsans = %{tl_version} License: ASL 2.0 @@ -50704,6 +59353,24 @@ AutoReqProv: No %description clearsans-doc Documentation for clearsans +%post clearsans-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clearsans-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clearsans-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clefval Provides: tex-clefval = %{tl_version} License: LPPL @@ -50736,7 +59403,7 @@ touch /var/run/texlive/run-mtxrun %postun clefval if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50758,6 +59425,24 @@ AutoReqProv: No %description clefval-doc Documentation for clefval +%post clefval-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clefval-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clefval-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cleveref Provides: tex-cleveref = %{tl_version} License: LPPL @@ -50794,7 +59479,7 @@ touch /var/run/texlive/run-mtxrun %postun cleveref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50816,6 +59501,24 @@ AutoReqProv: No %description cleveref-doc Documentation for cleveref +%post cleveref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cleveref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cleveref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clipboard Provides: tex-clipboard = %{tl_version} License: LPPL 1.3 @@ -50844,7 +59547,7 @@ touch /var/run/texlive/run-mtxrun %postun clipboard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50866,6 +59569,24 @@ AutoReqProv: No %description clipboard-doc Documentation for clipboard +%post clipboard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clipboard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clipboard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clock Provides: tex-clock = %{tl_version} License: GPL+ @@ -50898,7 +59619,7 @@ touch /var/run/texlive/run-mtxrun %postun clock if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50920,6 +59641,24 @@ AutoReqProv: No %description clock-doc Documentation for clock +%post clock-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clock-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clock-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cloze Provides: tex-cloze = %{tl_version} License: LPPL 1.3 @@ -50954,7 +59693,7 @@ touch /var/run/texlive/run-mtxrun %postun cloze if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -50976,6 +59715,24 @@ AutoReqProv: No %description cloze-doc Documentation for cloze +%post cloze-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cloze-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cloze-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clrscode3e Provides: tex-clrscode3e = %{tl_version} License: LPPL @@ -51008,7 +59765,7 @@ touch /var/run/texlive/run-mtxrun %postun clrscode3e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -51030,6 +59787,24 @@ AutoReqProv: No %description clrscode3e-doc Documentation for clrscode3e +%post clrscode3e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clrscode3e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clrscode3e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package clrscode Provides: tex-clrscode = %{tl_version} License: LPPL @@ -51061,7 +59836,7 @@ touch /var/run/texlive/run-mtxrun %postun clrscode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -51083,6 +59858,24 @@ AutoReqProv: No %description clrscode-doc Documentation for clrscode +%post clrscode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun clrscode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans clrscode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmap Provides: tex-cmap = %{tl_version} License: LPPL @@ -51117,7 +59910,7 @@ touch /var/run/texlive/run-mtxrun %postun cmap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -51139,6 +59932,24 @@ AutoReqProv: No %description cmap-doc Documentation for cmap +%post cmap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmarrows Provides: tex-cmarrows = %{tl_version} License: LPPL @@ -51165,7 +59976,7 @@ touch /var/run/texlive/run-mtxrun %postun cmarrows if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -51187,6 +59998,24 @@ AutoReqProv: No %description cmarrows-doc Documentation for cmarrows +%post cmarrows-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmarrows-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmarrows-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmbright Provides: tex-cmbright = %{tl_version} License: LPPL @@ -51294,7 +60123,7 @@ touch /var/run/texlive/run-mtxrun %postun cmbright if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -51316,6 +60145,24 @@ AutoReqProv: No %description cmbright-doc Documentation for cmbright +%post cmbright-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmbright-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmbright-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmcyr Provides: tex-cmcyr = %{tl_version} License: Public Domain @@ -51959,6 +60806,24 @@ AutoReqProv: No %description cmcyr-doc Documentation for cmcyr +%post cmcyr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmcyr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmcyr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmdstring Provides: tex-cmdstring = %{tl_version} License: LPPL @@ -51986,7 +60851,7 @@ touch /var/run/texlive/run-mtxrun %postun cmdstring if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -52008,6 +60873,24 @@ AutoReqProv: No %description cmdstring-doc Documentation for cmdstring +%post cmdstring-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmdstring-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmdstring-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmextra Provides: tex-cmextra = %{tl_version} License: Knuth @@ -52058,7 +60941,7 @@ touch /var/run/texlive/run-mtxrun %postun cmextra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -52580,6 +61463,24 @@ AutoReqProv: No %description cm-lgc-doc Documentation for cm-lgc +%post cm-lgc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cm-lgc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cm-lgc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmll Provides: tex-cmll = %{tl_version} License: LPPL @@ -52713,6 +61614,24 @@ AutoReqProv: No %description cmll-doc Documentation for cmll +%post cmll-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmll-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmll-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmpica Provides: tex-cmpica = %{tl_version} License: Public Domain @@ -52746,7 +61665,7 @@ touch /var/run/texlive/run-mtxrun %postun cmpica if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -52768,6 +61687,24 @@ AutoReqProv: No %description cmpica-doc Documentation for cmpica +%post cmpica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmpica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmpica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmpj Provides: tex-cmpj = %{tl_version} License: LPPL @@ -52810,7 +61747,7 @@ touch /var/run/texlive/run-mtxrun %postun cmpj if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -52832,6 +61769,24 @@ AutoReqProv: No %description cmpj-doc Documentation for cmpj +%post cmpj-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmpj-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmpj-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmsd Provides: tex-cmsd = %{tl_version} License: LPPL @@ -52869,7 +61824,7 @@ touch /var/run/texlive/run-mtxrun %postun cmsd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -52891,6 +61846,24 @@ AutoReqProv: No %description cmsd-doc Documentation for cmsd +%post cmsd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmsd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmsd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cm-super Provides: tex-cm-super = %{tl_version} License: GPL+ @@ -53383,6 +62356,24 @@ AutoReqProv: No %description cm-super-doc Documentation for cm-super +%post cm-super-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cm-super-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cm-super-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cmtiup Provides: tex-cmtiup = %{tl_version} License: LPPL 1.3 @@ -53424,7 +62415,7 @@ touch /var/run/texlive/run-mtxrun %postun cmtiup if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -53446,6 +62437,24 @@ AutoReqProv: No %description cmtiup-doc Documentation for cmtiup +%post cmtiup-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cmtiup-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cmtiup-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cm Provides: tex-cm = %{tl_version} License: Knuth @@ -53586,6 +62595,24 @@ AutoReqProv: No %description cm-doc Documentation for cm +%post cm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cm-unicode Provides: tex-cm-unicode = %{tl_version} License: OFL @@ -53703,7 +62730,7 @@ touch /var/run/texlive/run-mtxrun %postun cm-unicode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -53725,6 +62752,24 @@ AutoReqProv: No %description cm-unicode-doc Documentation for cm-unicode +%post cm-unicode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cm-unicode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cm-unicode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cnbwp Provides: tex-cnbwp = %{tl_version} License: LPPL @@ -53775,7 +62820,7 @@ touch /var/run/texlive/run-mtxrun %postun cnbwp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -53797,11 +62842,29 @@ AutoReqProv: No %description cnbwp-doc Documentation for cnbwp +%post cnbwp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cnbwp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cnbwp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cnltx Provides: tex-cnltx = %{tl_version} License: LPPL 1.3 Summary: LaTeX tools and documenting facilities -Version: svn36025.0.12 +Version: svn38138.0.13 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -53864,7 +62927,7 @@ 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. -date: 2015-01-11 15:53:45 +0100 +date: 2015-08-17 17:04:10 +0200 %post cnltx mkdir -p /var/run/texlive @@ -53875,7 +62938,7 @@ touch /var/run/texlive/run-mtxrun %postun cnltx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -53888,7 +62951,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package cnltx-doc Summary: Documentation for cnltx -Version: svn36025.0.12 +Version: svn38138.0.13 Release: %{tl_noarch_release} Provides: tex-cnltx-doc BuildArch: noarch @@ -53897,6 +62960,24 @@ AutoReqProv: No %description cnltx-doc Documentation for cnltx +%post cnltx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cnltx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cnltx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cntformats Provides: tex-cntformats = %{tl_version} License: LPPL 1.3 @@ -53927,7 +63008,7 @@ touch /var/run/texlive/run-mtxrun %postun cntformats if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -53949,6 +63030,24 @@ AutoReqProv: No %description cntformats-doc Documentation for cntformats +%post cntformats-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cntformats-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cntformats-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cntperchap Provides: tex-cntperchap = %{tl_version} License: LPPL 1.3 @@ -53987,7 +63086,7 @@ touch /var/run/texlive/run-mtxrun %postun cntperchap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54009,6 +63108,24 @@ AutoReqProv: No %description cntperchap-doc Documentation for cntperchap +%post cntperchap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cntperchap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cntperchap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package codedoc Provides: tex-codedoc = %{tl_version} License: LPPL @@ -54045,7 +63162,7 @@ touch /var/run/texlive/run-mtxrun %postun codedoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54067,6 +63184,24 @@ AutoReqProv: No %description codedoc-doc Documentation for codedoc +%post codedoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun codedoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codedoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package codepage Provides: tex-codepage = %{tl_version} License: BSD @@ -54102,7 +63237,7 @@ touch /var/run/texlive/run-mtxrun %postun codepage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54124,6 +63259,24 @@ AutoReqProv: No %description codepage-doc Documentation for codepage +%post codepage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun codepage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codepage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package codesection Provides: tex-codesection = %{tl_version} License: LPPL 1.3 @@ -54156,7 +63309,7 @@ touch /var/run/texlive/run-mtxrun %postun codesection if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54178,6 +63331,24 @@ AutoReqProv: No %description codesection-doc Documentation for codesection +%post codesection-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun codesection-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codesection-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package codicefiscaleitaliano Provides: tex-codicefiscaleitaliano = %{tl_version} License: LPPL 1.3 @@ -54208,7 +63379,7 @@ touch /var/run/texlive/run-mtxrun %postun codicefiscaleitaliano if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54230,6 +63401,24 @@ AutoReqProv: No %description codicefiscaleitaliano-doc Documentation for codicefiscaleitaliano +%post codicefiscaleitaliano-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun codicefiscaleitaliano-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans codicefiscaleitaliano-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collcell Provides: tex-collcell = %{tl_version} License: LPPL 1.3 @@ -54264,7 +63453,7 @@ touch /var/run/texlive/run-mtxrun %postun collcell if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54286,6 +63475,24 @@ AutoReqProv: No %description collcell-doc Documentation for collcell +%post collcell-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun collcell-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collcell-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collectbox Provides: tex-collectbox = %{tl_version} License: LPPL 1.3 @@ -54321,7 +63528,7 @@ touch /var/run/texlive/run-mtxrun %postun collectbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54343,6 +63550,24 @@ AutoReqProv: No %description collectbox-doc Documentation for collectbox +%post collectbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun collectbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collectbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-basic Summary: Essential programs and files Version: svn33040.0 @@ -54421,7 +63646,7 @@ touch /var/run/texlive/run-mtxrun %postun texlive.infra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54443,6 +63668,24 @@ AutoReqProv: No %description texlive.infra-doc Documentation for texlive.infra +%post texlive.infra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive.infra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive.infra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive.infra-bin Summary: Binaries for texlive.infra Version: svn36790.0 @@ -54496,7 +63739,7 @@ touch /var/run/texlive/run-mtxrun %postun dvipdfmx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54518,6 +63761,24 @@ AutoReqProv: No %description dvipdfmx-doc Documentation for dvipdfmx +%post dvipdfmx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dvipdfmx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipdfmx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glyphlist Provides: tex-glyphlist = %{tl_version} License: LPPL @@ -54541,7 +63802,7 @@ touch /var/run/texlive/run-mtxrun %postun glyphlist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54556,7 +63817,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-dvipdfmx-def = %{tl_version} License: LPPL Summary: Configuration file for dvipdfmx graphics -Version: svn36647.4.04 +Version: svn38150.4.05 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -54568,7 +63829,7 @@ Provides: tex(dvipdfmx.def) = %{tl_version} This is the graphics driver for use when output is to be processed by dvipdfmx. -date: 2015-03-27 07:24:17 +0100 +date: 2015-08-18 08:18:11 +0200 %post dvipdfmx-def mkdir -p /var/run/texlive @@ -54579,7 +63840,7 @@ touch /var/run/texlive/run-mtxrun %postun dvipdfmx-def if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54607,7 +63868,7 @@ Binaries for dvipdfmx Provides: tex-dvips = %{tl_version} License: GPL+ Summary: A DVI to PostScript driver -Version: svn37754.0 +Version: svn38208.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -54677,9 +63938,9 @@ Requires: texlive-latex-fonts 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. +TeX Live sources. -date: 2015-03-27 20:45:01 +0100 +date: 2015-08-03 05:43:12 +0200 %preun dvips if [ "$1" == "0" ]; then @@ -54696,7 +63957,7 @@ touch /var/run/texlive/run-mtxrun %postun dvips if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54709,7 +63970,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package dvips-doc Summary: Documentation for dvips -Version: svn37754.0 +Version: svn38208.0 Release: %{tl_noarch_release} Provides: tex-dvips-doc BuildArch: noarch @@ -54718,6 +63979,24 @@ AutoReqProv: No %description dvips-doc Documentation for dvips +%post dvips-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dvips-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvips-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dvips-bin Summary: Binaries for dvips Version: svn36790.0 @@ -54797,7 +64076,7 @@ touch /var/run/texlive/run-mtxrun %postun enctex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54819,6 +64098,24 @@ AutoReqProv: No %description enctex-doc Documentation for enctex +%post enctex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun enctex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enctex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etex Provides: tex-etex = %{tl_version} License: Knuth @@ -54851,7 +64148,7 @@ touch /var/run/texlive/run-mtxrun %postun etex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54873,11 +64170,29 @@ AutoReqProv: No %description etex-doc Documentation for etex +%post etex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etex-pkg Provides: tex-etex-pkg = %{tl_version} License: LPPL Summary: E-TeX support package -Version: svn37807.2.3 +Version: svn38279.2.4 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -54892,7 +64207,7 @@ 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. -date: 2015-07-08 16:11:36 +0200 +date: 2015-09-02 12:41:39 +0200 %post etex-pkg mkdir -p /var/run/texlive @@ -54903,7 +64218,7 @@ touch /var/run/texlive/run-mtxrun %postun etex-pkg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -54916,7 +64231,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package etex-pkg-doc Summary: Documentation for etex-pkg -Version: svn37807.2.3 +Version: svn38279.2.4 Release: %{tl_noarch_release} Provides: tex-etex-pkg-doc BuildArch: noarch @@ -54925,6 +64240,24 @@ AutoReqProv: No %description etex-pkg-doc Documentation for etex-pkg +%post etex-pkg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etex-pkg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etex-pkg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gsftopk Provides: tex-gsftopk = %{tl_version} License: GPL+ @@ -54955,7 +64288,7 @@ touch /var/run/texlive/run-mtxrun %postun gsftopk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55222,7 +64555,7 @@ touch /var/run/texlive/run-mtxrun %postun hyph-utf8 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55244,6 +64577,24 @@ AutoReqProv: No %description hyph-utf8-doc Documentation for hyph-utf8 +%post hyph-utf8-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyph-utf8-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyph-utf8-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-base Provides: tex-hyphen-base = %{tl_version} License: LPPL @@ -55274,7 +64625,7 @@ touch /var/run/texlive/run-mtxrun %postun hyphen-base if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55313,7 +64664,7 @@ touch /var/run/texlive/run-mtxrun %postun ifluatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55335,6 +64686,24 @@ AutoReqProv: No %description ifluatex-doc Documentation for ifluatex +%post ifluatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifluatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifluatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifxetex Provides: tex-ifxetex = %{tl_version} License: LPPL @@ -55364,7 +64733,7 @@ touch /var/run/texlive/run-mtxrun %postun ifxetex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55386,6 +64755,24 @@ AutoReqProv: No %description ifxetex-doc Documentation for ifxetex +%post ifxetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifxetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifxetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package knuth-lib Provides: tex-knuth-lib = %{tl_version} License: Knuth @@ -55425,7 +64812,7 @@ touch /var/run/texlive/run-mtxrun %postun knuth-lib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55467,7 +64854,7 @@ touch /var/run/texlive/run-mtxrun %postun knuth-local if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55506,7 +64893,7 @@ touch /var/run/texlive/run-mtxrun %postun lua-alt-getopt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55528,6 +64915,24 @@ AutoReqProv: No %description lua-alt-getopt-doc Documentation for lua-alt-getopt +%post lua-alt-getopt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lua-alt-getopt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-alt-getopt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makeindex Provides: tex-makeindex = %{tl_version} License: MakeIndex @@ -55556,7 +64961,7 @@ touch /var/run/texlive/run-mtxrun %postun makeindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55578,6 +64983,24 @@ AutoReqProv: No %description makeindex-doc Documentation for makeindex +%post makeindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makeindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makeindex-bin Summary: Binaries for makeindex Version: svn36790.0 @@ -55683,7 +65106,7 @@ touch /var/run/texlive/run-mtxrun %postun mflogo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55705,6 +65128,24 @@ AutoReqProv: No %description mflogo-doc Documentation for mflogo +%post mflogo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mflogo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mflogo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mfware Provides: tex-mfware = %{tl_version} License: Knuth @@ -55732,7 +65173,7 @@ touch /var/run/texlive/run-mtxrun %postun mfware if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55758,7 +65199,7 @@ Binaries for mfware Provides: tex-tetex = %{tl_version} License: GPL+ and GPLv2+ and LPPL Summary: scripts and files originally written for or included in teTeX -Version: svn37866.3.0 +Version: svn38208.3.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -55799,7 +65240,7 @@ available when installing TeX live provides a configuration very close to that of the old teTeX, but using modern versions of programs and packages. -date: 2012-09-11 08:43:58 +0200 +date: 2015-08-03 05:43:12 +0200 %post tetex mkdir -p /var/run/texlive @@ -55828,7 +65269,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package tetex-doc Summary: Documentation for tetex -Version: svn37866.3.0 +Version: svn38208.3.0 Release: %{tl_noarch_release} Provides: tex-tetex-doc BuildArch: noarch @@ -55837,6 +65278,24 @@ AutoReqProv: No %description tetex-doc Documentation for tetex +%post tetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tetex-bin Summary: Binaries for tetex Version: svn36770.0 @@ -55873,7 +65332,7 @@ touch /var/run/texlive/run-mtxrun %postun texconfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55906,6 +65365,24 @@ AutoReqProv: No %description texlive-common-doc Documentation for texlive-common +%post texlive-common-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-common-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-common-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-en Provides: tex-texlive-en = %{tl_version} License: LPPL @@ -55936,7 +65413,7 @@ touch /var/run/texlive/run-mtxrun %postun texlive-en if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55958,11 +65435,29 @@ AutoReqProv: No %description texlive-en-doc Documentation for texlive-en +%post texlive-en-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-en-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-en-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-msg-translations Provides: tex-texlive-msg-translations = %{tl_version} License: LPPL Summary: translations of the TeX Live installer and TeX Live Manager -Version: svn37544.0 +Version: svn37957.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -55984,7 +65479,7 @@ touch /var/run/texlive/run-mtxrun %postun texlive-msg-translations if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -55999,7 +65494,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-texlive-scripts = %{tl_version} License: LPPL Summary: TeX Live infrastructure programs -Version: svn37895.0 +Version: svn38366.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -56021,7 +65516,7 @@ touch /var/run/texlive/run-mtxrun %postun texlive-scripts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56073,7 +65568,7 @@ touch /var/run/texlive/run-mtxrun %postun xdvi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56099,7 +65594,7 @@ Binaries for xdvi %package collection-bibtexextra Summary: BibTeX additional styles -Version: svn37536.0 +Version: svn38100.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -56186,6 +65681,8 @@ Requires: tex-margbib Requires: tex-multibib Requires: tex-multibibliography Requires: tex-munich +Requires: tex-nar +Requires: tex-nmbib Requires: tex-notes2bib Requires: tex-oscola Requires: tex-perception @@ -56276,7 +65773,7 @@ touch /var/run/texlive/run-mtxrun %postun colortbl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56298,6 +65795,24 @@ AutoReqProv: No %description colortbl-doc Documentation for colortbl +%post colortbl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colortbl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colortbl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancyhdr Provides: tex-fancyhdr = %{tl_version} License: LPPL @@ -56329,7 +65844,7 @@ touch /var/run/texlive/run-mtxrun %postun fancyhdr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56351,6 +65866,24 @@ AutoReqProv: No %description fancyhdr-doc Documentation for fancyhdr +%post fancyhdr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancyhdr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyhdr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fix2col Provides: tex-fix2col = %{tl_version} License: LPPL @@ -56380,7 +65913,7 @@ touch /var/run/texlive/run-mtxrun %postun fix2col if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56402,6 +65935,24 @@ AutoReqProv: No %description fix2col-doc Documentation for fix2col +%post fix2col-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fix2col-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fix2col-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package geometry Provides: tex-geometry = %{tl_version} License: LPPL @@ -56444,7 +65995,7 @@ touch /var/run/texlive/run-mtxrun %postun geometry if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56466,6 +66017,24 @@ AutoReqProv: No %description geometry-doc Documentation for geometry +%post geometry-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun geometry-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans geometry-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphics Provides: tex-graphics = %{tl_version} License: LPPL 1.3 @@ -56523,7 +66092,7 @@ touch /var/run/texlive/run-mtxrun %postun graphics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56545,6 +66114,24 @@ AutoReqProv: No %description graphics-doc Documentation for graphics +%post graphics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyperref Provides: tex-hyperref = %{tl_version} License: LPPL @@ -56632,7 +66219,7 @@ touch /var/run/texlive/run-mtxrun %postun hyperref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56654,6 +66241,24 @@ AutoReqProv: No %description hyperref-doc Documentation for hyperref +%post hyperref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyperref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyperref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-bin Provides: tex-latex-bin = %{tl_version} License: LPPL @@ -56710,6 +66315,8 @@ Summary: Binaries for latex-bin Version: svn14050.0 Requires: texlive-base Requires: texlive-latex-bin +# bz 995752 +Requires: texlive-texconfig-bin Release: %{tl_release} BuildArch: noarch @@ -56761,7 +66368,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxmisc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56809,7 +66416,7 @@ touch /var/run/texlive/run-mtxrun %postun mfnfss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56831,6 +66438,24 @@ AutoReqProv: No %description mfnfss-doc Documentation for mfnfss +%post mfnfss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mfnfss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfnfss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mptopdf Provides: tex-mptopdf = %{tl_version} License: LPPL @@ -56892,6 +66517,24 @@ AutoReqProv: No %description mptopdf-doc Documentation for mptopdf +%post mptopdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mptopdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mptopdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mptopdf-bin Summary: Binaries for mptopdf Version: svn18674.0 @@ -56936,7 +66579,7 @@ touch /var/run/texlive/run-mtxrun %postun natbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -56958,6 +66601,24 @@ AutoReqProv: No %description natbib-doc Documentation for natbib +%post natbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun natbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans natbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oberdiek Provides: tex-oberdiek = %{tl_version} License: LPPL @@ -56968,6 +66629,8 @@ BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +# To complete the bundle +Requires: tex(ifluatex.sty) Requires: tex(intcalc.sty) Requires: tex(ifpdf.sty) Requires: tex(etexcmds.sty) @@ -57017,7 +66680,8 @@ Provides: tex(hobsub-generic.sty) = %{tl_version} Provides: tex(hobsub.sty) = %{tl_version} Provides: tex(infwarerr.sty) = %{tl_version} Provides: tex(ltxcmds.sty) = %{tl_version} -Provides: tex(ifluatex.sty) = %{tl_version} +# This is wrong! +# Provides: tex(ifluatex.sty) = %%{tl_version} Provides: tex(ifvtex.sty) = %{tl_version} Provides: tex(intcalc.sty) = %{tl_version} Provides: tex(ifpdf.sty) = %{tl_version} @@ -57347,7 +67011,7 @@ touch /var/run/texlive/run-mtxrun %postun oberdiek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57369,6 +67033,24 @@ AutoReqProv: No %description oberdiek-doc Documentation for oberdiek +%post oberdiek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oberdiek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oberdiek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pslatex Provides: tex-pslatex = %{tl_version} License: LPPL @@ -57415,7 +67097,7 @@ touch /var/run/texlive/run-mtxrun %postun pslatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57622,6 +67304,24 @@ Requires: tex-graphics-doc %description psnfss-doc Documentation for psnfss +%post psnfss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psnfss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psnfss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pspicture Provides: tex-pspicture = %{tl_version} License: LPPL @@ -57650,7 +67350,7 @@ touch /var/run/texlive/run-mtxrun %postun pspicture if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57672,6 +67372,24 @@ AutoReqProv: No %description pspicture-doc Documentation for pspicture +%post pspicture-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pspicture-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pspicture-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tools Provides: tex-tools = %{tl_version} License: LPPL 1.3 @@ -57742,7 +67460,7 @@ touch /var/run/texlive/run-mtxrun %postun tools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57764,6 +67482,24 @@ AutoReqProv: No %description tools-doc Documentation for tools +%post tools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package url Provides: tex-url = %{tl_version} License: LPPL @@ -57800,7 +67536,7 @@ touch /var/run/texlive/run-mtxrun %postun url if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57822,6 +67558,24 @@ AutoReqProv: No %description url-doc Documentation for url +%post url-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun url-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans url-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collref Provides: tex-collref = %{tl_version} License: LPPL 1.3 @@ -57850,7 +67604,7 @@ touch /var/run/texlive/run-mtxrun %postun collref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57872,6 +67626,24 @@ AutoReqProv: No %description collref-doc Documentation for collref +%post collref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun collref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans collref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package compactbib Provides: tex-compactbib = %{tl_version} License: LPPL @@ -57899,7 +67671,7 @@ touch /var/run/texlive/run-mtxrun %postun compactbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57914,7 +67686,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-crossrefware = %{tl_version} License: GPL+ Summary: Scripts for working with crossref.org -Version: svn35401.1.0 +Version: svn38181.1.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -57931,7 +67703,7 @@ Zbl numbers to papers in a given bib file, ltx2crossrefxml.pl: a tool for the creation of XML files for submitting to the parent site -date: 2014-10-26 09:12:08 +0100 +date: 2015-08-22 05:44:09 +0200 %post crossrefware mkdir -p /var/run/texlive @@ -57942,7 +67714,7 @@ touch /var/run/texlive/run-mtxrun %postun crossrefware if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -57955,7 +67727,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package crossrefware-doc Summary: Documentation for crossrefware -Version: svn35401.1.0 +Version: svn38181.1.1 Release: %{tl_noarch_release} Provides: tex-crossrefware-doc BuildArch: noarch @@ -57964,6 +67736,24 @@ AutoReqProv: No %description crossrefware-doc Documentation for crossrefware +%post crossrefware-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crossrefware-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crossrefware-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package crossrefware-bin Summary: Binaries for crossrefware Version: svn35401.0 @@ -58006,7 +67796,7 @@ touch /var/run/texlive/run-mtxrun %postun custom-bib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58028,6 +67818,24 @@ AutoReqProv: No %description custom-bib-doc Documentation for custom-bib +%post custom-bib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun custom-bib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans custom-bib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package din1505 Provides: tex-din1505 = %{tl_version} License: Bibtex @@ -58055,7 +67863,7 @@ touch /var/run/texlive/run-mtxrun %postun din1505 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58077,6 +67885,24 @@ AutoReqProv: No %description din1505-doc Documentation for din1505 +%post din1505-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun din1505-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans din1505-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dk-bib Provides: tex-dk-bib = %{tl_version} License: GPLv2+ @@ -58111,7 +67937,7 @@ touch /var/run/texlive/run-mtxrun %postun dk-bib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58133,6 +67959,24 @@ AutoReqProv: No %description dk-bib-doc Documentation for dk-bib +%post dk-bib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dk-bib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dk-bib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doipubmed Provides: tex-doipubmed = %{tl_version} License: LPPL @@ -58162,7 +68006,7 @@ touch /var/run/texlive/run-mtxrun %postun doipubmed if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58184,6 +68028,24 @@ AutoReqProv: No %description doipubmed-doc Documentation for doipubmed +%post doipubmed-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doipubmed-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doipubmed-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package economic Provides: tex-economic = %{tl_version} License: LPPL @@ -58251,7 +68113,7 @@ touch /var/run/texlive/run-mtxrun %postun economic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58273,6 +68135,24 @@ AutoReqProv: No %description economic-doc Documentation for economic +%post economic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun economic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans economic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fbs Provides: tex-fbs = %{tl_version} License: LPPL @@ -58302,7 +68182,7 @@ touch /var/run/texlive/run-mtxrun %postun fbs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58345,7 +68225,7 @@ touch /var/run/texlive/run-mtxrun %postun figbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58367,6 +68247,24 @@ AutoReqProv: No %description figbib-doc Documentation for figbib +%post figbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun figbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package footbib Provides: tex-footbib = %{tl_version} License: LPPL @@ -58402,7 +68300,7 @@ touch /var/run/texlive/run-mtxrun %postun footbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58424,6 +68322,24 @@ AutoReqProv: No %description footbib-doc Documentation for footbib +%post footbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun footbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package francais-bst Provides: tex-francais-bst = %{tl_version} License: LPPL 1.3 @@ -58453,7 +68369,7 @@ touch /var/run/texlive/run-mtxrun %postun francais-bst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58475,6 +68391,24 @@ AutoReqProv: No %description francais-bst-doc Documentation for francais-bst +%post francais-bst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun francais-bst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans francais-bst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package geschichtsfrkl Provides: tex-geschichtsfrkl = %{tl_version} License: LPPL @@ -58505,7 +68439,7 @@ touch /var/run/texlive/run-mtxrun %postun geschichtsfrkl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58527,6 +68461,24 @@ AutoReqProv: No %description geschichtsfrkl-doc Documentation for geschichtsfrkl +%post geschichtsfrkl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun geschichtsfrkl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans geschichtsfrkl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harvard Provides: tex-harvard = %{tl_version} License: LPPL @@ -58567,7 +68519,7 @@ touch /var/run/texlive/run-mtxrun %postun harvard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58589,6 +68541,24 @@ AutoReqProv: No %description harvard-doc Documentation for harvard +%post harvard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harvard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harvard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harvmac Provides: tex-harvmac = %{tl_version} License: CC-BY @@ -58615,7 +68585,7 @@ touch /var/run/texlive/run-mtxrun %postun harvmac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58637,6 +68607,24 @@ AutoReqProv: No %description harvmac-doc Documentation for harvmac +%post harvmac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harvmac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harvmac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package historische-zeitschrift Provides: tex-historische-zeitschrift = %{tl_version} License: LPPL @@ -58671,7 +68659,7 @@ touch /var/run/texlive/run-mtxrun %postun historische-zeitschrift if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58693,6 +68681,24 @@ AutoReqProv: No %description historische-zeitschrift-doc Documentation for historische-zeitschrift +%post historische-zeitschrift-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun historische-zeitschrift-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans historische-zeitschrift-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ijqc Provides: tex-ijqc = %{tl_version} License: LPPL @@ -58721,7 +68727,7 @@ touch /var/run/texlive/run-mtxrun %postun ijqc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58743,6 +68749,24 @@ AutoReqProv: No %description ijqc-doc Documentation for ijqc +%post ijqc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ijqc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ijqc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package inlinebib Provides: tex-inlinebib = %{tl_version} License: LPPL @@ -58773,7 +68797,7 @@ touch /var/run/texlive/run-mtxrun %postun inlinebib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58795,6 +68819,24 @@ AutoReqProv: No %description inlinebib-doc Documentation for inlinebib +%post inlinebib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun inlinebib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inlinebib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iopart-num Provides: tex-iopart-num = %{tl_version} License: LPPL @@ -58822,7 +68864,7 @@ touch /var/run/texlive/run-mtxrun %postun iopart-num if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58844,6 +68886,24 @@ AutoReqProv: No %description iopart-num-doc Documentation for iopart-num +%post iopart-num-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iopart-num-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iopart-num-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jneurosci Provides: tex-jneurosci = %{tl_version} License: LPPL @@ -58873,7 +68933,7 @@ touch /var/run/texlive/run-mtxrun %postun jneurosci if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58895,6 +68955,24 @@ AutoReqProv: No %description jneurosci-doc Documentation for jneurosci +%post jneurosci-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jneurosci-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jneurosci-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jurabib Provides: tex-jurabib = %{tl_version} License: GPL+ @@ -58951,7 +69029,7 @@ touch /var/run/texlive/run-mtxrun %postun jurabib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -58973,6 +69051,24 @@ AutoReqProv: No %description jurabib-doc Documentation for jurabib +%post jurabib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jurabib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jurabib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ksfh_nat Provides: tex-ksfh_nat = %{tl_version} License: LPPL 1.3 @@ -59001,7 +69097,7 @@ touch /var/run/texlive/run-mtxrun %postun ksfh_nat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59044,7 +69140,7 @@ touch /var/run/texlive/run-mtxrun %postun listbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59066,6 +69162,24 @@ AutoReqProv: No %description listbib-doc Documentation for listbib +%post listbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listbib-bin Summary: Binaries for listbib Version: svn26126.0 @@ -59117,7 +69231,7 @@ touch /var/run/texlive/run-mtxrun %postun logreq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59139,6 +69253,24 @@ AutoReqProv: No %description logreq-doc Documentation for logreq +%post logreq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logreq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logreq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package margbib Provides: tex-margbib = %{tl_version} License: GPL+ @@ -59166,7 +69298,7 @@ touch /var/run/texlive/run-mtxrun %postun margbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59188,6 +69320,24 @@ AutoReqProv: No %description margbib-doc Documentation for margbib +%post margbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun margbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans margbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multibib Provides: tex-multibib = %{tl_version} License: LPPL @@ -59219,7 +69369,7 @@ touch /var/run/texlive/run-mtxrun %postun multibib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59241,6 +69391,24 @@ AutoReqProv: No %description multibib-doc Documentation for multibib +%post multibib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multibib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multibibliography Provides: tex-multibibliography = %{tl_version} License: LPPL 1.3 @@ -59274,7 +69442,7 @@ touch /var/run/texlive/run-mtxrun %postun multibibliography if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59296,6 +69464,24 @@ AutoReqProv: No %description multibibliography-doc Documentation for multibibliography +%post multibibliography-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multibibliography-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibibliography-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multibibliography-bin Summary: Binaries for multibibliography Version: svn30534.0 @@ -59334,7 +69520,7 @@ touch /var/run/texlive/run-mtxrun %postun munich if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59356,6 +69542,133 @@ AutoReqProv: No %description munich-doc Documentation for munich +%post munich-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun munich-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans munich-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package nar +Provides: tex-nar = %{tl_version} +License: Bibtex +Summary: BibTeX style for Nucleic Acid Research +Version: svn38100.3.19 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils + +%description nar +This BibTeX bibliography style is for the journal Nucleic Acid +Research. It was adapted from the standard unsrt.bst style +file. + +date: 2015-08-11 07:28:38 +0200 + +%post nar +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nar +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nar +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%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 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-07-28 05:59:29 +0200 + +%post nmbib +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nmbib +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nmbib +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package nmbib-doc +Summary: Documentation for nmbib +Version: svn37984.1.04 +Release: %{tl_noarch_release} +Provides: tex-nmbib-doc +BuildArch: noarch +AutoReqProv: No + +%description nmbib-doc +Documentation for nmbib + +%post nmbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nmbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nmbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package notes2bib Provides: tex-notes2bib = %{tl_version} License: LPPL @@ -59394,7 +69707,7 @@ touch /var/run/texlive/run-mtxrun %postun notes2bib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59416,6 +69729,24 @@ AutoReqProv: No %description notes2bib-doc Documentation for notes2bib +%post notes2bib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun notes2bib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notes2bib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oscola Provides: tex-oscola = %{tl_version} License: LPPL 1.3 @@ -59450,7 +69781,7 @@ touch /var/run/texlive/run-mtxrun %postun oscola if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59472,6 +69803,24 @@ AutoReqProv: No %description oscola-doc Documentation for oscola +%post oscola-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oscola-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oscola-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package perception Provides: tex-perception = %{tl_version} License: LPPL @@ -59497,7 +69846,7 @@ touch /var/run/texlive/run-mtxrun %postun perception if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59519,6 +69868,24 @@ AutoReqProv: No %description perception-doc Documentation for perception +%post perception-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun perception-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans perception-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pnas2009 Provides: tex-pnas2009 = %{tl_version} License: Bibtex @@ -59547,7 +69914,7 @@ touch /var/run/texlive/run-mtxrun %postun pnas2009 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59593,7 +69960,7 @@ touch /var/run/texlive/run-mtxrun %postun rsc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59615,6 +69982,24 @@ AutoReqProv: No %description rsc-doc Documentation for rsc +%post rsc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rsc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rsc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showtags Provides: tex-showtags = %{tl_version} License: Public Domain @@ -59641,7 +70026,7 @@ touch /var/run/texlive/run-mtxrun %postun showtags if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59663,9 +70048,27 @@ AutoReqProv: No %description showtags-doc Documentation for showtags +%post showtags-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showtags-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showtags-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sort-by-letters Provides: tex-sort-by-letters = %{tl_version} -License: Freely redistributable without restriction +License: Bibtex Summary: Bibliography styles for alphabetic sorting Version: svn27128.0 Release: %{tl_noarch_release} @@ -59691,7 +70094,7 @@ touch /var/run/texlive/run-mtxrun %postun sort-by-letters if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59713,6 +70116,24 @@ AutoReqProv: No %description sort-by-letters-doc Documentation for sort-by-letters +%post sort-by-letters-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sort-by-letters-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sort-by-letters-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package splitbib Provides: tex-splitbib = %{tl_version} License: LPPL @@ -59741,7 +70162,7 @@ touch /var/run/texlive/run-mtxrun %postun splitbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59763,6 +70184,24 @@ AutoReqProv: No %description splitbib-doc Documentation for splitbib +%post splitbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun splitbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splitbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package turabian-formatting Provides: tex-turabian-formatting = %{tl_version} License: LPPL 1.3 @@ -59807,7 +70246,7 @@ touch /var/run/texlive/run-mtxrun %postun turabian-formatting if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59829,6 +70268,24 @@ AutoReqProv: No %description turabian-formatting-doc Documentation for turabian-formatting +%post turabian-formatting-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun turabian-formatting-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turabian-formatting-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uni-wtal-ger Provides: tex-uni-wtal-ger = %{tl_version} License: LPPL 1.3 @@ -59861,7 +70318,7 @@ touch /var/run/texlive/run-mtxrun %postun uni-wtal-ger if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59883,6 +70340,24 @@ AutoReqProv: No %description uni-wtal-ger-doc Documentation for uni-wtal-ger +%post uni-wtal-ger-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uni-wtal-ger-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uni-wtal-ger-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uni-wtal-lin Provides: tex-uni-wtal-lin = %{tl_version} License: LPPL 1.3 @@ -59915,7 +70390,7 @@ touch /var/run/texlive/run-mtxrun %postun uni-wtal-lin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59937,6 +70412,24 @@ AutoReqProv: No %description uni-wtal-lin-doc Documentation for uni-wtal-lin +%post uni-wtal-lin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uni-wtal-lin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uni-wtal-lin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package urlbst Provides: tex-urlbst = %{tl_version} License: GPL+ @@ -59967,7 +70460,7 @@ touch /var/run/texlive/run-mtxrun %postun urlbst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -59989,6 +70482,24 @@ AutoReqProv: No %description urlbst-doc Documentation for urlbst +%post urlbst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun urlbst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans urlbst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package urlbst-bin Summary: Binaries for urlbst Version: svn23262.0 @@ -60033,7 +70544,7 @@ touch /var/run/texlive/run-mtxrun %postun usebib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60055,6 +70566,24 @@ AutoReqProv: No %description usebib-doc Documentation for usebib +%post usebib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun usebib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans usebib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vak Provides: tex-vak = %{tl_version} License: LPPL @@ -60087,7 +70616,7 @@ touch /var/run/texlive/run-mtxrun %postun vak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60109,6 +70638,24 @@ AutoReqProv: No %description vak-doc Documentation for vak +%post vak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcite Provides: tex-xcite = %{tl_version} License: LPPL 1.3 @@ -60136,7 +70683,7 @@ touch /var/run/texlive/run-mtxrun %postun xcite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60158,9 +70705,27 @@ AutoReqProv: No %description xcite-doc Documentation for xcite +%post xcite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-binextra Summary: TeX auxiliary programs -Version: svn37751.0 +Version: svn38300.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -60171,6 +70736,7 @@ Requires: tex-arara Requires: tex-bibtex8 Requires: tex-bibtexu Requires: tex-bundledoc +Requires: tex-checklistings Requires: tex-chktex Requires: texlive-ctan_chk-doc Requires: tex-ctanify @@ -60252,11 +70818,29 @@ AutoReqProv: No %description ctan_chk-doc Documentation for ctan_chk +%post ctan_chk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctan_chk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctan_chk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctanify Provides: tex-ctanify = %{tl_version} -License: LPPL +License: LPPL 1.3 Summary: Prepare a package for upload to CTAN -Version: svn37571.1.6 +Version: svn38373.1.7 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -60274,7 +70858,7 @@ package, or by those who need to incorporate it in a distribution. (The TDS ZIP file will be installed in the CTAN install/ tree.) -date: 2015-06-16 12:49:34 +0200 +date: 2015-09-11 19:04:11 +0200 %post ctanify mkdir -p /var/run/texlive @@ -60285,7 +70869,7 @@ touch /var/run/texlive/run-mtxrun %postun ctanify if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60298,7 +70882,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ctanify-doc Summary: Documentation for ctanify -Version: svn37571.1.6 +Version: svn38373.1.7 Release: %{tl_noarch_release} Provides: tex-ctanify-doc BuildArch: noarch @@ -60307,6 +70891,24 @@ AutoReqProv: No %description ctanify-doc Documentation for ctanify +%post ctanify-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctanify-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctanify-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctanify-bin Summary: Binaries for ctanify Version: svn24061.0 @@ -60348,7 +70950,7 @@ touch /var/run/texlive/run-mtxrun %postun ctanupload if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60370,6 +70972,24 @@ AutoReqProv: No %description ctanupload-doc Documentation for ctanupload +%post ctanupload-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctanupload-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctanupload-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctanupload-bin Summary: Binaries for ctanupload Version: svn23866.0 @@ -60408,7 +71028,7 @@ touch /var/run/texlive/run-mtxrun %postun ctie if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60465,7 +71085,7 @@ touch /var/run/texlive/run-mtxrun %postun cweb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60487,6 +71107,24 @@ AutoReqProv: No %description cweb-doc Documentation for cweb +%post cweb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cweb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cweb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cweb-bin Summary: Binaries for cweb Version: svn36790.0 @@ -60530,7 +71168,7 @@ touch /var/run/texlive/run-mtxrun %postun de-macro if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60552,6 +71190,24 @@ AutoReqProv: No %description de-macro-doc Documentation for de-macro +%post de-macro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun de-macro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans de-macro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package de-macro-bin Summary: Binaries for de-macro Version: svn17399.0 @@ -60594,7 +71250,7 @@ touch /var/run/texlive/run-mtxrun %postun detex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60647,7 +71303,7 @@ touch /var/run/texlive/run-mtxrun %postun dtl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60673,7 +71329,7 @@ Binaries for dtl Provides: tex-dtxgen = %{tl_version} License: GPL+ Summary: Creates a template for a self-extracting .dtx file -Version: svn36108.1.05 +Version: svn38325.1.06 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -60686,7 +71342,7 @@ The bash script dtxgen creates a template for a self-extracting .dtx file. It is useful for those who plan to create a new Documented LaTeX Source (.dtx) file. -date: 2015-01-20 20:03:22 +0100 +date: 2015-09-07 22:44:43 +0200 %post dtxgen mkdir -p /var/run/texlive @@ -60697,7 +71353,7 @@ touch /var/run/texlive/run-mtxrun %postun dtxgen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60710,7 +71366,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package dtxgen-doc Summary: Documentation for dtxgen -Version: svn36108.1.05 +Version: svn38325.1.06 Release: %{tl_noarch_release} Provides: tex-dtxgen-doc BuildArch: noarch @@ -60719,6 +71375,24 @@ AutoReqProv: No %description dtxgen-doc Documentation for dtxgen +%post dtxgen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dtxgen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtxgen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dtxgen-bin Summary: Binaries for dtxgen Version: svn29031.0 @@ -60758,7 +71432,7 @@ touch /var/run/texlive/run-mtxrun %postun dvi2tty if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60809,7 +71483,7 @@ touch /var/run/texlive/run-mtxrun %postun dviasm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60831,6 +71505,24 @@ AutoReqProv: No %description dviasm-doc Documentation for dviasm +%post dviasm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dviasm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dviasm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dviasm-bin Summary: Binaries for dviasm Version: svn8329.0 @@ -60871,7 +71563,7 @@ touch /var/run/texlive/run-mtxrun %postun dvicopy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60921,7 +71613,7 @@ touch /var/run/texlive/run-mtxrun %postun dvidvi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -60973,7 +71665,7 @@ touch /var/run/texlive/run-mtxrun %postun dviljk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61041,7 +71733,7 @@ touch /var/run/texlive/run-mtxrun %postun dvipng if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61063,6 +71755,24 @@ AutoReqProv: No %description dvipng-doc Documentation for dvipng +%post dvipng-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dvipng-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvipng-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dvipng-bin Summary: Binaries for dvipng Version: svn37100.0 @@ -61100,7 +71810,7 @@ touch /var/run/texlive/run-mtxrun %postun dvipos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61159,7 +71869,7 @@ touch /var/run/texlive/run-mtxrun %postun dvisvgm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61212,7 +71922,7 @@ touch /var/run/texlive/run-mtxrun %postun findhyph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61234,6 +71944,24 @@ AutoReqProv: No %description findhyph-doc Documentation for findhyph +%post findhyph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun findhyph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans findhyph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package findhyph-bin Summary: Binaries for findhyph Version: svn14758.0 @@ -61273,7 +72001,7 @@ touch /var/run/texlive/run-mtxrun %postun fragmaster if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61295,6 +72023,24 @@ AutoReqProv: No %description fragmaster-doc Documentation for fragmaster +%post fragmaster-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fragmaster-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fragmaster-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fragmaster-bin Summary: Binaries for fragmaster Version: svn13663.0 @@ -61317,6 +72063,24 @@ AutoReqProv: No %description hook-pre-commit-pkg-doc Documentation for hook-pre-commit-pkg +%post hook-pre-commit-pkg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hook-pre-commit-pkg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hook-pre-commit-pkg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphenex Provides: tex-hyphenex = %{tl_version} License: Public Domain @@ -61348,7 +72112,7 @@ touch /var/run/texlive/run-mtxrun %postun hyphenex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61392,7 +72156,7 @@ touch /var/run/texlive/run-mtxrun %postun installfont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61414,6 +72178,24 @@ AutoReqProv: No %description installfont-doc Documentation for installfont +%post installfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun installfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans installfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lacheck Provides: tex-lacheck = %{tl_version} License: GPL+ @@ -61442,7 +72224,7 @@ touch /var/run/texlive/run-mtxrun %postun lacheck if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61493,7 +72275,7 @@ touch /var/run/texlive/run-mtxrun %postun latex-git-log if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61515,6 +72297,24 @@ AutoReqProv: No %description latex-git-log-doc Documentation for latex-git-log +%post latex-git-log-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-git-log-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-git-log-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-git-log-bin Summary: Binaries for latex-git-log Version: svn30983.0 @@ -61567,7 +72367,7 @@ touch /var/run/texlive/run-mtxrun %postun latex2man if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61589,6 +72389,24 @@ AutoReqProv: No %description latex2man-doc Documentation for latex2man +%post latex2man-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex2man-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2man-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex2man-bin Summary: Binaries for latex2man Version: svn13663.0 @@ -61636,7 +72454,7 @@ touch /var/run/texlive/run-mtxrun %postun latexdiff if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61658,6 +72476,24 @@ AutoReqProv: No %description latexdiff-doc Documentation for latexdiff +%post latexdiff-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexdiff-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexdiff-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexdiff-bin Summary: Binaries for latexdiff Version: svn16420.0 @@ -61699,7 +72535,7 @@ touch /var/run/texlive/run-mtxrun %postun latexfileversion if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61721,6 +72557,24 @@ AutoReqProv: No %description latexfileversion-doc Documentation for latexfileversion +%post latexfileversion-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexfileversion-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexfileversion-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexfileversion-bin Summary: Binaries for latexfileversion Version: svn25012.0 @@ -61760,7 +72614,7 @@ touch /var/run/texlive/run-mtxrun %postun latexpand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61782,6 +72636,24 @@ AutoReqProv: No %description latexpand-doc Documentation for latexpand +%post latexpand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexpand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexpand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexpand-bin Summary: Binaries for latexpand Version: svn27025.0 @@ -61821,7 +72693,7 @@ touch /var/run/texlive/run-mtxrun %postun latexindent if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61843,6 +72715,24 @@ AutoReqProv: No %description latexindent-doc Documentation for latexindent +%post latexindent-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexindent-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexindent-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexindent-bin Summary: Binaries for latexindent Version: svn32150.0 @@ -61885,7 +72775,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxfileinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61907,6 +72797,24 @@ AutoReqProv: No %description ltxfileinfo-doc Documentation for ltxfileinfo +%post ltxfileinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxfileinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxfileinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxfileinfo-bin Summary: Binaries for ltxfileinfo Version: svn29005.0 @@ -61947,7 +72855,7 @@ touch /var/run/texlive/run-mtxrun %postun ltximg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -61969,6 +72877,24 @@ AutoReqProv: No %description ltximg-doc Documentation for ltximg +%post ltximg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltximg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltximg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltximg-bin Summary: Binaries for ltximg Version: svn32346.0 @@ -62015,7 +72941,7 @@ touch /var/run/texlive/run-mtxrun %postun listings-ext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62037,6 +72963,24 @@ AutoReqProv: No %description listings-ext-doc Documentation for listings-ext +%post listings-ext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listings-ext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listings-ext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listings-ext-bin Summary: Binaries for listings-ext Version: svn15093.0 @@ -62076,7 +73020,7 @@ touch /var/run/texlive/run-mtxrun %postun make4ht if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62098,6 +73042,24 @@ AutoReqProv: No %description make4ht-doc Documentation for make4ht +%post make4ht-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun make4ht-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans make4ht-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package make4ht-bin Summary: Binaries for make4ht Version: svn37750.0 @@ -62140,7 +73102,7 @@ touch /var/run/texlive/run-mtxrun %postun match_parens if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62162,6 +73124,24 @@ AutoReqProv: No %description match_parens-doc Documentation for match_parens +%post match_parens-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun match_parens-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans match_parens-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package match_parens-bin Summary: Binaries for match_parens Version: svn23500.0 @@ -62205,7 +73185,7 @@ touch /var/run/texlive/run-mtxrun %postun mkjobtexmf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62227,6 +73207,24 @@ AutoReqProv: No %description mkjobtexmf-doc Documentation for mkjobtexmf +%post mkjobtexmf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mkjobtexmf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkjobtexmf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkjobtexmf-bin Summary: Binaries for mkjobtexmf Version: svn8457.0 @@ -62268,7 +73266,7 @@ touch /var/run/texlive/run-mtxrun %postun patgen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62327,7 +73325,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfbook2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62349,6 +73347,24 @@ AutoReqProv: No %description pdfbook2-doc Documentation for pdfbook2 +%post pdfbook2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfbook2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfbook2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfbook2-bin Summary: Binaries for pdfbook2 Version: svn37537.0 @@ -62388,7 +73404,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfcrop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62410,12 +73426,31 @@ AutoReqProv: No %description pdfcrop-doc Documentation for pdfcrop +%post pdfcrop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfcrop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcrop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfcrop-bin Summary: Binaries for pdfcrop Version: svn14387.0 Requires: texlive-base Requires: texlive-pdfcrop -Requires: ghostscript-devel +# invalid +# Requires: ghostscript-devel Release: %{tl_release} BuildArch: noarch @@ -62454,7 +73489,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfjam if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62476,6 +73511,24 @@ AutoReqProv: No %description pdfjam-doc Documentation for pdfjam +%post pdfjam-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfjam-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfjam-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfjam-bin Summary: Binaries for pdfjam Version: svn17868.0 @@ -62518,7 +73571,7 @@ touch /var/run/texlive/run-mtxrun %postun pdftools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62579,7 +73632,7 @@ touch /var/run/texlive/run-mtxrun %postun pfarrei if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62601,6 +73654,24 @@ AutoReqProv: No %description pfarrei-doc Documentation for pfarrei +%post pfarrei-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pfarrei-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pfarrei-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pfarrei-bin Summary: Binaries for pfarrei Version: svn29348.0 @@ -62640,7 +73711,7 @@ touch /var/run/texlive/run-mtxrun %postun pkfix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62662,6 +73733,24 @@ AutoReqProv: No %description pkfix-doc Documentation for pkfix +%post pkfix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pkfix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkfix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pkfix-bin Summary: Binaries for pkfix Version: svn13364.0 @@ -62710,7 +73799,7 @@ touch /var/run/texlive/run-mtxrun %postun pkfix-helper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62732,6 +73821,24 @@ AutoReqProv: No %description pkfix-helper-doc Documentation for pkfix-helper +%post pkfix-helper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pkfix-helper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkfix-helper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pkfix-helper-bin Summary: Binaries for pkfix-helper Version: svn13663.0 @@ -62777,7 +73884,7 @@ touch /var/run/texlive/run-mtxrun %postun purifyeps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62799,6 +73906,24 @@ AutoReqProv: No %description purifyeps-doc Documentation for purifyeps +%post purifyeps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun purifyeps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans purifyeps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package purifyeps-bin Summary: Binaries for purifyeps Version: svn13663.0 @@ -62860,7 +73985,7 @@ touch /var/run/texlive/run-mtxrun %postun pythontex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62882,6 +74007,24 @@ AutoReqProv: No %description pythontex-doc Documentation for pythontex +%post pythontex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pythontex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pythontex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pythontex-bin Summary: Binaries for pythontex Version: svn31638.0 @@ -62927,7 +74070,7 @@ touch /var/run/texlive/run-mtxrun %postun seetexk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -62987,7 +74130,7 @@ touch /var/run/texlive/run-mtxrun %postun sty2dtx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63009,6 +74152,24 @@ AutoReqProv: No %description sty2dtx-doc Documentation for sty2dtx +%post sty2dtx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sty2dtx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sty2dtx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sty2dtx-bin Summary: Binaries for sty2dtx Version: svn21215.0 @@ -63044,7 +74205,7 @@ touch /var/run/texlive/run-mtxrun %postun synctex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63098,7 +74259,7 @@ touch /var/run/texlive/run-mtxrun %postun tex4ebook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63120,6 +74281,24 @@ AutoReqProv: No %description tex4ebook-doc Documentation for tex4ebook +%post tex4ebook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex4ebook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex4ebook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex4ebook-bin Summary: Binaries for tex4ebook Version: svn37771.0 @@ -63161,7 +74340,7 @@ touch /var/run/texlive/run-mtxrun %postun texcount if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63183,6 +74362,24 @@ AutoReqProv: No %description texcount-doc Documentation for texcount +%post texcount-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texcount-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texcount-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texcount-bin Summary: Binaries for texcount Version: svn13013.0 @@ -63235,7 +74432,7 @@ touch /var/run/texlive/run-mtxrun %postun texdef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63257,6 +74454,24 @@ AutoReqProv: No %description texdef-doc Documentation for texdef +%post texdef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texdef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texdef-bin Summary: Binaries for texdef Version: svn21802.0 @@ -63298,7 +74513,7 @@ touch /var/run/texlive/run-mtxrun %postun texdirflatten if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63354,7 +74569,7 @@ touch /var/run/texlive/run-mtxrun %postun texdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63377,6 +74592,24 @@ Requires: tex-kpathsea-doc %description texdoc-doc Documentation for texdoc +%post texdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texdoc-bin Summary: Binaries for texdoc Version: svn29741.0 @@ -63392,7 +74625,7 @@ Binaries for texdoc Provides: tex-texfot = %{tl_version} License: Public Domain Summary: Filter clutter from the output of a TeX run -Version: svn35356.0 +Version: svn38071.1.28 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -63406,7 +74639,7 @@ output from a TeX run, attempting to show only those messages which probably deserve some change in the source. The TeX invocation itself need not change. -date: 2015-03-30 22:55:45 +0200 +date: 2015-08-07 18:19:09 +0200 %post texfot mkdir -p /var/run/texlive @@ -63417,7 +74650,7 @@ touch /var/run/texlive/run-mtxrun %postun texfot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63430,7 +74663,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package texfot-doc Summary: Documentation for texfot -Version: svn35356.0 +Version: svn38071.1.28 Release: %{tl_noarch_release} Provides: tex-texfot-doc BuildArch: noarch @@ -63439,6 +74672,24 @@ AutoReqProv: No %description texfot-doc Documentation for texfot +%post texfot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texfot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texfot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texfot-bin Summary: Binaries for texfot Version: svn33155.0 @@ -63483,7 +74734,7 @@ touch /var/run/texlive/run-mtxrun %postun texliveonfly if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63505,6 +74756,24 @@ AutoReqProv: No %description texliveonfly-doc Documentation for texliveonfly +%post texliveonfly-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texliveonfly-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texliveonfly-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texliveonfly-bin Summary: Binaries for texliveonfly Version: svn24062.0 @@ -63543,7 +74812,7 @@ touch /var/run/texlive/run-mtxrun %postun texloganalyser if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63565,6 +74834,24 @@ AutoReqProv: No %description texloganalyser-doc Documentation for texloganalyser +%post texloganalyser-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texloganalyser-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texloganalyser-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texloganalyser-bin Summary: Binaries for texloganalyser Version: svn13663.0 @@ -63607,7 +74894,7 @@ touch /var/run/texlive/run-mtxrun %postun texware if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63659,7 +74946,7 @@ touch /var/run/texlive/run-mtxrun %postun tie if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63708,7 +74995,7 @@ touch /var/run/texlive/run-mtxrun %postun tpic2pdftex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63730,6 +75017,24 @@ AutoReqProv: No %description tpic2pdftex-doc Documentation for tpic2pdftex +%post tpic2pdftex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tpic2pdftex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tpic2pdftex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tpic2pdftex-bin Summary: Binaries for tpic2pdftex Version: svn29741.0 @@ -63771,7 +75076,7 @@ touch /var/run/texlive/run-mtxrun %postun typeoutfileinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -63793,6 +75098,24 @@ AutoReqProv: No %description typeoutfileinfo-doc Documentation for typeoutfileinfo +%post typeoutfileinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun typeoutfileinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typeoutfileinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package typeoutfileinfo-bin Summary: Binaries for typeoutfileinfo Version: svn25648.0 @@ -63834,7 +75157,7 @@ touch /var/run/texlive/run-mtxrun %postun web if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -64177,6 +75500,24 @@ Requires: tex-mptopdf-doc %description context-doc Documentation for context +%post context-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metapost Provides: tex-metapost = %{tl_version} License: LGPLv2+ @@ -64279,6 +75620,24 @@ Requires: tex-kpathsea-doc %description metapost-doc Documentation for metapost +%post metapost-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metapost-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metapost-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metapost-bin Summary: Binaries for metapost Version: svn37340.0 @@ -64292,7 +75651,7 @@ Binaries for metapost %package xetex Provides: tex-xetex = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Unicode and OpenType-enabled TeX engine Version: svn37058.0 Release: %{tl_noarch_release} @@ -64304,6 +75663,8 @@ Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-ba Requires(post,postun): coreutils Requires: tex-xetexconfig Requires: texlive-xetex-bin +# bz 1155267 +Requires: tex(xetex.def) Provides: tex(qx-unicode.map) = %{tl_version} Provides: tex(tex-text.map) = %{tl_version} @@ -64350,6 +75711,24 @@ AutoReqProv: No %description xetex-doc Documentation for xetex +%post xetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetexconfig Provides: tex-xetexconfig = %{tl_version} License: LPPL @@ -64376,7 +75755,7 @@ touch /var/run/texlive/run-mtxrun %postun xetexconfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65339,6 +76718,24 @@ AutoReqProv: No %description lm-doc Documentation for lm +%post lm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lm-math Provides: tex-lm-math = %{tl_version} License: LPPL @@ -65367,7 +76764,7 @@ touch /var/run/texlive/run-mtxrun %postun lm-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65389,6 +76786,24 @@ AutoReqProv: No %description lm-math-doc Documentation for lm-math +%post lm-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lm-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lm-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package manfnt-font Provides: tex-manfnt-font = %{tl_version} License: LPPL @@ -65500,6 +76915,24 @@ AutoReqProv: No %description mflogo-font-doc Documentation for mflogo-font +%post mflogo-font-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mflogo-font-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mflogo-font-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stmaryrd Provides: tex-stmaryrd = %{tl_version} License: LPPL @@ -65573,6 +77006,24 @@ AutoReqProv: No %description stmaryrd-doc Documentation for stmaryrd +%post stmaryrd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stmaryrd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stmaryrd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-bin Summary: Binaries for context Version: svn34112.0 @@ -65613,7 +77064,7 @@ touch /var/run/texlive/run-mtxrun %postun jmn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65652,7 +77103,7 @@ touch /var/run/texlive/run-mtxrun %postun context-account if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65675,6 +77126,24 @@ Requires: tex-context-doc %description context-account-doc Documentation for context-account +%post context-account-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-account-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-account-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-algorithmic Provides: tex-context-algorithmic = %{tl_version} License: GPL+ @@ -65702,7 +77171,7 @@ touch /var/run/texlive/run-mtxrun %postun context-algorithmic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65740,7 +77209,7 @@ touch /var/run/texlive/run-mtxrun %postun context-animation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65763,6 +77232,24 @@ Requires: tex-context-doc %description context-animation-doc Documentation for context-animation +%post context-animation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-animation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-animation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-annotation Provides: tex-context-annotation = %{tl_version} License: LPPL @@ -65787,7 +77274,7 @@ touch /var/run/texlive/run-mtxrun %postun context-annotation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65810,6 +77297,24 @@ Requires: tex-context-doc %description context-annotation-doc Documentation for context-annotation +%post context-annotation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-annotation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-annotation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-bnf Provides: tex-context-bnf = %{tl_version} License: GPL+ @@ -65843,7 +77348,7 @@ touch /var/run/texlive/run-mtxrun %postun context-bnf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65866,6 +77371,24 @@ Requires: tex-context-doc %description context-bnf-doc Documentation for context-bnf +%post context-bnf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-bnf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-bnf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-chromato Provides: tex-context-chromato = %{tl_version} License: GPL+ @@ -65893,7 +77416,7 @@ touch /var/run/texlive/run-mtxrun %postun context-chromato if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65916,6 +77439,24 @@ Requires: tex-context-doc %description context-chromato-doc Documentation for context-chromato +%post context-chromato-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-chromato-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-chromato-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-construction-plan Provides: tex-context-construction-plan = %{tl_version} License: GPL+ @@ -65943,7 +77484,7 @@ touch /var/run/texlive/run-mtxrun %postun context-construction-plan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -65966,6 +77507,24 @@ Requires: tex-context-doc %description context-construction-plan-doc Documentation for context-construction-plan +%post context-construction-plan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-construction-plan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-construction-plan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-cyrillicnumbers Provides: tex-context-cyrillicnumbers = %{tl_version} License: BSD @@ -65993,7 +77552,7 @@ touch /var/run/texlive/run-mtxrun %postun context-cyrillicnumbers if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66016,6 +77575,24 @@ Requires: tex-context-doc %description context-cyrillicnumbers-doc Documentation for context-cyrillicnumbers +%post context-cyrillicnumbers-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-cyrillicnumbers-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-cyrillicnumbers-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-degrade Provides: tex-context-degrade = %{tl_version} License: GPL+ @@ -66043,7 +77620,7 @@ touch /var/run/texlive/run-mtxrun %postun context-degrade if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66066,6 +77643,24 @@ Requires: tex-context-doc %description context-degrade-doc Documentation for context-degrade +%post context-degrade-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-degrade-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-degrade-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-fancybreak Provides: tex-context-fancybreak = %{tl_version} License: GPL+ @@ -66094,7 +77689,7 @@ touch /var/run/texlive/run-mtxrun %postun context-fancybreak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66117,6 +77712,24 @@ Requires: tex-context-doc %description context-fancybreak-doc Documentation for context-fancybreak +%post context-fancybreak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-fancybreak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-fancybreak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-filter Provides: tex-context-filter = %{tl_version} License: BSD @@ -66150,7 +77763,7 @@ touch /var/run/texlive/run-mtxrun %postun context-filter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66173,6 +77786,24 @@ Requires: tex-context-doc %description context-filter-doc Documentation for context-filter +%post context-filter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-filter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-filter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-fixme Provides: tex-context-fixme = %{tl_version} License: Public Domain @@ -66200,7 +77831,7 @@ touch /var/run/texlive/run-mtxrun %postun context-fixme if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66238,7 +77869,7 @@ touch /var/run/texlive/run-mtxrun %postun context-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66261,6 +77892,24 @@ Requires: tex-context-doc %description context-french-doc Documentation for context-french +%post context-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-fullpage Provides: tex-context-fullpage = %{tl_version} License: GPL+ @@ -66288,7 +77937,7 @@ touch /var/run/texlive/run-mtxrun %postun context-fullpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66311,6 +77960,24 @@ Requires: tex-context-doc %description context-fullpage-doc Documentation for context-fullpage +%post context-fullpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-fullpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-fullpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-games Provides: tex-context-games = %{tl_version} License: LPPL @@ -66339,7 +78006,7 @@ touch /var/run/texlive/run-mtxrun %postun context-games if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66363,6 +78030,24 @@ Requires: tex-context-doc %description context-games-doc Documentation for context-games +%post context-games-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-games-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-games-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skaknew Provides: tex-skaknew = %{tl_version} License: LPPL @@ -66434,6 +78119,24 @@ AutoReqProv: No %description skaknew-doc Documentation for skaknew +%post skaknew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skaknew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skaknew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-gantt Provides: tex-context-gantt = %{tl_version} License: Public Domain @@ -66465,7 +78168,7 @@ touch /var/run/texlive/run-mtxrun %postun context-gantt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66489,6 +78192,24 @@ Requires: tex-hatching-doc %description context-gantt-doc Documentation for context-gantt +%post context-gantt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-gantt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-gantt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hatching Provides: tex-hatching = %{tl_version} License: Public Domain @@ -66516,7 +78237,7 @@ touch /var/run/texlive/run-mtxrun %postun hatching if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66538,6 +78259,24 @@ AutoReqProv: No %description hatching-doc Documentation for hatching +%post hatching-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hatching-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hatching-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-gnuplot Provides: tex-context-gnuplot = %{tl_version} License: GPL+ @@ -66567,7 +78306,7 @@ touch /var/run/texlive/run-mtxrun %postun context-gnuplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66590,11 +78329,29 @@ Requires: tex-context-doc %description context-gnuplot-doc Documentation for context-gnuplot +%post context-gnuplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-gnuplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-gnuplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-letter Provides: tex-context-letter = %{tl_version} License: GPL+ -Summary: Context package for writing letters -Version: svn35567.0 +Summary: ConTeXt package for writing letters +Version: svn38202.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -66604,10 +78361,10 @@ Requires: tex-context %description context-letter A means of writing 'vanilla' letters and memos is provided, -with support covering Context Mkii and Mkiv. The design of +with support covering ConTeXt Mkii and Mkiv. The design of letters may be amended by a wide range of style specifications. -date: 2014-11-01 10:53:28 +0100 +date: 2015-08-08 19:53:23 +0200 %post context-letter mkdir -p /var/run/texlive @@ -66618,7 +78375,7 @@ touch /var/run/texlive/run-mtxrun %postun context-letter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66631,7 +78388,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package context-letter-doc Summary: Documentation for context-letter -Version: svn35567.0 +Version: svn38202.0 Release: %{tl_noarch_release} Provides: tex-context-letter-doc BuildArch: noarch @@ -66641,6 +78398,24 @@ Requires: tex-context-doc %description context-letter-doc Documentation for context-letter +%post context-letter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-letter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-letter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-lettrine Provides: tex-context-lettrine = %{tl_version} License: Public Domain @@ -66668,7 +78443,7 @@ touch /var/run/texlive/run-mtxrun %postun context-lettrine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66691,6 +78466,24 @@ Requires: tex-context-doc %description context-lettrine-doc Documentation for context-lettrine +%post context-lettrine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-lettrine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-lettrine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-lilypond Provides: tex-context-lilypond = %{tl_version} License: GPL+ @@ -66719,7 +78512,7 @@ touch /var/run/texlive/run-mtxrun %postun context-lilypond if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66742,6 +78535,24 @@ Requires: tex-context-doc %description context-lilypond-doc Documentation for context-lilypond +%post context-lilypond-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-lilypond-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-lilypond-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-mathsets Provides: tex-context-mathsets = %{tl_version} License: BSD @@ -66771,7 +78582,7 @@ touch /var/run/texlive/run-mtxrun %postun context-mathsets if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66794,6 +78605,24 @@ Requires: tex-context-doc %description context-mathsets-doc Documentation for context-mathsets +%post context-mathsets-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-mathsets-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-mathsets-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-notes-zh-cn Provides: tex-context-notes-zh-cn = %{tl_version} License: GPL+ @@ -66824,6 +78653,24 @@ Requires: tex-context-doc %description context-notes-zh-cn-doc Documentation for context-notes-zh-cn +%post context-notes-zh-cn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-notes-zh-cn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-notes-zh-cn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-rst Provides: tex-context-rst = %{tl_version} License: BSD @@ -66853,7 +78700,7 @@ touch /var/run/texlive/run-mtxrun %postun context-rst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66876,6 +78723,24 @@ Requires: tex-context-doc %description context-rst-doc Documentation for context-rst +%post context-rst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-rst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-rst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-ruby Provides: tex-context-ruby = %{tl_version} License: Public Domain @@ -66906,7 +78771,7 @@ touch /var/run/texlive/run-mtxrun %postun context-ruby if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66929,6 +78794,24 @@ Requires: tex-context-doc %description context-ruby-doc Documentation for context-ruby +%post context-ruby-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-ruby-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-ruby-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-simplefonts Provides: tex-context-simplefonts = %{tl_version} License: GPL+ @@ -66956,7 +78839,7 @@ touch /var/run/texlive/run-mtxrun %postun context-simplefonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -66979,6 +78862,24 @@ Requires: tex-context-doc %description context-simplefonts-doc Documentation for context-simplefonts +%post context-simplefonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-simplefonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-simplefonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-simpleslides Provides: tex-context-simpleslides = %{tl_version} License: LPPL @@ -67027,7 +78928,7 @@ touch /var/run/texlive/run-mtxrun %postun context-simpleslides if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67050,6 +78951,24 @@ Requires: tex-context-doc %description context-simpleslides-doc Documentation for context-simpleslides +%post context-simpleslides-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-simpleslides-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-simpleslides-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-title Provides: tex-context-title = %{tl_version} License: LPPL @@ -67074,7 +78993,7 @@ touch /var/run/texlive/run-mtxrun %postun context-title if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67097,6 +79016,24 @@ Requires: tex-context-doc %description context-title-doc Documentation for context-title +%post context-title-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-title-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-title-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-transliterator Provides: tex-context-transliterator = %{tl_version} License: BSD @@ -67127,7 +79064,7 @@ touch /var/run/texlive/run-mtxrun %postun context-transliterator if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67150,6 +79087,24 @@ Requires: tex-context-doc %description context-transliterator-doc Documentation for context-transliterator +%post context-transliterator-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-transliterator-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-transliterator-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-typearea Provides: tex-context-typearea = %{tl_version} License: GPL+ @@ -67178,7 +79133,7 @@ touch /var/run/texlive/run-mtxrun %postun context-typearea if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67201,6 +79156,24 @@ Requires: tex-context-doc %description context-typearea-doc Documentation for context-typearea +%post context-typearea-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-typearea-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-typearea-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-typescripts Provides: tex-context-typescripts = %{tl_version} License: GPLv2+ @@ -67229,7 +79202,7 @@ touch /var/run/texlive/run-mtxrun %postun context-typescripts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67252,6 +79225,24 @@ Requires: tex-context-doc %description context-typescripts-doc Documentation for context-typescripts +%post context-typescripts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-typescripts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-typescripts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-vim Provides: tex-context-vim = %{tl_version} License: BSD @@ -67289,7 +79280,7 @@ touch /var/run/texlive/run-mtxrun %postun context-vim if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67313,6 +79304,24 @@ Requires: tex-context-doc %description context-vim-doc Documentation for context-vim +%post context-vim-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-vim-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-vim-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package context-visualcounter Provides: tex-context-visualcounter = %{tl_version} License: LPPL @@ -67337,7 +79346,7 @@ touch /var/run/texlive/run-mtxrun %postun context-visualcounter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -67360,9 +79369,27 @@ Requires: tex-context-doc %description context-visualcounter-doc Documentation for context-visualcounter +%post context-visualcounter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun context-visualcounter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans context-visualcounter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-fontsextra Summary: Additional fonts -Version: svn37744.0 +Version: svn38204.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -67473,6 +79500,7 @@ Requires: tex-foekfont Requires: tex-fonetika Requires: tex-fontawesome Requires: tex-fontmfizz +Requires: tex-old-arrows Requires: tex-fourier Requires: tex-fouriernc Requires: tex-frcursive @@ -67589,7 +79617,8 @@ Requires: tex-wsuipa Requires: tex-xcharter Requires: tex-xits Requires: tex-yfonts -Requires: tex-yfonts-t1 +# Removed because of non-free license +# Requires: tex-yfonts-t1 Requires: tex-zlmtt %description collection-fontsextra @@ -67884,6 +79913,24 @@ AutoReqProv: No %description comfortaa-doc Documentation for comfortaa +%post comfortaa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun comfortaa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comfortaa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package comicneue Provides: tex-comicneue = %{tl_version} License: OFL @@ -68180,6 +80227,24 @@ AutoReqProv: No %description comicneue-doc Documentation for comicneue +%post comicneue-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun comicneue-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comicneue-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package concmath-fonts Provides: tex-concmath-fonts = %{tl_version} License: LPPL @@ -68236,7 +80301,7 @@ touch /var/run/texlive/run-mtxrun %postun concmath-fonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -68258,6 +80323,24 @@ AutoReqProv: No %description concmath-fonts-doc Documentation for concmath-fonts +%post concmath-fonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun concmath-fonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concmath-fonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cookingsymbols Provides: tex-cookingsymbols = %{tl_version} License: LPPL @@ -68287,7 +80370,7 @@ touch /var/run/texlive/run-mtxrun %postun cookingsymbols if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -68309,6 +80392,24 @@ AutoReqProv: No %description cookingsymbols-doc Documentation for cookingsymbols +%post cookingsymbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cookingsymbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cookingsymbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package countriesofeurope Provides: tex-countriesofeurope = %{tl_version} License: LPPL @@ -68373,6 +80474,24 @@ AutoReqProv: No %description countriesofeurope-doc Documentation for countriesofeurope +%post countriesofeurope-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun countriesofeurope-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans countriesofeurope-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package courier-scaled Provides: tex-courier-scaled = %{tl_version} License: LPPL 1.2 @@ -68412,7 +80531,7 @@ touch /var/run/texlive/run-mtxrun %postun courier-scaled if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -68434,6 +80553,24 @@ AutoReqProv: No %description courier-scaled-doc Documentation for courier-scaled +%post courier-scaled-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun courier-scaled-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans courier-scaled-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cryst Provides: tex-cryst = %{tl_version} License: LPPL @@ -68463,7 +80600,7 @@ touch /var/run/texlive/run-mtxrun %postun cryst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -68485,6 +80622,24 @@ AutoReqProv: No %description cryst-doc Documentation for cryst +%post cryst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cryst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cryst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cyklop Provides: tex-cyklop = %{tl_version} License: LPPL @@ -68621,6 +80776,24 @@ AutoReqProv: No %description cyklop-doc Documentation for cyklop +%post cyklop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cyklop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyklop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dancers Provides: tex-dancers = %{tl_version} License: Copyright only @@ -68659,7 +80832,7 @@ touch /var/run/texlive/run-mtxrun %postun dancers if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -68674,7 +80847,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-dantelogo = %{tl_version} License: LPPL Summary: A font for DANTE's logo -Version: svn35295.0.02 +Version: svn38105.0.02a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -68716,7 +80889,7 @@ 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. -date: 2014-10-01 21:31:06 +0200 +date: 2015-08-12 20:01:39 +0200 %post dantelogo mkdir -p /var/run/texlive @@ -68745,7 +80918,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package dantelogo-doc Summary: Documentation for dantelogo -Version: svn35295.0.02 +Version: svn38105.0.02a Release: %{tl_noarch_release} Provides: tex-dantelogo-doc BuildArch: noarch @@ -68754,6 +80927,24 @@ AutoReqProv: No %description dantelogo-doc Documentation for dantelogo +%post dantelogo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dantelogo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dantelogo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dejavu Provides: tex-dejavu = %{tl_version} License: LPPL @@ -69343,6 +81534,24 @@ AutoReqProv: No %description dejavu-doc Documentation for dejavu +%post dejavu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dejavu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dejavu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dice Provides: tex-dice = %{tl_version} License: LPPL @@ -69370,7 +81579,7 @@ touch /var/run/texlive/run-mtxrun %postun dice if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -69392,6 +81601,24 @@ AutoReqProv: No %description dice-doc Documentation for dice +%post dice-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dice-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dice-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dictsym Provides: tex-dictsym = %{tl_version} License: LPPL @@ -69456,6 +81683,24 @@ AutoReqProv: No %description dictsym-doc Documentation for dictsym +%post dictsym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dictsym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dictsym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dingbat Provides: tex-dingbat = %{tl_version} License: LPPL @@ -69489,7 +81734,7 @@ touch /var/run/texlive/run-mtxrun %postun dingbat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -69511,6 +81756,24 @@ AutoReqProv: No %description dingbat-doc Documentation for dingbat +%post dingbat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dingbat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dingbat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doublestroke Provides: tex-doublestroke = %{tl_version} License: Doublestroke @@ -69587,6 +81850,24 @@ AutoReqProv: No %description doublestroke-doc Documentation for doublestroke +%post doublestroke-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doublestroke-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doublestroke-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dozenal Provides: tex-dozenal = %{tl_version} License: LPPL 1.3 @@ -69680,7 +81961,7 @@ touch /var/run/texlive/run-mtxrun %postun dozenal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -69702,11 +81983,29 @@ AutoReqProv: No %description dozenal-doc Documentation for dozenal +%post dozenal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dozenal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dozenal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package drm Provides: tex-drm = %{tl_version} License: LPPL 1.3 Summary: A complete family of fonts written in Metafont -Version: svn37153.4.2 +Version: svn38157.4.4 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -70733,7 +83032,7 @@ 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. -date: 2015-05-01 22:59:45 +0200 +date: 2015-08-18 22:47:45 +0200 %post drm mkdir -p /var/run/texlive @@ -70744,7 +83043,7 @@ touch /var/run/texlive/run-mtxrun %postun drm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -70757,7 +83056,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package drm-doc Summary: Documentation for drm -Version: svn37153.4.2 +Version: svn38157.4.4 Release: %{tl_noarch_release} Provides: tex-drm-doc BuildArch: noarch @@ -70766,6 +83065,24 @@ AutoReqProv: No %description drm-doc Documentation for drm +%post drm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun drm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package droid Provides: tex-droid = %{tl_version} License: LPPL 1.3 @@ -71355,6 +83672,24 @@ AutoReqProv: No %description droid-doc Documentation for droid +%post droid-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun droid-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans droid-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package duerer Provides: tex-duerer = %{tl_version} License: Public Domain @@ -71390,7 +83725,7 @@ touch /var/run/texlive/run-mtxrun %postun duerer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -71412,6 +83747,24 @@ AutoReqProv: No %description duerer-doc Documentation for duerer +%post duerer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun duerer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duerer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package duerer-latex Provides: tex-duerer-latex = %{tl_version} License: GPL+ @@ -71443,7 +83796,7 @@ touch /var/run/texlive/run-mtxrun %postun duerer-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -71465,6 +83818,24 @@ AutoReqProv: No %description duerer-latex-doc Documentation for duerer-latex +%post duerer-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun duerer-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duerer-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dutchcal Provides: tex-dutchcal = %{tl_version} License: LPPL @@ -71535,6 +83906,24 @@ AutoReqProv: No %description dutchcal-doc Documentation for dutchcal +%post dutchcal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dutchcal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dutchcal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ean Provides: tex-ean = %{tl_version} License: GPL+ @@ -71564,7 +83953,7 @@ touch /var/run/texlive/run-mtxrun %postun ean if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -71586,6 +83975,24 @@ AutoReqProv: No %description ean-doc Documentation for ean +%post ean-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ean-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ean-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebgaramond Provides: tex-ebgaramond = %{tl_version} License: OFL @@ -71991,6 +84398,24 @@ AutoReqProv: No %description ebgaramond-doc Documentation for ebgaramond +%post ebgaramond-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebgaramond-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebgaramond-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebgaramond-maths Provides: tex-ebgaramond-maths = %{tl_version} License: LPPL 1.3 @@ -72055,6 +84480,24 @@ AutoReqProv: No %description ebgaramond-maths-doc Documentation for ebgaramond-maths +%post ebgaramond-maths-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebgaramond-maths-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebgaramond-maths-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ecc Provides: tex-ecc = %{tl_version} License: LPPL @@ -72112,7 +84555,7 @@ touch /var/run/texlive/run-mtxrun %postun ecc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -72134,6 +84577,24 @@ AutoReqProv: No %description ecc-doc Documentation for ecc +%post ecc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ecc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eco Provides: tex-eco = %{tl_version} License: GPL+ @@ -72665,7 +85126,7 @@ touch /var/run/texlive/run-mtxrun %postun eco if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -72687,6 +85148,24 @@ AutoReqProv: No %description eco-doc Documentation for eco +%post eco-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eco-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eco-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eiad Provides: tex-eiad = %{tl_version} License: Public Domain @@ -72753,7 +85232,7 @@ touch /var/run/texlive/run-mtxrun %postun eiad if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -72775,6 +85254,24 @@ AutoReqProv: No %description eiad-doc Documentation for eiad +%post eiad-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eiad-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eiad-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eiad-ltx Provides: tex-eiad-ltx = %{tl_version} License: LPPL @@ -72803,7 +85300,7 @@ touch /var/run/texlive/run-mtxrun %postun eiad-ltx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -72825,6 +85322,24 @@ AutoReqProv: No %description eiad-ltx-doc Documentation for eiad-ltx +%post eiad-ltx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eiad-ltx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eiad-ltx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package electrum Provides: tex-electrum = %{tl_version} License: GPLv2+ with exceptions and LPPL @@ -73151,6 +85666,24 @@ AutoReqProv: No %description electrum-doc Documentation for electrum +%post electrum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun electrum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans electrum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elvish Provides: tex-elvish = %{tl_version} License: Elvish @@ -73180,7 +85713,7 @@ touch /var/run/texlive/run-mtxrun %postun elvish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -73202,6 +85735,24 @@ AutoReqProv: No %description elvish-doc Documentation for elvish +%post elvish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elvish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elvish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epigrafica Provides: tex-epigrafica = %{tl_version} License: GPL+ @@ -73313,6 +85864,24 @@ AutoReqProv: No %description epigrafica-doc Documentation for epigrafica +%post epigrafica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epigrafica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epigrafica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epsdice Provides: tex-epsdice = %{tl_version} License: LPPL @@ -73346,7 +85915,7 @@ touch /var/run/texlive/run-mtxrun %postun epsdice if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -73368,6 +85937,24 @@ AutoReqProv: No %description epsdice-doc Documentation for epsdice +%post epsdice-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epsdice-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsdice-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package erewhon Provides: tex-erewhon = %{tl_version} License: OFL @@ -74138,6 +86725,24 @@ AutoReqProv: No %description erewhon-doc Documentation for erewhon +%post erewhon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun erewhon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans erewhon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esrelation Provides: tex-esrelation = %{tl_version} License: LPPL 1.3 @@ -74213,6 +86818,24 @@ AutoReqProv: No %description esrelation-doc Documentation for esrelation +%post esrelation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esrelation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esrelation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esstix Provides: tex-esstix = %{tl_version} License: OFL @@ -74306,6 +86929,24 @@ AutoReqProv: No %description esstix-doc Documentation for esstix +%post esstix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esstix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esstix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esvect Provides: tex-esvect = %{tl_version} License: GPL+ @@ -74378,6 +87019,24 @@ AutoReqProv: No %description esvect-doc Documentation for esvect +%post esvect-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esvect-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esvect-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eulervm Provides: tex-eulervm = %{tl_version} License: LPPL @@ -74445,7 +87104,7 @@ touch /var/run/texlive/run-mtxrun %postun eulervm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -74467,6 +87126,24 @@ AutoReqProv: No %description eulervm-doc Documentation for eulervm +%post eulervm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eulervm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eulervm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package euxm Provides: tex-euxm = %{tl_version} License: LPPL @@ -74493,7 +87170,7 @@ touch /var/run/texlive/run-mtxrun %postun euxm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -74508,7 +87185,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-fbb = %{tl_version} License: OFL Summary: A free Bembo-like font -Version: svn37585.1.08a +Version: svn38195.1.09 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -74956,7 +87633,7 @@ OpenType and Adobe Type 1 versions are provided; all necessary support files are provided. The font works well with newtxmath's libertine option. -date: 2015-06-17 07:02:04 +0200 +date: 2015-08-24 07:51:32 +0200 %post fbb mkdir -p /var/run/texlive @@ -74985,7 +87662,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package fbb-doc Summary: Documentation for fbb -Version: svn37585.1.08a +Version: svn38195.1.09 Release: %{tl_noarch_release} Provides: tex-fbb-doc BuildArch: noarch @@ -74994,6 +87671,24 @@ AutoReqProv: No %description fbb-doc Documentation for fbb +%post fbb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fbb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fbb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fdsymbol Provides: tex-fdsymbol = %{tl_version} License: OFL @@ -75113,6 +87808,24 @@ AutoReqProv: No %description fdsymbol-doc Documentation for fdsymbol +%post fdsymbol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fdsymbol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fdsymbol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fetamont Provides: tex-fetamont = %{tl_version} License: LPPL 1.3 @@ -75283,6 +87996,24 @@ AutoReqProv: No %description fetamont-doc Documentation for fetamont +%post fetamont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fetamont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fetamont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package feyn Provides: tex-feyn = %{tl_version} License: GPL+ @@ -75324,7 +88055,7 @@ touch /var/run/texlive/run-mtxrun %postun feyn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -75346,6 +88077,24 @@ AutoReqProv: No %description feyn-doc Documentation for feyn +%post feyn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun feyn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feyn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fge Provides: tex-fge = %{tl_version} License: LPPL @@ -75410,6 +88159,24 @@ AutoReqProv: No %description fge-doc Documentation for fge +%post fge-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fge-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fge-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fira Provides: tex-fira = %{tl_version} License: OFL @@ -77283,6 +90050,24 @@ AutoReqProv: No %description fira-doc Documentation for fira +%post fira-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fira-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fira-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package foekfont Provides: tex-foekfont = %{tl_version} License: GPL+ @@ -77345,6 +90130,24 @@ AutoReqProv: No %description foekfont-doc Documentation for foekfont +%post foekfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun foekfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans foekfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fonetika Provides: tex-fonetika = %{tl_version} License: GPL+ and LPPL @@ -77419,21 +90222,42 @@ AutoReqProv: No %description fonetika-doc Documentation for fonetika +%post fonetika-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fonetika-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fonetika-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontawesome Provides: tex-fontawesome = %{tl_version} License: LPPL 1.3 Summary: Font containing web-related icons -Version: svn37890.4.3.0_1 +Version: svn38051.4.4.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base, texlive-texlive.infra Requires(post,postun): coreutils 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} @@ -77443,37 +90267,45 @@ 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. -date: 2015-07-18 07:05:18 +0200 +date: 2015-08-03 05:43:12 +0200 %post fontawesome mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun +if [ $1 -gt 0 ] ; then +%{_bindir}/updmap-sys --quiet --nomkmap --enable Map=fontawesome.map > /dev/null 2>&1 +touch /var/run/texlive/run-updmap +fi : %postun fontawesome -if [ $1 == 1 ]; then - mkdir -p /var/run/texlive - touch /var/run/run-texhash -else - %{_bindir}/texhash 2> /dev/null +if [ $1 == 0 ] ; then +%{_bindir}/updmap-sys --nomkmap --disable Map=fontawesome.map > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap fi : %posttrans fontawesome -if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --quiet --nomkmap &> /dev/null;rm -f /var/run/texlive/run-updmap; fi 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 : %package fontawesome-doc Summary: Documentation for fontawesome -Version: svn37890.4.3.0_1 +Version: svn38051.4.4.0 Release: %{tl_noarch_release} Provides: tex-fontawesome-doc BuildArch: noarch @@ -77482,9 +90314,27 @@ AutoReqProv: No %description fontawesome-doc Documentation for fontawesome +%post fontawesome-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontawesome-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontawesome-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontmfizz Provides: tex-fontmfizz = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Font Mfizz icons for use in LaTeX Version: svn35892.0 Release: %{tl_noarch_release} @@ -77513,7 +90363,7 @@ touch /var/run/texlive/run-mtxrun %postun fontmfizz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -77535,6 +90385,125 @@ AutoReqProv: No %description fontmfizz-doc Documentation for fontmfizz +%post fontmfizz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontmfizz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontmfizz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package old-arrows +Provides: tex-old-arrows = %{tl_version} +License: LPPL 1.3 +Summary: Computer Modern old-style arrows with smaller arrowheads +Version: svn38349.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-tetex-bin, tex-tetex +Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base, texlive-texlive.infra +Requires(post,postun): coreutils +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. + +date: 2015-09-11 18:21:22 +0200 + +%post old-arrows +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +if [ $1 -gt 0 ] ; then +%{_bindir}/updmap-sys --quiet --nomkmap --enable Map=oasy.map > /dev/null 2>&1 +touch /var/run/texlive/run-updmap +fi +: + +%postun old-arrows +if [ $1 == 0 ] ; then +%{_bindir}/updmap-sys --nomkmap --disable Map=oasy.map > /dev/null 2>&1 +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +touch /var/run/texlive/run-updmap +fi +: + +%posttrans old-arrows +if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --quiet --nomkmap &> /dev/null;rm -f /var/run/texlive/run-updmap; fi +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 +: + +%package old-arrows-doc +Summary: Documentation for old-arrows +Version: svn38349.1.1 +Release: %{tl_noarch_release} +Provides: tex-old-arrows-doc +BuildArch: noarch +AutoReqProv: No + +%description old-arrows-doc +Documentation for old-arrows + +%post old-arrows-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun old-arrows-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans old-arrows-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fourier Provides: tex-fourier = %{tl_version} License: LPPL @@ -77796,6 +90765,24 @@ AutoReqProv: No %description fourier-doc Documentation for fourier +%post fourier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fourier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fourier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fouriernc Provides: tex-fouriernc = %{tl_version} License: LPPL @@ -77840,7 +90827,7 @@ touch /var/run/texlive/run-mtxrun %postun fouriernc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -77862,6 +90849,24 @@ AutoReqProv: No %description fouriernc-doc Documentation for fouriernc +%post fouriernc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fouriernc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fouriernc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package frcursive Provides: tex-frcursive = %{tl_version} License: LPPL 1.2 @@ -77970,6 +90975,24 @@ AutoReqProv: No %description frcursive-doc Documentation for frcursive +%post frcursive-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frcursive-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frcursive-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package genealogy Provides: tex-genealogy = %{tl_version} License: LPPL @@ -78000,7 +91023,7 @@ touch /var/run/texlive/run-mtxrun %postun genealogy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -78022,9 +91045,27 @@ AutoReqProv: No %description genealogy-doc Documentation for genealogy +%post genealogy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun genealogy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genealogy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gentium-tug Provides: tex-gentium-tug = %{tl_version} -License: Freely redistributable without restriction +License: MIT and OFL Summary: Gentium fonts (in two formats) and support files Version: svn37378.1.1 Release: %{tl_noarch_release} @@ -78222,6 +91263,24 @@ AutoReqProv: No %description gentium-tug-doc Documentation for gentium-tug +%post gentium-tug-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gentium-tug-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gentium-tug-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfsartemisia Provides: tex-gfsartemisia = %{tl_version} License: LPPL @@ -78395,6 +91454,24 @@ AutoReqProv: No %description gfsartemisia-doc Documentation for gfsartemisia +%post gfsartemisia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsartemisia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsartemisia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfsbodoni Provides: tex-gfsbodoni = %{tl_version} License: OFL @@ -78561,6 +91638,24 @@ AutoReqProv: No %description gfsbodoni-doc Documentation for gfsbodoni +%post gfsbodoni-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsbodoni-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsbodoni-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfscomplutum Provides: tex-gfscomplutum = %{tl_version} License: OFL @@ -78632,6 +91727,24 @@ AutoReqProv: No %description gfscomplutum-doc Documentation for gfscomplutum +%post gfscomplutum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfscomplutum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfscomplutum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfsdidot Provides: tex-gfsdidot = %{tl_version} License: LPPL @@ -78813,6 +91926,24 @@ AutoReqProv: No %description gfsdidot-doc Documentation for gfsdidot +%post gfsdidot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsdidot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsdidot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfsneohellenic Provides: tex-gfsneohellenic = %{tl_version} License: LPPL @@ -78982,6 +92113,24 @@ AutoReqProv: No %description gfsneohellenic-doc Documentation for gfsneohellenic +%post gfsneohellenic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsneohellenic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsneohellenic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfssolomos Provides: tex-gfssolomos = %{tl_version} License: OFL @@ -79047,6 +92196,24 @@ AutoReqProv: No %description gfssolomos-doc Documentation for gfssolomos +%post gfssolomos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfssolomos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfssolomos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gillcm Provides: tex-gillcm = %{tl_version} License: BSD @@ -79109,7 +92276,7 @@ touch /var/run/texlive/run-mtxrun %postun gillcm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -79131,6 +92298,24 @@ AutoReqProv: No %description gillcm-doc Documentation for gillcm +%post gillcm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gillcm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gillcm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gillius Provides: tex-gillius = %{tl_version} License: GPLv2+ @@ -79511,6 +92696,24 @@ AutoReqProv: No %description gillius-doc Documentation for gillius +%post gillius-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gillius-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gillius-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gnu-freefont Provides: tex-gnu-freefont = %{tl_version} License: GPLv3+ @@ -79563,7 +92766,7 @@ touch /var/run/texlive/run-mtxrun %postun gnu-freefont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -79585,11 +92788,29 @@ AutoReqProv: No %description gnu-freefont-doc Documentation for gnu-freefont +%post gnu-freefont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gnu-freefont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gnu-freefont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gothic Provides: tex-gothic = %{tl_version} License: Public Domain Summary: A collection of old German-style fonts -Version: svn36022.0 +Version: svn38263.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -79613,7 +92834,7 @@ addition, there are two re-encoding packages for Haralambous's fonts, providing T1, using virtual fonts, and OT1 and T1, using Metafont. -date: 2014-05-03 14:16:52 +0200 +date: 2015-08-03 05:43:12 +0200 %post gothic mkdir -p /var/run/texlive @@ -79624,7 +92845,7 @@ touch /var/run/texlive/run-mtxrun %postun gothic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -79637,7 +92858,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package gothic-doc Summary: Documentation for gothic -Version: svn36022.0 +Version: svn38263.0 Release: %{tl_noarch_release} Provides: tex-gothic-doc BuildArch: noarch @@ -79646,6 +92867,24 @@ AutoReqProv: No %description gothic-doc Documentation for gothic +%post gothic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gothic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gothic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package greenpoint Provides: tex-greenpoint = %{tl_version} License: GPL+ @@ -79675,7 +92914,7 @@ touch /var/run/texlive/run-mtxrun %postun greenpoint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -79697,6 +92936,24 @@ AutoReqProv: No %description greenpoint-doc Documentation for greenpoint +%post greenpoint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun greenpoint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greenpoint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grotesq Provides: tex-grotesq = %{tl_version} License: GPL+ @@ -79773,6 +93030,24 @@ AutoReqProv: No %description grotesq-doc Documentation for grotesq +%post grotesq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grotesq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grotesq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hacm Provides: tex-hacm = %{tl_version} License: LPPL 1.3 @@ -79874,6 +93149,24 @@ AutoReqProv: No %description hacm-doc Documentation for hacm +%post hacm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hacm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hacm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hands Provides: tex-hands = %{tl_version} License: Public Domain @@ -79902,7 +93195,7 @@ touch /var/run/texlive/run-mtxrun %postun hands if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -80204,6 +93497,24 @@ AutoReqProv: No %description heuristica-doc Documentation for heuristica +%post heuristica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun heuristica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans heuristica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hfbright Provides: tex-hfbright = %{tl_version} License: LPPL @@ -80289,6 +93600,24 @@ AutoReqProv: No %description hfbright-doc Documentation for hfbright +%post hfbright-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hfbright-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hfbright-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hfoldsty Provides: tex-hfoldsty = %{tl_version} License: GPL+ @@ -80966,7 +94295,7 @@ touch /var/run/texlive/run-mtxrun %postun hfoldsty if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -80988,6 +94317,24 @@ AutoReqProv: No %description hfoldsty-doc Documentation for hfoldsty +%post hfoldsty-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hfoldsty-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hfoldsty-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifsym Provides: tex-ifsym = %{tl_version} License: LPPL @@ -81039,7 +94386,7 @@ touch /var/run/texlive/run-mtxrun %postun ifsym if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -81061,6 +94408,24 @@ AutoReqProv: No %description ifsym-doc Documentation for ifsym +%post ifsym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifsym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifsym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package inconsolata Provides: tex-inconsolata = %{tl_version} License: OFL @@ -81233,6 +94598,24 @@ AutoReqProv: No %description inconsolata-doc Documentation for inconsolata +%post inconsolata-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun inconsolata-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inconsolata-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package initials Provides: tex-initials = %{tl_version} License: LPPL @@ -81424,9 +94807,27 @@ AutoReqProv: No %description initials-doc Documentation for initials +%post initials-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun initials-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans initials-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ipaex-type1 Provides: tex-ipaex-type1 = %{tl_version} -License: Freely redistributable without restriction +License: IPA Summary: IPAex fonts converted to Type-1 format Unicode subfonts Version: svn31927.0.3b Release: %{tl_noarch_release} @@ -82323,6 +95724,24 @@ AutoReqProv: No %description ipaex-type1-doc Documentation for ipaex-type1 +%post ipaex-type1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ipaex-type1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ipaex-type1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iwona Provides: tex-iwona = %{tl_version} License: GFSL @@ -82970,6 +96389,24 @@ AutoReqProv: No %description iwona-doc Documentation for iwona +%post iwona-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iwona-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iwona-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jablantile Provides: tex-jablantile = %{tl_version} License: Public Domain @@ -82998,7 +96435,7 @@ touch /var/run/texlive/run-mtxrun %postun jablantile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -83020,6 +96457,24 @@ AutoReqProv: No %description jablantile-doc Documentation for jablantile +%post jablantile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jablantile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jablantile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jamtimes Provides: tex-jamtimes = %{tl_version} License: BSD @@ -83154,7 +96609,7 @@ touch /var/run/texlive/run-mtxrun %postun jamtimes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -83176,6 +96631,24 @@ AutoReqProv: No %description jamtimes-doc Documentation for jamtimes +%post jamtimes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jamtimes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jamtimes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package junicode Provides: tex-junicode = %{tl_version} License: GPL+ @@ -83209,7 +96682,7 @@ touch /var/run/texlive/run-mtxrun %postun junicode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -83231,6 +96704,24 @@ AutoReqProv: No %description junicode-doc Documentation for junicode +%post junicode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun junicode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans junicode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kixfont Provides: tex-kixfont = %{tl_version} License: Copyright only @@ -83262,7 +96753,7 @@ touch /var/run/texlive/run-mtxrun %postun kixfont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -83284,6 +96775,24 @@ AutoReqProv: No %description kixfont-doc Documentation for kixfont +%post kixfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kixfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kixfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package knuthotherfonts Provides: tex-knuthotherfonts = %{tl_version} License: LPPL @@ -83307,7 +96816,7 @@ touch /var/run/texlive/run-mtxrun %postun knuthotherfonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -85248,6 +98757,24 @@ AutoReqProv: No %description kpfonts-doc Documentation for kpfonts +%post kpfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kpfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kpfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kurier Provides: tex-kurier = %{tl_version} License: GFSL @@ -85893,6 +99420,24 @@ AutoReqProv: No %description kurier-doc Documentation for kurier +%post kurier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kurier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kurier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lato Provides: tex-lato = %{tl_version} License: LPPL 1.3 @@ -86125,6 +99670,24 @@ AutoReqProv: No %description lato-doc Documentation for lato +%post lato-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lato-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lato-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lfb Provides: tex-lfb = %{tl_version} License: LPPL @@ -86174,7 +99737,7 @@ touch /var/run/texlive/run-mtxrun %postun lfb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -86196,6 +99759,24 @@ AutoReqProv: No %description lfb-doc Documentation for lfb +%post lfb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lfb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lfb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package libertine Provides: tex-libertine = %{tl_version} License: LPPL @@ -87675,6 +101256,24 @@ AutoReqProv: No %description libertine-doc Documentation for libertine +%post libertine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun libertine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans libertine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package librebaskerville Provides: tex-librebaskerville = %{tl_version} License: LPPL @@ -87834,6 +101433,24 @@ AutoReqProv: No %description librebaskerville-doc Documentation for librebaskerville +%post librebaskerville-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun librebaskerville-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans librebaskerville-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package librecaslon Provides: tex-librecaslon = %{tl_version} License: OFL @@ -88043,6 +101660,24 @@ AutoReqProv: No %description librecaslon-doc Documentation for librecaslon +%post librecaslon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun librecaslon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans librecaslon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package libris Provides: tex-libris = %{tl_version} License: GPL+ @@ -88154,6 +101789,24 @@ AutoReqProv: No %description libris-doc Documentation for libris +%post libris-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun libris-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans libris-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lineara Provides: tex-lineara = %{tl_version} License: LPPL @@ -88223,6 +101876,24 @@ AutoReqProv: No %description lineara-doc Documentation for lineara +%post lineara-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lineara-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lineara-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lobster2 Provides: tex-lobster2 = %{tl_version} License: OFL @@ -88373,6 +102044,24 @@ AutoReqProv: No %description lobster2-doc Documentation for lobster2 +%post lobster2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lobster2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lobster2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lxfonts Provides: tex-lxfonts = %{tl_version} License: LPPL @@ -88489,6 +102178,24 @@ AutoReqProv: No %description lxfonts-doc Documentation for lxfonts +%post lxfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lxfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lxfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ly1 Provides: tex-ly1 = %{tl_version} License: LPPL @@ -88591,7 +102298,7 @@ touch /var/run/texlive/run-mtxrun %postun ly1 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -88613,6 +102320,24 @@ AutoReqProv: No %description ly1-doc Documentation for ly1 +%post ly1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ly1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ly1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathabx Provides: tex-mathabx = %{tl_version} License: LPPL @@ -88671,7 +102396,7 @@ touch /var/run/texlive/run-mtxrun %postun mathabx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -88693,6 +102418,24 @@ AutoReqProv: No %description mathabx-doc Documentation for mathabx +%post mathabx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathabx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathabx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathabx-type1 Provides: tex-mathabx-type1 = %{tl_version} License: LPPL @@ -88775,6 +102518,24 @@ Requires: tex-mathabx-doc %description mathabx-type1-doc Documentation for mathabx-type1 +%post mathabx-type1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathabx-type1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathabx-type1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathdesign Provides: tex-mathdesign = %{tl_version} License: GPL+ @@ -90081,6 +103842,24 @@ AutoReqProv: No %description mathdesign-doc Documentation for mathdesign +%post mathdesign-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathdesign-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathdesign-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mdputu Provides: tex-mdputu = %{tl_version} License: BSD @@ -90121,7 +103900,7 @@ touch /var/run/texlive/run-mtxrun %postun mdputu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -90143,6 +103922,24 @@ AutoReqProv: No %description mdputu-doc Documentation for mdputu +%post mdputu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mdputu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdputu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mdsymbol Provides: tex-mdsymbol = %{tl_version} License: OFL @@ -90265,6 +104062,24 @@ AutoReqProv: No %description mdsymbol-doc Documentation for mdsymbol +%post mdsymbol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mdsymbol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdsymbol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package merriweather Provides: tex-merriweather = %{tl_version} License: OFL @@ -90511,6 +104326,24 @@ AutoReqProv: No %description merriweather-doc Documentation for merriweather +%post merriweather-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun merriweather-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans merriweather-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mintspirit Provides: tex-mintspirit = %{tl_version} License: OFL @@ -91124,6 +104957,24 @@ AutoReqProv: No %description mintspirit-doc Documentation for mintspirit +%post mintspirit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mintspirit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mintspirit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mnsymbol Provides: tex-mnsymbol = %{tl_version} License: Public Domain @@ -91329,11 +105180,29 @@ AutoReqProv: No %description mnsymbol-doc Documentation for mnsymbol +%post mnsymbol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mnsymbol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mnsymbol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newpx Provides: tex-newpx = %{tl_version} License: LPPL Summary: Alternative uses of the PX fonts, with improved metrics -Version: svn37897.1.29 +Version: svn38086.1.293 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -91348,18 +105217,11 @@ Requires: tex(fontaxes.sty) Requires: tex(fontenc.sty) Requires: tex(textcomp.sty) Provides: tex(ecsups.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-th-osf.enc) = %{tl_version} -Provides: tex(ntx-ot1-th-tlf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-th-osf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-th-tlf.enc) = %{tl_version} Provides: tex(ot1sups.enc) = %{tl_version} Provides: tex(texnansxsups.enc) = %{tl_version} Provides: tex(tgpdiff.enc) = %{tl_version} Provides: tex(newpx.map) = %{tl_version} +Provides: tex(newpxtext.map) = %{tl_version} Provides: tex(TeXGyrePagellaX-Bold.otf) = %{tl_version} Provides: tex(TeXGyrePagellaX-BoldItalic.otf) = %{tl_version} Provides: tex(TeXGyrePagellaX-Italic.otf) = %{tl_version} @@ -91657,7 +105519,7 @@ options. For proper operation, the packages require that the packages newtxmath, pxfonts, and TeXGyrePagella be installed and their map files enabled. -date: 2015-07-18 23:08:31 +0200 +date: 2015-08-09 07:49:24 +0200 %post newpx mkdir -p /var/run/texlive @@ -91686,7 +105548,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package newpx-doc Summary: Documentation for newpx -Version: svn37897.1.29 +Version: svn38086.1.293 Release: %{tl_noarch_release} Provides: tex-newpx-doc BuildArch: noarch @@ -91695,11 +105557,29 @@ AutoReqProv: No %description newpx-doc Documentation for newpx +%post newpx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newpx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newpx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newtx Provides: tex-newtx = %{tl_version} License: LPPL 1.3 Summary: Alternative uses of the TX fonts, with improved metrics -Version: svn37826.1.45 +Version: svn38255.1.46 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -91971,15 +105851,19 @@ Provides: tex(ntxmia.tfm) = %{tl_version} Provides: tex(ntxsups-Bold-ly1.tfm) = %{tl_version} Provides: tex(ntxsups-Bold-ot1.tfm) = %{tl_version} Provides: tex(ntxsups-Bold-t1.tfm) = %{tl_version} +Provides: tex(ntxsups-Bold.tfm) = %{tl_version} Provides: tex(ntxsups-BoldItalic-ly1.tfm) = %{tl_version} Provides: tex(ntxsups-BoldItalic-ot1.tfm) = %{tl_version} Provides: tex(ntxsups-BoldItalic-t1.tfm) = %{tl_version} +Provides: tex(ntxsups-BoldItalic.tfm) = %{tl_version} Provides: tex(ntxsups-Italic-ly1.tfm) = %{tl_version} Provides: tex(ntxsups-Italic-ot1.tfm) = %{tl_version} Provides: tex(ntxsups-Italic-t1.tfm) = %{tl_version} +Provides: tex(ntxsups-Italic.tfm) = %{tl_version} Provides: tex(ntxsups-Regular-ly1.tfm) = %{tl_version} Provides: tex(ntxsups-Regular-ot1.tfm) = %{tl_version} Provides: tex(ntxsups-Regular-t1.tfm) = %{tl_version} +Provides: tex(ntxsups-Regular.tfm) = %{tl_version} Provides: tex(ntxsy.tfm) = %{tl_version} Provides: tex(ntxsy5.tfm) = %{tl_version} Provides: tex(ntxsy7.tfm) = %{tl_version} @@ -92041,6 +105925,7 @@ Provides: tex(nxlmi7.tfm) = %{tl_version} Provides: tex(nxlmia.tfm) = %{tl_version} Provides: tex(nxlsy5.tfm) = %{tl_version} Provides: tex(nxlsy7.tfm) = %{tl_version} +Provides: tex(qtmr.tfm) = %{tl_version} Provides: tex(rfxlr-alt.tfm) = %{tl_version} Provides: tex(rfxlri-alt.tfm) = %{tl_version} Provides: tex(rfxlri-vw.tfm) = %{tl_version} @@ -92292,7 +106177,7 @@ newtxmath can also use the maths italic font provided with the garamondx package, thus offering a garamond-alike text-with- maths combination. -date: 2015-07-10 11:26:50 +0200 +date: 2015-08-31 14:42:17 +0200 %post newtx mkdir -p /var/run/texlive @@ -92321,7 +106206,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package newtx-doc Summary: Documentation for newtx -Version: svn37826.1.45 +Version: svn38255.1.46 Release: %{tl_noarch_release} Provides: tex-newtx-doc BuildArch: noarch @@ -92330,6 +106215,24 @@ AutoReqProv: No %description newtx-doc Documentation for newtx +%post newtx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newtx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newtx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newtxsf Provides: tex-newtxsf = %{tl_version} License: OFL @@ -92410,6 +106313,24 @@ AutoReqProv: No %description newtxsf-doc Documentation for newtxsf +%post newtxsf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newtxsf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newtxsf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newtxtt Provides: tex-newtxtt = %{tl_version} License: GPLv3+ @@ -92614,6 +106535,24 @@ AutoReqProv: No %description newtxtt-doc Documentation for newtxtt +%post newtxtt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newtxtt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newtxtt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nkarta Provides: tex-nkarta = %{tl_version} License: Public Domain @@ -92642,7 +106581,7 @@ touch /var/run/texlive/run-mtxrun %postun nkarta if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -92664,6 +106603,24 @@ AutoReqProv: No %description nkarta-doc Documentation for nkarta +%post nkarta-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nkarta-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nkarta-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package obnov Provides: tex-obnov = %{tl_version} License: LPPL @@ -92718,7 +106675,7 @@ touch /var/run/texlive/run-mtxrun %postun obnov if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -92740,6 +106697,24 @@ AutoReqProv: No %description obnov-doc Documentation for obnov +%post obnov-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun obnov-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans obnov-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocherokee Provides: tex-ocherokee = %{tl_version} License: LPPL @@ -92805,6 +106780,24 @@ AutoReqProv: No %description ocherokee-doc Documentation for ocherokee +%post ocherokee-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocherokee-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocherokee-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocr-b Provides: tex-ocr-b = %{tl_version} License: Copyright only @@ -92836,7 +106829,7 @@ touch /var/run/texlive/run-mtxrun %postun ocr-b if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -92858,6 +106851,24 @@ AutoReqProv: No %description ocr-b-doc Documentation for ocr-b +%post ocr-b-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocr-b-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocr-b-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocr-b-outline Provides: tex-ocr-b-outline = %{tl_version} License: Copyright only @@ -92928,6 +106939,24 @@ AutoReqProv: No %description ocr-b-outline-doc Documentation for ocr-b-outline +%post ocr-b-outline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocr-b-outline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocr-b-outline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ogham Provides: tex-ogham = %{tl_version} License: Public Domain @@ -92959,7 +106988,7 @@ touch /var/run/texlive/run-mtxrun %postun ogham if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -92981,6 +107010,24 @@ AutoReqProv: No %description ogham-doc Documentation for ogham +%post ogham-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ogham-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ogham-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oinuit Provides: tex-oinuit = %{tl_version} License: LPPL @@ -93050,6 +107097,24 @@ AutoReqProv: No %description oinuit-doc Documentation for oinuit +%post oinuit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oinuit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oinuit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oldlatin Provides: tex-oldlatin = %{tl_version} License: LPPL @@ -93120,7 +107185,7 @@ touch /var/run/texlive/run-mtxrun %postun oldlatin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -93142,6 +107207,24 @@ AutoReqProv: No %description oldlatin-doc Documentation for oldlatin +%post oldlatin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oldlatin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldlatin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oldstandard Provides: tex-oldstandard = %{tl_version} License: OFL @@ -93180,7 +107263,7 @@ touch /var/run/texlive/run-mtxrun %postun oldstandard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -93202,6 +107285,24 @@ AutoReqProv: No %description oldstandard-doc Documentation for oldstandard +%post oldstandard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oldstandard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldstandard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package opensans Provides: tex-opensans = %{tl_version} License: LPPL 1.3 @@ -94054,6 +108155,24 @@ AutoReqProv: No %description opensans-doc Documentation for opensans +%post opensans-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun opensans-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans opensans-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package orkhun Provides: tex-orkhun = %{tl_version} License: LPPL @@ -94085,7 +108204,7 @@ touch /var/run/texlive/run-mtxrun %postun orkhun if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -94107,6 +108226,24 @@ AutoReqProv: No %description orkhun-doc Documentation for orkhun +%post orkhun-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun orkhun-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans orkhun-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package overlock Provides: tex-overlock = %{tl_version} License: OFL @@ -94276,6 +108413,24 @@ AutoReqProv: No %description overlock-doc Documentation for overlock +%post overlock-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun overlock-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans overlock-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pacioli Provides: tex-pacioli = %{tl_version} License: LPPL @@ -94310,7 +108465,7 @@ touch /var/run/texlive/run-mtxrun %postun pacioli if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -94332,6 +108487,24 @@ AutoReqProv: No %description pacioli-doc Documentation for pacioli +%post pacioli-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pacioli-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pacioli-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package paratype Provides: tex-paratype = %{tl_version} License: LPPL @@ -95109,6 +109282,24 @@ AutoReqProv: No %description paratype-doc Documentation for paratype +%post paratype-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun paratype-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paratype-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package phaistos Provides: tex-phaistos = %{tl_version} License: LPPL @@ -95176,6 +109367,24 @@ AutoReqProv: No %description phaistos-doc Documentation for phaistos +%post phaistos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun phaistos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans phaistos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package phonetic Provides: tex-phonetic = %{tl_version} License: LPPL @@ -95216,7 +109425,7 @@ touch /var/run/texlive/run-mtxrun %postun phonetic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -95238,6 +109447,24 @@ AutoReqProv: No %description phonetic-doc Documentation for phonetic +%post phonetic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun phonetic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans phonetic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pigpen Provides: tex-pigpen = %{tl_version} License: LPPL @@ -95301,6 +109528,24 @@ AutoReqProv: No %description pigpen-doc Documentation for pigpen +%post pigpen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pigpen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pigpen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package playfair Provides: tex-playfair = %{tl_version} License: OFL @@ -95684,6 +109929,24 @@ AutoReqProv: No %description playfair-doc Documentation for playfair +%post playfair-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun playfair-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans playfair-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package poltawski Provides: tex-poltawski = %{tl_version} License: GFSL @@ -96481,6 +110744,24 @@ AutoReqProv: No %description poltawski-doc Documentation for poltawski +%post poltawski-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun poltawski-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poltawski-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package prodint Provides: tex-prodint = %{tl_version} License: OFL @@ -96544,6 +110825,24 @@ AutoReqProv: No %description prodint-doc Documentation for prodint +%post prodint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun prodint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prodint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package punk Provides: tex-punk = %{tl_version} License: Knuth @@ -96582,7 +110881,7 @@ touch /var/run/texlive/run-mtxrun %postun punk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -96604,6 +110903,24 @@ AutoReqProv: No %description punk-doc Documentation for punk +%post punk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun punk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package punk-latex Provides: tex-punk-latex = %{tl_version} License: GPL+ @@ -96633,7 +110950,7 @@ touch /var/run/texlive/run-mtxrun %postun punk-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -96655,6 +110972,24 @@ AutoReqProv: No %description punk-latex-doc Documentation for punk-latex +%post punk-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun punk-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punk-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package punknova Provides: tex-punknova = %{tl_version} License: Punknova @@ -96689,7 +111024,7 @@ touch /var/run/texlive/run-mtxrun %postun punknova if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -96711,6 +111046,24 @@ AutoReqProv: No %description punknova-doc Documentation for punknova +%post punknova-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun punknova-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans punknova-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxtxalfa Provides: tex-pxtxalfa = %{tl_version} License: LPPL @@ -96796,6 +111149,24 @@ AutoReqProv: No %description pxtxalfa-doc Documentation for pxtxalfa +%post pxtxalfa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxtxalfa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxtxalfa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package quattrocento Provides: tex-quattrocento = %{tl_version} License: LPPL @@ -97097,6 +111468,24 @@ AutoReqProv: No %description quattrocento-doc Documentation for quattrocento +%post quattrocento-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun quattrocento-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quattrocento-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package raleway Provides: tex-raleway = %{tl_version} License: OFL @@ -97907,6 +112296,24 @@ AutoReqProv: No %description raleway-doc Documentation for raleway +%post raleway-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun raleway-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans raleway-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package recycle Provides: tex-recycle = %{tl_version} License: GPL+ @@ -97967,6 +112374,24 @@ AutoReqProv: No %description recycle-doc Documentation for recycle +%post recycle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun recycle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recycle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package roboto Provides: tex-roboto = %{tl_version} License: ASL 2.0 @@ -99554,6 +113979,24 @@ AutoReqProv: No %description roboto-doc Documentation for roboto +%post roboto-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun roboto-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roboto-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package romande Provides: tex-romande = %{tl_version} License: LPPL @@ -99700,11 +114143,29 @@ AutoReqProv: No %description romande-doc Documentation for romande +%post romande-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun romande-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romande-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rsfso Provides: tex-rsfso = %{tl_version} License: LPPL Summary: A mathematical calligraphic font based on rsfs -Version: svn32051.1.01 +Version: svn37965.1.02 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -99733,7 +114194,7 @@ 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. -date: 2014-05-07 23:10:33 +0200 +date: 2015-07-25 09:07:44 +0200 %post rsfso mkdir -p /var/run/texlive @@ -99762,7 +114223,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package rsfso-doc Summary: Documentation for rsfso -Version: svn32051.1.01 +Version: svn37965.1.02 Release: %{tl_noarch_release} Provides: tex-rsfso-doc BuildArch: noarch @@ -99771,6 +114232,24 @@ AutoReqProv: No %description rsfso-doc Documentation for rsfso +%post rsfso-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rsfso-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rsfso-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sansmathaccent Provides: tex-sansmathaccent = %{tl_version} License: LPPL 1.3 @@ -99847,6 +114326,24 @@ AutoReqProv: No %description sansmathaccent-doc Documentation for sansmathaccent +%post sansmathaccent-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sansmathaccent-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sansmathaccent-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sansmathfonts Provides: tex-sansmathfonts = %{tl_version} License: LPPL 1.3 @@ -100254,6 +114751,24 @@ AutoReqProv: No %description sansmathfonts-doc Documentation for sansmathfonts +%post sansmathfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sansmathfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sansmathfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sauter Provides: tex-sauter = %{tl_version} License: GPL+ @@ -100283,7 +114798,7 @@ touch /var/run/texlive/run-mtxrun %postun sauter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -100354,7 +114869,7 @@ touch /var/run/texlive/run-mtxrun %postun sauterfonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -100376,6 +114891,24 @@ AutoReqProv: No %description sauterfonts-doc Documentation for sauterfonts +%post sauterfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sauterfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sauterfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package schulschriften Provides: tex-schulschriften = %{tl_version} License: LPPL @@ -100470,7 +115003,7 @@ touch /var/run/texlive/run-mtxrun %postun schulschriften if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -100492,6 +115025,24 @@ AutoReqProv: No %description schulschriften-doc Documentation for schulschriften +%post schulschriften-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun schulschriften-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schulschriften-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package semaphor Provides: tex-semaphor = %{tl_version} License: GPL+ @@ -100613,6 +115164,24 @@ AutoReqProv: No %description semaphor-doc Documentation for semaphor +%post semaphor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun semaphor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semaphor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skull Provides: tex-skull = %{tl_version} License: GPL+ @@ -100641,7 +115210,7 @@ touch /var/run/texlive/run-mtxrun %postun skull if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -101308,6 +115877,24 @@ AutoReqProv: No %description sourcecodepro-doc Documentation for sourcecodepro +%post sourcecodepro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sourcecodepro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sourcecodepro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sourcesanspro Provides: tex-sourcesanspro = %{tl_version} License: OFL @@ -102511,6 +117098,24 @@ AutoReqProv: No %description sourcesanspro-doc Documentation for sourcesanspro +%post sourcesanspro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sourcesanspro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sourcesanspro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sourceserifpro Provides: tex-sourceserifpro = %{tl_version} License: OFL @@ -103300,6 +117905,24 @@ AutoReqProv: No %description sourceserifpro-doc Documentation for sourceserifpro +%post sourceserifpro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sourceserifpro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sourceserifpro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package starfont Provides: tex-starfont = %{tl_version} License: Public Domain @@ -103364,6 +117987,24 @@ AutoReqProv: No %description starfont-doc Documentation for starfont +%post starfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun starfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans starfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package staves Provides: tex-staves = %{tl_version} License: LPPL @@ -103425,6 +118066,24 @@ AutoReqProv: No %description staves-doc Documentation for staves +%post staves-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun staves-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans staves-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stix Provides: tex-stix = %{tl_version} License: OFL @@ -103597,6 +118256,24 @@ AutoReqProv: No %description stix-doc Documentation for stix +%post stix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package superiors Provides: tex-superiors = %{tl_version} License: LPPL @@ -103662,6 +118339,24 @@ AutoReqProv: No %description superiors-doc Documentation for superiors +%post superiors-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun superiors-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans superiors-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tapir Provides: tex-tapir = %{tl_version} License: GPL+ @@ -103693,7 +118388,7 @@ touch /var/run/texlive/run-mtxrun %postun tapir if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -103715,6 +118410,24 @@ AutoReqProv: No %description tapir-doc Documentation for tapir +%post tapir-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tapir-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tapir-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tengwarscript Provides: tex-tengwarscript = %{tl_version} License: LPPL @@ -103819,7 +118532,7 @@ touch /var/run/texlive/run-mtxrun %postun tengwarscript if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -103841,6 +118554,24 @@ AutoReqProv: No %description tengwarscript-doc Documentation for tengwarscript +%post tengwarscript-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tengwarscript-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tengwarscript-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tfrupee Provides: tex-tfrupee = %{tl_version} License: GPLv3+ @@ -103902,6 +118633,24 @@ AutoReqProv: No %description tfrupee-doc Documentation for tfrupee +%post tfrupee-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tfrupee-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tfrupee-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tpslifonts Provides: tex-tpslifonts = %{tl_version} License: GPL+ @@ -103950,7 +118699,7 @@ touch /var/run/texlive/run-mtxrun %postun tpslifonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -103972,6 +118721,24 @@ AutoReqProv: No %description tpslifonts-doc Documentation for tpslifonts +%post tpslifonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tpslifonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tpslifonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package trajan Provides: tex-trajan = %{tl_version} License: LPPL @@ -104038,6 +118805,24 @@ AutoReqProv: No %description trajan-doc Documentation for trajan +%post trajan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun trajan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trajan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package txfontsb Provides: tex-txfontsb = %{tl_version} License: GPL+ @@ -104153,6 +118938,24 @@ AutoReqProv: No %description txfontsb-doc Documentation for txfontsb +%post txfontsb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun txfontsb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans txfontsb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package typicons Provides: tex-typicons = %{tl_version} License: LPPL 1.3 @@ -104190,7 +118993,7 @@ touch /var/run/texlive/run-mtxrun %postun typicons if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -104212,6 +119015,24 @@ AutoReqProv: No %description typicons-doc Documentation for typicons +%post typicons-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun typicons-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typicons-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package umtypewriter Provides: tex-umtypewriter = %{tl_version} License: OFL @@ -104246,7 +119067,7 @@ touch /var/run/texlive/run-mtxrun %postun umtypewriter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -104331,7 +119152,7 @@ touch /var/run/texlive/run-mtxrun %postun universa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -104353,6 +119174,24 @@ AutoReqProv: No %description universa-doc Documentation for universa +%post universa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun universa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans universa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package universalis Provides: tex-universalis = %{tl_version} License: GPLv2+ @@ -104573,6 +119412,24 @@ AutoReqProv: No %description universalis-doc Documentation for universalis +%post universalis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun universalis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans universalis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package urwchancal Provides: tex-urwchancal = %{tl_version} License: LPPL @@ -104608,7 +119465,7 @@ touch /var/run/texlive/run-mtxrun %postun urwchancal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -104630,6 +119487,24 @@ AutoReqProv: No %description urwchancal-doc Documentation for urwchancal +%post urwchancal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun urwchancal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans urwchancal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package venturisadf Provides: tex-venturisadf = %{tl_version} License: Utopia @@ -105344,6 +120219,24 @@ AutoReqProv: No %description venturisadf-doc Documentation for venturisadf +%post venturisadf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun venturisadf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans venturisadf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wsuipa Provides: tex-wsuipa = %{tl_version} License: Utopia @@ -105392,7 +120285,7 @@ touch /var/run/texlive/run-mtxrun %postun wsuipa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -105414,11 +120307,29 @@ AutoReqProv: No %description wsuipa-doc Documentation for wsuipa +%post wsuipa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wsuipa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wsuipa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcharter Provides: tex-xcharter = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Extension of Bitstream Charter fonts -Version: svn36562.1.074 +Version: svn37962.1.075 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -105435,32 +120346,42 @@ Requires: tex(xkeyval.sty) Provides: tex(chalph.enc) = %{tl_version} Provides: tex(chtabosf.enc) = %{tl_version} Provides: tex(xch1_bwwzc2.enc) = %{tl_version} +Provides: tex(xch1_ch2jyx.enc) = %{tl_version} Provides: tex(xch1_d2abnl.enc) = %{tl_version} Provides: tex(xch1_gq3a6i.enc) = %{tl_version} Provides: tex(xch1_jfcsri.enc) = %{tl_version} Provides: tex(xch1_jltj6c.enc) = %{tl_version} Provides: tex(xch1_ks4pfu.enc) = %{tl_version} Provides: tex(xch1_lq6vvn.enc) = %{tl_version} +Provides: tex(xch1_sq3mdu.enc) = %{tl_version} Provides: tex(xch1_w7s2xk.enc) = %{tl_version} Provides: tex(xch1_wy7dbt.enc) = %{tl_version} +Provides: tex(xch1_zcck2t.enc) = %{tl_version} Provides: tex(xch_2663q7.enc) = %{tl_version} Provides: tex(xch_2b3ply.enc) = %{tl_version} +Provides: tex(xch_aprite.enc) = %{tl_version} Provides: tex(xch_atk3my.enc) = %{tl_version} Provides: tex(xch_bwwzc2.enc) = %{tl_version} +Provides: tex(xch_ch2jyx.enc) = %{tl_version} Provides: tex(xch_d2abnl.enc) = %{tl_version} +Provides: tex(xch_eofewb.enc) = %{tl_version} Provides: tex(xch_ft2zfi.enc) = %{tl_version} Provides: tex(xch_gq3a6i.enc) = %{tl_version} Provides: tex(xch_h3miu6.enc) = %{tl_version} +Provides: tex(xch_hoftv6.enc) = %{tl_version} Provides: tex(xch_jfcsri.enc) = %{tl_version} Provides: tex(xch_jltj6c.enc) = %{tl_version} +Provides: tex(xch_kdlizx.enc) = %{tl_version} Provides: tex(xch_ks4pfu.enc) = %{tl_version} Provides: tex(xch_lq6vvn.enc) = %{tl_version} +Provides: tex(xch_sq3mdu.enc) = %{tl_version} Provides: tex(xch_tdq2l3.enc) = %{tl_version} Provides: tex(xch_tuu2ww.enc) = %{tl_version} Provides: tex(xch_uoltgb.enc) = %{tl_version} Provides: tex(xch_w7s2xk.enc) = %{tl_version} Provides: tex(xch_wy7dbt.enc) = %{tl_version} Provides: tex(xch_y6sx2d.enc) = %{tl_version} +Provides: tex(xch_zcck2t.enc) = %{tl_version} Provides: tex(XCharter.map) = %{tl_version} Provides: tex(XCharter-Bold.otf) = %{tl_version} Provides: tex(XCharter-BoldItalic.otf) = %{tl_version} @@ -105470,12 +120391,17 @@ Provides: tex(XCharter-Bol-osf.tfm) = %{tl_version} Provides: tex(XCharter-BolIta-alph.tfm) = %{tl_version} Provides: tex(XCharter-Bold-sup-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-sup-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-sup-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-sup-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-sup-t1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-ot1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-ot1G.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-t1--base.tfm) = %{tl_version} @@ -105484,8 +120410,11 @@ Provides: tex(XCharter-Bold-tlf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tlf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tosf-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Bold-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-t1--base.tfm) = %{tl_version} @@ -105494,12 +120423,17 @@ Provides: tex(XCharter-Bold-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Bold-tosf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-sup-ot1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-t1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-ot1G.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-t1--base.tfm) = %{tl_version} @@ -105508,8 +120442,11 @@ Provides: tex(XCharter-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tosf-ot1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-t1--base.tfm) = %{tl_version} @@ -105519,12 +120456,17 @@ Provides: tex(XCharter-BoldItalic-tosf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-Ita-alph.tfm) = %{tl_version} Provides: tex(XCharter-Italic-sup-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-sup-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-sup-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-sup-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-sup-t1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-ot1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-ot1G.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-t1--base.tfm) = %{tl_version} @@ -105533,8 +120475,11 @@ Provides: tex(XCharter-Italic-tlf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tlf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tosf-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Italic-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-t1--base.tfm) = %{tl_version} @@ -105543,12 +120488,17 @@ Provides: tex(XCharter-Italic-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Italic-tosf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-sup-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-sup-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-sup-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-sup-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-sup-t1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-ot1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-ot1G.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-t1--base.tfm) = %{tl_version} @@ -105557,8 +120507,11 @@ Provides: tex(XCharter-Roman-tlf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tlf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tosf-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter-Roman-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-t1--base.tfm) = %{tl_version} @@ -105566,40 +120519,52 @@ Provides: tex(XCharter-Roman-tosf-t1.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ts1.tfm) = %{tl_version} Provides: tex(XCharter-osf.tfm) = %{tl_version} +Provides: tex(XCharter1-Bold-to.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ly1.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter1-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter1-Bold-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-t1.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ts1.tfm) = %{tl_version} +Provides: tex(XCharter1-BoldItalic-to.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ly1.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter1-BoldItalic-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter1-BoldItalic-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-t1.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ts1.tfm) = %{tl_version} +Provides: tex(XCharter1-Italic-to.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ly1.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter1-Italic-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter1-Italic-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-t1.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ts1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ts1.tfm) = %{tl_version} +Provides: tex(XCharter1-Roman-to.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-ly1.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-ly1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-ly1.tfm) = %{tl_version} +Provides: tex(XCharter1-Roman-tosf-sc-ot1--base.tfm) = %{tl_version} +Provides: tex(XCharter1-Roman-tosf-sc-ot1.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-t1--base.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-t1.tfm) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-t1--base.tfm) = %{tl_version} @@ -105615,68 +120580,88 @@ Provides: tex(XCharter-Roman.pfb) = %{tl_version} Provides: tex(XCharter-Bold-sup-ly1.vf) = %{tl_version} Provides: tex(XCharter-Bold-sup-t1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tlf-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-ot1G.vf) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Bold-tlf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tlf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tlf-t1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tlf-ts1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Bold-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter-Bold-tosf-ts1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-ly1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-sup-t1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-ly1.vf) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-ot1G.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-t1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tlf-ts1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-BoldItalic-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter-BoldItalic-tosf-ts1.vf) = %{tl_version} Provides: tex(XCharter-Italic-sup-ly1.vf) = %{tl_version} Provides: tex(XCharter-Italic-sup-t1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tlf-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-ot1G.vf) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Italic-tlf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tlf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tlf-t1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tlf-ts1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Italic-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter-Italic-tosf-ts1.vf) = %{tl_version} Provides: tex(XCharter-Roman-sup-ly1.vf) = %{tl_version} Provides: tex(XCharter-Roman-sup-t1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tlf-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-ot1G.vf) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Roman-tlf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tlf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tlf-t1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tlf-ts1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter-Roman-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter-Roman-tosf-ts1.vf) = %{tl_version} +Provides: tex(XCharter1-Bold-to.vf) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter1-Bold-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter1-Bold-tosf-ts1.vf) = %{tl_version} +Provides: tex(XCharter1-BoldItalic-to.vf) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter1-BoldItalic-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter1-BoldItalic-tosf-ts1.vf) = %{tl_version} +Provides: tex(XCharter1-Italic-to.vf) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter1-Italic-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter1-Italic-tosf-ts1.vf) = %{tl_version} +Provides: tex(XCharter1-Roman-to.vf) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-ly1.vf) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-ly1.vf) = %{tl_version} +Provides: tex(XCharter1-Roman-tosf-sc-ot1.vf) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-sc-t1.vf) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-t1.vf) = %{tl_version} Provides: tex(XCharter1-Roman-tosf-ts1.vf) = %{tl_version} @@ -105685,6 +120670,9 @@ Provides: tex(zchmi.vf) = %{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-Sup.fd) = %{tl_version} +Provides: tex(OT1XCharter-TLF.fd) = %{tl_version} +Provides: tex(OT1XCharter-TOsF.fd) = %{tl_version} Provides: tex(T1XCharter-Sup.fd) = %{tl_version} Provides: tex(T1XCharter-TLF.fd) = %{tl_version} Provides: tex(T1XCharter-TOsF.fd) = %{tl_version} @@ -105700,7 +120688,7 @@ 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. -date: 2015-03-19 12:33:47 +0100 +date: 2015-07-26 10:47:55 +0200 %post xcharter mkdir -p /var/run/texlive @@ -105729,7 +120717,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package xcharter-doc Summary: Documentation for xcharter -Version: svn36562.1.074 +Version: svn37962.1.075 Release: %{tl_noarch_release} Provides: tex-xcharter-doc BuildArch: noarch @@ -105738,6 +120726,24 @@ AutoReqProv: No %description xcharter-doc Documentation for xcharter +%post xcharter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcharter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcharter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xits Provides: tex-xits = %{tl_version} License: OFL @@ -105773,7 +120779,7 @@ touch /var/run/texlive/run-mtxrun %postun xits if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -105795,6 +120801,24 @@ AutoReqProv: No %description xits-doc Documentation for xits +%post xits-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xits-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xits-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yfonts Provides: tex-yfonts = %{tl_version} License: LPPL @@ -105823,7 +120847,7 @@ touch /var/run/texlive/run-mtxrun %postun yfonts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -105845,66 +120869,24 @@ AutoReqProv: No %description yfonts-doc Documentation for yfonts -%package yfonts-t1 -Provides: tex-yfonts-t1 = %{tl_version} -License: Freely redistributable without restriction -Summary: Old German-style fonts, in Adobe type 1 format -Version: svn36013.1.0 -Release: %{tl_noarch_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tetex-bin, tex-tetex -Requires(post,postun): texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base, texlive-texlive.infra -Requires(post,postun): coreutils -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. - -date: 2015-01-16 08:39:42 +0100 - -%post yfonts-t1 +%post yfonts-doc mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -if [ $1 -gt 0 ] ; then -%{_bindir}/updmap-sys --quiet --nomkmap --enable Map=yfrak.map > /dev/null 2>&1 -touch /var/run/texlive/run-updmap -fi : -%postun yfonts-t1 -if [ $1 == 0 ] ; then -%{_bindir}/updmap-sys --nomkmap --disable Map=yfrak.map > /dev/null 2>&1 -mkdir -p /var/run/texlive -touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun -touch /var/run/texlive/run-updmap +%postun yfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null fi : -%posttrans yfonts-t1 -if [ -e /var/run/texlive/run-texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -if [ -e /var/run/texlive/run-updmap ]; then %{_bindir}/updmap-sys --quiet --nomkmap &> /dev/null;rm -f /var/run/texlive/run-updmap; fi -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 +%posttrans yfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi : -%package yfonts-t1-doc -Summary: Documentation for yfonts-t1 -Version: svn36013.1.0 -Release: %{tl_noarch_release} -Provides: tex-yfonts-t1-doc -BuildArch: noarch -AutoReqProv: No - -%description yfonts-t1-doc -Documentation for yfonts-t1 - %package zlmtt Provides: tex-zlmtt = %{tl_version} License: LPPL 1.3 @@ -105953,7 +120935,7 @@ touch /var/run/texlive/run-mtxrun %postun zlmtt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -105975,6 +120957,24 @@ AutoReqProv: No %description zlmtt-doc Documentation for zlmtt +%post zlmtt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zlmtt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zlmtt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-fontsrecommended Summary: Recommended fonts Version: svn35830.0 @@ -106783,7 +121783,7 @@ touch /var/run/texlive/run-mtxrun %postun ec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -106805,6 +121805,24 @@ AutoReqProv: No %description ec-doc Documentation for ec +%post ec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package euro Provides: tex-euro = %{tl_version} License: LPPL @@ -106838,7 +121856,7 @@ touch /var/run/texlive/run-mtxrun %postun euro if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -106860,6 +121878,24 @@ AutoReqProv: No %description euro-doc Documentation for euro +%post euro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun euro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eurosym Provides: tex-eurosym = %{tl_version} License: Eurosym @@ -106938,6 +121974,24 @@ AutoReqProv: No %description eurosym-doc Documentation for eurosym +%post eurosym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eurosym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eurosym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fpl Provides: tex-fpl = %{tl_version} License: GPL+ @@ -106979,7 +122033,7 @@ touch /var/run/texlive/run-mtxrun %postun fpl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -107001,6 +122055,24 @@ AutoReqProv: No %description fpl-doc Documentation for fpl +%post fpl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fpl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fpl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package helvetic Provides: tex-helvetic = %{tl_version} License: GPL+ @@ -107358,6 +122430,24 @@ AutoReqProv: No %description marvosym-doc Documentation for marvosym +%post marvosym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun marvosym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans marvosym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathpazo Provides: tex-mathpazo = %{tl_version} License: GPL+ @@ -107427,7 +122517,7 @@ touch /var/run/texlive/run-mtxrun %postun mathpazo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -107449,6 +122539,24 @@ AutoReqProv: No %description mathpazo-doc Documentation for mathpazo +%post mathpazo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathpazo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathpazo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ncntrsbk Provides: tex-ncntrsbk = %{tl_version} License: GPL+ @@ -108093,6 +123201,24 @@ AutoReqProv: No %description pxfonts-doc Documentation for pxfonts +%post pxfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rsfs Provides: tex-rsfs = %{tl_version} License: rsfs @@ -108161,6 +123287,24 @@ AutoReqProv: No %description rsfs-doc Documentation for rsfs +%post rsfs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rsfs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rsfs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package symbol Provides: tex-symbol = %{tl_version} License: GPL+ @@ -109063,6 +124207,24 @@ AutoReqProv: No %description tex-gyre-doc Documentation for tex-gyre +%post tex-gyre-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-gyre-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-gyre-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-gyre-math Provides: tex-tex-gyre-math = %{tl_version} License: LPPL @@ -109099,7 +124261,7 @@ touch /var/run/texlive/run-mtxrun %postun tex-gyre-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -109121,6 +124283,24 @@ AutoReqProv: No %description tex-gyre-math-doc Documentation for tex-gyre-math +%post tex-gyre-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-gyre-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-gyre-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package times Provides: tex-times = %{tl_version} License: GPL+ @@ -109545,6 +124725,24 @@ AutoReqProv: No %description tipa-doc Documentation for tipa +%post tipa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tipa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tipa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package txfonts Provides: tex-txfonts = %{tl_version} License: GPL+ @@ -109873,6 +125071,24 @@ AutoReqProv: No %description txfonts-doc Documentation for txfonts +%post txfonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun txfonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans txfonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package utopia Provides: tex-utopia = %{tl_version} License: Utopia @@ -109956,7 +125172,7 @@ touch /var/run/texlive/run-mtxrun %postun utopia if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -109978,6 +125194,24 @@ AutoReqProv: No %description utopia-doc Documentation for utopia +%post utopia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun utopia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans utopia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wasy Provides: tex-wasy = %{tl_version} License: Public Domain @@ -110014,7 +125248,7 @@ touch /var/run/texlive/run-mtxrun %postun wasy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110036,6 +125270,24 @@ AutoReqProv: No %description wasy-doc Documentation for wasy +%post wasy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wasy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wasy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wasy2-ps Provides: tex-wasy2-ps = %{tl_version} License: Public Domain @@ -110100,6 +125352,24 @@ Requires: tex-wasy-doc %description wasy2-ps-doc Documentation for wasy2-ps +%post wasy2-ps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wasy2-ps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wasy2-ps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wasysym Provides: tex-wasysym = %{tl_version} License: LPPL @@ -110132,7 +125402,7 @@ touch /var/run/texlive/run-mtxrun %postun wasysym if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110154,6 +125424,24 @@ AutoReqProv: No %description wasysym-doc Documentation for wasysym +%post wasysym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wasysym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wasysym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zapfchan Provides: tex-zapfchan = %{tl_version} License: GPL+ @@ -110350,7 +125638,7 @@ touch /var/run/texlive/run-mtxrun %postun dosepsbin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110372,6 +125660,24 @@ AutoReqProv: No %description dosepsbin-doc Documentation for dosepsbin +%post dosepsbin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dosepsbin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dosepsbin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dosepsbin-bin Summary: Binaries for dosepsbin Version: svn24759.0 @@ -110420,7 +125726,7 @@ touch /var/run/texlive/run-mtxrun %postun epstopdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110442,6 +125748,24 @@ AutoReqProv: No %description epstopdf-doc Documentation for epstopdf +%post epstopdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epstopdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epstopdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epstopdf-bin Summary: Binaries for epstopdf Version: svn18336.0 @@ -110477,7 +125801,7 @@ touch /var/run/texlive/run-mtxrun %postun fontware if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110543,7 +125867,7 @@ touch /var/run/texlive/run-mtxrun %postun lcdftypetools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110569,7 +125893,7 @@ Binaries for lcdftypetools %package ps2pk Provides: tex-ps2pk = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Generate a PK font from an Adobe Type 1 font Version: svn37078.0 Release: %{tl_noarch_release} @@ -110598,7 +125922,7 @@ touch /var/run/texlive/run-mtxrun %postun ps2pk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110666,7 +125990,7 @@ touch /var/run/texlive/run-mtxrun %postun pstools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110722,7 +126046,7 @@ touch /var/run/texlive/run-mtxrun %postun dvipsconfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110784,7 +126108,7 @@ touch /var/run/texlive/run-mtxrun %postun fontinst if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110806,6 +126130,24 @@ AutoReqProv: No %description fontinst-doc Documentation for fontinst +%post fontinst-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontinst-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontinst-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontinst-bin Summary: Binaries for fontinst Version: svn29741.0 @@ -110853,7 +126195,7 @@ touch /var/run/texlive/run-mtxrun %postun fontools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110875,6 +126217,24 @@ AutoReqProv: No %description fontools-doc Documentation for fontools +%post fontools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontools-bin Summary: Binaries for fontools Version: svn25997.0 @@ -110926,7 +126286,7 @@ touch /var/run/texlive/run-mtxrun %postun mf2pt1 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -110948,6 +126308,24 @@ AutoReqProv: No %description mf2pt1-doc Documentation for mf2pt1 +%post mf2pt1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mf2pt1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mf2pt1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mf2pt1-bin Summary: Binaries for mf2pt1 Version: svn23406.0 @@ -110985,7 +126363,7 @@ touch /var/run/texlive/run-mtxrun %postun ttfutils if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111007,6 +126385,24 @@ AutoReqProv: No %description ttfutils-doc Documentation for ttfutils +%post ttfutils-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ttfutils-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ttfutils-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ttfutils-bin Summary: Binaries for ttfutils Version: svn37100.0 @@ -111069,7 +126465,7 @@ touch /var/run/texlive/run-mtxrun %postun edmac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111091,6 +126487,24 @@ AutoReqProv: No %description edmac-doc Documentation for edmac +%post edmac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun edmac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edmac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eplain Provides: tex-eplain = %{tl_version} License: GPLv2+ @@ -111165,6 +126579,24 @@ Requires: tex-pdftex-doc %description eplain-doc Documentation for eplain +%post eplain-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eplain-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eplain-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eplain-bin Summary: Binaries for eplain Version: svn3006.0 @@ -111262,6 +126694,24 @@ AutoReqProv: No %description lollipop-doc Documentation for lollipop +%post lollipop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lollipop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lollipop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lollipop-bin Summary: Binaries for lollipop Version: svn33658.0 @@ -111338,6 +126788,24 @@ Requires: tex-latex-doc %description mltex-doc Documentation for mltex +%post mltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mltex-bin Summary: Binaries for mltex Version: svn3006.0 @@ -111379,7 +126847,7 @@ touch /var/run/texlive/run-mtxrun %postun psizzl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111401,6 +126869,24 @@ AutoReqProv: No %description psizzl-doc Documentation for psizzl +%post psizzl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psizzl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psizzl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package startex Provides: tex-startex = %{tl_version} License: Public Domain @@ -111430,7 +126916,7 @@ touch /var/run/texlive/run-mtxrun %postun startex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111452,6 +126938,24 @@ AutoReqProv: No %description startex-doc Documentation for startex +%post startex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun startex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans startex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texsis Provides: tex-texsis = %{tl_version} License: LPPL @@ -111544,6 +127048,24 @@ AutoReqProv: No %description texsis-doc Documentation for texsis +%post texsis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texsis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texsis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texsis-bin Summary: Binaries for texsis Version: svn3006.0 @@ -111638,7 +127160,7 @@ touch /var/run/texlive/run-mtxrun %postun crossword if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111660,6 +127182,24 @@ AutoReqProv: No %description crossword-doc Documentation for crossword +%post crossword-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crossword-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crossword-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package crosswrd Provides: tex-crosswrd = %{tl_version} License: LPPL @@ -111690,7 +127230,7 @@ touch /var/run/texlive/run-mtxrun %postun crosswrd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111712,6 +127252,24 @@ AutoReqProv: No %description crosswrd-doc Documentation for crosswrd +%post crosswrd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crosswrd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crosswrd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package egameps Provides: tex-egameps = %{tl_version} License: LPPL @@ -111743,7 +127301,7 @@ touch /var/run/texlive/run-mtxrun %postun egameps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111765,6 +127323,24 @@ AutoReqProv: No %description egameps-doc Documentation for egameps +%post egameps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun egameps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans egameps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gamebook Provides: tex-gamebook = %{tl_version} License: LPPL 1.3 @@ -111801,7 +127377,7 @@ touch /var/run/texlive/run-mtxrun %postun gamebook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111823,6 +127399,24 @@ AutoReqProv: No %description gamebook-doc Documentation for gamebook +%post gamebook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gamebook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gamebook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package go Provides: tex-go = %{tl_version} License: Public Domain @@ -111866,7 +127460,7 @@ touch /var/run/texlive/run-mtxrun %postun go if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111888,6 +127482,24 @@ AutoReqProv: No %description go-doc Documentation for go +%post go-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun go-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans go-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hanoi Provides: tex-hanoi = %{tl_version} License: Public Domain @@ -111917,7 +127529,7 @@ touch /var/run/texlive/run-mtxrun %postun hanoi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111956,7 +127568,7 @@ touch /var/run/texlive/run-mtxrun %postun havannah if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -111978,6 +127590,24 @@ AutoReqProv: No %description havannah-doc Documentation for havannah +%post havannah-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun havannah-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans havannah-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hexgame Provides: tex-hexgame = %{tl_version} License: LPPL @@ -112011,7 +127641,7 @@ touch /var/run/texlive/run-mtxrun %postun hexgame if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112033,6 +127663,24 @@ AutoReqProv: No %description hexgame-doc Documentation for hexgame +%post hexgame-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hexgame-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hexgame-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package horoscop Provides: tex-horoscop = %{tl_version} License: Public Domain @@ -112069,7 +127717,7 @@ touch /var/run/texlive/run-mtxrun %postun horoscop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112091,6 +127739,24 @@ AutoReqProv: No %description horoscop-doc Documentation for horoscop +%post horoscop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun horoscop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans horoscop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package labyrinth Provides: tex-labyrinth = %{tl_version} License: LPPL @@ -112122,7 +127788,7 @@ touch /var/run/texlive/run-mtxrun %postun labyrinth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112144,6 +127810,24 @@ AutoReqProv: No %description labyrinth-doc Documentation for labyrinth +%post labyrinth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun labyrinth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labyrinth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package logicpuzzle Provides: tex-logicpuzzle = %{tl_version} License: LPPL 1.3 @@ -112200,7 +127884,7 @@ touch /var/run/texlive/run-mtxrun %postun logicpuzzle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112222,6 +127906,24 @@ AutoReqProv: No %description logicpuzzle-doc Documentation for logicpuzzle +%post logicpuzzle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logicpuzzle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logicpuzzle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package othello Provides: tex-othello = %{tl_version} License: GPL+ @@ -112260,7 +127962,7 @@ touch /var/run/texlive/run-mtxrun %postun othello if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112282,6 +127984,24 @@ AutoReqProv: No %description othello-doc Documentation for othello +%post othello-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun othello-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans othello-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package othelloboard Provides: tex-othelloboard = %{tl_version} License: LPPL 1.3 @@ -112318,7 +128038,7 @@ touch /var/run/texlive/run-mtxrun %postun othelloboard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112340,6 +128060,24 @@ AutoReqProv: No %description othelloboard-doc Documentation for othelloboard +%post othelloboard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun othelloboard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans othelloboard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pas-crosswords Provides: tex-pas-crosswords = %{tl_version} License: LPPL @@ -112373,7 +128111,7 @@ touch /var/run/texlive/run-mtxrun %postun pas-crosswords if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112395,6 +128133,24 @@ AutoReqProv: No %description pas-crosswords-doc Documentation for pas-crosswords +%post pas-crosswords-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pas-crosswords-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pas-crosswords-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package psgo Provides: tex-psgo = %{tl_version} License: LPPL @@ -112425,7 +128181,7 @@ touch /var/run/texlive/run-mtxrun %postun psgo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112447,6 +128203,24 @@ AutoReqProv: No %description psgo-doc Documentation for psgo +%post psgo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psgo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psgo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package reverxii-doc Summary: Documentation for reverxii Version: svn24976.0 @@ -112458,6 +128232,24 @@ AutoReqProv: No %description reverxii-doc Documentation for reverxii +%post reverxii-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun reverxii-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans reverxii-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rubik Provides: tex-rubik = %{tl_version} License: LPPL 1.3 @@ -112492,7 +128284,7 @@ touch /var/run/texlive/run-mtxrun %postun rubik if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112514,6 +128306,24 @@ AutoReqProv: No %description rubik-doc Documentation for rubik +%post rubik-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rubik-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rubik-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rubik-bin Summary: Binaries for rubik Version: svn32919.0 @@ -112562,7 +128372,7 @@ touch /var/run/texlive/run-mtxrun %postun schwalbe-chess if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112584,6 +128394,24 @@ AutoReqProv: No %description schwalbe-chess-doc Documentation for schwalbe-chess +%post schwalbe-chess-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun schwalbe-chess-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schwalbe-chess-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sgame Provides: tex-sgame = %{tl_version} License: LPPL @@ -112617,7 +128445,7 @@ touch /var/run/texlive/run-mtxrun %postun sgame if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112639,6 +128467,24 @@ AutoReqProv: No %description sgame-doc Documentation for sgame +%post sgame-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sgame-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sgame-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skak Provides: tex-skak = %{tl_version} License: LPPL @@ -112691,7 +128537,7 @@ touch /var/run/texlive/run-mtxrun %postun skak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112713,6 +128559,24 @@ AutoReqProv: No %description skak-doc Documentation for skak +%post skak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sudoku Provides: tex-sudoku = %{tl_version} License: LPPL @@ -112747,7 +128611,7 @@ touch /var/run/texlive/run-mtxrun %postun sudoku if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112769,6 +128633,24 @@ AutoReqProv: No %description sudoku-doc Documentation for sudoku +%post sudoku-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sudoku-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sudoku-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sudokubundle Provides: tex-sudokubundle = %{tl_version} License: LPPL @@ -112805,7 +128687,7 @@ touch /var/run/texlive/run-mtxrun %postun sudokubundle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112827,6 +128709,24 @@ AutoReqProv: No %description sudokubundle-doc Documentation for sudokubundle +%post sudokubundle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sudokubundle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sudokubundle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xq Provides: tex-xq = %{tl_version} License: LPPL @@ -112857,7 +128757,7 @@ touch /var/run/texlive/run-mtxrun %postun xq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112879,6 +128779,24 @@ AutoReqProv: No %description xq-doc Documentation for xq +%post xq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xskak Provides: tex-xskak = %{tl_version} License: LPPL @@ -112914,7 +128832,7 @@ touch /var/run/texlive/run-mtxrun %postun xskak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -112936,6 +128854,24 @@ AutoReqProv: No %description xskak-doc Documentation for xskak +%post xskak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xskak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xskak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-genericextra Summary: Generic additional packages Version: svn37591.0 @@ -113023,7 +128959,7 @@ touch /var/run/texlive/run-mtxrun %postun c-pascal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113045,6 +128981,24 @@ AutoReqProv: No %description c-pascal-doc Documentation for c-pascal +%post c-pascal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun c-pascal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans c-pascal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colorsep Provides: tex-colorsep = %{tl_version} License: Public Domain @@ -113070,7 +129024,7 @@ touch /var/run/texlive/run-mtxrun %postun colorsep if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113108,7 +129062,7 @@ touch /var/run/texlive/run-mtxrun %postun dinat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113130,6 +129084,24 @@ AutoReqProv: No %description dinat-doc Documentation for dinat +%post dinat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dinat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dinat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dirtree Provides: tex-dirtree = %{tl_version} License: LPPL @@ -113160,7 +129132,7 @@ touch /var/run/texlive/run-mtxrun %postun dirtree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113182,9 +129154,27 @@ AutoReqProv: No %description dirtree-doc Documentation for dirtree +%post dirtree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dirtree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dirtree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package docbytex Provides: tex-docbytex = %{tl_version} -License: Freely redistributable without restriction +License: Copyright only Summary: Creating documentation from source code Version: svn34294.0 Release: %{tl_noarch_release} @@ -113209,7 +129199,7 @@ touch /var/run/texlive/run-mtxrun %postun docbytex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113231,6 +129221,24 @@ AutoReqProv: No %description docbytex-doc Documentation for docbytex +%post docbytex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun docbytex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans docbytex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dowith Provides: tex-dowith = %{tl_version} License: LPPL 1.3 @@ -113266,7 +129274,7 @@ touch /var/run/texlive/run-mtxrun %postun dowith if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113288,6 +129296,24 @@ AutoReqProv: No %description dowith-doc Documentation for dowith +%post dowith-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dowith-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dowith-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eijkhout Provides: tex-eijkhout = %{tl_version} License: Public Domain @@ -113319,7 +129345,7 @@ touch /var/run/texlive/run-mtxrun %postun eijkhout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113362,7 +129388,7 @@ touch /var/run/texlive/run-mtxrun %postun encxvlna if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113384,6 +129410,24 @@ AutoReqProv: No %description encxvlna-doc Documentation for encxvlna +%post encxvlna-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun encxvlna-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans encxvlna-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epigram Provides: tex-epigram = %{tl_version} License: Public Domain @@ -113412,7 +129456,7 @@ touch /var/run/texlive/run-mtxrun %postun epigram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113460,7 +129504,7 @@ touch /var/run/texlive/run-mtxrun %postun fenixpar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113482,6 +129526,24 @@ AutoReqProv: No %description fenixpar-doc Documentation for fenixpar +%post fenixpar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fenixpar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fenixpar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fltpoint Provides: tex-fltpoint = %{tl_version} License: LPPL @@ -113512,7 +129574,7 @@ touch /var/run/texlive/run-mtxrun %postun fltpoint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113534,6 +129596,24 @@ AutoReqProv: No %description fltpoint-doc Documentation for fltpoint +%post fltpoint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fltpoint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fltpoint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fntproof Provides: tex-fntproof = %{tl_version} License: Public Domain @@ -113566,7 +129646,7 @@ touch /var/run/texlive/run-mtxrun %postun fntproof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113588,6 +129668,24 @@ AutoReqProv: No %description fntproof-doc Documentation for fntproof +%post fntproof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fntproof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fntproof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gates Provides: tex-gates = %{tl_version} License: LPPL @@ -113629,7 +129727,7 @@ touch /var/run/texlive/run-mtxrun %postun gates if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113651,6 +129749,24 @@ AutoReqProv: No %description gates-doc Documentation for gates +%post gates-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gates-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gates-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifetex Provides: tex-ifetex = %{tl_version} License: LPPL 1.3 @@ -113684,7 +129800,7 @@ touch /var/run/texlive/run-mtxrun %postun ifetex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113706,6 +129822,24 @@ AutoReqProv: No %description ifetex-doc Documentation for ifetex +%post ifetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iftex Provides: tex-iftex = %{tl_version} License: LPPL 1.3 @@ -113737,7 +129871,7 @@ touch /var/run/texlive/run-mtxrun %postun iftex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113759,6 +129893,24 @@ AutoReqProv: No %description iftex-doc Documentation for iftex +%post iftex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iftex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iftex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package insbox Provides: tex-insbox = %{tl_version} License: Public Domain @@ -113787,7 +129939,7 @@ touch /var/run/texlive/run-mtxrun %postun insbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113809,6 +129961,24 @@ AutoReqProv: No %description insbox-doc Documentation for insbox +%post insbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun insbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans insbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lambda-lists Provides: tex-lambda-lists = %{tl_version} License: LPPL @@ -113838,7 +130008,7 @@ touch /var/run/texlive/run-mtxrun %postun lambda-lists if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113860,6 +130030,24 @@ AutoReqProv: No %description lambda-lists-doc Documentation for lambda-lists +%post lambda-lists-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lambda-lists-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lambda-lists-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package langcode Provides: tex-langcode = %{tl_version} License: LPPL 1.3 @@ -113895,7 +130083,7 @@ touch /var/run/texlive/run-mtxrun %postun langcode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113917,6 +130105,24 @@ AutoReqProv: No %description langcode-doc Documentation for langcode +%post langcode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun langcode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans langcode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lecturer Provides: tex-lecturer = %{tl_version} License: LPPL @@ -113970,7 +130176,7 @@ touch /var/run/texlive/run-mtxrun %postun lecturer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -113992,6 +130198,24 @@ AutoReqProv: No %description lecturer-doc Documentation for lecturer +%post lecturer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lecturer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lecturer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package librarian Provides: tex-librarian = %{tl_version} License: LPPL @@ -114030,7 +130254,7 @@ touch /var/run/texlive/run-mtxrun %postun librarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114052,6 +130276,24 @@ AutoReqProv: No %description librarian-doc Documentation for librarian +%post librarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun librarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans librarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathdots Provides: tex-mathdots = %{tl_version} License: LPPL @@ -114083,7 +130325,7 @@ touch /var/run/texlive/run-mtxrun %postun mathdots if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114105,6 +130347,24 @@ AutoReqProv: No %description mathdots-doc Documentation for mathdots +%post mathdots-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathdots-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathdots-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metatex Provides: tex-metatex = %{tl_version} License: GPL+ @@ -114137,7 +130397,7 @@ touch /var/run/texlive/run-mtxrun %postun metatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114159,6 +130419,24 @@ AutoReqProv: No %description metatex-doc Documentation for metatex +%post metatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package midnight Provides: tex-midnight = %{tl_version} License: midnight @@ -114196,7 +130474,7 @@ touch /var/run/texlive/run-mtxrun %postun midnight if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114218,6 +130496,24 @@ AutoReqProv: No %description midnight-doc Documentation for midnight +%post midnight-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun midnight-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans midnight-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package navigator Provides: tex-navigator = %{tl_version} License: LPPL @@ -114253,7 +130549,7 @@ touch /var/run/texlive/run-mtxrun %postun navigator if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114275,6 +130571,24 @@ AutoReqProv: No %description navigator-doc Documentation for navigator +%post navigator-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun navigator-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans navigator-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ofs Provides: tex-ofs = %{tl_version} License: Knuth @@ -114342,7 +130656,7 @@ touch /var/run/texlive/run-mtxrun %postun ofs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114364,6 +130678,24 @@ AutoReqProv: No %description ofs-doc Documentation for ofs +%post ofs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ofs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ofs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdf-trans Provides: tex-pdf-trans = %{tl_version} License: Public Domain @@ -114392,7 +130724,7 @@ touch /var/run/texlive/run-mtxrun %postun pdf-trans if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114414,6 +130746,24 @@ AutoReqProv: No %description pdf-trans-doc Documentation for pdf-trans +%post pdf-trans-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdf-trans-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdf-trans-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plainpkg Provides: tex-plainpkg = %{tl_version} License: LPPL 1.3 @@ -114447,7 +130797,7 @@ touch /var/run/texlive/run-mtxrun %postun plainpkg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114469,6 +130819,24 @@ AutoReqProv: No %description plainpkg-doc Documentation for plainpkg +%post plainpkg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plainpkg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plainpkg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package schemata Provides: tex-schemata = %{tl_version} License: LPPL 1.3 @@ -114498,7 +130866,7 @@ touch /var/run/texlive/run-mtxrun %postun schemata if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114520,6 +130888,24 @@ AutoReqProv: No %description schemata-doc Documentation for schemata +%post schemata-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun schemata-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schemata-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shade Provides: tex-shade = %{tl_version} License: LPPL @@ -114549,7 +130935,7 @@ touch /var/run/texlive/run-mtxrun %postun shade if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114571,6 +130957,24 @@ AutoReqProv: No %description shade-doc Documentation for shade +%post shade-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shade-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shade-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package systeme Provides: tex-systeme = %{tl_version} License: LPPL 1.3 @@ -114605,7 +131009,7 @@ touch /var/run/texlive/run-mtxrun %postun systeme if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114627,6 +131031,24 @@ AutoReqProv: No %description systeme-doc Documentation for systeme +%post systeme-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun systeme-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans systeme-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabto-generic Provides: tex-tabto-generic = %{tl_version} License: Public Domain @@ -114655,7 +131077,7 @@ touch /var/run/texlive/run-mtxrun %postun tabto-generic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114697,7 +131119,7 @@ touch /var/run/texlive/run-mtxrun %postun termmenu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114719,6 +131141,24 @@ AutoReqProv: No %description termmenu-doc Documentation for termmenu +%post termmenu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun termmenu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans termmenu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tracklang Provides: tex-tracklang = %{tl_version} License: LPPL 1.3 @@ -114751,7 +131191,7 @@ touch /var/run/texlive/run-mtxrun %postun tracklang if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114773,6 +131213,24 @@ AutoReqProv: No %description tracklang-doc Documentation for tracklang +%post tracklang-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tracklang-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tracklang-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texapi Provides: tex-texapi = %{tl_version} License: LPPL @@ -114806,7 +131264,7 @@ touch /var/run/texlive/run-mtxrun %postun texapi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114828,6 +131286,24 @@ AutoReqProv: No %description texapi-doc Documentation for texapi +%post texapi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texapi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texapi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package upca Provides: tex-upca = %{tl_version} License: LPPL @@ -114855,7 +131331,7 @@ touch /var/run/texlive/run-mtxrun %postun upca if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114877,6 +131353,24 @@ AutoReqProv: No %description upca-doc Documentation for upca +%post upca-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun upca-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upca-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xlop Provides: tex-xlop = %{tl_version} License: LPPL @@ -114911,7 +131405,7 @@ touch /var/run/texlive/run-mtxrun %postun xlop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114933,6 +131427,24 @@ AutoReqProv: No %description xlop-doc Documentation for xlop +%post xlop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xlop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xlop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yax Provides: tex-yax = %{tl_version} License: LPPL @@ -114969,7 +131481,7 @@ touch /var/run/texlive/run-mtxrun %postun yax if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -114991,6 +131503,24 @@ AutoReqProv: No %description yax-doc Documentation for yax +%post yax-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yax-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yax-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-genericrecommended Summary: Generic recommended packages Version: svn35655.0 @@ -115044,7 +131574,7 @@ touch /var/run/texlive/run-mtxrun %postun epsf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115066,11 +131596,29 @@ AutoReqProv: No %description epsf-doc Documentation for epsf +%post epsf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epsf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontname Provides: tex-fontname = %{tl_version} License: GPL+ Summary: Scheme for naming fonts in TeX -Version: svn29725.0 +Version: svn38345.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -115106,7 +131654,7 @@ 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. -date: 2012-07-06 23:09:35 +0200 +date: 2015-08-03 05:43:12 +0200 %preun fontname if [ "$1" == "0" ]; then @@ -115123,7 +131671,7 @@ touch /var/run/texlive/run-mtxrun %postun fontname if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115136,7 +131684,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package fontname-doc Summary: Documentation for fontname -Version: svn29725.0 +Version: svn38345.0 Release: %{tl_noarch_release} Provides: tex-fontname-doc BuildArch: noarch @@ -115145,6 +131693,24 @@ AutoReqProv: No %description fontname-doc Documentation for fontname +%post fontname-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontname-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontname-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package genmisc Provides: tex-genmisc = %{tl_version} License: LPPL @@ -115208,7 +131774,7 @@ touch /var/run/texlive/run-mtxrun %postun genmisc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115221,7 +131787,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package kastrup Provides: tex-kastrup = %{tl_version} -License: Freely redistributable without restriction +License: Copyright only Summary: Convert numbers into binary, octal and hexadecimal Version: svn15878.0 Release: %{tl_noarch_release} @@ -115246,7 +131812,7 @@ touch /var/run/texlive/run-mtxrun %postun kastrup if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115268,6 +131834,24 @@ AutoReqProv: No %description kastrup-doc Documentation for kastrup +%post kastrup-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kastrup-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kastrup-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multido Provides: tex-multido = %{tl_version} License: LPPL @@ -115299,7 +131883,7 @@ touch /var/run/texlive/run-mtxrun %postun multido if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115321,6 +131905,24 @@ AutoReqProv: No %description multido-doc Documentation for multido +%post multido-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multido-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multido-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package path Provides: tex-path = %{tl_version} License: Bibtex @@ -115351,7 +131953,7 @@ touch /var/run/texlive/run-mtxrun %postun path if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115373,6 +131975,24 @@ AutoReqProv: No %description path-doc Documentation for path +%post path-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun path-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans path-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-ps Provides: tex-tex-ps = %{tl_version} License: Public Domain @@ -115404,7 +132024,7 @@ touch /var/run/texlive/run-mtxrun %postun tex-ps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115426,6 +132046,24 @@ AutoReqProv: No %description tex-ps-doc Documentation for tex-ps +%post tex-ps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-ps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-ps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ulem Provides: tex-ulem = %{tl_version} License: Copyright only @@ -115458,7 +132096,7 @@ touch /var/run/texlive/run-mtxrun %postun ulem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115480,6 +132118,24 @@ AutoReqProv: No %description ulem-doc Documentation for ulem +%post ulem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ulem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-htmlxml Summary: HTML/SGML/XML support Version: svn35743.0 @@ -115568,6 +132224,24 @@ Requires: tex-pdftex-doc %description jadetex-doc Documentation for jadetex +%post jadetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jadetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jadetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package passivetex Provides: tex-passivetex = %{tl_version} License: MIT @@ -115623,7 +132297,7 @@ touch /var/run/texlive/run-mtxrun %postun passivetex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115649,7 +132323,7 @@ Binaries for jadetex Provides: tex-tex4ht = %{tl_version} License: LPPL Summary: Convert (La)TeX to HTML/XML -Version: svn36933.0 +Version: svn38177.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -115675,7 +132349,7 @@ restricted-syntax systems such as hyperlatex and gellmu. Note that CTAN no longer holds the definitive sources of the package: see the 'Readme' file. -date: 2014-01-03 12:07:14 +0100 +date: 2015-08-03 05:43:12 +0200 %post tex4ht mkdir -p /var/run/texlive @@ -115686,7 +132360,7 @@ touch /var/run/texlive/run-mtxrun %postun tex4ht if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115699,7 +132373,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package tex4ht-doc Summary: Documentation for tex4ht -Version: svn36933.0 +Version: svn38177.0 Release: %{tl_noarch_release} Provides: tex-tex4ht-doc BuildArch: noarch @@ -115708,6 +132382,24 @@ AutoReqProv: No %description tex4ht-doc Documentation for tex4ht +%post tex4ht-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex4ht-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex4ht-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex4ht-bin Summary: Binaries for tex4ht Version: svn36790.0 @@ -115791,6 +132483,24 @@ Requires: tex-pdftex-doc %description xmltex-doc Documentation for xmltex +%post xmltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xmltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xmltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xmltexconfig Provides: tex-xmltexconfig = %{tl_version} License: LPPL @@ -115814,7 +132524,7 @@ touch /var/run/texlive/run-mtxrun %postun xmltexconfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115927,7 +132637,7 @@ touch /var/run/texlive/run-mtxrun %postun covington if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -115949,6 +132659,24 @@ AutoReqProv: No %description covington-doc Documentation for covington +%post covington-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun covington-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans covington-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package diadia Provides: tex-diadia = %{tl_version} License: LPPL @@ -116001,7 +132729,7 @@ touch /var/run/texlive/run-mtxrun %postun diadia if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116023,6 +132751,24 @@ AutoReqProv: No %description diadia-doc Documentation for diadia +%post diadia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun diadia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diadia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package diadia-bin Summary: Binaries for diadia Version: svn37645.0 @@ -116066,7 +132812,7 @@ touch /var/run/texlive/run-mtxrun %postun dramatist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116088,6 +132834,24 @@ AutoReqProv: No %description dramatist-doc Documentation for dramatist +%post dramatist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dramatist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dramatist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dvgloss Provides: tex-dvgloss = %{tl_version} License: LPPL @@ -116118,7 +132882,7 @@ touch /var/run/texlive/run-mtxrun %postun dvgloss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116140,6 +132904,24 @@ AutoReqProv: No %description dvgloss-doc Documentation for dvgloss +%post dvgloss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dvgloss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvgloss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ecltree Provides: tex-ecltree = %{tl_version} License: LPPL @@ -116168,7 +132950,7 @@ touch /var/run/texlive/run-mtxrun %postun ecltree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116190,6 +132972,24 @@ AutoReqProv: No %description ecltree-doc Documentation for ecltree +%post ecltree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ecltree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecltree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package edfnotes Provides: tex-edfnotes = %{tl_version} License: LPPL 1.3 @@ -116219,7 +133019,7 @@ touch /var/run/texlive/run-mtxrun %postun edfnotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116241,6 +133041,24 @@ AutoReqProv: No %description edfnotes-doc Documentation for edfnotes +%post edfnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun edfnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edfnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ednotes Provides: tex-ednotes = %{tl_version} License: LPPL @@ -116277,7 +133095,7 @@ touch /var/run/texlive/run-mtxrun %postun ednotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116300,6 +133118,24 @@ Requires: tex-ncctools-doc %description ednotes-doc Documentation for ednotes +%post ednotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ednotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ednotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ncctools Provides: tex-ncctools = %{tl_version} License: LPPL @@ -116370,7 +133206,7 @@ touch /var/run/texlive/run-mtxrun %postun ncctools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116392,11 +133228,29 @@ AutoReqProv: No %description ncctools-doc Documentation for ncctools +%post ncctools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ncctools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ncctools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eledform Provides: tex-eledform = %{tl_version} License: LPPL 1.3 Summary: Define textual variants -Version: svn27922.1.0 +Version: svn38114.1.1a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -116409,7 +133263,7 @@ Provides: tex(eledform.sty) = %{tl_version} The package provides commands to formalize textual variants in critical editions typeset using eledmac. -date: 2014-02-26 23:03:13 +0100 +date: 2015-08-13 14:25:03 +0200 %post eledform mkdir -p /var/run/texlive @@ -116420,7 +133274,7 @@ touch /var/run/texlive/run-mtxrun %postun eledform if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116433,7 +133287,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package eledform-doc Summary: Documentation for eledform -Version: svn27922.1.0 +Version: svn38114.1.1a Release: %{tl_noarch_release} Provides: tex-eledform-doc BuildArch: noarch @@ -116442,11 +133296,29 @@ AutoReqProv: No %description eledform-doc Documentation for eledform +%post eledform-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eledform-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eledform-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eledmac Provides: tex-eledmac = %{tl_version} License: LPPL 1.3 Summary: Typeset scholarly editions -Version: svn37907.1.24.6 +Version: svn38276.1.24.8 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -116474,7 +133346,7 @@ array-style environments. The package is distributed with the related eledpar package. The package is now superseded by reledmac. -date: 2015-07-20 00:35:39 +0200 +date: 2015-09-02 18:26:56 +0200 %post eledmac mkdir -p /var/run/texlive @@ -116485,7 +133357,7 @@ touch /var/run/texlive/run-mtxrun %postun eledmac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116498,7 +133370,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package eledmac-doc Summary: Documentation for eledmac -Version: svn37907.1.24.6 +Version: svn38276.1.24.8 Release: %{tl_noarch_release} Provides: tex-eledmac-doc BuildArch: noarch @@ -116507,6 +133379,24 @@ AutoReqProv: No %description eledmac-doc Documentation for eledmac +%post eledmac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eledmac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eledmac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package expex Provides: tex-expex = %{tl_version} License: LPPL @@ -116542,7 +133432,7 @@ touch /var/run/texlive/run-mtxrun %postun expex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116564,6 +133454,24 @@ AutoReqProv: No %description expex-doc Documentation for expex +%post expex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun expex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans expex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gb4e Provides: tex-gb4e = %{tl_version} License: LPPL 1.2 @@ -116593,7 +133501,7 @@ touch /var/run/texlive/run-mtxrun %postun gb4e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116615,6 +133523,24 @@ AutoReqProv: No %description gb4e-doc Documentation for gb4e +%post gb4e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gb4e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gb4e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmverse Provides: tex-gmverse = %{tl_version} License: LPPL @@ -116644,7 +133570,7 @@ touch /var/run/texlive/run-mtxrun %postun gmverse if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116666,6 +133592,24 @@ AutoReqProv: No %description gmverse-doc Documentation for gmverse +%post gmverse-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmverse-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmverse-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jura Provides: tex-jura = %{tl_version} License: GPL+ @@ -116696,7 +133640,7 @@ touch /var/run/texlive/run-mtxrun %postun jura if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116718,6 +133662,24 @@ AutoReqProv: No %description jura-doc Documentation for jura +%post jura-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jura-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jura-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package juraabbrev Provides: tex-juraabbrev = %{tl_version} License: GPL+ @@ -116748,7 +133710,7 @@ touch /var/run/texlive/run-mtxrun %postun juraabbrev if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116770,6 +133732,24 @@ AutoReqProv: No %description juraabbrev-doc Documentation for juraabbrev +%post juraabbrev-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun juraabbrev-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans juraabbrev-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package juramisc Provides: tex-juramisc = %{tl_version} License: LPPL @@ -116815,7 +133795,7 @@ touch /var/run/texlive/run-mtxrun %postun juramisc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116837,6 +133817,24 @@ AutoReqProv: No %description juramisc-doc Documentation for juramisc +%post juramisc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun juramisc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans juramisc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jurarsp Provides: tex-jurarsp = %{tl_version} License: GPL+ @@ -116871,7 +133869,7 @@ touch /var/run/texlive/run-mtxrun %postun jurarsp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116893,6 +133891,24 @@ AutoReqProv: No %description jurarsp-doc Documentation for jurarsp +%post jurarsp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jurarsp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jurarsp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ledmac Provides: tex-ledmac = %{tl_version} License: LPPL 1.3 @@ -116927,7 +133943,7 @@ touch /var/run/texlive/run-mtxrun %postun ledmac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -116949,6 +133965,24 @@ AutoReqProv: No %description ledmac-doc Documentation for ledmac +%post ledmac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ledmac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ledmac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package leipzig Provides: tex-leipzig = %{tl_version} License: LPPL 1.3 @@ -116980,7 +134014,7 @@ touch /var/run/texlive/run-mtxrun %postun leipzig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117002,6 +134036,24 @@ AutoReqProv: No %description leipzig-doc Documentation for leipzig +%post leipzig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun leipzig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leipzig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lexikon Provides: tex-lexikon = %{tl_version} License: LPPL @@ -117029,7 +134081,7 @@ touch /var/run/texlive/run-mtxrun %postun lexikon if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117051,6 +134103,24 @@ AutoReqProv: No %description lexikon-doc Documentation for lexikon +%post lexikon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lexikon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lexikon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lexref Provides: tex-lexref = %{tl_version} License: LPPL 1.3 @@ -117090,7 +134160,7 @@ touch /var/run/texlive/run-mtxrun %postun lexref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117112,6 +134182,24 @@ AutoReqProv: No %description lexref-doc Documentation for lexref +%post lexref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lexref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lexref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package linguex Provides: tex-linguex = %{tl_version} License: LPPL @@ -117150,7 +134238,7 @@ touch /var/run/texlive/run-mtxrun %postun linguex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117172,6 +134260,24 @@ AutoReqProv: No %description linguex-doc Documentation for linguex +%post linguex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun linguex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans linguex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package liturg Provides: tex-liturg = %{tl_version} License: LPPL @@ -117204,7 +134310,7 @@ touch /var/run/texlive/run-mtxrun %postun liturg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117226,11 +134332,29 @@ AutoReqProv: No %description liturg-doc Documentation for liturg +%post liturg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun liturg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans liturg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metrix Provides: tex-metrix = %{tl_version} License: LPPL 1.3 Summary: Typeset metric marks for Latin text -Version: svn36376.1.1 +Version: svn38280.1.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -117250,7 +134374,7 @@ automatic alignment. The package requires tikz (including the calc library, and the xparse package (thus also requiring the experimental LaTeX 3 environment). -date: 2015-02-24 06:28:22 +0100 +date: 2015-09-02 20:53:24 +0200 %post metrix mkdir -p /var/run/texlive @@ -117261,7 +134385,7 @@ touch /var/run/texlive/run-mtxrun %postun metrix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117274,7 +134398,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package metrix-doc Summary: Documentation for metrix -Version: svn36376.1.1 +Version: svn38280.1.2 Release: %{tl_noarch_release} Provides: tex-metrix-doc BuildArch: noarch @@ -117283,6 +134407,24 @@ AutoReqProv: No %description metrix-doc Documentation for metrix +%post metrix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metrix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metrix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package parallel Provides: tex-parallel = %{tl_version} License: LPPL @@ -117314,7 +134456,7 @@ touch /var/run/texlive/run-mtxrun %postun parallel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117336,6 +134478,24 @@ AutoReqProv: No %description parallel-doc Documentation for parallel +%post parallel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun parallel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parallel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package parrun Provides: tex-parrun = %{tl_version} License: LPPL @@ -117365,7 +134525,7 @@ touch /var/run/texlive/run-mtxrun %postun parrun if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117387,6 +134547,24 @@ AutoReqProv: No %description parrun-doc Documentation for parrun +%post parrun-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun parrun-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parrun-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package phonrule Provides: tex-phonrule = %{tl_version} License: LPPL @@ -117416,7 +134594,7 @@ touch /var/run/texlive/run-mtxrun %postun phonrule if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117438,6 +134616,24 @@ AutoReqProv: No %description phonrule-doc Documentation for phonrule +%post phonrule-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun phonrule-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans phonrule-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plari Provides: tex-plari = %{tl_version} License: GPL+ @@ -117467,7 +134663,7 @@ touch /var/run/texlive/run-mtxrun %postun plari if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117489,6 +134685,24 @@ AutoReqProv: No %description plari-doc Documentation for plari +%post plari-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plari-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plari-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package play Provides: tex-play = %{tl_version} License: LPPL @@ -117517,7 +134731,7 @@ touch /var/run/texlive/run-mtxrun %postun play if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117539,6 +134753,24 @@ AutoReqProv: No %description play-doc Documentation for play +%post play-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun play-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans play-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package poemscol Provides: tex-poemscol = %{tl_version} License: LPPL 1.3 @@ -117572,7 +134804,7 @@ touch /var/run/texlive/run-mtxrun %postun poemscol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117594,6 +134826,24 @@ AutoReqProv: No %description poemscol-doc Documentation for poemscol +%post poemscol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun poemscol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poemscol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package poetrytex Provides: tex-poetrytex = %{tl_version} License: LPPL 1.3 @@ -117624,7 +134874,7 @@ touch /var/run/texlive/run-mtxrun %postun poetrytex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117646,6 +134896,24 @@ AutoReqProv: No %description poetrytex-doc Documentation for poetrytex +%post poetrytex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun poetrytex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poetrytex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qobitree Provides: tex-qobitree = %{tl_version} License: LPPL @@ -117674,7 +134942,7 @@ touch /var/run/texlive/run-mtxrun %postun qobitree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117696,6 +134964,24 @@ AutoReqProv: No %description qobitree-doc Documentation for qobitree +%post qobitree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qobitree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qobitree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qtree Provides: tex-qtree = %{tl_version} License: LPPL @@ -117729,7 +135015,7 @@ touch /var/run/texlive/run-mtxrun %postun qtree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117751,11 +135037,29 @@ AutoReqProv: No %description qtree-doc Documentation for qtree +%post qtree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qtree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qtree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package reledmac Provides: tex-reledmac = %{tl_version} License: LPPL 1.3 Summary: Typeset scholarly editions -Version: svn37912.2.0.0 +Version: svn38307.2.1.3 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -117782,7 +135086,7 @@ 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. -date: 2015-07-20 00:08:04 +0200 +date: 2015-09-06 08:44:28 +0200 %post reledmac mkdir -p /var/run/texlive @@ -117793,7 +135097,7 @@ touch /var/run/texlive/run-mtxrun %postun reledmac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117806,7 +135110,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package reledmac-doc Summary: Documentation for reledmac -Version: svn37912.2.0.0 +Version: svn38307.2.1.3 Release: %{tl_noarch_release} Provides: tex-reledmac-doc BuildArch: noarch @@ -117815,6 +135119,24 @@ AutoReqProv: No %description reledmac-doc Documentation for reledmac +%post reledmac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun reledmac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans reledmac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rrgtrees Provides: tex-rrgtrees = %{tl_version} License: LPPL @@ -117848,7 +135170,7 @@ touch /var/run/texlive/run-mtxrun %postun rrgtrees if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117870,6 +135192,24 @@ AutoReqProv: No %description rrgtrees-doc Documentation for rrgtrees +%post rrgtrees-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rrgtrees-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rrgtrees-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rtklage Provides: tex-rtklage = %{tl_version} License: LPPL @@ -117910,7 +135250,7 @@ touch /var/run/texlive/run-mtxrun %postun rtklage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117932,6 +135272,24 @@ AutoReqProv: No %description rtklage-doc Documentation for rtklage +%post rtklage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rtklage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rtklage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package screenplay Provides: tex-screenplay = %{tl_version} License: GPL+ @@ -117963,7 +135321,7 @@ touch /var/run/texlive/run-mtxrun %postun screenplay if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -117985,6 +135343,24 @@ AutoReqProv: No %description screenplay-doc Documentation for screenplay +%post screenplay-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun screenplay-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans screenplay-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package screenplay-pkg Provides: tex-screenplay-pkg = %{tl_version} License: LPPL 1.3 @@ -118018,7 +135394,7 @@ touch /var/run/texlive/run-mtxrun %postun screenplay-pkg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118040,6 +135416,24 @@ AutoReqProv: No %description screenplay-pkg-doc Documentation for screenplay-pkg +%post screenplay-pkg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun screenplay-pkg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans screenplay-pkg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sides Provides: tex-sides = %{tl_version} License: GPL+ @@ -118069,7 +135463,7 @@ touch /var/run/texlive/run-mtxrun %postun sides if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118091,6 +135485,24 @@ AutoReqProv: No %description sides-doc Documentation for sides +%post sides-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sides-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sides-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stage Provides: tex-stage = %{tl_version} License: LPPL 1.3 @@ -118121,7 +135533,7 @@ touch /var/run/texlive/run-mtxrun %postun stage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118143,6 +135555,24 @@ AutoReqProv: No %description stage-doc Documentation for stage +%post stage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textglos Provides: tex-textglos = %{tl_version} License: LPPL 1.3 @@ -118174,7 +135604,7 @@ touch /var/run/texlive/run-mtxrun %postun textglos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118196,6 +135626,24 @@ AutoReqProv: No %description textglos-doc Documentation for textglos +%post textglos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textglos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textglos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thalie Provides: tex-thalie = %{tl_version} License: LPPL 1.3 @@ -118231,7 +135679,7 @@ touch /var/run/texlive/run-mtxrun %postun thalie if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118253,6 +135701,24 @@ AutoReqProv: No %description thalie-doc Documentation for thalie +%post thalie-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thalie-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thalie-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tree-dvips Provides: tex-tree-dvips = %{tl_version} License: LPPL @@ -118286,7 +135752,7 @@ touch /var/run/texlive/run-mtxrun %postun tree-dvips if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118308,6 +135774,24 @@ AutoReqProv: No %description tree-dvips-doc Documentation for tree-dvips +%post tree-dvips-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tree-dvips-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tree-dvips-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verse Provides: tex-verse = %{tl_version} License: LPPL @@ -118336,7 +135820,7 @@ touch /var/run/texlive/run-mtxrun %postun verse if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118358,6 +135842,24 @@ AutoReqProv: No %description verse-doc Documentation for verse +%post verse-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verse-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verse-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xyling Provides: tex-xyling = %{tl_version} License: LPPL @@ -118393,7 +135895,7 @@ touch /var/run/texlive/run-mtxrun %postun xyling if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118415,6 +135917,24 @@ AutoReqProv: No %description xyling-doc Documentation for xyling +%post xyling-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xyling-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xyling-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langafrican Summary: African scripts Version: svn30372.0 @@ -118508,7 +136028,7 @@ touch /var/run/texlive/run-mtxrun %postun ethiop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118530,6 +136050,24 @@ AutoReqProv: No %description ethiop-doc Documentation for ethiop +%post ethiop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ethiop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ethiop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ethiop-t1 Provides: tex-ethiop-t1 = %{tl_version} License: GPL+ @@ -118630,6 +136168,24 @@ AutoReqProv: No %description ethiop-t1-doc Documentation for ethiop-t1 +%post ethiop-t1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ethiop-t1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ethiop-t1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fc Provides: tex-fc = %{tl_version} License: GPLv2+ @@ -118872,7 +136428,7 @@ touch /var/run/texlive/run-mtxrun %postun fc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -118894,6 +136450,24 @@ AutoReqProv: No %description fc-doc Documentation for fc +%post fc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-ethiopic Provides: tex-hyphen-ethiopic = %{tl_version} License: LPPL @@ -119051,6 +136625,24 @@ AutoReqProv: No %description dad-doc Documentation for dad +%post dad-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dad-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dad-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ghab Provides: tex-ghab = %{tl_version} License: LPPL @@ -119080,7 +136672,7 @@ touch /var/run/texlive/run-mtxrun %postun ghab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119102,6 +136694,24 @@ AutoReqProv: No %description ghab-doc Documentation for ghab +%post ghab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ghab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ghab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-arabic Provides: tex-hyphen-arabic = %{tl_version} License: LPPL @@ -119233,7 +136843,7 @@ touch /var/run/texlive/run-mtxrun %postun imsproc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119255,6 +136865,24 @@ AutoReqProv: No %description imsproc-doc Documentation for imsproc +%post imsproc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun imsproc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imsproc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-persian-doc Summary: Documentation for lshort-persian Version: svn31296.5.01 @@ -119266,6 +136894,24 @@ AutoReqProv: No %description lshort-persian-doc Documentation for lshort-persian +%post lshort-persian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-persian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-persian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package persian-bib Provides: tex-persian-bib = %{tl_version} License: LPPL 1.3 @@ -119298,7 +136944,7 @@ touch /var/run/texlive/run-mtxrun %postun persian-bib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119320,6 +136966,24 @@ AutoReqProv: No %description persian-bib-doc Documentation for persian-bib +%post persian-bib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun persian-bib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans persian-bib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package simurgh Provides: tex-simurgh = %{tl_version} License: GPLv2+ @@ -119435,7 +137099,7 @@ touch /var/run/texlive/run-mtxrun %postun simurgh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119457,6 +137121,24 @@ AutoReqProv: No %description simurgh-doc Documentation for simurgh +%post simurgh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun simurgh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simurgh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tram Provides: tex-tram = %{tl_version} License: LPPL @@ -119486,7 +137168,7 @@ touch /var/run/texlive/run-mtxrun %postun tram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119508,6 +137190,24 @@ AutoReqProv: No %description tram-doc Documentation for tram +%post tram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langchinese Summary: Chinese Version: svn35576.0 @@ -119586,7 +137286,7 @@ touch /var/run/texlive/run-mtxrun %postun dnp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119637,7 +137337,7 @@ touch /var/run/texlive/run-mtxrun %postun xcjk2uni if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119659,9 +137359,27 @@ AutoReqProv: No %description xcjk2uni-doc Documentation for xcjk2uni +%post xcjk2uni-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcjk2uni-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcjk2uni-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zxjafont Provides: tex-zxjafont = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Set up Japanese font families for XeLaTeX Version: svn37281.0.3 Release: %{tl_noarch_release} @@ -119688,7 +137406,7 @@ touch /var/run/texlive/run-mtxrun %postun zxjafont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119710,6 +137428,24 @@ AutoReqProv: No %description zxjafont-doc Documentation for zxjafont +%post zxjafont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zxjafont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjafont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctex Provides: tex-ctex = %{tl_version} License: LPPL 1.3 @@ -119796,7 +137532,7 @@ touch /var/run/texlive/run-mtxrun %postun ctex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119819,6 +137555,24 @@ Requires: tex-ttfutils-doc %description ctex-doc Documentation for ctex +%post ctex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctex-faq-doc Summary: Documentation for ctex-faq Version: svn15878.0 @@ -119830,6 +137584,24 @@ AutoReqProv: No %description ctex-faq-doc Documentation for ctex-faq +%post ctex-faq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctex-faq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctex-faq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fandol Provides: tex-fandol = %{tl_version} License: GPL+ @@ -119865,7 +137637,7 @@ touch /var/run/texlive/run-mtxrun %postun fandol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -119887,6 +137659,24 @@ AutoReqProv: No %description fandol-doc Documentation for fandol +%post fandol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fandol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fandol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-chinese Provides: tex-hyphen-chinese = %{tl_version} License: LPPL @@ -119946,6 +137736,24 @@ AutoReqProv: No %description impatient-cn-doc Documentation for impatient-cn +%post impatient-cn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun impatient-cn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans impatient-cn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-notes-zh-cn-doc Summary: Documentation for latex-notes-zh-cn Version: svn15878.1.20 @@ -119957,6 +137765,24 @@ AutoReqProv: No %description latex-notes-zh-cn-doc Documentation for latex-notes-zh-cn +%post latex-notes-zh-cn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-notes-zh-cn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-notes-zh-cn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-chinese-doc Summary: Documentation for lshort-chinese Version: svn15878.4.20 @@ -119968,6 +137794,24 @@ AutoReqProv: No %description lshort-chinese-doc Documentation for lshort-chinese +%post lshort-chinese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-chinese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-chinese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-zh-cn-doc Summary: Documentation for texlive-zh-cn Version: svn37314.0 @@ -119979,6 +137823,24 @@ AutoReqProv: No %description texlive-zh-cn-doc Documentation for texlive-zh-cn +%post texlive-zh-cn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-zh-cn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-zh-cn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpinyin Provides: tex-xpinyin = %{tl_version} License: LPPL 1.3 @@ -120014,7 +137876,7 @@ touch /var/run/texlive/run-mtxrun %postun xpinyin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -120036,6 +137898,24 @@ AutoReqProv: No %description xpinyin-doc Documentation for xpinyin +%post xpinyin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpinyin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpinyin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zhmetrics Provides: tex-zhmetrics = %{tl_version} License: LPPL @@ -125002,7 +142882,7 @@ touch /var/run/texlive/run-mtxrun %postun zhmetrics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125024,6 +142904,24 @@ AutoReqProv: No %description zhmetrics-doc Documentation for zhmetrics +%post zhmetrics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zhmetrics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhmetrics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zhnumber Provides: tex-zhnumber = %{tl_version} License: LPPL 1.3 @@ -125059,7 +142957,7 @@ touch /var/run/texlive/run-mtxrun %postun zhnumber if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125081,6 +142979,24 @@ AutoReqProv: No %description zhnumber-doc Documentation for zhnumber +%post zhnumber-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zhnumber-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhnumber-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zhspacing Provides: tex-zhspacing = %{tl_version} License: LPPL @@ -125119,7 +143035,7 @@ touch /var/run/texlive/run-mtxrun %postun zhspacing if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125141,6 +143057,24 @@ AutoReqProv: No %description zhspacing-doc Documentation for zhspacing +%post zhspacing-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zhspacing-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zhspacing-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langcyrillic Summary: Cyrillic Version: svn30455.0 @@ -125331,7 +143265,7 @@ touch /var/run/texlive/run-mtxrun %postun cyrillic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125353,6 +143287,24 @@ AutoReqProv: No %description cyrillic-doc Documentation for cyrillic +%post cyrillic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cyrillic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyrillic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cyrillic-bin Provides: tex-cyrillic-bin = %{tl_version} License: LPPL @@ -125377,7 +143329,7 @@ touch /var/run/texlive/run-mtxrun %postun cyrillic-bin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125429,7 +143381,7 @@ touch /var/run/texlive/run-mtxrun %postun cyrplain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125444,7 +143396,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-disser = %{tl_version} License: LPPL 1.3 Summary: Class and templates for typesetting dissertations in Russian -Version: svn35960.1.3.1 +Version: svn38162.1.3.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -125467,7 +143419,7 @@ 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. -date: 2015-01-04 07:21:28 +0100 +date: 2015-08-18 21:03:15 +0200 %post disser mkdir -p /var/run/texlive @@ -125478,7 +143430,7 @@ touch /var/run/texlive/run-mtxrun %postun disser if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125491,7 +143443,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package disser-doc Summary: Documentation for disser -Version: svn35960.1.3.1 +Version: svn38162.1.3.2 Release: %{tl_noarch_release} Provides: tex-disser-doc BuildArch: noarch @@ -125500,6 +143452,24 @@ AutoReqProv: No %description disser-doc Documentation for disser +%post disser-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun disser-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans disser-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eskd Provides: tex-eskd = %{tl_version} License: LPPL @@ -125537,7 +143507,7 @@ touch /var/run/texlive/run-mtxrun %postun eskd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125559,6 +143529,24 @@ AutoReqProv: No %description eskd-doc Documentation for eskd +%post eskd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eskd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eskd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eskdx Provides: tex-eskdx = %{tl_version} License: LPPL 1.3 @@ -125633,7 +143621,7 @@ touch /var/run/texlive/run-mtxrun %postun eskdx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125655,6 +143643,24 @@ AutoReqProv: No %description eskdx-doc Documentation for eskdx +%post eskdx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eskdx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eskdx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gost Provides: tex-gost = %{tl_version} License: LPPL @@ -125685,7 +143691,7 @@ touch /var/run/texlive/run-mtxrun %postun gost if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -125707,6 +143713,24 @@ AutoReqProv: No %description gost-doc Documentation for gost +%post gost-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gost-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gost-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-bulgarian Provides: tex-hyphen-bulgarian = %{tl_version} License: LPPL @@ -125914,7 +143938,7 @@ touch /var/run/texlive/run-mtxrun %postun ruhyphen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126082,7 +144106,7 @@ touch /var/run/texlive/run-mtxrun %postun ukrhyph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126104,6 +144128,24 @@ AutoReqProv: No %description ukrhyph-doc Documentation for ukrhyph +%post ukrhyph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ukrhyph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ukrhyph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lcyw Provides: tex-lcyw = %{tl_version} License: LPPL 1.3 @@ -126137,7 +144179,7 @@ touch /var/run/texlive/run-mtxrun %postun lcyw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126159,6 +144201,24 @@ AutoReqProv: No %description lcyw-doc Documentation for lcyw +%post lcyw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lcyw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcyw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lh Provides: tex-lh = %{tl_version} License: LPPL @@ -126212,7 +144272,7 @@ touch /var/run/texlive/run-mtxrun %postun lh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126235,6 +144295,24 @@ Requires: tex-ec-doc %description lh-doc Documentation for lh +%post lh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lhcyr Provides: tex-lhcyr = %{tl_version} License: Lhcyr @@ -126304,7 +144382,7 @@ touch /var/run/texlive/run-mtxrun %postun lhcyr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126326,6 +144404,24 @@ AutoReqProv: No %description lshort-bulgarian-doc Documentation for lshort-bulgarian +%post lshort-bulgarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-bulgarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-bulgarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-mongol-doc Summary: Documentation for lshort-mongol Version: svn15878.4.26 @@ -126337,6 +144433,24 @@ AutoReqProv: No %description lshort-mongol-doc Documentation for lshort-mongol +%post lshort-mongol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-mongol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-mongol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-russian-doc Summary: Documentation for lshort-russian Version: svn18906.0 @@ -126348,6 +144462,24 @@ AutoReqProv: No %description lshort-russian-doc Documentation for lshort-russian +%post lshort-russian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-russian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-russian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-ukr-doc Summary: Documentation for lshort-ukr Version: svn15878.4.00 @@ -126359,6 +144491,24 @@ AutoReqProv: No %description lshort-ukr-doc Documentation for lshort-ukr +%post lshort-ukr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-ukr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-ukr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mongolian-babel Provides: tex-mongolian-babel = %{tl_version} License: LPPL @@ -126389,7 +144539,7 @@ touch /var/run/texlive/run-mtxrun %postun mongolian-babel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126411,6 +144561,24 @@ AutoReqProv: No %description mongolian-babel-doc Documentation for mongolian-babel +%post mongolian-babel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mongolian-babel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mongolian-babel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package montex Provides: tex-montex = %{tl_version} License: GPL+ @@ -126669,6 +144837,24 @@ Requires: tex-cbfonts-doc %description montex-doc Documentation for montex +%post montex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun montex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans montex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mpman-ru-doc Summary: Documentation for mpman-ru Version: svn15878.1.004 @@ -126680,6 +144866,24 @@ AutoReqProv: No %description mpman-ru-doc Documentation for mpman-ru +%post mpman-ru-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mpman-ru-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpman-ru-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-eucl-translation-bg-doc Summary: Documentation for pst-eucl-translation-bg Version: svn19296.1.3.2 @@ -126691,6 +144895,24 @@ AutoReqProv: No %description pst-eucl-translation-bg-doc Documentation for pst-eucl-translation-bg +%post pst-eucl-translation-bg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-eucl-translation-bg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-eucl-translation-bg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package serbian-apostrophe Provides: tex-serbian-apostrophe = %{tl_version} License: LPPL 1.3 @@ -126721,7 +144943,7 @@ touch /var/run/texlive/run-mtxrun %postun serbian-apostrophe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126743,6 +144965,24 @@ AutoReqProv: No %description serbian-apostrophe-doc Documentation for serbian-apostrophe +%post serbian-apostrophe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun serbian-apostrophe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-apostrophe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package serbian-date-lat Provides: tex-serbian-date-lat = %{tl_version} License: GPLv2+ @@ -126771,7 +145011,7 @@ touch /var/run/texlive/run-mtxrun %postun serbian-date-lat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126793,6 +145033,24 @@ AutoReqProv: No %description serbian-date-lat-doc Documentation for serbian-date-lat +%post serbian-date-lat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun serbian-date-lat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-date-lat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package serbian-def-cyr Provides: tex-serbian-def-cyr = %{tl_version} License: LPPL 1.3 @@ -126823,7 +145081,7 @@ touch /var/run/texlive/run-mtxrun %postun serbian-def-cyr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126845,6 +145103,24 @@ AutoReqProv: No %description serbian-def-cyr-doc Documentation for serbian-def-cyr +%post serbian-def-cyr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun serbian-def-cyr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-def-cyr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package serbian-lig Provides: tex-serbian-lig = %{tl_version} License: LPPL 1.3 @@ -126873,7 +145149,7 @@ touch /var/run/texlive/run-mtxrun %postun serbian-lig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -126895,6 +145171,24 @@ AutoReqProv: No %description serbian-lig-doc Documentation for serbian-lig +%post serbian-lig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun serbian-lig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans serbian-lig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package t2 Provides: tex-t2 = %{tl_version} License: LPPL @@ -126974,6 +145268,24 @@ AutoReqProv: No %description t2-doc Documentation for t2 +%post t2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun t2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans t2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-ru-doc Summary: Documentation for texlive-ru Version: svn37222.0 @@ -126985,6 +145297,24 @@ AutoReqProv: No %description texlive-ru-doc Documentation for texlive-ru +%post texlive-ru-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-ru-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-ru-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-sr-doc Summary: Documentation for texlive-sr Version: svn37233.0 @@ -126996,6 +145326,24 @@ AutoReqProv: No %description texlive-sr-doc Documentation for texlive-sr +%post texlive-sr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-sr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-sr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langczechslovak Summary: Czech/Slovak Version: svn32550.0 @@ -127366,7 +145714,7 @@ touch /var/run/texlive/run-mtxrun %postun csbulletin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -127388,6 +145736,24 @@ AutoReqProv: No %description csbulletin-doc Documentation for csbulletin +%post csbulletin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun csbulletin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csbulletin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cslatex Provides: tex-cslatex = %{tl_version} License: GPL+ @@ -127487,7 +145853,7 @@ Binaries for cslatex Provides: tex-csplain = %{tl_version} License: GPLv2+ Summary: Plain TeX multilanguage support -Version: svn37901.0 +Version: svn38351.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -127567,7 +145933,7 @@ bibliography, index, toc, tables,etc.) by Plain TeX macros. The OPmac macros can generate and bibliography without any external program. -date: 2014-06-22 17:50:01 +0200 +date: 2015-08-03 05:43:12 +0200 %post csplain mkdir -p /var/run/texlive @@ -127622,6 +145988,24 @@ AutoReqProv: No %description cstex-doc Documentation for cstex +%post cstex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cstex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cstex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-czech Provides: tex-hyphen-czech = %{tl_version} License: LPPL @@ -127744,7 +146128,7 @@ touch /var/run/texlive/run-mtxrun %postun vlna if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -127766,6 +146150,24 @@ AutoReqProv: No %description vlna-doc Documentation for vlna +%post vlna-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vlna-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vlna-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vlna-bin Summary: Binaries for vlna Version: svn36790.0 @@ -127788,6 +146190,24 @@ AutoReqProv: No %description lshort-czech-doc Documentation for lshort-czech +%post lshort-czech-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-czech-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-czech-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-slovak-doc Summary: Documentation for lshort-slovak Version: svn15878.0 @@ -127799,6 +146219,24 @@ AutoReqProv: No %description lshort-slovak-doc Documentation for lshort-slovak +%post lshort-slovak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-slovak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-slovak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-cz-doc Summary: Documentation for texlive-cz Version: svn37325.0 @@ -127810,6 +146248,24 @@ AutoReqProv: No %description texlive-cz-doc Documentation for texlive-cz +%post texlive-cz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-cz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-cz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langenglish Summary: US and UK English Version: svn37500.0 @@ -127960,6 +146416,24 @@ AutoReqProv: No %description FAQ-en-doc Documentation for FAQ-en +%post FAQ-en-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun FAQ-en-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans FAQ-en-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package MemoirChapStyles-doc Summary: Documentation for MemoirChapStyles Version: svn25918.1.7e @@ -127971,6 +146445,24 @@ AutoReqProv: No %description MemoirChapStyles-doc Documentation for MemoirChapStyles +%post MemoirChapStyles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun MemoirChapStyles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans MemoirChapStyles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package Type1fonts-doc Summary: Documentation for Type1fonts Version: svn19603.2.14 @@ -127982,6 +146474,24 @@ AutoReqProv: No %description Type1fonts-doc Documentation for Type1fonts +%post Type1fonts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun Type1fonts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans Type1fonts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package components-of-TeX-doc Summary: Documentation for components-of-TeX Version: svn15878.0 @@ -127993,6 +146503,24 @@ AutoReqProv: No %description components-of-TeX-doc Documentation for components-of-TeX +%post components-of-TeX-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun components-of-TeX-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans components-of-TeX-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package comprehensive-doc Summary: Documentation for comprehensive Version: svn25501.11.0 @@ -128004,6 +146532,24 @@ AutoReqProv: No %description comprehensive-doc Documentation for comprehensive +%post comprehensive-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun comprehensive-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comprehensive-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dickimaw-doc Summary: Documentation for dickimaw Version: svn32925.0 @@ -128015,9 +146561,27 @@ AutoReqProv: No %description dickimaw-doc Documentation for dickimaw +%post dickimaw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dickimaw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dickimaw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dtxtut-doc Summary: Documentation for dtxtut -Version: svn15878.0 +Version: svn38375.2.1 Release: %{tl_noarch_release} Provides: tex-dtxtut-doc BuildArch: noarch @@ -128026,6 +146590,24 @@ AutoReqProv: No %description dtxtut-doc Documentation for dtxtut +%post dtxtut-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dtxtut-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtxtut-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package first-latex-doc-doc Summary: Documentation for first-latex-doc Version: svn15878.0 @@ -128037,6 +146619,24 @@ AutoReqProv: No %description first-latex-doc-doc Documentation for first-latex-doc +%post first-latex-doc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun first-latex-doc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans first-latex-doc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gentle-doc Summary: Documentation for gentle Version: svn15878.0 @@ -128048,6 +146648,24 @@ AutoReqProv: No %description gentle-doc Documentation for gentle +%post gentle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gentle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gentle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package guide-to-latex-doc Summary: Documentation for guide-to-latex Version: svn15878.0 @@ -128059,6 +146677,24 @@ AutoReqProv: No %description guide-to-latex-doc Documentation for guide-to-latex +%post guide-to-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun guide-to-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guide-to-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package happy4th-doc Summary: Documentation for happy4th Version: svn25020.20120102 @@ -128070,6 +146706,24 @@ AutoReqProv: No %description happy4th-doc Documentation for happy4th +%post happy4th-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun happy4th-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans happy4th-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package impatient-doc Summary: Documentation for impatient Version: svn35573.0 @@ -128081,6 +146735,24 @@ AutoReqProv: No %description impatient-doc Documentation for impatient +%post impatient-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun impatient-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans impatient-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package intro-scientific-doc Summary: Documentation for intro-scientific Version: svn15878.5th_edition @@ -128092,6 +146764,24 @@ AutoReqProv: No %description intro-scientific-doc Documentation for intro-scientific +%post intro-scientific-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun intro-scientific-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans intro-scientific-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package knuth-doc Summary: Documentation for knuth Version: svn32899.0 @@ -128103,6 +146793,24 @@ AutoReqProv: No %description knuth-doc Documentation for knuth +%post knuth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun knuth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans knuth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l2tabu-english-doc Summary: Documentation for l2tabu-english Version: svn15878.1.8.5.7 @@ -128114,6 +146822,24 @@ AutoReqProv: No %description l2tabu-english-doc Documentation for l2tabu-english +%post l2tabu-english-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2tabu-english-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2tabu-english-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-brochure-doc Summary: Documentation for latex-brochure Version: svn28916.0 @@ -128125,6 +146851,24 @@ AutoReqProv: No %description latex-brochure-doc Documentation for latex-brochure +%post latex-brochure-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-brochure-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-brochure-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-course-doc Summary: Documentation for latex-course Version: svn25505.2 @@ -128136,6 +146880,24 @@ AutoReqProv: No %description latex-course-doc Documentation for latex-course +%post latex-course-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-course-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-course-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-doc-ptr-doc Summary: Documentation for latex-doc-ptr Version: svn15878.0 @@ -128147,6 +146909,24 @@ AutoReqProv: No %description latex-doc-ptr-doc Documentation for latex-doc-ptr +%post latex-doc-ptr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-doc-ptr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-doc-ptr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-graphics-companion-doc Summary: Documentation for latex-graphics-companion Version: svn29235.0 @@ -128158,6 +146938,24 @@ AutoReqProv: No %description latex-graphics-companion-doc Documentation for latex-graphics-companion +%post latex-graphics-companion-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-graphics-companion-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-graphics-companion-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-veryshortguide-doc Summary: Documentation for latex-veryshortguide Version: svn29803.0 @@ -128169,6 +146967,24 @@ AutoReqProv: No %description latex-veryshortguide-doc Documentation for latex-veryshortguide +%post latex-veryshortguide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-veryshortguide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-veryshortguide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-web-companion-doc Summary: Documentation for latex-web-companion Version: svn29349.0 @@ -128180,6 +146996,24 @@ AutoReqProv: No %description latex-web-companion-doc Documentation for latex-web-companion +%post latex-web-companion-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-web-companion-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-web-companion-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex2e-help-texinfo Provides: tex-latex2e-help-texinfo = %{tl_version} License: Latex2e @@ -128217,7 +147051,7 @@ touch /var/run/texlive/run-mtxrun %postun latex2e-help-texinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -128239,6 +147073,24 @@ AutoReqProv: No %description latex2e-help-texinfo-doc Documentation for latex2e-help-texinfo +%post latex2e-help-texinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex2e-help-texinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2e-help-texinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex4wp-doc Summary: Documentation for latex4wp Version: svn35999.1.0.10 @@ -128250,6 +147102,24 @@ AutoReqProv: No %description latex4wp-doc Documentation for latex4wp +%post latex4wp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex4wp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex4wp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexcheat-doc Summary: Documentation for latexcheat Version: svn15878.1.13 @@ -128261,6 +147131,24 @@ AutoReqProv: No %description latexcheat-doc Documentation for latexcheat +%post latexcheat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexcheat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexcheat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexcourse-rug-doc Summary: Documentation for latexcourse-rug Version: svn35544.1.05 @@ -128272,6 +147160,24 @@ AutoReqProv: No %description latexcourse-rug-doc Documentation for latexcourse-rug +%post latexcourse-rug-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexcourse-rug-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexcourse-rug-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexfileinfo-pkgs Provides: tex-latexfileinfo-pkgs = %{tl_version} License: LPPL 1.3 @@ -128302,7 +147208,7 @@ touch /var/run/texlive/run-mtxrun %postun latexfileinfo-pkgs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -128324,6 +147230,24 @@ AutoReqProv: No %description latexfileinfo-pkgs-doc Documentation for latexfileinfo-pkgs +%post latexfileinfo-pkgs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexfileinfo-pkgs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexfileinfo-pkgs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-english-doc Summary: Documentation for lshort-english Version: svn37892.5.0.5 @@ -128335,6 +147259,24 @@ AutoReqProv: No %description lshort-english-doc Documentation for lshort-english +%post lshort-english-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-english-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-english-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package macros2e-doc Summary: Documentation for macros2e Version: svn23236.v0.4 @@ -128346,6 +147288,24 @@ AutoReqProv: No %description macros2e-doc Documentation for macros2e +%post macros2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun macros2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans macros2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package math-e-doc Summary: Documentation for math-e Version: svn20062.0 @@ -128357,6 +147317,24 @@ AutoReqProv: No %description math-e-doc Documentation for math-e +%post math-e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun math-e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans math-e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package maths-symbols-doc Summary: Documentation for maths-symbols Version: svn37763.3.4 @@ -128368,6 +147346,24 @@ AutoReqProv: No %description maths-symbols-doc Documentation for maths-symbols +%post maths-symbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun maths-symbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans maths-symbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package memdesign-doc Summary: Documentation for memdesign Version: svn34157.0 @@ -128379,6 +147375,24 @@ AutoReqProv: No %description memdesign-doc Documentation for memdesign +%post memdesign-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun memdesign-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memdesign-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metafont-beginners-doc Summary: Documentation for metafont-beginners Version: svn29803.0 @@ -128390,6 +147404,24 @@ AutoReqProv: No %description metafont-beginners-doc Documentation for metafont-beginners +%post metafont-beginners-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metafont-beginners-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metafont-beginners-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metapost-examples-doc Summary: Documentation for metapost-examples Version: svn15878.0 @@ -128401,6 +147433,24 @@ AutoReqProv: No %description metapost-examples-doc Documentation for metapost-examples +%post metapost-examples-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metapost-examples-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metapost-examples-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mil3-doc Summary: Documentation for mil3 Version: svn21677.0 @@ -128412,6 +147462,24 @@ AutoReqProv: No %description mil3-doc Documentation for mil3 +%post mil3-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mil3-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mil3-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package patgen2-tutorial-doc Summary: Documentation for patgen2-tutorial Version: svn16490.0 @@ -128423,6 +147491,24 @@ AutoReqProv: No %description patgen2-tutorial-doc Documentation for patgen2-tutorial +%post patgen2-tutorial-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun patgen2-tutorial-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans patgen2-tutorial-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pictexsum-doc Summary: Documentation for pictexsum Version: svn24965.0 @@ -128434,6 +147520,24 @@ AutoReqProv: No %description pictexsum-doc Documentation for pictexsum +%post pictexsum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pictexsum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pictexsum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plain-doc-doc Summary: Documentation for plain-doc Version: svn28424.0 @@ -128445,6 +147549,24 @@ AutoReqProv: No %description plain-doc-doc Documentation for plain-doc +%post plain-doc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plain-doc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plain-doc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package presentations-en-doc Summary: Documentation for presentations-en Version: svn29803.0 @@ -128456,6 +147578,24 @@ AutoReqProv: No %description presentations-en-doc Documentation for presentations-en +%post presentations-en-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun presentations-en-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans presentations-en-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pstricks-examples-en-doc Summary: Documentation for pstricks-examples-en Version: svn29349.0 @@ -128467,6 +147607,24 @@ AutoReqProv: No %description pstricks-examples-en-doc Documentation for pstricks-examples-en +%post pstricks-examples-en-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstricks-examples-en-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks-examples-en-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package simplified-latex-doc Summary: Documentation for simplified-latex Version: svn20620.0 @@ -128478,6 +147636,24 @@ AutoReqProv: No %description simplified-latex-doc Documentation for simplified-latex +%post simplified-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun simplified-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplified-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svg-inkscape-doc Summary: Documentation for svg-inkscape Version: svn32199.0 @@ -128489,6 +147665,24 @@ AutoReqProv: No %description svg-inkscape-doc Documentation for svg-inkscape +%post svg-inkscape-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svg-inkscape-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svg-inkscape-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabulars-e-doc Summary: Documentation for tabulars-e Version: svn21191.1.0 @@ -128500,6 +147694,24 @@ AutoReqProv: No %description tabulars-e-doc Documentation for tabulars-e +%post tabulars-e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabulars-e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabulars-e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tamethebeast-doc Summary: Documentation for tamethebeast Version: svn15878.1.4 @@ -128511,6 +147723,24 @@ AutoReqProv: No %description tamethebeast-doc Documentation for tamethebeast +%post tamethebeast-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tamethebeast-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tamethebeast-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tds-doc Summary: Documentation for tds Version: svn15878.1.1 @@ -128522,6 +147752,24 @@ AutoReqProv: No %description tds-doc Documentation for tds +%post tds-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tds-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tds-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-font-errors-cheatsheet-doc Summary: Documentation for tex-font-errors-cheatsheet Version: svn18314.0.1 @@ -128533,6 +147781,24 @@ AutoReqProv: No %description tex-font-errors-cheatsheet-doc Documentation for tex-font-errors-cheatsheet +%post tex-font-errors-cheatsheet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-font-errors-cheatsheet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-font-errors-cheatsheet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-overview-doc Summary: Documentation for tex-overview Version: svn27724.0.1f @@ -128544,6 +147810,24 @@ AutoReqProv: No %description tex-overview-doc Documentation for tex-overview +%post tex-overview-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-overview-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-overview-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-refs-doc Summary: Documentation for tex-refs Version: svn31946.0.4.8 @@ -128555,6 +147839,24 @@ AutoReqProv: No %description tex-refs-doc Documentation for tex-refs +%post tex-refs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-refs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-refs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texbytopic-doc Summary: Documentation for texbytopic Version: svn15878.0 @@ -128566,6 +147868,24 @@ AutoReqProv: No %description texbytopic-doc Documentation for texbytopic +%post texbytopic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texbytopic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texbytopic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titlepages-doc Summary: Documentation for titlepages Version: svn19457.0 @@ -128577,6 +147897,24 @@ AutoReqProv: No %description titlepages-doc Documentation for titlepages +%post titlepages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titlepages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlepages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tlc2-doc Summary: Documentation for tlc2 Version: svn26096.0 @@ -128588,6 +147926,24 @@ AutoReqProv: No %description tlc2-doc Documentation for tlc2 +%post tlc2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tlc2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tlc2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package visualfaq-doc Summary: Documentation for visualfaq Version: svn19677.0 @@ -128599,6 +147955,24 @@ AutoReqProv: No %description visualfaq-doc Documentation for visualfaq +%post visualfaq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun visualfaq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans visualfaq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package voss-mathmode-doc Summary: Documentation for voss-mathmode Version: svn36093.2.47 @@ -128610,6 +147984,24 @@ AutoReqProv: No %description voss-mathmode-doc Documentation for voss-mathmode +%post voss-mathmode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun voss-mathmode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans voss-mathmode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package webguide-doc Summary: Documentation for webguide Version: svn25813.0 @@ -128621,6 +148013,24 @@ AutoReqProv: No %description webguide-doc Documentation for webguide +%post webguide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun webguide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans webguide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetexref-doc Summary: Documentation for xetexref Version: svn30636.0 @@ -128632,9 +148042,27 @@ AutoReqProv: No %description xetexref-doc Documentation for xetexref +%post xetexref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetexref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langeuropean Summary: Other European languages -Version: svn36307.0 +Version: svn38353.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -128695,6 +148123,7 @@ Requires: texlive-lshort-dutch-doc Requires: texlive-lshort-finnish-doc Requires: texlive-lshort-slovenian-doc Requires: texlive-lshort-turkish-doc +Requires: tex-nevelok Requires: tex-swebib Requires: tex-turkmen @@ -128728,7 +148157,7 @@ touch /var/run/texlive/run-mtxrun %postun finbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -128790,7 +148219,7 @@ touch /var/run/texlive/run-mtxrun %postun hrlatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -128812,6 +148241,24 @@ AutoReqProv: No %description hrlatex-doc Documentation for hrlatex +%post hrlatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hrlatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hrlatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-armenian Provides: tex-hyphen-armenian = %{tl_version} License: LPPL @@ -129215,6 +148662,24 @@ Requires: tex-hyph-utf8-doc %description hyphen-hungarian-doc Documentation for hyphen-hungarian +%post hyphen-hungarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyphen-hungarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphen-hungarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-icelandic Provides: tex-hyphen-icelandic = %{tl_version} License: LPPL @@ -130097,6 +149562,24 @@ AutoReqProv: No %description lithuanian-doc Documentation for lithuanian +%post lithuanian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lithuanian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lithuanian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-dutch-doc Summary: Documentation for lshort-dutch Version: svn15878.1.3 @@ -130108,6 +149591,24 @@ AutoReqProv: No %description lshort-dutch-doc Documentation for lshort-dutch +%post lshort-dutch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-dutch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-dutch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-finnish-doc Summary: Documentation for lshort-finnish Version: svn15878.0 @@ -130119,6 +149620,24 @@ AutoReqProv: No %description lshort-finnish-doc Documentation for lshort-finnish +%post lshort-finnish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-finnish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-finnish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-slovenian-doc Summary: Documentation for lshort-slovenian Version: svn15878.4.20 @@ -130130,6 +149649,24 @@ AutoReqProv: No %description lshort-slovenian-doc Documentation for lshort-slovenian +%post lshort-slovenian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-slovenian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-slovenian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-turkish-doc Summary: Documentation for lshort-turkish Version: svn15878.4.20 @@ -130141,6 +149678,91 @@ AutoReqProv: No %description lshort-turkish-doc Documentation for lshort-turkish +%post lshort-turkish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-turkish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-turkish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package nevelok +Provides: tex-nevelok = %{tl_version} +License: LPPL 1.3 +Summary: LaTeX package for automatic definite articles for Hungarian +Version: svn38353.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: tex(xstring.sty) +Provides: tex(nevelok.sty) = %{tl_version} + +%description nevelok +LaTeX package for automatic definite articles for Hungarian + +date: 2015-09-10 22:18:39 +0200 + +%post nevelok +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun nevelok +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nevelok +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package nevelok-doc +Summary: Documentation for nevelok +Version: svn38353.1.00 +Release: %{tl_noarch_release} +Provides: tex-nevelok-doc +BuildArch: noarch +AutoReqProv: No + +%description nevelok-doc +Documentation for nevelok + +%post nevelok-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nevelok-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nevelok-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package swebib Provides: tex-swebib = %{tl_version} License: LPPL 1.2 @@ -130170,7 +149792,7 @@ touch /var/run/texlive/run-mtxrun %postun swebib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130192,6 +149814,24 @@ AutoReqProv: No %description swebib-doc Documentation for swebib +%post swebib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun swebib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans swebib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package turkmen Provides: tex-turkmen = %{tl_version} License: LPPL @@ -130219,7 +149859,7 @@ touch /var/run/texlive/run-mtxrun %postun turkmen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130241,9 +149881,27 @@ AutoReqProv: No %description turkmen-doc Documentation for turkmen +%post turkmen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun turkmen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turkmen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langfrench Summary: French -Version: svn30372.0 +Version: svn38142.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -130258,9 +149916,9 @@ Requires: tex-bib-fr Requires: tex-bibleref-french Requires: texlive-booktabs-fr-doc Requires: tex-droit-fr +Requires: tex-e-french Requires: texlive-epslatex-fr-doc Requires: tex-facture -Requires: tex-frenchle Requires: tex-frletter Requires: tex-hyphen-basque Requires: tex-hyphen-french @@ -130323,7 +149981,7 @@ touch /var/run/texlive/run-mtxrun %postun droit-fr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130345,6 +150003,125 @@ AutoReqProv: No %description droit-fr-doc Documentation for droit-fr +%post droit-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun droit-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans droit-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package e-french +Provides: tex-e-french = %{tl_version} +License: LPPL 1.3 +Summary: Comprehensive LaTeX support for French-language typesetting +Version: svn38141.5.9995 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: tex(msg.sty) +Requires: tex(latexsym.sty) +Requires: tex(german.sty) +Requires: tex(ngerman.sty) +Provides: tex(efrench.ldf) = %{tl_version} +Provides: tex(efrench.sty) = %{tl_version} +Provides: tex(enbib.ldf) = %{tl_version} +Provides: tex(epreuve.sty) = %{tl_version} +Provides: tex(fenglish.sty) = %{tl_version} +Provides: tex(frabbrev.tex) = %{tl_version} +Provides: tex(frbabel.sty) = %{tl_version} +Provides: tex(frbib.ldf) = %{tl_version} +Provides: tex(french-msg.tex) = %{tl_version} +Provides: tex(french.cfg) = %{tl_version} +Provides: tex(french.ldf) = %{tl_version} +Provides: tex(french.sty) = %{tl_version} +Provides: tex(french_french-msg.tex) = %{tl_version} +Provides: tex(frenchle.cfg) = %{tl_version} +Provides: tex(frenchle.ldf) = %{tl_version} +Provides: tex(frenchle.sty) = %{tl_version} +Provides: tex(frenchpro.ldf) = %{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-31.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. + +date: 2015-08-17 12:36:14 +0200 + +%post e-french +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun e-french +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans e-french +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package e-french-doc +Summary: Documentation for e-french +Version: svn38141.5.9995 +Release: %{tl_noarch_release} +Provides: tex-e-french-doc +BuildArch: noarch +AutoReqProv: No + +%description e-french-doc +Documentation for e-french + +%post e-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun e-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans e-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epslatex-fr-doc Summary: Documentation for epslatex-fr Version: svn19440.0 @@ -130356,6 +150133,24 @@ AutoReqProv: No %description epslatex-fr-doc Documentation for epslatex-fr +%post epslatex-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epslatex-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epslatex-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package facture Provides: tex-facture = %{tl_version} License: CC-BY-SA @@ -130399,7 +150194,7 @@ touch /var/run/texlive/run-mtxrun %postun facture if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130421,67 +150216,24 @@ AutoReqProv: No %description facture-doc Documentation for facture -%package frenchle -Provides: tex-frenchle = %{tl_version} -License: LPPL -Summary: French macros, usable stand-alone or with Babel -Version: svn29803.5.9995 -Release: %{tl_noarch_release} -BuildArch: noarch -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: tex(babel.sty) -Provides: tex(babelfr.sty) = %{tl_version} -Provides: tex(french.ldf) = %{tl_version} -Provides: tex(frenchle.cfg) = %{tl_version} -Provides: tex(frenchle.ldf) = %{tl_version} -Provides: tex(frenchle.sty) = %{tl_version} - -%description frenchle -This is a redistribution and repackaging of the late Bernard -Gaulle's "light" package to typeset French documents according -to the rules of the "Imprimerie Nationale". The package offers -a package, two Babel language definition files (french.ldf and -frenchle.ldf), and a package to enable the non-standard -definition files to be loaded into an unmodified Babel. The -user may simply use frenchle.sty if typesetting a French-only -document, but should use Babel with the frenchle option for a -multilingual document. - -date: 2012-05-31 00:57:47 +0200 - -%post frenchle +%post facture-doc mkdir -p /var/run/texlive touch /var/run/texlive/run-texhash -touch /var/run/texlive/run-mtxrun : -%postun frenchle +%postun facture-doc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi : -%posttrans frenchle +%posttrans facture-doc if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi -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 : -%package frenchle-doc -Summary: Documentation for frenchle -Version: svn29803.5.9995 -Release: %{tl_noarch_release} -Provides: tex-frenchle-doc -BuildArch: noarch -AutoReqProv: No - -%description frenchle-doc -Documentation for frenchle - %package frletter Provides: tex-frletter = %{tl_version} License: Public Domain @@ -130511,7 +150263,7 @@ touch /var/run/texlive/run-mtxrun %postun frletter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130533,6 +150285,24 @@ AutoReqProv: No %description frletter-doc Documentation for frletter +%post frletter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frletter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frletter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-basque Provides: tex-hyphen-basque = %{tl_version} License: Bahyph @@ -130652,6 +150422,24 @@ AutoReqProv: No %description impatient-fr-doc Documentation for impatient-fr +%post impatient-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun impatient-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans impatient-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package impnattypo Provides: tex-impnattypo = %{tl_version} License: LPPL 1.3 @@ -130684,7 +150472,7 @@ touch /var/run/texlive/run-mtxrun %postun impnattypo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130706,6 +150494,24 @@ AutoReqProv: No %description impnattypo-doc Documentation for impnattypo +%post impnattypo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun impnattypo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans impnattypo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l2tabu-french-doc Summary: Documentation for l2tabu-french Version: svn31315.2.3 @@ -130717,6 +150523,24 @@ AutoReqProv: No %description l2tabu-french-doc Documentation for l2tabu-french +%post l2tabu-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2tabu-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2tabu-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-french-doc Summary: Documentation for lshort-french Version: svn23332.5.01fr_0 @@ -130728,6 +150552,24 @@ AutoReqProv: No %description lshort-french-doc Documentation for lshort-french +%post lshort-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mafr Provides: tex-mafr = %{tl_version} License: GPL+ @@ -130763,7 +150605,7 @@ touch /var/run/texlive/run-mtxrun %postun mafr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130785,6 +150627,24 @@ AutoReqProv: No %description mafr-doc Documentation for mafr +%post mafr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mafr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mafr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabvar Provides: tex-tabvar = %{tl_version} License: LPPL 1.3 @@ -130851,6 +150711,24 @@ AutoReqProv: No %description tabvar-doc Documentation for tabvar +%post tabvar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabvar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabvar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tdsfrmath Provides: tex-tdsfrmath = %{tl_version} License: LPPL @@ -130889,7 +150767,7 @@ touch /var/run/texlive/run-mtxrun %postun tdsfrmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -130911,6 +150789,24 @@ AutoReqProv: No %description tdsfrmath-doc Documentation for tdsfrmath +%post tdsfrmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tdsfrmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tdsfrmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-fr-doc Summary: Documentation for texlive-fr Version: svn37426.0 @@ -130922,6 +150818,24 @@ AutoReqProv: No %description texlive-fr-doc Documentation for texlive-fr +%post texlive-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-array-fr-doc Summary: Documentation for translation-array-fr Version: svn24344.0 @@ -130933,6 +150847,24 @@ AutoReqProv: No %description translation-array-fr-doc Documentation for translation-array-fr +%post translation-array-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-array-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-array-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-dcolumn-fr-doc Summary: Documentation for translation-dcolumn-fr Version: svn24345.0 @@ -130944,6 +150876,24 @@ AutoReqProv: No %description translation-dcolumn-fr-doc Documentation for translation-dcolumn-fr +%post translation-dcolumn-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-dcolumn-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-dcolumn-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-natbib-fr-doc Summary: Documentation for translation-natbib-fr Version: svn25105.0 @@ -130955,6 +150905,24 @@ AutoReqProv: No %description translation-natbib-fr-doc Documentation for translation-natbib-fr +%post translation-natbib-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-natbib-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-natbib-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-tabbing-fr-doc Summary: Documentation for translation-tabbing-fr Version: svn24228.0 @@ -130966,6 +150934,24 @@ AutoReqProv: No %description translation-tabbing-fr-doc Documentation for translation-tabbing-fr +%post translation-tabbing-fr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-tabbing-fr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-tabbing-fr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package variations Provides: tex-variations = %{tl_version} License: GPL+ @@ -130995,7 +150981,7 @@ touch /var/run/texlive/run-mtxrun %postun variations if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131017,6 +151003,24 @@ AutoReqProv: No %description variations-doc Documentation for variations +%post variations-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun variations-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans variations-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langgerman Summary: German Version: svn36284.0 @@ -131083,6 +151087,24 @@ AutoReqProv: No %description csquotes-de-doc Documentation for csquotes-de +%post csquotes-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun csquotes-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csquotes-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dehyph-exptl Provides: tex-dehyph-exptl = %{tl_version} License: LPPL @@ -131173,6 +151195,24 @@ Requires: tex-hyph-utf8-doc %description dehyph-exptl-doc Documentation for dehyph-exptl +%post dehyph-exptl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dehyph-exptl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dehyph-exptl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dhua Provides: tex-dhua = %{tl_version} License: LPPL 1.3 @@ -131211,7 +151251,7 @@ touch /var/run/texlive/run-mtxrun %postun dhua if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131233,6 +151273,24 @@ AutoReqProv: No %description dhua-doc Documentation for dhua +%post dhua-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dhua-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dhua-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package einfuehrung-doc Summary: Documentation for einfuehrung Version: svn29349.0 @@ -131244,6 +151302,24 @@ AutoReqProv: No %description einfuehrung-doc Documentation for einfuehrung +%post einfuehrung-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun einfuehrung-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans einfuehrung-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etdipa-doc Summary: Documentation for etdipa Version: svn36354.2.6 @@ -131255,6 +151331,24 @@ AutoReqProv: No %description etdipa-doc Documentation for etdipa +%post etdipa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etdipa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etdipa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etoolbox-de-doc Summary: Documentation for etoolbox-de Version: svn21906.1 @@ -131266,6 +151360,24 @@ AutoReqProv: No %description etoolbox-de-doc Documentation for etoolbox-de +%post etoolbox-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etoolbox-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etoolbox-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fifinddo-info-doc Summary: Documentation for fifinddo-info Version: svn29349.1.1b @@ -131277,6 +151389,24 @@ AutoReqProv: No %description fifinddo-info-doc Documentation for fifinddo-info +%post fifinddo-info-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fifinddo-info-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fifinddo-info-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package geometry-de-doc Summary: Documentation for geometry-de Version: svn21882.1.1 @@ -131288,6 +151418,24 @@ AutoReqProv: No %description geometry-de-doc Documentation for geometry-de +%post geometry-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun geometry-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans geometry-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package german Provides: tex-german = %{tl_version} License: LPPL @@ -131316,7 +151464,7 @@ touch /var/run/texlive/run-mtxrun %postun german if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131338,6 +151486,24 @@ AutoReqProv: No %description german-doc Documentation for german +%post german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package germbib Provides: tex-germbib = %{tl_version} License: Bibtex @@ -131370,7 +151536,7 @@ touch /var/run/texlive/run-mtxrun %postun germbib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131392,6 +151558,24 @@ AutoReqProv: No %description germbib-doc Documentation for germbib +%post germbib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun germbib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans germbib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package germkorr Provides: tex-germkorr = %{tl_version} License: GPL+ @@ -131421,7 +151605,7 @@ touch /var/run/texlive/run-mtxrun %postun germkorr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131443,6 +151627,24 @@ AutoReqProv: No %description germkorr-doc Documentation for germkorr +%post germkorr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun germkorr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans germkorr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hausarbeit-jura Provides: tex-hausarbeit-jura = %{tl_version} License: LPPL 1.3 @@ -131484,7 +151686,7 @@ touch /var/run/texlive/run-mtxrun %postun hausarbeit-jura if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131506,6 +151708,24 @@ AutoReqProv: No %description hausarbeit-jura-doc Documentation for hausarbeit-jura +%post hausarbeit-jura-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hausarbeit-jura-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hausarbeit-jura-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-german Provides: tex-hyphen-german = %{tl_version} License: LPPL @@ -131588,6 +151808,24 @@ AutoReqProv: No %description koma-script-examples-doc Documentation for koma-script-examples +%post koma-script-examples-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun koma-script-examples-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-script-examples-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l2picfaq-doc Summary: Documentation for l2picfaq Version: svn19601.1.50 @@ -131599,6 +151837,24 @@ AutoReqProv: No %description l2picfaq-doc Documentation for l2picfaq +%post l2picfaq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2picfaq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2picfaq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l2tabu-doc Summary: Documentation for l2tabu Version: svn24038.2.3 @@ -131610,6 +151866,24 @@ AutoReqProv: No %description l2tabu-doc Documentation for l2tabu +%post l2tabu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2tabu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2tabu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-bib-ex-doc Summary: Documentation for latex-bib-ex Version: svn25831.0 @@ -131621,6 +151895,24 @@ AutoReqProv: No %description latex-bib-ex-doc Documentation for latex-bib-ex +%post latex-bib-ex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-bib-ex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-bib-ex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-referenz-doc Summary: Documentation for latex-referenz Version: svn36671.2 @@ -131632,6 +151924,24 @@ AutoReqProv: No %description latex-referenz-doc Documentation for latex-referenz +%post latex-referenz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-referenz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-referenz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-tabellen-doc Summary: Documentation for latex-tabellen Version: svn16979.0 @@ -131643,6 +151953,24 @@ AutoReqProv: No %description latex-tabellen-doc Documentation for latex-tabellen +%post latex-tabellen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-tabellen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-tabellen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexcheat-de-doc Summary: Documentation for latexcheat-de Version: svn35702.0 @@ -131654,6 +151982,24 @@ AutoReqProv: No %description latexcheat-de-doc Documentation for latexcheat-de +%post latexcheat-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexcheat-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexcheat-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-german-doc Summary: Documentation for lshort-german Version: svn37499.3.0a @@ -131665,6 +152011,24 @@ AutoReqProv: No %description lshort-german-doc Documentation for lshort-german +%post lshort-german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lualatex-doc-de-doc Summary: Documentation for lualatex-doc-de Version: svn30474.1.0 @@ -131676,6 +152040,24 @@ AutoReqProv: No %description lualatex-doc-de-doc Documentation for lualatex-doc-de +%post lualatex-doc-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lualatex-doc-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualatex-doc-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package microtype-de-doc Summary: Documentation for microtype-de Version: svn24549.2.4 @@ -131687,6 +152069,24 @@ AutoReqProv: No %description microtype-de-doc Documentation for microtype-de +%post microtype-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun microtype-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans microtype-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package presentations-doc Summary: Documentation for presentations Version: svn17172.0 @@ -131698,6 +152098,24 @@ AutoReqProv: No %description presentations-doc Documentation for presentations +%post presentations-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun presentations-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans presentations-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pstricks-examples-doc Summary: Documentation for pstricks-examples Version: svn21511.0 @@ -131709,6 +152127,24 @@ AutoReqProv: No %description pstricks-examples-doc Documentation for pstricks-examples +%post pstricks-examples-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstricks-examples-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks-examples-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package r_und_s Provides: tex-r_und_s = %{tl_version} License: BSD @@ -131747,7 +152183,7 @@ touch /var/run/texlive/run-mtxrun %postun r_und_s if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131769,6 +152205,24 @@ AutoReqProv: No %description r_und_s-doc Documentation for r_und_s +%post r_und_s-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun r_und_s-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans r_und_s-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package templates-fenn-doc Summary: Documentation for templates-fenn Version: svn15878.0 @@ -131780,6 +152234,24 @@ AutoReqProv: No %description templates-fenn-doc Documentation for templates-fenn +%post templates-fenn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun templates-fenn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans templates-fenn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package templates-sommer-doc Summary: Documentation for templates-sommer Version: svn15878.0 @@ -131791,6 +152263,24 @@ AutoReqProv: No %description templates-sommer-doc Documentation for templates-sommer +%post templates-sommer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun templates-sommer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans templates-sommer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-de-doc Summary: Documentation for texlive-de Version: svn37312.0 @@ -131802,6 +152292,24 @@ AutoReqProv: No %description texlive-de-doc Documentation for texlive-de +%post texlive-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tipa-de-doc Summary: Documentation for tipa-de Version: svn22005.1.3 @@ -131813,6 +152321,24 @@ AutoReqProv: No %description tipa-de-doc Documentation for tipa-de +%post tipa-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tipa-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tipa-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-arsclassica-de-doc Summary: Documentation for translation-arsclassica-de Version: svn23803.0 @@ -131824,6 +152350,24 @@ AutoReqProv: No %description translation-arsclassica-de-doc Documentation for translation-arsclassica-de +%post translation-arsclassica-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-arsclassica-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-arsclassica-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-biblatex-de-doc Summary: Documentation for translation-biblatex-de Version: svn24386.1.0 @@ -131835,6 +152379,24 @@ AutoReqProv: No %description translation-biblatex-de-doc Documentation for translation-biblatex-de +%post translation-biblatex-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-biblatex-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-biblatex-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-chemsym-de-doc Summary: Documentation for translation-chemsym-de Version: svn23804.0 @@ -131846,6 +152408,24 @@ AutoReqProv: No %description translation-chemsym-de-doc Documentation for translation-chemsym-de +%post translation-chemsym-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-chemsym-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-chemsym-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-ecv-de-doc Summary: Documentation for translation-ecv-de Version: svn24754.0 @@ -131857,6 +152437,24 @@ AutoReqProv: No %description translation-ecv-de-doc Documentation for translation-ecv-de +%post translation-ecv-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-ecv-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-ecv-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-enumitem-de-doc Summary: Documentation for translation-enumitem-de Version: svn24196.0 @@ -131868,6 +152466,24 @@ AutoReqProv: No %description translation-enumitem-de-doc Documentation for translation-enumitem-de +%post translation-enumitem-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-enumitem-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-enumitem-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-europecv-de-doc Summary: Documentation for translation-europecv-de Version: svn23840.0 @@ -131879,6 +152495,24 @@ AutoReqProv: No %description translation-europecv-de-doc Documentation for translation-europecv-de +%post translation-europecv-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-europecv-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-europecv-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-filecontents-de-doc Summary: Documentation for translation-filecontents-de Version: svn24010.0 @@ -131890,6 +152524,24 @@ AutoReqProv: No %description translation-filecontents-de-doc Documentation for translation-filecontents-de +%post translation-filecontents-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-filecontents-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-filecontents-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translation-moreverb-de-doc Summary: Documentation for translation-moreverb-de Version: svn23957.0 @@ -131901,21 +152553,44 @@ AutoReqProv: No %description translation-moreverb-de-doc Documentation for translation-moreverb-de +%post translation-moreverb-de-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translation-moreverb-de-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translation-moreverb-de-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package udesoftec Provides: tex-udesoftec = %{tl_version} -License: LPPL +License: LPPL 1.3 Summary: Thesis class for the University of Duisburg-Essen -Version: svn37399.1.4.6 +Version: svn38298.1.5.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +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(csquotes.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} @@ -131927,7 +152602,7 @@ 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. -date: 2015-05-14 15:27:04 +0200 +date: 2015-09-04 19:17:42 +0200 %post udesoftec mkdir -p /var/run/texlive @@ -131938,7 +152613,7 @@ touch /var/run/texlive/run-mtxrun %postun udesoftec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -131951,7 +152626,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package udesoftec-doc Summary: Documentation for udesoftec -Version: svn37399.1.4.6 +Version: svn38298.1.5.2 Release: %{tl_noarch_release} Provides: tex-udesoftec-doc BuildArch: noarch @@ -131960,6 +152635,24 @@ AutoReqProv: No %description udesoftec-doc Documentation for udesoftec +%post udesoftec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun udesoftec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans udesoftec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package umlaute Provides: tex-umlaute = %{tl_version} License: LPPL @@ -131996,7 +152689,7 @@ touch /var/run/texlive/run-mtxrun %postun umlaute if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132018,6 +152711,24 @@ AutoReqProv: No %description umlaute-doc Documentation for umlaute +%post umlaute-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun umlaute-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umlaute-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package voss-mathcol-doc Summary: Documentation for voss-mathcol Version: svn32954.0.1 @@ -132029,6 +152740,24 @@ AutoReqProv: No %description voss-mathcol-doc Documentation for voss-mathcol +%post voss-mathcol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun voss-mathcol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans voss-mathcol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langgreek Summary: Greek Version: svn36842.0 @@ -132129,6 +152858,24 @@ AutoReqProv: No %description gfsbaskerville-doc Documentation for gfsbaskerville +%post gfsbaskerville-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsbaskerville-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsbaskerville-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfsporson Provides: tex-gfsporson = %{tl_version} License: LPPL @@ -132196,17 +152943,34 @@ AutoReqProv: No %description gfsporson-doc Documentation for gfsporson +%post gfsporson-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfsporson-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfsporson-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package greek-fontenc Provides: tex-greek-fontenc = %{tl_version} License: LPPL 1.3 Summary: LICR macros and encoding definition files for Greek -Version: svn35920.0.12 +Version: svn38297.0.13 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils -Requires: tex(fixltx2e.sty) Provides: tex(alphabeta-euenc.def) = %{tl_version} Provides: tex(alphabeta-lgr.def) = %{tl_version} Provides: tex(alphabeta.sty) = %{tl_version} @@ -132220,7 +152984,7 @@ The package provides Greek LICR macro definitions and encoding definition files for Greek text font encodings for use with fontenc. -date: 2014-12-25 18:20:18 +0100 +date: 2015-09-04 15:15:28 +0200 %post greek-fontenc mkdir -p /var/run/texlive @@ -132231,7 +152995,7 @@ touch /var/run/texlive/run-mtxrun %postun greek-fontenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132244,7 +153008,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package greek-fontenc-doc Summary: Documentation for greek-fontenc -Version: svn35920.0.12 +Version: svn38297.0.13 Release: %{tl_noarch_release} Provides: tex-greek-fontenc-doc BuildArch: noarch @@ -132253,11 +153017,29 @@ AutoReqProv: No %description greek-fontenc-doc Documentation for greek-fontenc +%post greek-fontenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun greek-fontenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greek-fontenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package greek-inputenc Provides: tex-greek-inputenc = %{tl_version} License: LPPL 1.3 Summary: Greek encoding support for inputenc -Version: svn37774.1.5.1 +Version: svn38080.1.6 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -132270,7 +153052,7 @@ Provides: tex(macgreek.def) = %{tl_version} The bundle provides UTF-8, Macintosh Greek encoding and ISO 8859-7 definition files for use with inputenc. -date: 2015-06-04 17:39:02 +0200 +date: 2015-08-08 10:58:05 +0200 %post greek-inputenc mkdir -p /var/run/texlive @@ -132281,7 +153063,7 @@ touch /var/run/texlive/run-mtxrun %postun greek-inputenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132294,7 +153076,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package greek-inputenc-doc Summary: Documentation for greek-inputenc -Version: svn37774.1.5.1 +Version: svn38080.1.6 Release: %{tl_noarch_release} Provides: tex-greek-inputenc-doc BuildArch: noarch @@ -132303,6 +153085,24 @@ AutoReqProv: No %description greek-inputenc-doc Documentation for greek-inputenc +%post greek-inputenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun greek-inputenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greek-inputenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package greekdates Provides: tex-greekdates = %{tl_version} License: LPPL @@ -132335,7 +153135,7 @@ touch /var/run/texlive/run-mtxrun %postun greekdates if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132357,6 +153157,24 @@ AutoReqProv: No %description greekdates-doc Documentation for greekdates +%post greekdates-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun greekdates-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greekdates-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package greektex Provides: tex-greektex = %{tl_version} License: Public Domain @@ -132385,7 +153203,7 @@ touch /var/run/texlive/run-mtxrun %postun greektex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132407,6 +153225,24 @@ AutoReqProv: No %description greektex-doc Documentation for greektex +%post greektex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun greektex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans greektex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-greek Provides: tex-hyphen-greek = %{tl_version} License: LPPL @@ -132485,6 +153321,24 @@ Requires: tex-hyph-utf8-doc %description hyphen-greek-doc Documentation for hyphen-greek +%post hyphen-greek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyphen-greek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphen-greek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-ancientgreek Provides: tex-hyphen-ancientgreek = %{tl_version} License: LPPL @@ -132579,7 +153433,7 @@ touch /var/run/texlive/run-mtxrun %postun ibycus-babel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -132601,6 +153455,24 @@ AutoReqProv: No %description ibycus-babel-doc Documentation for ibycus-babel +%post ibycus-babel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ibycus-babel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ibycus-babel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ibygrk Provides: tex-ibygrk = %{tl_version} License: GPL+ @@ -132686,6 +153558,24 @@ AutoReqProv: No %description ibygrk-doc Documentation for ibygrk +%post ibygrk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ibygrk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ibygrk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kerkis Provides: tex-kerkis = %{tl_version} License: LPPL @@ -132992,6 +153882,24 @@ AutoReqProv: No %description kerkis-doc Documentation for kerkis +%post kerkis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kerkis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kerkis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package levy Provides: tex-levy = %{tl_version} License: GPLv2+ @@ -133028,7 +153936,7 @@ touch /var/run/texlive/run-mtxrun %postun levy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133050,6 +153958,24 @@ AutoReqProv: No %description levy-doc Documentation for levy +%post levy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun levy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans levy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lgreek Provides: tex-lgreek = %{tl_version} License: GPLv2+ @@ -133080,7 +154006,7 @@ touch /var/run/texlive/run-mtxrun %postun lgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133102,6 +154028,24 @@ AutoReqProv: No %description lgreek-doc Documentation for lgreek +%post lgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkgrkindex Provides: tex-mkgrkindex = %{tl_version} License: LPPL @@ -133132,7 +154076,7 @@ touch /var/run/texlive/run-mtxrun %postun mkgrkindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133154,6 +154098,24 @@ AutoReqProv: No %description mkgrkindex-doc Documentation for mkgrkindex +%post mkgrkindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mkgrkindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkgrkindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkgrkindex-bin Summary: Binaries for mkgrkindex Version: svn14428.0 @@ -133205,7 +154167,7 @@ touch /var/run/texlive/run-mtxrun %postun teubner if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133227,11 +154189,29 @@ AutoReqProv: No %description teubner-doc Documentation for teubner +%post teubner-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun teubner-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans teubner-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xgreek Provides: tex-xgreek = %{tl_version} License: LPPL 1.3 Summary: XeLaTeX package for typesetting Greek language documents (beta release) -Version: svn35922.2.6 +Version: svn38043.2.61 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -133253,7 +154233,7 @@ 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. -date: 2014-12-27 19:04:39 +0100 +date: 2015-08-04 05:05:23 +0200 %post xgreek mkdir -p /var/run/texlive @@ -133264,7 +154244,7 @@ touch /var/run/texlive/run-mtxrun %postun xgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133277,7 +154257,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package xgreek-doc Summary: Documentation for xgreek -Version: svn35922.2.6 +Version: svn38043.2.61 Release: %{tl_noarch_release} Provides: tex-xgreek-doc BuildArch: noarch @@ -133286,6 +154266,24 @@ AutoReqProv: No %description xgreek-doc Documentation for xgreek +%post xgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yannisgr Provides: tex-yannisgr = %{tl_version} License: GPLv2+ @@ -133324,7 +154322,7 @@ touch /var/run/texlive/run-mtxrun %postun yannisgr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133346,6 +154344,24 @@ AutoReqProv: No %description yannisgr-doc Documentation for yannisgr +%post yannisgr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yannisgr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yannisgr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langindic Summary: Indic scripts Version: svn35737.0 @@ -133433,7 +154449,7 @@ touch /var/run/texlive/run-mtxrun %postun ebong if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133455,6 +154471,24 @@ AutoReqProv: No %description ebong-doc Documentation for ebong +%post ebong-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebong-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebong-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebong-bin Summary: Binaries for ebong Version: svn21000.0 @@ -133483,7 +154517,7 @@ Requires: tex-hyph-utf8 %description hyphen-indic Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi, -Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu +Kannada, Malayalam, Marathi, Odia, Panjabi, Tamil and Telugu for Unicode engines. %post hyphen-indic @@ -133522,6 +154556,10 @@ 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 @@ -133556,6 +154594,8 @@ sed -i '/marathi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /d 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 @@ -133663,7 +154703,7 @@ touch /var/run/texlive/run-mtxrun %postun sanskrit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -133685,6 +154725,24 @@ AutoReqProv: No %description sanskrit-doc Documentation for sanskrit +%post sanskrit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sanskrit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sanskrit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sanskrit-t1 Provides: tex-sanskrit-t1 = %{tl_version} License: LPPL @@ -133749,6 +154807,24 @@ AutoReqProv: No %description sanskrit-t1-doc Documentation for sanskrit-t1 +%post sanskrit-t1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sanskrit-t1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sanskrit-t1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package velthuis Provides: tex-velthuis = %{tl_version} License: GPL+ @@ -133952,6 +155028,24 @@ Requires: tex-xetex-devanagari-doc %description velthuis-doc Documentation for velthuis +%post velthuis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun velthuis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans velthuis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetex-devanagari Provides: tex-xetex-devanagari = %{tl_version} License: LPPL @@ -133984,7 +155078,7 @@ touch /var/run/texlive/run-mtxrun %postun xetex-devanagari if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134006,6 +155100,24 @@ AutoReqProv: No %description xetex-devanagari-doc Documentation for xetex-devanagari +%post xetex-devanagari-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetex-devanagari-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-devanagari-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wnri Provides: tex-wnri = %{tl_version} License: GPL+ @@ -134045,7 +155157,7 @@ touch /var/run/texlive/run-mtxrun %postun wnri if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134067,6 +155179,24 @@ AutoReqProv: No %description wnri-doc Documentation for wnri +%post wnri-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wnri-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wnri-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wnri-latex Provides: tex-wnri-latex = %{tl_version} License: GPLv2+ @@ -134097,7 +155227,7 @@ touch /var/run/texlive/run-mtxrun %postun wnri-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134119,6 +155249,24 @@ AutoReqProv: No %description wnri-latex-doc Documentation for wnri-latex +%post wnri-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wnri-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wnri-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langitalian Summary: Italian Version: svn30372.0 @@ -134157,6 +155305,24 @@ AutoReqProv: No %description fancyhdr-it-doc Documentation for fancyhdr-it +%post fancyhdr-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancyhdr-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyhdr-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fixltxhyph Provides: tex-fixltxhyph = %{tl_version} License: LPPL 1.3 @@ -134189,7 +155355,7 @@ touch /var/run/texlive/run-mtxrun %postun fixltxhyph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134211,6 +155377,24 @@ AutoReqProv: No %description fixltxhyph-doc Documentation for fixltxhyph +%post fixltxhyph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fixltxhyph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixltxhyph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package frontespizio Provides: tex-frontespizio = %{tl_version} License: LPPL @@ -134250,7 +155434,7 @@ touch /var/run/texlive/run-mtxrun %postun frontespizio if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134272,6 +155456,24 @@ AutoReqProv: No %description frontespizio-doc Documentation for frontespizio +%post frontespizio-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frontespizio-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frontespizio-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-italian Provides: tex-hyphen-italian = %{tl_version} License: LGPLv2+ @@ -134354,7 +155556,7 @@ touch /var/run/texlive/run-mtxrun %postun itnumpar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134376,6 +155578,24 @@ AutoReqProv: No %description itnumpar-doc Documentation for itnumpar +%post itnumpar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun itnumpar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans itnumpar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l2tabu-italian-doc Summary: Documentation for l2tabu-italian Version: svn25218.2.3 @@ -134387,6 +155607,24 @@ AutoReqProv: No %description l2tabu-italian-doc Documentation for l2tabu-italian +%post l2tabu-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2tabu-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2tabu-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex4wp-it-doc Summary: Documentation for latex4wp-it Version: svn36000.1.0.10 @@ -134398,6 +155636,24 @@ AutoReqProv: No %description latex4wp-it-doc Documentation for latex4wp-it +%post latex4wp-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex4wp-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex4wp-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package layaureo Provides: tex-layaureo = %{tl_version} License: LPPL @@ -134431,7 +155687,7 @@ touch /var/run/texlive/run-mtxrun %postun layaureo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134453,6 +155709,24 @@ AutoReqProv: No %description layaureo-doc Documentation for layaureo +%post layaureo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun layaureo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans layaureo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-italian-doc Summary: Documentation for lshort-italian Version: svn15878.0 @@ -134464,6 +155738,24 @@ AutoReqProv: No %description lshort-italian-doc Documentation for lshort-italian +%post lshort-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package psfrag-italian-doc Summary: Documentation for psfrag-italian Version: svn15878.0 @@ -134475,6 +155767,24 @@ AutoReqProv: No %description psfrag-italian-doc Documentation for psfrag-italian +%post psfrag-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psfrag-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psfrag-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-it-doc Summary: Documentation for texlive-it Version: svn37462.0 @@ -134486,6 +155796,24 @@ AutoReqProv: No %description texlive-it-doc Documentation for texlive-it +%post texlive-it-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-it-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-it-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langjapanese Summary: Japanese Version: svn33790.0 @@ -134523,7 +155851,7 @@ langcjk. %package convbkmk Provides: tex-convbkmk = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Correct platex/uplatex bookmarks in PDF created with hyperref Version: svn35923.0.10a Release: %{tl_noarch_release} @@ -134550,7 +155878,7 @@ touch /var/run/texlive/run-mtxrun %postun convbkmk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134572,6 +155900,24 @@ AutoReqProv: No %description convbkmk-doc Documentation for convbkmk +%post convbkmk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun convbkmk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans convbkmk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package convbkmk-bin Summary: Binaries for convbkmk Version: svn30408.0 @@ -134615,7 +155961,7 @@ touch /var/run/texlive/run-mtxrun %postun ipaex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134637,6 +155983,24 @@ AutoReqProv: No %description ipaex-doc Documentation for ipaex +%post ipaex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ipaex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ipaex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package japanese Provides: tex-japanese = %{tl_version} License: LPPL @@ -134668,7 +156032,7 @@ touch /var/run/texlive/run-mtxrun %postun japanese if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -134690,6 +156054,24 @@ AutoReqProv: No %description japanese-doc Documentation for japanese +%post japanese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun japanese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans japanese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package japanese-otf Provides: tex-japanese-otf = %{tl_version} License: BSD @@ -136849,6 +158231,24 @@ AutoReqProv: No %description japanese-otf-doc Documentation for japanese-otf +%post japanese-otf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun japanese-otf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans japanese-otf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package japanese-otf-uptex Provides: tex-japanese-otf-uptex = %{tl_version} License: BSD @@ -137844,9 +159244,27 @@ Requires: tex-japanese-otf-doc %description japanese-otf-uptex-doc Documentation for japanese-otf-uptex +%post japanese-otf-uptex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun japanese-otf-uptex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans japanese-otf-uptex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jfontmaps Provides: tex-jfontmaps = %{tl_version} -License: Freely redistributable without restriction +License: Public Domain and GPLv3+ Summary: Font maps and configuration tools for Japanese fonts Version: svn33067.20140301.0 Release: %{tl_noarch_release} @@ -137949,7 +159367,7 @@ touch /var/run/texlive/run-mtxrun %postun jfontmaps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -137971,6 +159389,24 @@ AutoReqProv: No %description jfontmaps-doc Documentation for jfontmaps +%post jfontmaps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jfontmaps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jfontmaps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jfontmaps-bin Summary: Binaries for jfontmaps Version: svn29848.0 @@ -138019,7 +159455,7 @@ touch /var/run/texlive/run-mtxrun %postun jsclasses if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138041,6 +159477,24 @@ AutoReqProv: No %description jsclasses-doc Documentation for jsclasses +%post jsclasses-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jsclasses-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jsclasses-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-japanese-doc Summary: Documentation for lshort-japanese Version: svn36207.0 @@ -138052,11 +159506,29 @@ AutoReqProv: No %description lshort-japanese-doc Documentation for lshort-japanese +%post lshort-japanese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-japanese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-japanese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatexja Provides: tex-luatexja = %{tl_version} License: BSD -Summary: Typeset Japanese with lua(la)tex -Version: svn37454.20150518.0 +Summary: Typeset Japanese with Lua(La)TeX +Version: svn38309.20150906.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -138139,7 +159611,7 @@ The package offers support for typesetting Japanese documents with LuaTeX. Either of the Plain and LaTeX2e formats may be used with the package. -date: 2015-05-18 13:38:18 +0200 +date: 2015-09-06 09:23:59 +0200 %post luatexja mkdir -p /var/run/texlive @@ -138150,7 +159622,7 @@ touch /var/run/texlive/run-mtxrun %postun luatexja if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138163,7 +159635,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package luatexja-doc Summary: Documentation for luatexja -Version: svn37454.20150518.0 +Version: svn38309.20150906.0 Release: %{tl_noarch_release} Provides: tex-luatexja-doc BuildArch: noarch @@ -138172,11 +159644,29 @@ AutoReqProv: No %description luatexja-doc Documentation for luatexja +%post luatexja-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatexja-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexja-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ptex Provides: tex-ptex = %{tl_version} License: BSD Summary: A TeX system for publishing in Japanese -Version: svn37092.0 +Version: svn38037.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -138384,7 +159874,7 @@ other problems in typesetting Japanese. A set of additions to a TEXMF tree, for use with PTeX, may be found in package PTeX- texmf. PTeX is distributed as WEB change files. -date: 2014-02-26 23:03:13 +0100 +date: 2015-08-03 05:43:12 +0200 %post ptex mkdir -p /var/run/texlive @@ -138424,7 +159914,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ptex-doc Summary: Documentation for ptex -Version: svn37092.0 +Version: svn38037.0 Release: %{tl_noarch_release} Provides: tex-ptex-doc BuildArch: noarch @@ -138438,6 +159928,24 @@ Requires: tex-japanese-otf-doc %description ptex-doc Documentation for ptex +%post ptex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ptex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ptex-bin Summary: Binaries for ptex Version: svn37340.0 @@ -138479,7 +159987,7 @@ touch /var/run/texlive/run-mtxrun %postun ptex2pdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138501,6 +160009,24 @@ AutoReqProv: No %description ptex2pdf-doc Documentation for ptex2pdf +%post ptex2pdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ptex2pdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptex2pdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ptex2pdf-bin Summary: Binaries for ptex2pdf Version: svn29335.0 @@ -138514,7 +160040,7 @@ Binaries for ptex2pdf %package pxbase Provides: tex-pxbase = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Tools for use with (u)pLaTeX Version: svn28516.0.5 Release: %{tl_noarch_release} @@ -138546,7 +160072,7 @@ touch /var/run/texlive/run-mtxrun %postun pxbase if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138568,11 +160094,29 @@ AutoReqProv: No %description pxbase-doc Documentation for pxbase +%post pxbase-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxbase-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxbase-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxchfon Provides: tex-pxchfon = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Japanese font setup for pLaTeX and upLaTeX -Version: svn37282.0.7e +Version: svn38041.0.7f Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -138602,9 +160146,16 @@ Provides: tex(pxchfon0.def) = %{tl_version} Provides: tex(pxjafont.sty) = %{tl_version} %description pxchfon -pxchfon package +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. -date: 2015-05-08 19:28:25 +0200 +date: 2015-08-04 14:23:08 +0200 %post pxchfon mkdir -p /var/run/texlive @@ -138615,7 +160166,7 @@ touch /var/run/texlive/run-mtxrun %postun pxchfon if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138628,7 +160179,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pxchfon-doc Summary: Documentation for pxchfon -Version: svn37282.0.7e +Version: svn38041.0.7f Release: %{tl_noarch_release} Provides: tex-pxchfon-doc BuildArch: noarch @@ -138637,9 +160188,27 @@ AutoReqProv: No %description pxchfon-doc Documentation for pxchfon +%post pxchfon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxchfon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxchfon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxcjkcat Provides: tex-pxcjkcat = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: LaTeX interface for the CJK category codes of upTeX Version: svn27780.1.0 Release: %{tl_noarch_release} @@ -138667,7 +160236,7 @@ touch /var/run/texlive/run-mtxrun %postun pxcjkcat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138689,9 +160258,27 @@ AutoReqProv: No %description pxcjkcat-doc Documentation for pxcjkcat +%post pxcjkcat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxcjkcat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxcjkcat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxjahyper Provides: tex-pxjahyper = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Hyperref support for pLaTeX Version: svn28503.0.3 Release: %{tl_noarch_release} @@ -138716,7 +160303,7 @@ touch /var/run/texlive/run-mtxrun %postun pxjahyper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138738,6 +160325,24 @@ AutoReqProv: No %description pxjahyper-doc Documentation for pxjahyper +%post pxjahyper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxjahyper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxjahyper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxrubrica Provides: tex-pxrubrica = %{tl_version} License: LPPL @@ -138763,7 +160368,7 @@ touch /var/run/texlive/run-mtxrun %postun pxrubrica if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -138785,9 +160390,27 @@ AutoReqProv: No %description pxrubrica-doc Documentation for pxrubrica +%post pxrubrica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxrubrica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxrubrica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uptex Provides: tex-uptex = %{tl_version} -License: Freely redistributable without restriction +License: BSD Summary: Unicode version of pTeX Version: svn36796.1.20 Release: %{tl_noarch_release} @@ -138968,6 +160591,24 @@ Requires: tex-japanese-otf-doc %description uptex-doc Documentation for uptex +%post uptex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uptex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uptex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uptex-bin Summary: Binaries for uptex Version: svn37340.0 @@ -138981,7 +160622,7 @@ Binaries for uptex %package zxjafbfont Provides: tex-zxjafbfont = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Fallback CJK font support for xeCJK Version: svn28539.0.2 Release: %{tl_noarch_release} @@ -139006,7 +160647,7 @@ touch /var/run/texlive/run-mtxrun %postun zxjafbfont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139028,9 +160669,27 @@ AutoReqProv: No %description zxjafbfont-doc Documentation for zxjafbfont +%post zxjafbfont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zxjafbfont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjafbfont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zxjatype Provides: tex-zxjatype = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Standard conforming typesetting of Japanese, for XeLaTeX Version: svn28541.0.6 Release: %{tl_noarch_release} @@ -139058,7 +160717,7 @@ touch /var/run/texlive/run-mtxrun %postun zxjatype if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139080,6 +160739,24 @@ AutoReqProv: No %description zxjatype-doc Documentation for zxjatype +%post zxjatype-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zxjatype-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zxjatype-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langkorean Summary: Korean Version: svn33790.0 @@ -139103,7 +160780,7 @@ Support for Korean; additional packages in collection-langcjk. Provides: tex-kotex-oblivoir = %{tl_version} License: LPPL 1.3 Summary: A LaTeX document class for typesetting Korean documents -Version: svn37845.2.1.2 +Version: svn38033.2.1.4 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -139119,6 +160796,7 @@ 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) @@ -139136,7 +160814,6 @@ Requires: tex(xetexko-font.sty) Requires: tex(paralist.sty) Requires: tex(iftex.sty) Requires: tex(dhucs-paralist.sty) -Requires: tex(etex.sty) Requires: tex(moreverb.sty) Requires: tex(amsmath.sty) Requires: tex(dhucs-cmap.sty) @@ -139176,7 +160853,7 @@ 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. -date: 2015-07-12 09:16:37 +0200 +date: 2015-08-03 16:37:48 +0200 %post kotex-oblivoir mkdir -p /var/run/texlive @@ -139187,7 +160864,7 @@ touch /var/run/texlive/run-mtxrun %postun kotex-oblivoir if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139200,7 +160877,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package kotex-oblivoir-doc Summary: Documentation for kotex-oblivoir -Version: svn37845.2.1.2 +Version: svn38033.2.1.4 Release: %{tl_noarch_release} Provides: tex-kotex-oblivoir-doc BuildArch: noarch @@ -139211,6 +160888,24 @@ Requires: tex-kotex-utf-doc %description kotex-oblivoir-doc Documentation for kotex-oblivoir +%post kotex-oblivoir-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kotex-oblivoir-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kotex-oblivoir-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package memoir Provides: tex-memoir = %{tl_version} License: LPPL 1.3 @@ -139271,7 +160966,7 @@ touch /var/run/texlive/run-mtxrun %postun memoir if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139293,6 +160988,24 @@ AutoReqProv: No %description memoir-doc Documentation for memoir +%post memoir-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun memoir-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memoir-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kotex-utf Provides: tex-kotex-utf = %{tl_version} License: LPPL 1.3 @@ -139360,7 +161073,7 @@ touch /var/run/texlive/run-mtxrun %postun kotex-utf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139383,6 +161096,24 @@ Requires: tex-cjk-ko-doc %description kotex-utf-doc Documentation for kotex-utf +%post kotex-utf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kotex-utf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kotex-utf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kotex-plain Provides: tex-kotex-plain = %{tl_version} License: LPPL 1.3 @@ -139415,7 +161146,7 @@ touch /var/run/texlive/run-mtxrun %postun kotex-plain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139437,6 +161168,24 @@ AutoReqProv: No %description kotex-plain-doc Documentation for kotex-plain +%post kotex-plain-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kotex-plain-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kotex-plain-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kotex-utils Provides: tex-kotex-utils = %{tl_version} License: LPPL @@ -139466,7 +161215,7 @@ touch /var/run/texlive/run-mtxrun %postun kotex-utils if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -139489,6 +161238,24 @@ Requires: tex-kotex-utf-doc %description kotex-utils-doc Documentation for kotex-utils +%post kotex-utils-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kotex-utils-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kotex-utils-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kotex-utils-bin Summary: Binaries for kotex-utils Version: svn32101.0 @@ -139511,6 +161278,24 @@ AutoReqProv: No %description lshort-korean-doc Documentation for lshort-korean +%post lshort-korean-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-korean-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-korean-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nanumtype1 Provides: tex-nanumtype1 = %{tl_version} License: OFL @@ -140874,6 +162659,24 @@ AutoReqProv: No %description nanumtype1-doc Documentation for nanumtype1 +%post nanumtype1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nanumtype1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nanumtype1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langother Summary: Other languages Version: svn31014.0 @@ -140947,7 +162750,7 @@ touch /var/run/texlive/run-mtxrun %postun ctib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -140969,6 +162772,24 @@ AutoReqProv: No %description ctib-doc Documentation for ctib +%post ctib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-afrikaans Provides: tex-hyphen-afrikaans = %{tl_version} License: LPPL @@ -141369,6 +163190,24 @@ AutoReqProv: No %description lshort-thai-doc Documentation for lshort-thai +%post lshort-thai-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-thai-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-thai-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-vietnamese-doc Summary: Documentation for lshort-vietnamese Version: svn15878.4.00 @@ -141380,6 +163219,24 @@ AutoReqProv: No %description lshort-vietnamese-doc Documentation for lshort-vietnamese +%post lshort-vietnamese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-vietnamese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-vietnamese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ntheorem-vn-doc Summary: Documentation for ntheorem-vn Version: svn15878.1.203 @@ -141391,6 +163248,24 @@ AutoReqProv: No %description ntheorem-vn-doc Documentation for ntheorem-vn +%post ntheorem-vn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ntheorem-vn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ntheorem-vn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vntex Provides: tex-vntex = %{tl_version} License: Utopia @@ -141827,6 +163702,24 @@ AutoReqProv: No %description vntex-doc Documentation for vntex +%post vntex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vntex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vntex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langpolish Summary: Polish Version: svn30372.0 @@ -141894,7 +163787,7 @@ touch /var/run/texlive/run-mtxrun %postun gustlib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -141916,6 +163809,24 @@ AutoReqProv: No %description gustlib-doc Documentation for gustlib +%post gustlib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gustlib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gustlib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gustprog-doc Summary: Documentation for gustprog Version: svn15878.0 @@ -141927,6 +163838,24 @@ AutoReqProv: No %description gustprog-doc Documentation for gustprog +%post gustprog-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gustprog-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gustprog-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-polish Provides: tex-hyphen-polish = %{tl_version} License: Knuth @@ -141989,6 +163918,24 @@ AutoReqProv: No %description lshort-polish-doc Documentation for lshort-polish +%post lshort-polish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-polish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-polish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mex Provides: tex-mex = %{tl_version} License: Public Domain @@ -142063,6 +164010,24 @@ Requires: tex-pdftex-doc %description mex-doc Documentation for mex +%post mex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pl Provides: tex-pl = %{tl_version} License: Public Domain @@ -142292,6 +164257,24 @@ AutoReqProv: No %description pl-doc Documentation for pl +%post pl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mex-bin Summary: Binaries for mex Version: svn3006.0 @@ -142347,7 +164330,7 @@ touch /var/run/texlive/run-mtxrun %postun mwcls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142369,6 +164352,24 @@ AutoReqProv: No %description mwcls-doc Documentation for mwcls +%post mwcls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mwcls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mwcls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package polski Provides: tex-polski = %{tl_version} License: LPPL 1.2 @@ -142416,7 +164417,7 @@ touch /var/run/texlive/run-mtxrun %postun polski if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142439,6 +164440,24 @@ Requires: tex-pl-doc %description polski-doc Documentation for polski +%post polski-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun polski-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polski-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package przechlewski-book Provides: tex-przechlewski-book = %{tl_version} License: LPPL @@ -142471,7 +164490,7 @@ touch /var/run/texlive/run-mtxrun %postun przechlewski-book if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142493,6 +164512,24 @@ AutoReqProv: No %description przechlewski-book-doc Documentation for przechlewski-book +%post przechlewski-book-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun przechlewski-book-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans przechlewski-book-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qpxqtx Provides: tex-qpxqtx = %{tl_version} License: LPPL @@ -142542,7 +164579,7 @@ touch /var/run/texlive/run-mtxrun %postun qpxqtx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142564,6 +164601,24 @@ AutoReqProv: No %description qpxqtx-doc Documentation for qpxqtx +%post qpxqtx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qpxqtx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qpxqtx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tap Provides: tex-tap = %{tl_version} License: Public Domain @@ -142594,7 +164649,7 @@ touch /var/run/texlive/run-mtxrun %postun tap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142616,6 +164671,24 @@ AutoReqProv: No %description tap-doc Documentation for tap +%post tap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-virtual-academy-pl-doc Summary: Documentation for tex-virtual-academy-pl Version: svn34177.0 @@ -142627,6 +164700,24 @@ AutoReqProv: No %description tex-virtual-academy-pl-doc Documentation for tex-virtual-academy-pl +%post tex-virtual-academy-pl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-virtual-academy-pl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-virtual-academy-pl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlive-pl-doc Summary: Documentation for texlive-pl Version: svn37455.0 @@ -142638,6 +164729,24 @@ AutoReqProv: No %description texlive-pl-doc Documentation for texlive-pl +%post texlive-pl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-pl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-pl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package utf8mex Provides: tex-utf8mex = %{tl_version} License: Public Domain @@ -142666,7 +164775,7 @@ touch /var/run/texlive/run-mtxrun %postun utf8mex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142688,6 +164797,24 @@ AutoReqProv: No %description utf8mex-doc Documentation for utf8mex +%post utf8mex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun utf8mex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans utf8mex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langportuguese Summary: Portuguese Version: svn30962.0 @@ -142719,6 +164846,24 @@ AutoReqProv: No %description cursolatex-doc Documentation for cursolatex +%post cursolatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cursolatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cursolatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package feupphdteses Provides: tex-feupphdteses = %{tl_version} License: LPPL @@ -142788,7 +164933,7 @@ touch /var/run/texlive/run-mtxrun %postun feupphdteses if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142810,6 +164955,24 @@ AutoReqProv: No %description feupphdteses-doc Documentation for feupphdteses +%post feupphdteses-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun feupphdteses-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feupphdteses-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-portuguese Provides: tex-hyphen-portuguese = %{tl_version} License: LPPL @@ -142887,6 +165050,24 @@ AutoReqProv: No %description latexcheat-ptbr-doc Documentation for latexcheat-ptbr +%post latexcheat-ptbr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexcheat-ptbr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexcheat-ptbr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-portuguese-doc Summary: Documentation for lshort-portuguese Version: svn22569.5.01.0 @@ -142898,6 +165079,24 @@ AutoReqProv: No %description lshort-portuguese-doc Documentation for lshort-portuguese +%post lshort-portuguese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-portuguese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-portuguese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ordinalpt Provides: tex-ordinalpt = %{tl_version} License: LPPL @@ -142929,7 +165128,7 @@ touch /var/run/texlive/run-mtxrun %postun ordinalpt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -142951,6 +165150,24 @@ AutoReqProv: No %description ordinalpt-doc Documentation for ordinalpt +%post ordinalpt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ordinalpt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ordinalpt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xypic-tut-pt-doc Summary: Documentation for xypic-tut-pt Version: svn15878.0 @@ -142962,6 +165179,24 @@ AutoReqProv: No %description xypic-tut-pt-doc Documentation for xypic-tut-pt +%post xypic-tut-pt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xypic-tut-pt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xypic-tut-pt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-langspanish Summary: Spanish Version: svn36995.0 @@ -142997,6 +165232,24 @@ AutoReqProv: No %description es-tex-faq-doc Documentation for es-tex-faq +%post es-tex-faq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun es-tex-faq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans es-tex-faq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphen-catalan Provides: tex-hyphen-catalan = %{tl_version} License: LPPL @@ -143157,6 +165410,24 @@ AutoReqProv: No %description l2tabu-spanish-doc Documentation for l2tabu-spanish +%post l2tabu-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l2tabu-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l2tabu-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex2e-help-texinfo-spanish Provides: tex-latex2e-help-texinfo-spanish = %{tl_version} License: LPPL @@ -143187,7 +165458,7 @@ touch /var/run/texlive/run-mtxrun %postun latex2e-help-texinfo-spanish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -143209,6 +165480,24 @@ AutoReqProv: No %description latex2e-help-texinfo-spanish-doc Documentation for latex2e-help-texinfo-spanish +%post latex2e-help-texinfo-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex2e-help-texinfo-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex2e-help-texinfo-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexcheat-esmx-doc Summary: Documentation for latexcheat-esmx Version: svn36866.2.00 @@ -143220,6 +165509,24 @@ AutoReqProv: No %description latexcheat-esmx-doc Documentation for latexcheat-esmx +%post latexcheat-esmx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexcheat-esmx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexcheat-esmx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lshort-spanish-doc Summary: Documentation for lshort-spanish Version: svn35050.0.5 @@ -143231,6 +165538,24 @@ AutoReqProv: No %description lshort-spanish-doc Documentation for lshort-spanish +%post lshort-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lshort-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lshort-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spanish-mx Provides: tex-spanish-mx = %{tl_version} License: LPPL @@ -143265,7 +165590,7 @@ touch /var/run/texlive/run-mtxrun %postun spanish-mx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -143287,9 +165612,27 @@ AutoReqProv: No %description spanish-mx-doc Documentation for spanish-mx +%post spanish-mx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spanish-mx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spanish-mx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-latexextra Summary: LaTeX additional packages -Version: svn37928.0 +Version: svn38352.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -143317,6 +165660,7 @@ Requires: tex-adrconv Requires: tex-advdate Requires: tex-akktex Requires: tex-akletter +Requires: tex-alertmessage Requires: tex-alnumsec Requires: tex-alterqcm Requires: tex-altfont @@ -143383,6 +165727,7 @@ Requires: tex-breakurl Requires: tex-bullcntr Requires: tex-bussproofs Requires: tex-bxdpx-beamer +Requires: tex-bxpdfver Requires: tex-calcage Requires: tex-calctab Requires: tex-calculator @@ -143571,6 +165916,7 @@ Requires: tex-easy Requires: tex-easy-todo Requires: tex-easyfig Requires: tex-easylist +Requires: tex-easyreview Requires: tex-ebezier Requires: tex-ecclesiastic Requires: tex-ecv @@ -143882,6 +166228,7 @@ Requires: tex-mcite Requires: tex-mciteplus Requires: tex-mdframed Requires: tex-media9 +Requires: tex-medstarbeamer Requires: tex-meetingmins Requires: tex-memexsupp Requires: tex-memory @@ -143889,6 +166236,7 @@ Requires: tex-menu Requires: tex-menukeys Requires: tex-method Requires: tex-metre +Requires: tex-mfirstuc Requires: tex-mftinc Requires: tex-midpage Requires: tex-minibox @@ -143920,6 +166268,7 @@ Requires: tex-msg Requires: tex-mslapa Requires: tex-mtgreek Requires: tex-multenum +Requires: tex-multiaudience Requires: tex-multibbl Requires: tex-multicap Requires: tex-multienv @@ -144008,6 +166357,7 @@ Requires: tex-pdf14 Requires: tex-pdfcomment Requires: tex-pdfcprot Requires: tex-pdfmarginpar +Requires: tex-pdfpagediff Requires: tex-pdfscreen Requires: tex-pdfslide Requires: tex-pdfsync @@ -144039,6 +166389,7 @@ Requires: tex-probsoln Requires: tex-program Requires: tex-progress Requires: tex-progressbar +Requires: tex-proofread Requires: tex-properties Requires: tex-prosper Requires: tex-protex @@ -144266,6 +166617,7 @@ Requires: tex-txgreeks Requires: tex-type1cm Requires: tex-typeface Requires: tex-typogrid +Requires: tex-uassign Requires: tex-ucs Requires: tex-uebungsblatt Requires: tex-umoline @@ -144442,7 +166794,7 @@ touch /var/run/texlive/run-mtxrun %postun crop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144464,17 +166816,36 @@ AutoReqProv: No %description crop-doc Documentation for crop +%post crop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ctable Provides: tex-ctable = %{tl_version} License: LPPL Summary: Flexible typesetting of table and figure floats using key/value directives -Version: svn33900.1.29 +Version: svn38241.1.30 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils Requires: tex(ifpdf.sty) +Requires: tex(etoolbox.sty) Requires: tex(xcolor.sty) Requires: tex(xkeyval.sty) Requires: tex(array.sty) @@ -144492,7 +166863,7 @@ is optional and is used for key,value pairs generating variations on the defaults and offering a route for future extensions. -date: 2014-05-07 16:18:46 +0200 +date: 2015-08-29 16:36:51 +0200 %post ctable mkdir -p /var/run/texlive @@ -144503,7 +166874,7 @@ touch /var/run/texlive/run-mtxrun %postun ctable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144516,7 +166887,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ctable-doc Summary: Documentation for ctable -Version: svn33900.1.29 +Version: svn38241.1.30 Release: %{tl_noarch_release} Provides: tex-ctable-doc BuildArch: noarch @@ -144525,6 +166896,24 @@ AutoReqProv: No %description ctable-doc Documentation for ctable +%post ctable-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ctable-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ctable-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eso-pic Provides: tex-eso-pic = %{tl_version} License: LPPL 1.2 @@ -144559,7 +166948,7 @@ touch /var/run/texlive/run-mtxrun %postun eso-pic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144581,6 +166970,24 @@ AutoReqProv: No %description eso-pic-doc Documentation for eso-pic +%post eso-pic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eso-pic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eso-pic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package euenc Provides: tex-euenc = %{tl_version} License: LPPL 1.3 @@ -144629,7 +167036,7 @@ touch /var/run/texlive/run-mtxrun %postun euenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144651,6 +167058,24 @@ AutoReqProv: No %description euenc-doc Documentation for euenc +%post euenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun euenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package euler Provides: tex-euler = %{tl_version} License: LPPL @@ -144683,7 +167108,7 @@ touch /var/run/texlive/run-mtxrun %postun euler if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144705,6 +167130,24 @@ AutoReqProv: No %description euler-doc Documentation for euler +%post euler-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun euler-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans euler-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package extsizes Provides: tex-extsizes = %{tl_version} License: LPPL @@ -144745,7 +167188,7 @@ touch /var/run/texlive/run-mtxrun %postun extsizes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144767,6 +167210,24 @@ AutoReqProv: No %description extsizes-doc Documentation for extsizes +%post extsizes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun extsizes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extsizes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancybox Provides: tex-fancybox = %{tl_version} License: LPPL 1.2 @@ -144796,7 +167257,7 @@ touch /var/run/texlive/run-mtxrun %postun fancybox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144818,6 +167279,24 @@ AutoReqProv: No %description fancybox-doc Documentation for fancybox +%post fancybox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancybox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancybox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancyref Provides: tex-fancyref = %{tl_version} License: GPL+ @@ -144849,7 +167328,7 @@ touch /var/run/texlive/run-mtxrun %postun fancyref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144871,6 +167350,24 @@ AutoReqProv: No %description fancyref-doc Documentation for fancyref +%post fancyref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancyref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancyvrb Provides: tex-fancyvrb = %{tl_version} License: LPPL @@ -144909,7 +167406,7 @@ touch /var/run/texlive/run-mtxrun %postun fancyvrb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144931,6 +167428,24 @@ AutoReqProv: No %description fancyvrb-doc Documentation for fancyvrb +%post fancyvrb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancyvrb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyvrb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package float Provides: tex-float = %{tl_version} License: LPPL @@ -144963,7 +167478,7 @@ touch /var/run/texlive/run-mtxrun %postun float if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -144985,6 +167500,24 @@ AutoReqProv: No %description float-doc Documentation for float +%post float-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun float-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans float-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontspec Provides: tex-fontspec = %{tl_version} License: LPPL 1.3 @@ -145029,7 +167562,7 @@ touch /var/run/texlive/run-mtxrun %postun fontspec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145056,11 +167589,29 @@ Requires: tex-lm-doc %description fontspec-doc Documentation for fontspec +%post fontspec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontspec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontspec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l3kernel Provides: tex-l3kernel = %{tl_version} License: LPPL 1.3 Summary: LaTeX3 programming conventions -Version: svn37621.SVN_5630 +Version: svn38371.SVN_6002 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -145075,7 +167626,6 @@ Requires: tex(amssymb.sty) Requires: tex(booktabs.sty) Requires: tex(color.sty) Requires: tex(colortbl.sty) -Requires: tex(fixltx2e.sty) Requires: tex(hologo.sty) Requires: tex(enumitem.sty) Requires: tex(pifont.sty) @@ -145130,7 +167680,7 @@ conventions can be used with regular LaTeX 2e packages. All the files of the bundle are also available in the project's Subversion (SVN) repository -date: 2015-06-19 16:13:25 +0200 +date: 2015-09-12 08:20:42 +0200 %post l3kernel mkdir -p /var/run/texlive @@ -145141,7 +167691,7 @@ touch /var/run/texlive/run-mtxrun %postun l3kernel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145154,7 +167704,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package l3kernel-doc Summary: Documentation for l3kernel -Version: svn37621.SVN_5630 +Version: svn38371.SVN_6002 Release: %{tl_noarch_release} Provides: tex-l3kernel-doc BuildArch: noarch @@ -145163,11 +167713,29 @@ AutoReqProv: No %description l3kernel-doc Documentation for l3kernel +%post l3kernel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l3kernel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3kernel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l3packages Provides: tex-l3packages = %{tl_version} License: LPPL 1.3 Summary: High-level LaTeX3 concepts -Version: svn37621.SVN_5530 +Version: svn38360.SVN_6001 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -145193,11 +167761,11 @@ 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. The bundle -on CTAN is based on a snapshot of the SVN repository on; it -should be used with copies of the l3kernel at SVN version 2544 -or later. +on CTAN is based on a snapshot of the SVN repository; it should +be used with copies of the l3kernel at SVN version 6001 or +later. -date: 2015-06-19 16:18:53 +0200 +date: 2015-09-12 09:01:48 +0200 %post l3packages mkdir -p /var/run/texlive @@ -145208,7 +167776,7 @@ touch /var/run/texlive/run-mtxrun %postun l3packages if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145221,7 +167789,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package l3packages-doc Summary: Documentation for l3packages -Version: svn37621.SVN_5530 +Version: svn38360.SVN_6001 Release: %{tl_noarch_release} Provides: tex-l3packages-doc BuildArch: noarch @@ -145230,6 +167798,24 @@ AutoReqProv: No %description l3packages-doc Documentation for l3packages +%post l3packages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l3packages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3packages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fp Provides: tex-fp = %{tl_version} License: LPPL @@ -145271,7 +167857,7 @@ touch /var/run/texlive/run-mtxrun %postun fp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145293,6 +167879,24 @@ AutoReqProv: No %description fp-doc Documentation for fp +%post fp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package index Provides: tex-index = %{tl_version} License: LPPL @@ -145327,7 +167931,7 @@ touch /var/run/texlive/run-mtxrun %postun index if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145349,6 +167953,24 @@ AutoReqProv: No %description index-doc Documentation for index +%post index-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun index-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans index-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jknapltx Provides: tex-jknapltx = %{tl_version} License: GPL+ @@ -145400,7 +168022,7 @@ touch /var/run/texlive/run-mtxrun %postun jknapltx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145422,6 +168044,24 @@ AutoReqProv: No %description jknapltx-doc Documentation for jknapltx +%post jknapltx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jknapltx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jknapltx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package koma-script Provides: tex-koma-script = %{tl_version} License: LPPL 1.3 @@ -145607,7 +168247,7 @@ touch /var/run/texlive/run-mtxrun %postun koma-script if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145622,7 +168262,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-l3experimental = %{tl_version} License: LPPL 1.3 Summary: Experimental LaTeX3 concepts -Version: svn37621.SVN_5630 +Version: svn38360.SVN_6001 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -145684,9 +168324,9 @@ alignment of boxes using a series of 'handle' positions, supplementing the simple TeX reference point. All the files of the bundle are also available in the Subversion (SVN) repository of the LaTeX3 Project. The bundle on CTAN is based -on a snapshot of the SVN repository on 2013-10-11. +on a snapshot of the SVN repository on 2015-09-11. -date: 2015-06-19 16:24:00 +0200 +date: 2015-09-12 09:51:31 +0200 %post l3experimental mkdir -p /var/run/texlive @@ -145697,7 +168337,7 @@ touch /var/run/texlive/run-mtxrun %postun l3experimental if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145710,7 +168350,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package l3experimental-doc Summary: Documentation for l3experimental -Version: svn37621.SVN_5630 +Version: svn38360.SVN_6001 Release: %{tl_noarch_release} Provides: tex-l3experimental-doc BuildArch: noarch @@ -145719,6 +168359,24 @@ AutoReqProv: No %description l3experimental-doc Documentation for l3experimental +%post l3experimental-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l3experimental-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3experimental-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lineno Provides: tex-lineno = %{tl_version} License: LPPL @@ -145755,7 +168413,7 @@ touch /var/run/texlive/run-mtxrun %postun lineno if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145777,6 +168435,24 @@ AutoReqProv: No %description lineno-doc Documentation for lineno +%post lineno-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lineno-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lineno-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listings Provides: tex-listings = %{tl_version} License: LPPL 1.3 @@ -145830,7 +168506,7 @@ touch /var/run/texlive/run-mtxrun %postun listings if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145852,6 +168528,24 @@ AutoReqProv: No %description listings-doc Documentation for listings +%post listings-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listings-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listings-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathtools Provides: tex-mathtools = %{tl_version} License: LPPL 1.3 @@ -145900,7 +168594,7 @@ touch /var/run/texlive/run-mtxrun %postun mathtools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145922,6 +168616,24 @@ AutoReqProv: No %description mathtools-doc Documentation for mathtools +%post mathtools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathtools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathtools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mdwtools Provides: tex-mdwtools = %{tl_version} License: GPL+ @@ -145965,7 +168677,7 @@ touch /var/run/texlive/run-mtxrun %postun mdwtools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -145987,6 +168699,24 @@ AutoReqProv: No %description mdwtools-doc Documentation for mdwtools +%post mdwtools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mdwtools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdwtools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metalogo Provides: tex-metalogo = %{tl_version} License: LPPL @@ -146018,7 +168748,7 @@ touch /var/run/texlive/run-mtxrun %postun metalogo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146040,6 +168770,24 @@ AutoReqProv: No %description metalogo-doc Documentation for metalogo +%post metalogo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metalogo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metalogo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package microtype Provides: tex-microtype = %{tl_version} License: LPPL @@ -146110,7 +168858,7 @@ touch /var/run/texlive/run-mtxrun %postun microtype if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146132,6 +168880,24 @@ AutoReqProv: No %description microtype-doc Documentation for microtype +%post microtype-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun microtype-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans microtype-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ms Provides: tex-ms = %{tl_version} License: LPPL @@ -146173,7 +168939,7 @@ touch /var/run/texlive/run-mtxrun %postun ms if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146195,6 +168961,24 @@ AutoReqProv: No %description ms-doc Documentation for ms +%post ms-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ms-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ms-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ntgclass Provides: tex-ntgclass = %{tl_version} License: LPPL 1.3 @@ -146238,7 +169022,7 @@ touch /var/run/texlive/run-mtxrun %postun ntgclass if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146260,6 +169044,24 @@ AutoReqProv: No %description ntgclass-doc Documentation for ntgclass +%post ntgclass-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ntgclass-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ntgclass-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package parskip Provides: tex-parskip = %{tl_version} License: LPPL @@ -146288,7 +169090,7 @@ touch /var/run/texlive/run-mtxrun %postun parskip if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146310,11 +169112,29 @@ AutoReqProv: No %description parskip-doc Documentation for parskip +%post parskip-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun parskip-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parskip-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfpages Provides: tex-pdfpages = %{tl_version} License: LPPL 1.3 Summary: Include PDF documents in LaTeX -Version: svn37567.0.4y +Version: svn38140.0.5c Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -146328,7 +169148,7 @@ Requires: tex(graphicx.sty) Requires: tex(count1to.sty) Requires: tex(pdflscape.sty) Provides: tex(pdfpages.sty) = %{tl_version} -Provides: tex(ppdvipdfm.def) = %{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} @@ -146342,11 +169162,11 @@ 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. -date: 2015-06-15 22:24:47 +0200 +date: 2015-08-16 21:36:26 +0200 %post pdfpages mkdir -p /var/run/texlive @@ -146357,7 +169177,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfpages if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146370,7 +169190,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pdfpages-doc Summary: Documentation for pdfpages -Version: svn37567.0.4y +Version: svn38140.0.5c Release: %{tl_noarch_release} Provides: tex-pdfpages-doc BuildArch: noarch @@ -146380,6 +169200,24 @@ Requires: tex-eso-pic-doc %description pdfpages-doc Documentation for pdfpages +%post pdfpages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfpages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfpages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package powerdot Provides: tex-powerdot = %{tl_version} License: LPPL 1.3 @@ -146447,7 +169285,7 @@ touch /var/run/texlive/run-mtxrun %postun powerdot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146469,6 +169307,24 @@ AutoReqProv: No %description powerdot-doc Documentation for powerdot +%post powerdot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun powerdot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans powerdot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package psfrag Provides: tex-psfrag = %{tl_version} License: psfrag @@ -146502,7 +169358,7 @@ touch /var/run/texlive/run-mtxrun %postun psfrag if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146524,6 +169380,24 @@ AutoReqProv: No %description psfrag-doc Documentation for psfrag +%post psfrag-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psfrag-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psfrag-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rcs Provides: tex-rcs = %{tl_version} License: GPL+ @@ -146561,7 +169435,7 @@ touch /var/run/texlive/run-mtxrun %postun rcs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146583,6 +169457,24 @@ AutoReqProv: No %description rcs-doc Documentation for rcs +%post rcs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rcs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rotating Provides: tex-rotating = %{tl_version} License: LPPL @@ -146620,7 +169512,7 @@ touch /var/run/texlive/run-mtxrun %postun rotating if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146642,6 +169534,24 @@ AutoReqProv: No %description rotating-doc Documentation for rotating +%post rotating-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rotating-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotating-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sansmath Provides: tex-sansmath = %{tl_version} License: Public Domain @@ -146669,7 +169579,7 @@ touch /var/run/texlive/run-mtxrun %postun sansmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146691,6 +169601,24 @@ AutoReqProv: No %description sansmath-doc Documentation for sansmath +%post sansmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sansmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sansmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package section Provides: tex-section = %{tl_version} License: LPPL @@ -146718,7 +169646,7 @@ touch /var/run/texlive/run-mtxrun %postun section if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146740,6 +169668,24 @@ AutoReqProv: No %description section-doc Documentation for section +%post section-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun section-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans section-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package seminar Provides: tex-seminar = %{tl_version} License: LPPL 1.2 @@ -146795,7 +169741,7 @@ touch /var/run/texlive/run-mtxrun %postun seminar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146817,6 +169763,24 @@ AutoReqProv: No %description seminar-doc Documentation for seminar +%post seminar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun seminar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seminar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sepnum Provides: tex-sepnum = %{tl_version} License: LPPL @@ -146849,7 +169813,7 @@ touch /var/run/texlive/run-mtxrun %postun sepnum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146871,6 +169835,24 @@ AutoReqProv: No %description sepnum-doc Documentation for sepnum +%post sepnum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sepnum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sepnum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package setspace Provides: tex-setspace = %{tl_version} License: Copyright only @@ -146902,7 +169884,7 @@ touch /var/run/texlive/run-mtxrun %postun setspace if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146924,6 +169906,24 @@ AutoReqProv: No %description setspace-doc Documentation for setspace +%post setspace-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun setspace-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans setspace-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subfig Provides: tex-subfig = %{tl_version} License: LPPL @@ -146970,7 +169970,7 @@ touch /var/run/texlive/run-mtxrun %postun subfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -146992,6 +169992,24 @@ AutoReqProv: No %description subfig-doc Documentation for subfig +%post subfig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subfig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textcase Provides: tex-textcase = %{tl_version} License: LPPL @@ -147027,7 +170045,7 @@ touch /var/run/texlive/run-mtxrun %postun textcase if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147049,6 +170067,24 @@ AutoReqProv: No %description textcase-doc Documentation for textcase +%post textcase-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textcase-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textcase-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thumbpdf Provides: tex-thumbpdf = %{tl_version} License: LPPL @@ -147083,7 +170119,7 @@ touch /var/run/texlive/run-mtxrun %postun thumbpdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147105,6 +170141,24 @@ AutoReqProv: No %description thumbpdf-doc Documentation for thumbpdf +%post thumbpdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thumbpdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumbpdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thumbpdf-bin Summary: Binaries for thumbpdf Version: svn6898.0 @@ -147144,7 +170198,7 @@ touch /var/run/texlive/run-mtxrun %postun typehtml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147166,6 +170220,24 @@ AutoReqProv: No %description typehtml-doc Documentation for typehtml +%post typehtml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun typehtml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typehtml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package underscore Provides: tex-underscore = %{tl_version} License: LPPL @@ -147198,7 +170270,7 @@ touch /var/run/texlive/run-mtxrun %postun underscore if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147220,9 +170292,27 @@ AutoReqProv: No %description underscore-doc Documentation for underscore +%post underscore-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun underscore-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underscore-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-pictures Summary: Graphics, pictures, diagrams -Version: svn37604.0 +Version: svn38139.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -147233,6 +170323,7 @@ Requires: tex-asyfig Requires: tex-asypictureb Requires: tex-autoarea Requires: tex-bardiag +Requires: tex-blochsphere Requires: tex-bloques Requires: tex-blox Requires: tex-bodegraph @@ -147262,6 +170353,7 @@ Requires: tex-epspdfconversion Requires: tex-esk Requires: tex-fast-diagram Requires: tex-fig4latex +Requires: tex-fitbox Requires: tex-flowchart Requires: tex-forest Requires: tex-genealogytree @@ -147325,7 +170417,7 @@ Requires: tex-texdraw Requires: tex-ticollege Requires: texlive-tipfr-doc Requires: tex-tikz-3dplot -Requires: texlive-tikz-bayesnet-doc +Requires: tex-tikz-bayesnet Requires: tex-tikz-cd Requires: tex-tikz-dependency Requires: tex-tikz-dimline @@ -147404,7 +170496,7 @@ touch /var/run/texlive/run-mtxrun %postun combinedgraphics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147426,6 +170518,24 @@ AutoReqProv: No %description combinedgraphics-doc Documentation for combinedgraphics +%post combinedgraphics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun combinedgraphics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combinedgraphics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package curve Provides: tex-curve = %{tl_version} License: LPPL @@ -147467,7 +170577,7 @@ touch /var/run/texlive/run-mtxrun %postun curve if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147489,6 +170599,24 @@ AutoReqProv: No %description curve-doc Documentation for curve +%post curve-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun curve-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curve-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package curve2e Provides: tex-curve2e = %{tl_version} License: LPPL 1.3 @@ -147523,7 +170651,7 @@ touch /var/run/texlive/run-mtxrun %postun curve2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147545,6 +170673,24 @@ AutoReqProv: No %description curve2e-doc Documentation for curve2e +%post curve2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun curve2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curve2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package curves Provides: tex-curves = %{tl_version} License: LPPL @@ -147579,7 +170725,7 @@ touch /var/run/texlive/run-mtxrun %postun curves if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147601,6 +170747,24 @@ AutoReqProv: No %description curves-doc Documentation for curves +%post curves-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun curves-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans curves-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dcpic Provides: tex-dcpic = %{tl_version} License: LPPL 1.3 @@ -147633,7 +170797,7 @@ touch /var/run/texlive/run-mtxrun %postun dcpic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147655,6 +170819,24 @@ AutoReqProv: No %description dcpic-doc Documentation for dcpic +%post dcpic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dcpic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dcpic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package diagmac2 Provides: tex-diagmac2 = %{tl_version} License: LPPL @@ -147684,7 +170866,7 @@ touch /var/run/texlive/run-mtxrun %postun diagmac2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147706,6 +170888,24 @@ AutoReqProv: No %description diagmac2-doc Documentation for diagmac2 +%post diagmac2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun diagmac2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagmac2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doc-pictex-doc Summary: Documentation for doc-pictex Version: svn24927.0 @@ -147717,6 +170917,24 @@ AutoReqProv: No %description doc-pictex-doc Documentation for doc-pictex +%post doc-pictex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doc-pictex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doc-pictex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dottex Provides: tex-dottex = %{tl_version} License: GPL+ @@ -147752,7 +170970,7 @@ touch /var/run/texlive/run-mtxrun %postun dottex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147774,6 +170992,24 @@ AutoReqProv: No %description dottex-doc Documentation for dottex +%post dottex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dottex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dottex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dot2texi Provides: tex-dot2texi = %{tl_version} License: GPL+ @@ -147807,7 +171043,7 @@ touch /var/run/texlive/run-mtxrun %postun dot2texi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147829,6 +171065,24 @@ AutoReqProv: No %description dot2texi-doc Documentation for dot2texi +%post dot2texi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dot2texi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dot2texi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dratex Provides: tex-dratex = %{tl_version} License: LPPL @@ -147859,7 +171113,7 @@ touch /var/run/texlive/run-mtxrun %postun dratex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147881,6 +171135,24 @@ AutoReqProv: No %description dratex-doc Documentation for dratex +%post dratex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dratex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dratex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package drs Provides: tex-drs = %{tl_version} License: LPPL 1.3 @@ -147913,7 +171185,7 @@ touch /var/run/texlive/run-mtxrun %postun drs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147935,6 +171207,24 @@ AutoReqProv: No %description drs-doc Documentation for drs +%post drs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun drs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package duotenzor Provides: tex-duotenzor = %{tl_version} License: LPPL 1.3 @@ -147963,7 +171253,7 @@ touch /var/run/texlive/run-mtxrun %postun duotenzor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -147985,6 +171275,24 @@ AutoReqProv: No %description duotenzor-doc Documentation for duotenzor +%post duotenzor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun duotenzor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans duotenzor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eepic Provides: tex-eepic = %{tl_version} License: Public Domain @@ -148019,7 +171327,7 @@ touch /var/run/texlive/run-mtxrun %postun eepic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148041,6 +171349,24 @@ AutoReqProv: No %description eepic-doc Documentation for eepic +%post eepic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eepic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eepic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epspdf Provides: tex-epspdf = %{tl_version} License: GPL+ @@ -148078,7 +171404,7 @@ touch /var/run/texlive/run-mtxrun %postun epspdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148100,6 +171426,24 @@ AutoReqProv: No %description epspdf-doc Documentation for epspdf +%post epspdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epspdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epspdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epspdf-bin Summary: Binaries for epspdf Version: svn29050.0 @@ -148143,7 +171487,7 @@ touch /var/run/texlive/run-mtxrun %postun epspdfconversion if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148165,6 +171509,24 @@ AutoReqProv: No %description epspdfconversion-doc Documentation for epspdfconversion +%post epspdfconversion-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epspdfconversion-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epspdfconversion-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esk Provides: tex-esk = %{tl_version} License: GPL+ @@ -148201,7 +171563,7 @@ touch /var/run/texlive/run-mtxrun %postun esk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148223,6 +171585,24 @@ AutoReqProv: No %description esk-doc Documentation for esk +%post esk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fast-diagram Provides: tex-fast-diagram = %{tl_version} License: LPPL 1.3 @@ -148255,7 +171635,7 @@ touch /var/run/texlive/run-mtxrun %postun fast-diagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148277,6 +171657,24 @@ AutoReqProv: No %description fast-diagram-doc Documentation for fast-diagram +%post fast-diagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fast-diagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fast-diagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fig4latex Provides: tex-fig4latex = %{tl_version} License: GPLv3+ @@ -148307,7 +171705,7 @@ touch /var/run/texlive/run-mtxrun %postun fig4latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148329,6 +171727,24 @@ AutoReqProv: No %description fig4latex-doc Documentation for fig4latex +%post fig4latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fig4latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fig4latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fig4latex-bin Summary: Binaries for fig4latex Version: svn14752.0 @@ -148340,6 +171756,76 @@ BuildArch: noarch %description fig4latex-bin Binaries for fig4latex +%package fitbox +Provides: tex-fitbox = %{tl_version} +License: LPPL 1.3 +Summary: Fit graphics on a page +Version: svn38139.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-16 21:45:31 +0200 + +%post fitbox +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fitbox +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fitbox +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package fitbox-doc +Summary: Documentation for fitbox +Version: svn38139.1.00 +Release: %{tl_noarch_release} +Provides: tex-fitbox-doc +BuildArch: noarch +AutoReqProv: No + +%description fitbox-doc +Documentation for fitbox + +%post fitbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fitbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fitbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flowchart Provides: tex-flowchart = %{tl_version} License: LPPL 1.3 @@ -148371,7 +171857,7 @@ touch /var/run/texlive/run-mtxrun %postun flowchart if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148393,11 +171879,29 @@ AutoReqProv: No %description flowchart-doc Documentation for flowchart +%post flowchart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flowchart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flowchart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package forest Provides: tex-forest = %{tl_version} License: LPPL 1.3 Summary: Drawing (linguistic) trees -Version: svn37872.1.09 +Version: svn37933.1.0.10 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -148422,7 +171926,7 @@ possibility to decorate the tree using the full power of PGF/TikZ; and an externalization mechanism sensitive to code- changes. -date: 2015-07-16 05:32:40 +0200 +date: 2015-07-23 06:55:24 +0200 %post forest mkdir -p /var/run/texlive @@ -148433,7 +171937,7 @@ touch /var/run/texlive/run-mtxrun %postun forest if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148446,7 +171950,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package forest-doc Summary: Documentation for forest -Version: svn37872.1.09 +Version: svn37933.1.0.10 Release: %{tl_noarch_release} Provides: tex-forest-doc BuildArch: noarch @@ -148455,6 +171959,24 @@ AutoReqProv: No %description forest-doc Documentation for forest +%post forest-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun forest-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forest-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package genealogytree Provides: tex-genealogytree = %{tl_version} License: LPPL 1.3 @@ -148502,7 +172024,7 @@ touch /var/run/texlive/run-mtxrun %postun genealogytree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148524,6 +172046,24 @@ AutoReqProv: No %description genealogytree-doc Documentation for genealogytree +%post genealogytree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun genealogytree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genealogytree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package getmap Provides: tex-getmap = %{tl_version} License: LPPL @@ -148562,7 +172102,7 @@ touch /var/run/texlive/run-mtxrun %postun getmap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148584,6 +172124,24 @@ AutoReqProv: No %description getmap-doc Documentation for getmap +%post getmap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun getmap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans getmap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package getmap-bin Summary: Binaries for getmap Version: svn34971.0 @@ -148630,7 +172188,7 @@ touch /var/run/texlive/run-mtxrun %postun gincltex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148652,6 +172210,24 @@ AutoReqProv: No %description gincltex-doc Documentation for gincltex +%post gincltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gincltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gincltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gnuplottex Provides: tex-gnuplottex = %{tl_version} License: GPLv2+ @@ -148688,7 +172264,7 @@ touch /var/run/texlive/run-mtxrun %postun gnuplottex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148710,6 +172286,24 @@ AutoReqProv: No %description gnuplottex-doc Documentation for gnuplottex +%post gnuplottex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gnuplottex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gnuplottex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gradientframe Provides: tex-gradientframe = %{tl_version} License: LPPL 1.3 @@ -148740,7 +172334,7 @@ touch /var/run/texlive/run-mtxrun %postun gradientframe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148762,6 +172356,24 @@ AutoReqProv: No %description gradientframe-doc Documentation for gradientframe +%post gradientframe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gradientframe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gradientframe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grafcet Provides: tex-grafcet = %{tl_version} License: LPPL @@ -148795,7 +172407,7 @@ touch /var/run/texlive/run-mtxrun %postun grafcet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148817,6 +172429,24 @@ AutoReqProv: No %description grafcet-doc Documentation for grafcet +%post grafcet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grafcet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grafcet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphviz Provides: tex-graphviz = %{tl_version} License: LPPL 1.3 @@ -148846,7 +172476,7 @@ touch /var/run/texlive/run-mtxrun %postun graphviz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148868,6 +172498,24 @@ AutoReqProv: No %description graphviz-doc Documentation for graphviz +%post graphviz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphviz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphviz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harveyballs Provides: tex-harveyballs = %{tl_version} License: GPLv3+ @@ -148896,7 +172544,7 @@ touch /var/run/texlive/run-mtxrun %postun harveyballs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148918,6 +172566,24 @@ AutoReqProv: No %description harveyballs-doc Documentation for harveyballs +%post harveyballs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harveyballs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harveyballs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package here Provides: tex-here = %{tl_version} License: Public Domain @@ -148951,7 +172617,7 @@ touch /var/run/texlive/run-mtxrun %postun here if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -148973,6 +172639,24 @@ AutoReqProv: No %description here-doc Documentation for here +%post here-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun here-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans here-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hf-tikz Provides: tex-hf-tikz = %{tl_version} License: LPPL 1.3 @@ -149003,7 +172687,7 @@ touch /var/run/texlive/run-mtxrun %postun hf-tikz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149025,6 +172709,24 @@ AutoReqProv: No %description hf-tikz-doc Documentation for hf-tikz +%post hf-tikz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hf-tikz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hf-tikz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hobby Provides: tex-hobby = %{tl_version} License: LPPL 1.3 @@ -149059,7 +172761,7 @@ touch /var/run/texlive/run-mtxrun %postun hobby if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149081,6 +172783,24 @@ AutoReqProv: No %description hobby-doc Documentation for hobby +%post hobby-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hobby-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hobby-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hvfloat Provides: tex-hvfloat = %{tl_version} License: LPPL @@ -149118,7 +172838,7 @@ touch /var/run/texlive/run-mtxrun %postun hvfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149140,6 +172860,24 @@ AutoReqProv: No %description hvfloat-doc Documentation for hvfloat +%post hvfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hvfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hvfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package knitting Provides: tex-knitting = %{tl_version} License: LPPL 1.3 @@ -149234,6 +172972,24 @@ AutoReqProv: No %description knitting-doc Documentation for knitting +%post knitting-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun knitting-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans knitting-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package knittingpattern Provides: tex-knittingpattern = %{tl_version} License: LPPL 1.3 @@ -149270,7 +173026,7 @@ touch /var/run/texlive/run-mtxrun %postun knittingpattern if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149292,6 +173048,24 @@ AutoReqProv: No %description knittingpattern-doc Documentation for knittingpattern +%post knittingpattern-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun knittingpattern-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans knittingpattern-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lapdf Provides: tex-lapdf = %{tl_version} License: GPL+ @@ -149328,7 +173102,7 @@ touch /var/run/texlive/run-mtxrun %postun lapdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149350,6 +173124,24 @@ AutoReqProv: No %description lapdf-doc Documentation for lapdf +%post lapdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lapdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lapdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latex-make Provides: tex-latex-make = %{tl_version} License: GPL+ @@ -149399,7 +173191,7 @@ touch /var/run/texlive/run-mtxrun %postun latex-make if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149421,6 +173213,24 @@ AutoReqProv: No %description latex-make-doc Documentation for latex-make +%post latex-make-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latex-make-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latex-make-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lpic Provides: tex-lpic = %{tl_version} License: LPPL 1.3 @@ -149460,7 +173270,7 @@ touch /var/run/texlive/run-mtxrun %postun lpic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149482,6 +173292,24 @@ AutoReqProv: No %description lpic-doc Documentation for lpic +%post lpic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lpic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lpic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makeshape Provides: tex-makeshape = %{tl_version} License: LPPL 1.3 @@ -149513,7 +173341,7 @@ touch /var/run/texlive/run-mtxrun %postun makeshape if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149535,6 +173363,24 @@ AutoReqProv: No %description makeshape-doc Documentation for makeshape +%post makeshape-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makeshape-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeshape-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathspic Provides: tex-mathspic = %{tl_version} License: LPPL @@ -149577,7 +173423,7 @@ touch /var/run/texlive/run-mtxrun %postun mathspic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149599,6 +173445,24 @@ AutoReqProv: No %description mathspic-doc Documentation for mathspic +%post mathspic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathspic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathspic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathspic-bin Summary: Binaries for mathspic Version: svn23661.0 @@ -149648,7 +173512,7 @@ touch /var/run/texlive/run-mtxrun %postun miniplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149670,6 +173534,24 @@ AutoReqProv: No %description miniplot-doc Documentation for miniplot +%post miniplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun miniplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans miniplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkpic Provides: tex-mkpic = %{tl_version} License: GPL+ @@ -149701,7 +173583,7 @@ touch /var/run/texlive/run-mtxrun %postun mkpic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149723,6 +173605,24 @@ AutoReqProv: No %description mkpic-doc Documentation for mkpic +%post mkpic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mkpic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkpic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkpic-bin Summary: Binaries for mkpic Version: svn33688.0 @@ -149771,7 +173671,7 @@ touch /var/run/texlive/run-mtxrun %postun modiagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149793,6 +173693,24 @@ AutoReqProv: No %description modiagram-doc Documentation for modiagram +%post modiagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun modiagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modiagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package neuralnetwork Provides: tex-neuralnetwork = %{tl_version} License: GPL+ @@ -149826,7 +173744,7 @@ touch /var/run/texlive/run-mtxrun %postun neuralnetwork if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149848,6 +173766,24 @@ AutoReqProv: No %description neuralnetwork-doc Documentation for neuralnetwork +%post neuralnetwork-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun neuralnetwork-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans neuralnetwork-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package numericplots Provides: tex-numericplots = %{tl_version} License: GPLv3+ @@ -149894,7 +173830,7 @@ touch /var/run/texlive/run-mtxrun %postun numericplots if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149916,6 +173852,24 @@ AutoReqProv: No %description numericplots-doc Documentation for numericplots +%post numericplots-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun numericplots-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numericplots-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pb-diagram Provides: tex-pb-diagram = %{tl_version} License: GPLv2+ @@ -149945,7 +173899,7 @@ touch /var/run/texlive/run-mtxrun %postun pb-diagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -149967,6 +173921,24 @@ AutoReqProv: No %description pb-diagram-doc Documentation for pb-diagram +%post pb-diagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pb-diagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pb-diagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package petri-nets Provides: tex-petri-nets = %{tl_version} License: GPL+ @@ -150003,7 +173975,7 @@ touch /var/run/texlive/run-mtxrun %postun petri-nets if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150025,6 +173997,24 @@ AutoReqProv: No %description petri-nets-doc Documentation for petri-nets +%post petri-nets-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun petri-nets-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans petri-nets-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgf-blur Provides: tex-pgf-blur = %{tl_version} License: LPPL @@ -150054,7 +174044,7 @@ touch /var/run/texlive/run-mtxrun %postun pgf-blur if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150076,6 +174066,24 @@ AutoReqProv: No %description pgf-blur-doc Documentation for pgf-blur +%post pgf-blur-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgf-blur-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-blur-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgf-soroban Provides: tex-pgf-soroban = %{tl_version} License: LPPL @@ -150106,7 +174114,7 @@ touch /var/run/texlive/run-mtxrun %postun pgf-soroban if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150128,6 +174136,24 @@ AutoReqProv: No %description pgf-soroban-doc Documentation for pgf-soroban +%post pgf-soroban-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgf-soroban-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-soroban-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgf-umlcd Provides: tex-pgf-umlcd = %{tl_version} License: GPL+ @@ -150155,7 +174181,7 @@ touch /var/run/texlive/run-mtxrun %postun pgf-umlcd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150177,6 +174203,24 @@ AutoReqProv: No %description pgf-umlcd-doc Documentation for pgf-umlcd +%post pgf-umlcd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgf-umlcd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-umlcd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgf-umlsd Provides: tex-pgf-umlsd = %{tl_version} License: GPL+ @@ -150205,7 +174249,7 @@ touch /var/run/texlive/run-mtxrun %postun pgf-umlsd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150227,6 +174271,24 @@ AutoReqProv: No %description pgf-umlsd-doc Documentation for pgf-umlsd +%post pgf-umlsd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgf-umlsd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgf-umlsd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgfgantt Provides: tex-pgfgantt = %{tl_version} License: LPPL 1.3 @@ -150258,7 +174320,7 @@ touch /var/run/texlive/run-mtxrun %postun pgfgantt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150280,6 +174342,24 @@ AutoReqProv: No %description pgfgantt-doc Documentation for pgfgantt +%post pgfgantt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgfgantt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfgantt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgfkeyx Provides: tex-pgfkeyx = %{tl_version} License: LPPL 1.3 @@ -150312,7 +174392,7 @@ touch /var/run/texlive/run-mtxrun %postun pgfkeyx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150334,6 +174414,24 @@ AutoReqProv: No %description pgfkeyx-doc Documentation for pgfkeyx +%post pgfkeyx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgfkeyx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfkeyx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgfmolbio Provides: tex-pgfmolbio = %{tl_version} License: LPPL 1.3 @@ -150369,7 +174467,7 @@ touch /var/run/texlive/run-mtxrun %postun pgfmolbio if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150391,6 +174489,24 @@ AutoReqProv: No %description pgfmolbio-doc Documentation for pgfmolbio +%post pgfmolbio-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgfmolbio-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfmolbio-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgfopts Provides: tex-pgfopts = %{tl_version} License: LPPL 1.3 @@ -150424,7 +174540,7 @@ touch /var/run/texlive/run-mtxrun %postun pgfopts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150446,6 +174562,24 @@ AutoReqProv: No %description pgfopts-doc Documentation for pgfopts +%post pgfopts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgfopts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfopts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pgfplots Provides: tex-pgfplots = %{tl_version} License: GPLv3+ @@ -150567,7 +174701,7 @@ touch /var/run/texlive/run-mtxrun %postun pgfplots if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150589,6 +174723,24 @@ AutoReqProv: No %description pgfplots-doc Documentation for pgfplots +%post pgfplots-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pgfplots-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pgfplots-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package picinpar Provides: tex-picinpar = %{tl_version} License: GPL+ @@ -150619,7 +174771,7 @@ touch /var/run/texlive/run-mtxrun %postun picinpar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150641,6 +174793,24 @@ AutoReqProv: No %description picinpar-doc Documentation for picinpar +%post picinpar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun picinpar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans picinpar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pict2e Provides: tex-pict2e = %{tl_version} License: LPPL @@ -150688,7 +174858,7 @@ touch /var/run/texlive/run-mtxrun %postun pict2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150710,6 +174880,24 @@ AutoReqProv: No %description pict2e-doc Documentation for pict2e +%post pict2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pict2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pict2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pictex Provides: tex-pictex = %{tl_version} License: LPPL @@ -150757,7 +174945,7 @@ touch /var/run/texlive/run-mtxrun %postun pictex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150779,6 +174967,24 @@ AutoReqProv: No %description pictex-doc Documentation for pictex +%post pictex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pictex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pictex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pictex2 Provides: tex-pictex2 = %{tl_version} License: LPPL @@ -150810,7 +175016,7 @@ touch /var/run/texlive/run-mtxrun %postun pictex2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150854,7 +175060,7 @@ touch /var/run/texlive/run-mtxrun %postun pinlabel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150876,6 +175082,24 @@ AutoReqProv: No %description pinlabel-doc Documentation for pinlabel +%post pinlabel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pinlabel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pinlabel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pmgraph Provides: tex-pmgraph = %{tl_version} License: GPL+ @@ -150903,7 +175127,7 @@ touch /var/run/texlive/run-mtxrun %postun pmgraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150925,6 +175149,24 @@ AutoReqProv: No %description pmgraph-doc Documentation for pmgraph +%post pmgraph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pmgraph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pmgraph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package prerex Provides: tex-prerex = %{tl_version} License: GPL+ @@ -150965,7 +175207,7 @@ touch /var/run/texlive/run-mtxrun %postun prerex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -150987,6 +175229,24 @@ AutoReqProv: No %description prerex-doc Documentation for prerex +%post prerex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun prerex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prerex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package productbox Provides: tex-productbox = %{tl_version} License: Copyright only @@ -151020,7 +175280,7 @@ touch /var/run/texlive/run-mtxrun %postun productbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151042,9 +175302,27 @@ AutoReqProv: No %description productbox-doc Documentation for productbox +%post productbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun productbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans productbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxpgfmark Provides: tex-pxpgfmark = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: e-pTeX driver for PGF inter-picture connections Version: svn30212.0.2 Release: %{tl_noarch_release} @@ -151070,7 +175348,7 @@ touch /var/run/texlive/run-mtxrun %postun pxpgfmark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151092,6 +175370,24 @@ AutoReqProv: No %description pxpgfmark-doc Documentation for pxpgfmark +%post pxpgfmark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxpgfmark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxpgfmark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qcircuit Provides: tex-qcircuit = %{tl_version} License: GPLv2+ @@ -151121,7 +175417,7 @@ touch /var/run/texlive/run-mtxrun %postun qcircuit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151143,6 +175439,24 @@ AutoReqProv: No %description qcircuit-doc Documentation for qcircuit +%post qcircuit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qcircuit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qcircuit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qrcode Provides: tex-qrcode = %{tl_version} License: LPPL 1.3 @@ -151172,7 +175486,7 @@ touch /var/run/texlive/run-mtxrun %postun qrcode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151194,6 +175508,24 @@ AutoReqProv: No %description qrcode-doc Documentation for qrcode +%post qrcode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qrcode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qrcode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package randbild Provides: tex-randbild = %{tl_version} License: LPPL @@ -151224,7 +175556,7 @@ touch /var/run/texlive/run-mtxrun %postun randbild if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151246,6 +175578,24 @@ AutoReqProv: No %description randbild-doc Documentation for randbild +%post randbild-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun randbild-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randbild-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package randomwalk Provides: tex-randomwalk = %{tl_version} License: LPPL @@ -151280,7 +175630,7 @@ touch /var/run/texlive/run-mtxrun %postun randomwalk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151302,6 +175652,24 @@ AutoReqProv: No %description randomwalk-doc Documentation for randomwalk +%post randomwalk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun randomwalk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randomwalk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package reotex Provides: tex-reotex = %{tl_version} License: LPPL @@ -151332,7 +175700,7 @@ touch /var/run/texlive/run-mtxrun %postun reotex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151354,6 +175722,24 @@ AutoReqProv: No %description reotex-doc Documentation for reotex +%post reotex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun reotex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans reotex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rviewport Provides: tex-rviewport = %{tl_version} License: LPPL @@ -151393,7 +175779,7 @@ touch /var/run/texlive/run-mtxrun %postun rviewport if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151415,6 +175801,24 @@ AutoReqProv: No %description rviewport-doc Documentation for rviewport +%post rviewport-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rviewport-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rviewport-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sa-tikz Provides: tex-sa-tikz = %{tl_version} License: LPPL 1.3 @@ -151444,7 +175848,7 @@ touch /var/run/texlive/run-mtxrun %postun sa-tikz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151466,6 +175870,24 @@ AutoReqProv: No %description sa-tikz-doc Documentation for sa-tikz +%post sa-tikz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sa-tikz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sa-tikz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package schemabloc Provides: tex-schemabloc = %{tl_version} License: LPPL @@ -151496,7 +175918,7 @@ touch /var/run/texlive/run-mtxrun %postun schemabloc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151518,6 +175940,24 @@ AutoReqProv: No %description schemabloc-doc Documentation for schemabloc +%post schemabloc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun schemabloc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schemabloc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package setdeck Provides: tex-setdeck = %{tl_version} License: GPLv3+ @@ -151546,7 +175986,7 @@ touch /var/run/texlive/run-mtxrun %postun setdeck if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151568,6 +176008,24 @@ AutoReqProv: No %description setdeck-doc Documentation for setdeck +%post setdeck-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun setdeck-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans setdeck-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package smartdiagram Provides: tex-smartdiagram = %{tl_version} License: LPPL 1.3 @@ -151603,7 +176061,7 @@ touch /var/run/texlive/run-mtxrun %postun smartdiagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151625,6 +176083,24 @@ AutoReqProv: No %description smartdiagram-doc Documentation for smartdiagram +%post smartdiagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun smartdiagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smartdiagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spath3 Provides: tex-spath3 = %{tl_version} License: LPPL 1.3 @@ -151659,7 +176135,7 @@ touch /var/run/texlive/run-mtxrun %postun spath3 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151681,6 +176157,24 @@ AutoReqProv: No %description spath3-doc Documentation for spath3 +%post spath3-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spath3-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spath3-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package swimgraf Provides: tex-swimgraf = %{tl_version} License: LPPL @@ -151725,7 +176219,7 @@ touch /var/run/texlive/run-mtxrun %postun swimgraf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151747,6 +176241,24 @@ AutoReqProv: No %description swimgraf-doc Documentation for swimgraf +%post swimgraf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun swimgraf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans swimgraf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texdraw Provides: tex-texdraw = %{tl_version} License: CC-BY @@ -151794,7 +176306,7 @@ touch /var/run/texlive/run-mtxrun %postun texdraw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151816,6 +176328,24 @@ AutoReqProv: No %description texdraw-doc Documentation for texdraw +%post texdraw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texdraw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texdraw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ticollege Provides: tex-ticollege = %{tl_version} License: LPPL @@ -151853,7 +176383,7 @@ touch /var/run/texlive/run-mtxrun %postun ticollege if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151875,6 +176405,24 @@ AutoReqProv: No %description ticollege-doc Documentation for ticollege +%post ticollege-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ticollege-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ticollege-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tipfr-doc Summary: Documentation for tipfr Version: svn35984.1.5 @@ -151886,6 +176434,24 @@ AutoReqProv: No %description tipfr-doc Documentation for tipfr +%post tipfr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tipfr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tipfr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-3dplot Provides: tex-tikz-3dplot = %{tl_version} License: LPPL 1.3 @@ -151923,7 +176489,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-3dplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -151945,9 +176511,66 @@ AutoReqProv: No %description tikz-3dplot-doc Documentation for tikz-3dplot +%post tikz-3dplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-3dplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-3dplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%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 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-03 05:43:12 +0200 + +%post tikz-bayesnet +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun tikz-bayesnet +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-bayesnet +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + %package tikz-bayesnet-doc Summary: Documentation for tikz-bayesnet -Version: svn30094.0.1 +Version: svn38295.0.1 Release: %{tl_noarch_release} Provides: tex-tikz-bayesnet-doc BuildArch: noarch @@ -151956,6 +176579,24 @@ AutoReqProv: No %description tikz-bayesnet-doc Documentation for tikz-bayesnet +%post tikz-bayesnet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-bayesnet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-bayesnet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-cd Provides: tex-tikz-cd = %{tl_version} License: GPLv3+ @@ -151991,7 +176632,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-cd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152013,6 +176654,24 @@ AutoReqProv: No %description tikz-cd-doc Documentation for tikz-cd +%post tikz-cd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-cd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-cd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-dependency Provides: tex-tikz-dependency = %{tl_version} License: (GPLv2 or LPPL) and (GFDL or LPPL) @@ -152045,7 +176704,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-dependency if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152067,9 +176726,27 @@ AutoReqProv: No %description tikz-dependency-doc Documentation for tikz-dependency +%post tikz-dependency-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-dependency-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-dependency-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-dimline Provides: tex-tikz-dimline = %{tl_version} -License: Freely redistributable without restriction +License: WTFPL Summary: Technical dimension lines using PGF/TikZ Version: svn35805.1.0 Release: %{tl_noarch_release} @@ -152098,7 +176775,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-dimline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152120,6 +176797,24 @@ AutoReqProv: No %description tikz-dimline-doc Documentation for tikz-dimline +%post tikz-dimline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-dimline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-dimline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-inet Provides: tex-tikz-inet = %{tl_version} License: LPPL @@ -152148,7 +176843,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-inet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152170,6 +176865,24 @@ AutoReqProv: No %description tikz-inet-doc Documentation for tikz-inet +%post tikz-inet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-inet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-inet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-opm Provides: tex-tikz-opm = %{tl_version} License: LPPL 1.3 @@ -152200,7 +176913,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-opm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152222,6 +176935,24 @@ AutoReqProv: No %description tikz-opm-doc Documentation for tikz-opm +%post tikz-opm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-opm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-opm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-palattice Provides: tex-tikz-palattice = %{tl_version} License: LPPL 1.3 @@ -152262,7 +176993,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-palattice if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152284,6 +177015,24 @@ AutoReqProv: No %description tikz-palattice-doc Documentation for tikz-palattice +%post tikz-palattice-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-palattice-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-palattice-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-qtree Provides: tex-tikz-qtree = %{tl_version} License: GPL+ @@ -152325,7 +177074,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-qtree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152347,6 +177096,24 @@ AutoReqProv: No %description tikz-qtree-doc Documentation for tikz-qtree +%post tikz-qtree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-qtree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-qtree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikz-timing Provides: tex-tikz-timing = %{tl_version} License: LPPL @@ -152397,7 +177164,7 @@ touch /var/run/texlive/run-mtxrun %postun tikz-timing if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152420,6 +177187,24 @@ Requires: tex-svn-prov-doc %description tikz-timing-doc Documentation for tikz-timing +%post tikz-timing-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikz-timing-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikz-timing-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svn-prov Provides: tex-svn-prov = %{tl_version} License: LPPL @@ -152450,7 +177235,7 @@ touch /var/run/texlive/run-mtxrun %postun svn-prov if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152472,6 +177257,24 @@ AutoReqProv: No %description svn-prov-doc Documentation for svn-prov +%post svn-prov-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svn-prov-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn-prov-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzinclude Provides: tex-tikzinclude = %{tl_version} License: LPPL 1.3 @@ -152502,7 +177305,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzinclude if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152524,6 +177327,24 @@ AutoReqProv: No %description tikzinclude-doc Documentation for tikzinclude +%post tikzinclude-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzinclude-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzinclude-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzmark Provides: tex-tikzmark = %{tl_version} License: LPPL 1.3 @@ -152553,7 +177374,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzmark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152575,6 +177396,24 @@ AutoReqProv: No %description tikzmark-doc Documentation for tikzmark +%post tikzmark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzmark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzmark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzorbital Provides: tex-tikzorbital = %{tl_version} License: LPPL @@ -152604,7 +177443,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzorbital if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152626,6 +177465,24 @@ AutoReqProv: No %description tikzorbital-doc Documentation for tikzorbital +%post tikzorbital-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzorbital-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzorbital-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzpagenodes Provides: tex-tikzpagenodes = %{tl_version} License: LPPL @@ -152656,7 +177513,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzpagenodes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152678,6 +177535,24 @@ AutoReqProv: No %description tikzpagenodes-doc Documentation for tikzpagenodes +%post tikzpagenodes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzpagenodes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzpagenodes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzpfeile Provides: tex-tikzpfeile = %{tl_version} License: LPPL @@ -152710,7 +177585,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzpfeile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152732,6 +177607,24 @@ AutoReqProv: No %description tikzpfeile-doc Documentation for tikzpfeile +%post tikzpfeile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzpfeile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzpfeile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzposter Provides: tex-tikzposter = %{tl_version} License: LPPL 1.2 @@ -152770,7 +177663,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzposter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152792,6 +177685,24 @@ AutoReqProv: No %description tikzposter-doc Documentation for tikzposter +%post tikzposter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzposter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzposter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzscale Provides: tex-tikzscale = %{tl_version} License: LPPL 1.3 @@ -152826,7 +177737,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzscale if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152848,6 +177759,24 @@ AutoReqProv: No %description tikzscale-doc Documentation for tikzscale +%post tikzscale-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzscale-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzscale-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tikzsymbols Provides: tex-tikzsymbols = %{tl_version} License: LPPL 1.3 @@ -152881,7 +177810,7 @@ touch /var/run/texlive/run-mtxrun %postun tikzsymbols if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152903,6 +177832,24 @@ AutoReqProv: No %description tikzsymbols-doc Documentation for tikzsymbols +%post tikzsymbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tikzsymbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tikzsymbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package timing-diagrams Provides: tex-timing-diagrams = %{tl_version} License: LPPL 1.3 @@ -152933,7 +177880,7 @@ touch /var/run/texlive/run-mtxrun %postun timing-diagrams if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -152955,6 +177902,24 @@ AutoReqProv: No %description timing-diagrams-doc Documentation for timing-diagrams +%post timing-diagrams-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun timing-diagrams-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans timing-diagrams-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tqft Provides: tex-tqft = %{tl_version} License: LPPL 1.3 @@ -152987,7 +177952,7 @@ touch /var/run/texlive/run-mtxrun %postun tqft if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153009,6 +177974,24 @@ AutoReqProv: No %description tqft-doc Documentation for tqft +%post tqft-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tqft-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tqft-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-base Provides: tex-tkz-base = %{tl_version} License: LPPL @@ -153051,7 +178034,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-base if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153073,6 +178056,24 @@ AutoReqProv: No %description tkz-base-doc Documentation for tkz-base +%post tkz-base-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-base-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-base-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-berge Provides: tex-tkz-berge = %{tl_version} License: LPPL @@ -153103,7 +178104,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-berge if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153125,6 +178126,24 @@ AutoReqProv: No %description tkz-berge-doc Documentation for tkz-berge +%post tkz-berge-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-berge-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-berge-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-doc Provides: tex-tkz-doc = %{tl_version} License: LPPL @@ -153180,7 +178199,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-doc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153202,6 +178221,24 @@ AutoReqProv: No %description tkz-doc-doc Documentation for tkz-doc +%post tkz-doc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-doc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-doc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-euclide Provides: tex-tkz-euclide = %{tl_version} License: LPPL @@ -153243,7 +178280,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-euclide if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153265,6 +178302,24 @@ AutoReqProv: No %description tkz-euclide-doc Documentation for tkz-euclide +%post tkz-euclide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-euclide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-euclide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-fct Provides: tex-tkz-fct = %{tl_version} License: LPPL @@ -153294,7 +178349,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-fct if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153316,6 +178371,24 @@ AutoReqProv: No %description tkz-fct-doc Documentation for tkz-fct +%post tkz-fct-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-fct-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-fct-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-graph Provides: tex-tkz-graph = %{tl_version} License: LPPL @@ -153347,7 +178420,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-graph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153369,6 +178442,24 @@ AutoReqProv: No %description tkz-graph-doc Documentation for tkz-graph +%post tkz-graph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-graph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-graph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-kiviat Provides: tex-tkz-kiviat = %{tl_version} License: LPPL @@ -153399,7 +178490,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-kiviat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153421,6 +178512,24 @@ AutoReqProv: No %description tkz-kiviat-doc Documentation for tkz-kiviat +%post tkz-kiviat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-kiviat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-kiviat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-linknodes Provides: tex-tkz-linknodes = %{tl_version} License: LPPL @@ -153455,7 +178564,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-linknodes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153477,6 +178586,24 @@ AutoReqProv: No %description tkz-linknodes-doc Documentation for tkz-linknodes +%post tkz-linknodes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-linknodes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-linknodes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-orm Provides: tex-tkz-orm = %{tl_version} License: GPL+ @@ -153505,7 +178632,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-orm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153527,6 +178654,24 @@ AutoReqProv: No %description tkz-orm-doc Documentation for tkz-orm +%post tkz-orm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-orm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-orm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tkz-tab Provides: tex-tkz-tab = %{tl_version} License: LPPL @@ -153559,7 +178704,7 @@ touch /var/run/texlive/run-mtxrun %postun tkz-tab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153581,6 +178726,24 @@ AutoReqProv: No %description tkz-tab-doc Documentation for tkz-tab +%post tkz-tab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tkz-tab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tkz-tab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tsemlines Provides: tex-tsemlines = %{tl_version} License: Public Domain @@ -153611,7 +178774,7 @@ touch /var/run/texlive/run-mtxrun %postun tsemlines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153657,7 +178820,7 @@ touch /var/run/texlive/run-mtxrun %postun tufte-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153685,6 +178848,24 @@ Requires: tex-placeins-doc %description tufte-latex-doc Documentation for tufte-latex +%post tufte-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tufte-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tufte-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xifthen Provides: tex-xifthen = %{tl_version} License: LPPL @@ -153721,7 +178902,7 @@ touch /var/run/texlive/run-mtxrun %postun xifthen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153743,6 +178924,24 @@ AutoReqProv: No %description xifthen-doc Documentation for xifthen +%post xifthen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xifthen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xifthen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifmtarg Provides: tex-ifmtarg = %{tl_version} License: LPPL @@ -153769,7 +178968,7 @@ touch /var/run/texlive/run-mtxrun %postun ifmtarg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153791,6 +178990,24 @@ AutoReqProv: No %description ifmtarg-doc Documentation for ifmtarg +%post ifmtarg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifmtarg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifmtarg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package paralist Provides: tex-paralist = %{tl_version} License: LPPL @@ -153820,7 +179037,7 @@ touch /var/run/texlive/run-mtxrun %postun paralist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153842,6 +179059,24 @@ AutoReqProv: No %description paralist-doc Documentation for paralist +%post paralist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun paralist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paralist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sauerj Provides: tex-sauerj = %{tl_version} License: LPPL @@ -153879,7 +179114,7 @@ touch /var/run/texlive/run-mtxrun %postun sauerj if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153901,6 +179136,24 @@ AutoReqProv: No %description sauerj-doc Documentation for sauerj +%post sauerj-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sauerj-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sauerj-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package placeins Provides: tex-placeins = %{tl_version} License: Public Domain @@ -153929,7 +179182,7 @@ touch /var/run/texlive/run-mtxrun %postun placeins if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -153951,6 +179204,24 @@ AutoReqProv: No %description placeins-doc Documentation for placeins +%post placeins-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun placeins-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans placeins-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package venndiagram Provides: tex-venndiagram = %{tl_version} License: LPPL @@ -153982,7 +179253,7 @@ touch /var/run/texlive/run-mtxrun %postun venndiagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154004,6 +179275,24 @@ AutoReqProv: No %description venndiagram-doc Documentation for venndiagram +%post venndiagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun venndiagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans venndiagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpicture Provides: tex-xpicture = %{tl_version} License: LPPL 1.3 @@ -154036,7 +179325,7 @@ touch /var/run/texlive/run-mtxrun %postun xpicture if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154058,6 +179347,24 @@ AutoReqProv: No %description xpicture-doc Documentation for xpicture +%post xpicture-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpicture-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpicture-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xypic Provides: tex-xypic = %{tl_version} License: GPL+ @@ -154234,6 +179541,24 @@ AutoReqProv: No %description xypic-doc Documentation for xypic +%post xypic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xypic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xypic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ESIEEcv Provides: tex-ESIEEcv = %{tl_version} License: LPPL @@ -154262,7 +179587,7 @@ touch /var/run/texlive/run-mtxrun %postun ESIEEcv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154284,6 +179609,24 @@ AutoReqProv: No %description ESIEEcv-doc Documentation for ESIEEcv +%post ESIEEcv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ESIEEcv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ESIEEcv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package GS1 Provides: tex-GS1 = %{tl_version} License: LPPL 1.3 @@ -154314,7 +179657,7 @@ touch /var/run/texlive/run-mtxrun %postun GS1 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154336,6 +179679,24 @@ AutoReqProv: No %description GS1-doc Documentation for GS1 +%post GS1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun GS1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans GS1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package HA-prosper Provides: tex-HA-prosper = %{tl_version} License: LPPL @@ -154390,7 +179751,7 @@ touch /var/run/texlive/run-mtxrun %postun HA-prosper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154412,6 +179773,24 @@ AutoReqProv: No %description HA-prosper-doc Documentation for HA-prosper +%post HA-prosper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun HA-prosper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans HA-prosper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package Tabbing Provides: tex-Tabbing = %{tl_version} License: LPPL @@ -154443,7 +179822,7 @@ touch /var/run/texlive/run-mtxrun %postun Tabbing if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154465,6 +179844,24 @@ AutoReqProv: No %description Tabbing-doc Documentation for Tabbing +%post Tabbing-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun Tabbing-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans Tabbing-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colordoc Provides: tex-colordoc = %{tl_version} License: LPPL @@ -154500,7 +179897,7 @@ touch /var/run/texlive/run-mtxrun %postun colordoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154522,6 +179919,24 @@ AutoReqProv: No %description colordoc-doc Documentation for colordoc +%post colordoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colordoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colordoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colorinfo Provides: tex-colorinfo = %{tl_version} License: LPPL @@ -154548,7 +179963,7 @@ touch /var/run/texlive/run-mtxrun %postun colorinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154570,6 +179985,24 @@ AutoReqProv: No %description colorinfo-doc Documentation for colorinfo +%post colorinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colorinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colorspace Provides: tex-colorspace = %{tl_version} License: LPPL 1.3 @@ -154599,7 +180032,7 @@ touch /var/run/texlive/run-mtxrun %postun colorspace if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154621,6 +180054,24 @@ AutoReqProv: No %description colorspace-doc Documentation for colorspace +%post colorspace-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colorspace-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorspace-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colortab Provides: tex-colortab = %{tl_version} License: LPPL @@ -154656,7 +180107,7 @@ touch /var/run/texlive/run-mtxrun %postun colortab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154678,6 +180129,24 @@ AutoReqProv: No %description colortab-doc Documentation for colortab +%post colortab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colortab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colortab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colorwav Provides: tex-colorwav = %{tl_version} License: LGPLv2+ @@ -154709,7 +180178,7 @@ touch /var/run/texlive/run-mtxrun %postun colorwav if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154731,6 +180200,24 @@ AutoReqProv: No %description colorwav-doc Documentation for colorwav +%post colorwav-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colorwav-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorwav-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colorweb Provides: tex-colorweb = %{tl_version} License: LPPL 1.3 @@ -154759,7 +180246,7 @@ touch /var/run/texlive/run-mtxrun %postun colorweb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154781,6 +180268,24 @@ AutoReqProv: No %description colorweb-doc Documentation for colorweb +%post colorweb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colorweb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colorweb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package colourchange Provides: tex-colourchange = %{tl_version} License: GPLv3+ @@ -154814,7 +180319,7 @@ touch /var/run/texlive/run-mtxrun %postun colourchange if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154836,6 +180341,24 @@ AutoReqProv: No %description colourchange-doc Documentation for colourchange +%post colourchange-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun colourchange-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans colourchange-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package combelow Provides: tex-combelow = %{tl_version} License: LPPL 1.3 @@ -154864,7 +180387,7 @@ touch /var/run/texlive/run-mtxrun %postun combelow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154886,6 +180409,24 @@ AutoReqProv: No %description combelow-doc Documentation for combelow +%post combelow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun combelow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combelow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package combine Provides: tex-combine = %{tl_version} License: LPPL 1.3 @@ -154923,7 +180464,7 @@ touch /var/run/texlive/run-mtxrun %postun combine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154945,6 +180486,24 @@ AutoReqProv: No %description combine-doc Documentation for combine +%post combine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun combine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans combine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package comma Provides: tex-comma = %{tl_version} License: LPPL @@ -154972,7 +180531,7 @@ touch /var/run/texlive/run-mtxrun %postun comma if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -154994,6 +180553,24 @@ AutoReqProv: No %description comma-doc Documentation for comma +%post comma-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun comma-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comma-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package commado Provides: tex-commado = %{tl_version} License: LPPL 1.3 @@ -155031,7 +180608,7 @@ touch /var/run/texlive/run-mtxrun %postun commado if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155053,6 +180630,24 @@ AutoReqProv: No %description commado-doc Documentation for commado +%post commado-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun commado-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans commado-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package comment Provides: tex-comment = %{tl_version} License: GPL+ @@ -155091,7 +180686,7 @@ touch /var/run/texlive/run-mtxrun %postun comment if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155113,6 +180708,24 @@ AutoReqProv: No %description comment-doc Documentation for comment +%post comment-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun comment-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans comment-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package concepts Provides: tex-concepts = %{tl_version} License: LPPL @@ -155154,7 +180767,7 @@ touch /var/run/texlive/run-mtxrun %postun concepts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155176,6 +180789,24 @@ AutoReqProv: No %description concepts-doc Documentation for concepts +%post concepts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun concepts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concepts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package concprog Provides: tex-concprog = %{tl_version} License: GPL+ @@ -155203,7 +180834,7 @@ touch /var/run/texlive/run-mtxrun %postun concprog if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155225,6 +180856,24 @@ AutoReqProv: No %description concprog-doc Documentation for concprog +%post concprog-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun concprog-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concprog-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package constants Provides: tex-constants = %{tl_version} License: LPPL @@ -155255,7 +180904,7 @@ touch /var/run/texlive/run-mtxrun %postun constants if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155277,6 +180926,24 @@ AutoReqProv: No %description constants-doc Documentation for constants +%post constants-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun constants-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans constants-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package contour Provides: tex-contour = %{tl_version} License: LPPL @@ -155308,7 +180975,7 @@ touch /var/run/texlive/run-mtxrun %postun contour if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155330,6 +180997,24 @@ AutoReqProv: No %description contour-doc Documentation for contour +%post contour-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun contour-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans contour-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package contracard Provides: tex-contracard = %{tl_version} License: LPPL 1.3 @@ -155360,7 +181045,7 @@ touch /var/run/texlive/run-mtxrun %postun contracard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155382,6 +181067,24 @@ AutoReqProv: No %description contracard-doc Documentation for contracard +%post contracard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun contracard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans contracard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cooking Provides: tex-cooking = %{tl_version} License: GPL+ @@ -155409,7 +181112,7 @@ touch /var/run/texlive/run-mtxrun %postun cooking if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155431,6 +181134,24 @@ AutoReqProv: No %description cooking-doc Documentation for cooking +%post cooking-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cooking-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cooking-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cool Provides: tex-cool = %{tl_version} License: LGPLv2+ @@ -155471,7 +181192,7 @@ touch /var/run/texlive/run-mtxrun %postun cool if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155493,6 +181214,24 @@ AutoReqProv: No %description cool-doc Documentation for cool +%post cool-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cool-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cool-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coollist Provides: tex-coollist = %{tl_version} License: LGPLv2+ @@ -155529,7 +181268,7 @@ touch /var/run/texlive/run-mtxrun %postun coollist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155551,6 +181290,24 @@ AutoReqProv: No %description coollist-doc Documentation for coollist +%post coollist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coollist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coollist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coolstr Provides: tex-coolstr = %{tl_version} License: LGPLv2+ @@ -155584,7 +181341,7 @@ touch /var/run/texlive/run-mtxrun %postun coolstr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155606,6 +181363,24 @@ AutoReqProv: No %description coolstr-doc Documentation for coolstr +%post coolstr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coolstr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coolstr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coolthms Provides: tex-coolthms = %{tl_version} License: LPPL @@ -155645,7 +181420,7 @@ touch /var/run/texlive/run-mtxrun %postun coolthms if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155667,6 +181442,24 @@ AutoReqProv: No %description coolthms-doc Documentation for coolthms +%post coolthms-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coolthms-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coolthms-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cooltooltips Provides: tex-cooltooltips = %{tl_version} License: LPPL @@ -155698,7 +181491,7 @@ touch /var/run/texlive/run-mtxrun %postun cooltooltips if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155720,6 +181513,24 @@ AutoReqProv: No %description cooltooltips-doc Documentation for cooltooltips +%post cooltooltips-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cooltooltips-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cooltooltips-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coordsys Provides: tex-coordsys = %{tl_version} License: LPPL @@ -155752,7 +181563,7 @@ touch /var/run/texlive/run-mtxrun %postun coordsys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155774,6 +181585,24 @@ AutoReqProv: No %description coordsys-doc Documentation for coordsys +%post coordsys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coordsys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coordsys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package copyedit Provides: tex-copyedit = %{tl_version} License: LPPL 1.3 @@ -155817,7 +181646,7 @@ touch /var/run/texlive/run-mtxrun %postun copyedit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155839,6 +181668,24 @@ AutoReqProv: No %description copyedit-doc Documentation for copyedit +%post copyedit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun copyedit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans copyedit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package copyrightbox Provides: tex-copyrightbox = %{tl_version} License: LPPL @@ -155869,7 +181716,7 @@ touch /var/run/texlive/run-mtxrun %postun copyrightbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155891,6 +181738,24 @@ AutoReqProv: No %description copyrightbox-doc Documentation for copyrightbox +%post copyrightbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun copyrightbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans copyrightbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coseoul Provides: tex-coseoul = %{tl_version} License: LPPL 1.3 @@ -155921,7 +181786,7 @@ touch /var/run/texlive/run-mtxrun %postun coseoul if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155943,6 +181808,24 @@ AutoReqProv: No %description coseoul-doc Documentation for coseoul +%post coseoul-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coseoul-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coseoul-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package counttexruns Provides: tex-counttexruns = %{tl_version} License: LPPL 1.3 @@ -155972,7 +181855,7 @@ touch /var/run/texlive/run-mtxrun %postun counttexruns if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -155994,6 +181877,24 @@ AutoReqProv: No %description counttexruns-doc Documentation for counttexruns +%post counttexruns-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun counttexruns-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans counttexruns-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package courseoutline Provides: tex-courseoutline = %{tl_version} License: Copyright only @@ -156021,7 +181922,7 @@ touch /var/run/texlive/run-mtxrun %postun courseoutline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156043,6 +181944,24 @@ AutoReqProv: No %description courseoutline-doc Documentation for courseoutline +%post courseoutline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun courseoutline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans courseoutline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coursepaper Provides: tex-coursepaper = %{tl_version} License: Copyright only @@ -156070,7 +181989,7 @@ touch /var/run/texlive/run-mtxrun %postun coursepaper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156092,6 +182011,24 @@ AutoReqProv: No %description coursepaper-doc Documentation for coursepaper +%post coursepaper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coursepaper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coursepaper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package coverpage Provides: tex-coverpage = %{tl_version} License: LPPL 1.2 @@ -156138,7 +182075,7 @@ touch /var/run/texlive/run-mtxrun %postun coverpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156160,6 +182097,24 @@ AutoReqProv: No %description coverpage-doc Documentation for coverpage +%post coverpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun coverpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans coverpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cprotect Provides: tex-cprotect = %{tl_version} License: LPPL 1.3 @@ -156193,7 +182148,7 @@ touch /var/run/texlive/run-mtxrun %postun cprotect if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156215,6 +182170,24 @@ AutoReqProv: No %description cprotect-doc Documentation for cprotect +%post cprotect-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cprotect-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cprotect-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package crbox Provides: tex-crbox = %{tl_version} License: LPPL @@ -156243,7 +182216,7 @@ touch /var/run/texlive/run-mtxrun %postun crbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156265,6 +182238,24 @@ AutoReqProv: No %description crbox-doc Documentation for crbox +%post crbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package crossreference Provides: tex-crossreference = %{tl_version} License: LPPL @@ -156293,7 +182284,7 @@ touch /var/run/texlive/run-mtxrun %postun crossreference if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156315,6 +182306,24 @@ AutoReqProv: No %description crossreference-doc Documentation for crossreference +%post crossreference-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun crossreference-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans crossreference-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package csquotes Provides: tex-csquotes = %{tl_version} License: LPPL 1.3 @@ -156359,7 +182368,7 @@ touch /var/run/texlive/run-mtxrun %postun csquotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156381,6 +182390,24 @@ AutoReqProv: No %description csquotes-doc Documentation for csquotes +%post csquotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun csquotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csquotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package csvsimple Provides: tex-csvsimple = %{tl_version} License: LPPL 1.3 @@ -156414,7 +182441,7 @@ touch /var/run/texlive/run-mtxrun %postun csvsimple if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156436,6 +182463,24 @@ AutoReqProv: No %description csvsimple-doc Documentation for csvsimple +%post csvsimple-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun csvsimple-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans csvsimple-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cuisine Provides: tex-cuisine = %{tl_version} License: LPPL @@ -156464,7 +182509,7 @@ touch /var/run/texlive/run-mtxrun %postun cuisine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156486,6 +182531,24 @@ AutoReqProv: No %description cuisine-doc Documentation for cuisine +%post cuisine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cuisine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cuisine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package currfile Provides: tex-currfile = %{tl_version} License: LPPL 1.3 @@ -156525,7 +182588,7 @@ touch /var/run/texlive/run-mtxrun %postun currfile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156547,6 +182610,24 @@ AutoReqProv: No %description currfile-doc Documentation for currfile +%post currfile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun currfile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans currfile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package currvita Provides: tex-currvita = %{tl_version} License: GPL+ @@ -156577,7 +182658,7 @@ touch /var/run/texlive/run-mtxrun %postun currvita if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156599,6 +182680,24 @@ AutoReqProv: No %description currvita-doc Documentation for currvita +%post currvita-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun currvita-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans currvita-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cutwin Provides: tex-cutwin = %{tl_version} License: LPPL 1.3 @@ -156628,7 +182727,7 @@ touch /var/run/texlive/run-mtxrun %postun cutwin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156650,6 +182749,24 @@ AutoReqProv: No %description cutwin-doc Documentation for cutwin +%post cutwin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cutwin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cutwin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cv Provides: tex-cv = %{tl_version} License: GPL+ @@ -156680,7 +182797,7 @@ touch /var/run/texlive/run-mtxrun %postun cv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156702,9 +182819,27 @@ AutoReqProv: No %description cv-doc Documentation for cv +%post cv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cv4tw Provides: tex-cv4tw = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: LaTeX CV class, with extended details Version: svn34577.0.2 Release: %{tl_noarch_release} @@ -156756,7 +182891,7 @@ touch /var/run/texlive/run-mtxrun %postun cv4tw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156778,6 +182913,24 @@ AutoReqProv: No %description cv4tw-doc Documentation for cv4tw +%post cv4tw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cv4tw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cv4tw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cweb-latex Provides: tex-cweb-latex = %{tl_version} License: GPL+ @@ -156811,7 +182964,7 @@ touch /var/run/texlive/run-mtxrun %postun cweb-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156833,9 +182986,27 @@ AutoReqProv: No %description cweb-latex-doc Documentation for cweb-latex +%post cweb-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cweb-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cweb-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cyber Provides: tex-cyber = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Annotate compliance with cybersecurity requirements Version: svn37658.2.1 Release: %{tl_noarch_release} @@ -156869,7 +183040,7 @@ touch /var/run/texlive/run-mtxrun %postun cyber if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156891,9 +183062,27 @@ AutoReqProv: No %description cyber-doc Documentation for cyber +%post cyber-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cyber-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cyber-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cybercic Provides: tex-cybercic = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: "Controls in Contents" for the cyber package Version: svn37659.2.1 Release: %{tl_noarch_release} @@ -156925,7 +183114,7 @@ touch /var/run/texlive/run-mtxrun %postun cybercic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156947,6 +183136,24 @@ AutoReqProv: No %description cybercic-doc Documentation for cybercic +%post cybercic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cybercic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cybercic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dashbox Provides: tex-dashbox = %{tl_version} License: LPPL @@ -156977,7 +183184,7 @@ touch /var/run/texlive/run-mtxrun %postun dashbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -156999,6 +183206,24 @@ AutoReqProv: No %description dashbox-doc Documentation for dashbox +%post dashbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dashbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dashrule Provides: tex-dashrule = %{tl_version} License: LPPL @@ -157035,7 +183260,7 @@ touch /var/run/texlive/run-mtxrun %postun dashrule if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157057,6 +183282,24 @@ AutoReqProv: No %description dashrule-doc Documentation for dashrule +%post dashrule-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dashrule-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashrule-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dashundergaps Provides: tex-dashundergaps = %{tl_version} License: LPPL @@ -157089,7 +183332,7 @@ touch /var/run/texlive/run-mtxrun %postun dashundergaps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157111,6 +183354,24 @@ AutoReqProv: No %description dashundergaps-doc Documentation for dashundergaps +%post dashundergaps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dashundergaps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dashundergaps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dataref Provides: tex-dataref = %{tl_version} License: LPPL 1.3 @@ -157146,7 +183407,7 @@ touch /var/run/texlive/run-mtxrun %postun dataref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157168,6 +183429,24 @@ AutoReqProv: No %description dataref-doc Documentation for dataref +%post dataref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dataref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dataref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datatool Provides: tex-datatool = %{tl_version} License: LPPL 1.3 @@ -157245,7 +183524,7 @@ touch /var/run/texlive/run-mtxrun %postun datatool if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157267,6 +183546,24 @@ AutoReqProv: No %description datatool-doc Documentation for datatool +%post datatool-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datatool-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datatool-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dateiliste Provides: tex-dateiliste = %{tl_version} License: LPPL @@ -157299,7 +183596,7 @@ touch /var/run/texlive/run-mtxrun %postun dateiliste if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157321,6 +183618,24 @@ AutoReqProv: No %description dateiliste-doc Documentation for dateiliste +%post dateiliste-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dateiliste-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dateiliste-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datenumber Provides: tex-datenumber = %{tl_version} License: LPPL @@ -157356,7 +183671,7 @@ touch /var/run/texlive/run-mtxrun %postun datenumber if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157378,6 +183693,24 @@ AutoReqProv: No %description datenumber-doc Documentation for datenumber +%post datenumber-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datenumber-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datenumber-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime Provides: tex-datetime = %{tl_version} License: LPPL 1.3 @@ -157463,7 +183796,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157485,6 +183818,24 @@ AutoReqProv: No %description datetime-doc Documentation for datetime +%post datetime-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2 Provides: tex-datetime2 = %{tl_version} License: LPPL 1.3 @@ -157526,7 +183877,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157548,6 +183899,24 @@ AutoReqProv: No %description datetime2-doc Documentation for datetime2 +%post datetime2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-bahasai Provides: tex-datetime2-bahasai = %{tl_version} License: LPPL 1.3 @@ -157577,7 +183946,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-bahasai if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157599,11 +183968,29 @@ AutoReqProv: No %description datetime2-bahasai-doc Documentation for datetime2-bahasai +%post datetime2-bahasai-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-bahasai-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-bahasai-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-basque Provides: tex-datetime2-basque = %{tl_version} License: LPPL 1.3 Summary: Basque language module for the datetime2 package -Version: svn36682.1.0 +Version: svn38287.1.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -157613,11 +184000,9 @@ 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. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. +\DTMsetstyle provided by datetime2.sty. -date: 2015-04-01 18:13:45 +0200 +date: 2015-09-03 13:51:49 +0200 %post datetime2-basque mkdir -p /var/run/texlive @@ -157628,7 +184013,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-basque if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157641,7 +184026,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package datetime2-basque-doc Summary: Documentation for datetime2-basque -Version: svn36682.1.0 +Version: svn38287.1.2 Release: %{tl_noarch_release} Provides: tex-datetime2-basque-doc BuildArch: noarch @@ -157650,6 +184035,24 @@ AutoReqProv: No %description datetime2-basque-doc Documentation for datetime2-basque +%post datetime2-basque-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-basque-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-basque-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-breton Provides: tex-datetime2-breton = %{tl_version} License: LPPL 1.3 @@ -157683,7 +184086,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-breton if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157705,6 +184108,24 @@ AutoReqProv: No %description datetime2-breton-doc Documentation for datetime2-breton +%post datetime2-breton-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-breton-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-breton-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-bulgarian Provides: tex-datetime2-bulgarian = %{tl_version} License: LPPL 1.3 @@ -157738,7 +184159,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-bulgarian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157760,6 +184181,24 @@ AutoReqProv: No %description datetime2-bulgarian-doc Documentation for datetime2-bulgarian +%post datetime2-bulgarian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-bulgarian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-bulgarian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-catalan Provides: tex-datetime2-catalan = %{tl_version} License: LPPL 1.3 @@ -157793,7 +184232,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-catalan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157815,6 +184254,24 @@ AutoReqProv: No %description datetime2-catalan-doc Documentation for datetime2-catalan +%post datetime2-catalan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-catalan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-catalan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-croatian Provides: tex-datetime2-croatian = %{tl_version} License: LPPL 1.3 @@ -157848,7 +184305,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-croatian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157870,6 +184327,24 @@ AutoReqProv: No %description datetime2-croatian-doc Documentation for datetime2-croatian +%post datetime2-croatian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-croatian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-croatian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-czech Provides: tex-datetime2-czech = %{tl_version} License: LPPL 1.3 @@ -157903,7 +184378,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-czech if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157925,6 +184400,24 @@ AutoReqProv: No %description datetime2-czech-doc Documentation for datetime2-czech +%post datetime2-czech-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-czech-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-czech-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-danish Provides: tex-datetime2-danish = %{tl_version} License: LPPL 1.3 @@ -157958,7 +184451,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-danish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -157980,6 +184473,24 @@ AutoReqProv: No %description datetime2-danish-doc Documentation for datetime2-danish +%post datetime2-danish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-danish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-danish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-dutch Provides: tex-datetime2-dutch = %{tl_version} License: LPPL 1.3 @@ -158009,7 +184520,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-dutch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158031,6 +184542,24 @@ AutoReqProv: No %description datetime2-dutch-doc Documentation for datetime2-dutch +%post datetime2-dutch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-dutch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-dutch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-en-fulltext Provides: tex-datetime2-en-fulltext = %{tl_version} License: LPPL 1.3 @@ -158067,7 +184596,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-en-fulltext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158089,6 +184618,24 @@ AutoReqProv: No %description datetime2-en-fulltext-doc Documentation for datetime2-en-fulltext +%post datetime2-en-fulltext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-en-fulltext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-en-fulltext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-english Provides: tex-datetime2-english = %{tl_version} License: LPPL 1.3 @@ -158136,7 +184683,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-english if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158158,6 +184705,24 @@ AutoReqProv: No %description datetime2-english-doc Documentation for datetime2-english +%post datetime2-english-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-english-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-english-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-esperanto Provides: tex-datetime2-esperanto = %{tl_version} License: LPPL 1.3 @@ -158191,7 +184756,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-esperanto if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158213,6 +184778,24 @@ AutoReqProv: No %description datetime2-esperanto-doc Documentation for datetime2-esperanto +%post datetime2-esperanto-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-esperanto-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-esperanto-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-estonian Provides: tex-datetime2-estonian = %{tl_version} License: LPPL 1.3 @@ -158246,7 +184829,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-estonian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158268,6 +184851,24 @@ AutoReqProv: No %description datetime2-estonian-doc Documentation for datetime2-estonian +%post datetime2-estonian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-estonian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-estonian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-finnish Provides: tex-datetime2-finnish = %{tl_version} License: LPPL 1.3 @@ -158301,7 +184902,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-finnish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158323,6 +184924,24 @@ AutoReqProv: No %description datetime2-finnish-doc Documentation for datetime2-finnish +%post datetime2-finnish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-finnish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-finnish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-french Provides: tex-datetime2-french = %{tl_version} License: LPPL 1.3 @@ -158356,7 +184975,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158378,6 +184997,24 @@ AutoReqProv: No %description datetime2-french-doc Documentation for datetime2-french +%post datetime2-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-galician Provides: tex-datetime2-galician = %{tl_version} License: LPPL 1.3 @@ -158411,7 +185048,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-galician if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158433,6 +185070,24 @@ AutoReqProv: No %description datetime2-galician-doc Documentation for datetime2-galician +%post datetime2-galician-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-galician-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-galician-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-german Provides: tex-datetime2-german = %{tl_version} License: LPPL 1.3 @@ -158466,7 +185121,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-german if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158488,6 +185143,24 @@ AutoReqProv: No %description datetime2-german-doc Documentation for datetime2-german +%post datetime2-german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-greek Provides: tex-datetime2-greek = %{tl_version} License: LPPL 1.3 @@ -158521,7 +185194,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-greek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158543,6 +185216,24 @@ AutoReqProv: No %description datetime2-greek-doc Documentation for datetime2-greek +%post datetime2-greek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-greek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-greek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-hebrew Provides: tex-datetime2-hebrew = %{tl_version} License: LPPL 1.3 @@ -158572,7 +185263,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-hebrew if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158594,6 +185285,24 @@ AutoReqProv: No %description datetime2-hebrew-doc Documentation for datetime2-hebrew +%post datetime2-hebrew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-hebrew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-hebrew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-icelandic Provides: tex-datetime2-icelandic = %{tl_version} License: LPPL 1.3 @@ -158627,7 +185336,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-icelandic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158649,6 +185358,24 @@ AutoReqProv: No %description datetime2-icelandic-doc Documentation for datetime2-icelandic +%post datetime2-icelandic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-icelandic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-icelandic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-irish Provides: tex-datetime2-irish = %{tl_version} License: LPPL 1.3 @@ -158684,7 +185411,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-irish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158706,6 +185433,24 @@ AutoReqProv: No %description datetime2-irish-doc Documentation for datetime2-irish +%post datetime2-irish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-irish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-irish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-italian Provides: tex-datetime2-italian = %{tl_version} License: LPPL 1.3 @@ -158737,7 +185482,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-italian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158759,11 +185504,29 @@ AutoReqProv: No %description datetime2-italian-doc Documentation for datetime2-italian +%post datetime2-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %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: svn37155.1.0 +Version: svn38093.1.6 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -158786,7 +185549,7 @@ The necessary packages are datetime2, itnumpar, ifxetex, and ifluatex. This package is the translation and adaptation of datetime2-en-fulltext. -date: 2015-05-02 08:38:12 +0200 +date: 2015-08-10 11:32:47 +0200 %post datetime2-it-fulltext mkdir -p /var/run/texlive @@ -158797,7 +185560,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-it-fulltext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158810,7 +185573,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package datetime2-it-fulltext-doc Summary: Documentation for datetime2-it-fulltext -Version: svn37155.1.0 +Version: svn38093.1.6 Release: %{tl_noarch_release} Provides: tex-datetime2-it-fulltext-doc BuildArch: noarch @@ -158819,6 +185582,24 @@ AutoReqProv: No %description datetime2-it-fulltext-doc Documentation for datetime2-it-fulltext +%post datetime2-it-fulltext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-it-fulltext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-it-fulltext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-latin Provides: tex-datetime2-latin = %{tl_version} License: LPPL 1.3 @@ -158848,7 +185629,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-latin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158870,6 +185651,24 @@ AutoReqProv: No %description datetime2-latin-doc Documentation for datetime2-latin +%post datetime2-latin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-latin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-latin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-lsorbian Provides: tex-datetime2-lsorbian = %{tl_version} License: LPPL 1.3 @@ -158903,7 +185702,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-lsorbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158925,6 +185724,24 @@ AutoReqProv: No %description datetime2-lsorbian-doc Documentation for datetime2-lsorbian +%post datetime2-lsorbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-lsorbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-lsorbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-magyar Provides: tex-datetime2-magyar = %{tl_version} License: LPPL 1.3 @@ -158958,7 +185775,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-magyar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -158980,6 +185797,24 @@ AutoReqProv: No %description datetime2-magyar-doc Documentation for datetime2-magyar +%post datetime2-magyar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-magyar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-magyar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-norsk Provides: tex-datetime2-norsk = %{tl_version} License: LPPL 1.3 @@ -159013,7 +185848,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-norsk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159035,6 +185870,24 @@ AutoReqProv: No %description datetime2-norsk-doc Documentation for datetime2-norsk +%post datetime2-norsk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-norsk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-norsk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-polish Provides: tex-datetime2-polish = %{tl_version} License: LPPL 1.3 @@ -159068,7 +185921,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-polish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159090,6 +185943,24 @@ AutoReqProv: No %description datetime2-polish-doc Documentation for datetime2-polish +%post datetime2-polish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-polish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-polish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-portuges Provides: tex-datetime2-portuges = %{tl_version} License: LPPL 1.3 @@ -159123,7 +185994,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-portuges if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159145,6 +186016,24 @@ AutoReqProv: No %description datetime2-portuges-doc Documentation for datetime2-portuges +%post datetime2-portuges-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-portuges-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-portuges-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-romanian Provides: tex-datetime2-romanian = %{tl_version} License: LPPL 1.3 @@ -159178,7 +186067,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-romanian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159200,6 +186089,24 @@ AutoReqProv: No %description datetime2-romanian-doc Documentation for datetime2-romanian +%post datetime2-romanian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-romanian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-romanian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-russian Provides: tex-datetime2-russian = %{tl_version} License: LPPL 1.3 @@ -159233,7 +186140,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-russian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159255,6 +186162,24 @@ AutoReqProv: No %description datetime2-russian-doc Documentation for datetime2-russian +%post datetime2-russian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-russian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-russian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-samin Provides: tex-datetime2-samin = %{tl_version} License: LPPL 1.3 @@ -159288,7 +186213,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-samin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159310,6 +186235,24 @@ AutoReqProv: No %description datetime2-samin-doc Documentation for datetime2-samin +%post datetime2-samin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-samin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-samin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-scottish Provides: tex-datetime2-scottish = %{tl_version} License: LPPL 1.3 @@ -159343,7 +186286,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-scottish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159365,6 +186308,24 @@ AutoReqProv: No %description datetime2-scottish-doc Documentation for datetime2-scottish +%post datetime2-scottish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-scottish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-scottish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-serbian Provides: tex-datetime2-serbian = %{tl_version} License: LPPL 1.3 @@ -159398,7 +186359,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-serbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159420,6 +186381,24 @@ AutoReqProv: No %description datetime2-serbian-doc Documentation for datetime2-serbian +%post datetime2-serbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-serbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-serbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-slovak Provides: tex-datetime2-slovak = %{tl_version} License: LPPL 1.3 @@ -159453,7 +186432,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-slovak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159475,6 +186454,24 @@ AutoReqProv: No %description datetime2-slovak-doc Documentation for datetime2-slovak +%post datetime2-slovak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-slovak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-slovak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-slovene Provides: tex-datetime2-slovene = %{tl_version} License: LPPL 1.3 @@ -159508,7 +186505,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-slovene if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159530,6 +186527,24 @@ AutoReqProv: No %description datetime2-slovene-doc Documentation for datetime2-slovene +%post datetime2-slovene-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-slovene-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-slovene-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-spanish Provides: tex-datetime2-spanish = %{tl_version} License: LPPL 1.3 @@ -159563,7 +186578,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-spanish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159585,6 +186600,24 @@ AutoReqProv: No %description datetime2-spanish-doc Documentation for datetime2-spanish +%post datetime2-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-swedish Provides: tex-datetime2-swedish = %{tl_version} License: LPPL 1.3 @@ -159618,7 +186651,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-swedish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159640,6 +186673,24 @@ AutoReqProv: No %description datetime2-swedish-doc Documentation for datetime2-swedish +%post datetime2-swedish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-swedish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-swedish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-turkish Provides: tex-datetime2-turkish = %{tl_version} License: LPPL 1.3 @@ -159673,7 +186724,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-turkish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159695,6 +186746,24 @@ AutoReqProv: No %description datetime2-turkish-doc Documentation for datetime2-turkish +%post datetime2-turkish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-turkish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-turkish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-ukrainian Provides: tex-datetime2-ukrainian = %{tl_version} License: LPPL 1.3 @@ -159728,7 +186797,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-ukrainian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159750,6 +186819,24 @@ AutoReqProv: No %description datetime2-ukrainian-doc Documentation for datetime2-ukrainian +%post datetime2-ukrainian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-ukrainian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-ukrainian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-usorbian Provides: tex-datetime2-usorbian = %{tl_version} License: LPPL 1.3 @@ -159783,7 +186870,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-usorbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159805,6 +186892,24 @@ AutoReqProv: No %description datetime2-usorbian-doc Documentation for datetime2-usorbian +%post datetime2-usorbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-usorbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-usorbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package datetime2-welsh Provides: tex-datetime2-welsh = %{tl_version} License: LPPL 1.3 @@ -159838,7 +186943,7 @@ touch /var/run/texlive/run-mtxrun %postun datetime2-welsh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159860,6 +186965,24 @@ AutoReqProv: No %description datetime2-welsh-doc Documentation for datetime2-welsh +%post datetime2-welsh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun datetime2-welsh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans datetime2-welsh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dblfloatfix Provides: tex-dblfloatfix = %{tl_version} License: LPPL 1.3 @@ -159890,7 +187013,7 @@ touch /var/run/texlive/run-mtxrun %postun dblfloatfix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159912,6 +187035,24 @@ AutoReqProv: No %description dblfloatfix-doc Documentation for dblfloatfix +%post dblfloatfix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dblfloatfix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dblfloatfix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package decimal Provides: tex-decimal = %{tl_version} License: LPPL @@ -159940,7 +187081,7 @@ touch /var/run/texlive/run-mtxrun %postun decimal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -159962,6 +187103,24 @@ AutoReqProv: No %description decimal-doc Documentation for decimal +%post decimal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun decimal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans decimal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package decorule Provides: tex-decorule = %{tl_version} License: LPPL 1.3 @@ -159995,7 +187154,7 @@ touch /var/run/texlive/run-mtxrun %postun decorule if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160017,6 +187176,24 @@ AutoReqProv: No %description decorule-doc Documentation for decorule +%post decorule-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun decorule-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans decorule-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package delim Provides: tex-delim = %{tl_version} License: LPPL 1.2 @@ -160044,7 +187221,7 @@ touch /var/run/texlive/run-mtxrun %postun delim if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160066,6 +187243,24 @@ AutoReqProv: No %description delim-doc Documentation for delim +%post delim-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun delim-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans delim-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package delimtxt Provides: tex-delimtxt = %{tl_version} License: LPPL @@ -160095,7 +187290,7 @@ touch /var/run/texlive/run-mtxrun %postun delimtxt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160117,6 +187312,24 @@ AutoReqProv: No %description delimtxt-doc Documentation for delimtxt +%post delimtxt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun delimtxt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans delimtxt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package denisbdoc Provides: tex-denisbdoc = %{tl_version} License: LPPL 1.3 @@ -160190,7 +187403,7 @@ touch /var/run/texlive/run-mtxrun %postun denisbdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160212,11 +187425,29 @@ AutoReqProv: No %description denisbdoc-doc Documentation for denisbdoc +%post denisbdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun denisbdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans denisbdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package detlev-cm Provides: tex-detlev-cm = %{tl_version} License: LPPL Summary: detlev-cm package -Version: svn32383.0 +Version: svn38288.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -160239,7 +187470,7 @@ touch /var/run/texlive/run-mtxrun %postun detlev-cm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160252,7 +187483,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package detlev-cm-doc Summary: Documentation for detlev-cm -Version: svn32383.0 +Version: svn38288.0 Release: %{tl_noarch_release} Provides: tex-detlev-cm-doc BuildArch: noarch @@ -160261,6 +187492,24 @@ AutoReqProv: No %description detlev-cm-doc Documentation for detlev-cm +%post detlev-cm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun detlev-cm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans detlev-cm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package diagbox Provides: tex-diagbox = %{tl_version} License: LPPL 1.3 @@ -160295,7 +187544,7 @@ touch /var/run/texlive/run-mtxrun %postun diagbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160317,6 +187566,24 @@ AutoReqProv: No %description diagbox-doc Documentation for diagbox +%post diagbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun diagbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package diagnose Provides: tex-diagnose = %{tl_version} License: GPL+ @@ -160345,7 +187612,7 @@ touch /var/run/texlive/run-mtxrun %postun diagnose if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160367,6 +187634,24 @@ AutoReqProv: No %description diagnose-doc Documentation for diagnose +%post diagnose-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun diagnose-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans diagnose-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dialogl Provides: tex-dialogl = %{tl_version} License: LPPL @@ -160397,7 +187682,7 @@ touch /var/run/texlive/run-mtxrun %postun dialogl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160419,6 +187704,24 @@ AutoReqProv: No %description dialogl-doc Documentation for dialogl +%post dialogl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dialogl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dialogl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dichokey Provides: tex-dichokey = %{tl_version} License: Public Domain @@ -160449,7 +187752,7 @@ touch /var/run/texlive/run-mtxrun %postun dichokey if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160471,6 +187774,24 @@ AutoReqProv: No %description dichokey-doc Documentation for dichokey +%post dichokey-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dichokey-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dichokey-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dinbrief Provides: tex-dinbrief = %{tl_version} License: LPPL @@ -160508,7 +187829,7 @@ touch /var/run/texlive/run-mtxrun %postun dinbrief if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160530,6 +187851,24 @@ AutoReqProv: No %description dinbrief-doc Documentation for dinbrief +%post dinbrief-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dinbrief-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dinbrief-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package directory Provides: tex-directory = %{tl_version} License: LPPL @@ -160559,7 +187898,7 @@ touch /var/run/texlive/run-mtxrun %postun directory if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160581,6 +187920,24 @@ AutoReqProv: No %description directory-doc Documentation for directory +%post directory-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun directory-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans directory-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dirtytalk Provides: tex-dirtytalk = %{tl_version} License: Public Domain @@ -160611,7 +187968,7 @@ touch /var/run/texlive/run-mtxrun %postun dirtytalk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160633,6 +187990,24 @@ AutoReqProv: No %description dirtytalk-doc Documentation for dirtytalk +%post dirtytalk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dirtytalk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dirtytalk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dlfltxb Provides: tex-dlfltxb = %{tl_version} License: LPPL @@ -160684,7 +188059,7 @@ touch /var/run/texlive/run-mtxrun %postun dlfltxb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160706,6 +188081,24 @@ AutoReqProv: No %description dlfltxb-doc Documentation for dlfltxb +%post dlfltxb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dlfltxb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dlfltxb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dnaseq Provides: tex-dnaseq = %{tl_version} License: LPPL @@ -160736,7 +188129,7 @@ touch /var/run/texlive/run-mtxrun %postun dnaseq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160758,11 +188151,29 @@ AutoReqProv: No %description dnaseq-doc Documentation for dnaseq +%post dnaseq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dnaseq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dnaseq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doclicense Provides: tex-doclicense = %{tl_version} License: LPPL 1.3 Summary: Support for putting documents under a license -Version: svn37640.1.2 +Version: svn38264.1.3 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -160778,11 +188189,14 @@ 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} @@ -160796,7 +188210,7 @@ or image of the license. Currently, only Creative Commons is supported, but this package is designed to handle all kinds of licenses. -date: 2015-05-16 21:45:21 +0200 +date: 2015-08-04 21:13:10 +0200 %post doclicense mkdir -p /var/run/texlive @@ -160807,7 +188221,7 @@ touch /var/run/texlive/run-mtxrun %postun doclicense if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160820,7 +188234,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package doclicense-doc Summary: Documentation for doclicense -Version: svn37640.1.2 +Version: svn38264.1.3 Release: %{tl_noarch_release} Provides: tex-doclicense-doc BuildArch: noarch @@ -160829,6 +188243,24 @@ AutoReqProv: No %description doclicense-doc Documentation for doclicense +%post doclicense-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doclicense-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doclicense-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package docmfp Provides: tex-docmfp = %{tl_version} License: LPPL @@ -160857,7 +188289,7 @@ touch /var/run/texlive/run-mtxrun %postun docmfp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160879,6 +188311,24 @@ AutoReqProv: No %description docmfp-doc Documentation for docmfp +%post docmfp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun docmfp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans docmfp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package docmute Provides: tex-docmute = %{tl_version} License: LPPL 1.3 @@ -160907,7 +188357,7 @@ touch /var/run/texlive/run-mtxrun %postun docmute if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160929,6 +188379,24 @@ AutoReqProv: No %description docmute-doc Documentation for docmute +%post docmute-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun docmute-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans docmute-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doctools Provides: tex-doctools = %{tl_version} License: LPPL 1.3 @@ -160960,7 +188428,7 @@ touch /var/run/texlive/run-mtxrun %postun doctools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -160982,6 +188450,24 @@ AutoReqProv: No %description doctools-doc Documentation for doctools +%post doctools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doctools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doctools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package documentation Provides: tex-documentation = %{tl_version} License: LPPL 1.2 @@ -161010,7 +188496,7 @@ touch /var/run/texlive/run-mtxrun %postun documentation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161032,6 +188518,24 @@ AutoReqProv: No %description documentation-doc Documentation for documentation +%post documentation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun documentation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans documentation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package doi Provides: tex-doi = %{tl_version} License: LPPL @@ -161065,7 +188569,7 @@ touch /var/run/texlive/run-mtxrun %postun doi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161087,6 +188591,24 @@ AutoReqProv: No %description doi-doc Documentation for doi +%post doi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun doi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans doi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dotarrow Provides: tex-dotarrow = %{tl_version} License: LPPL @@ -161115,7 +188637,7 @@ touch /var/run/texlive/run-mtxrun %postun dotarrow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161137,6 +188659,24 @@ AutoReqProv: No %description dotarrow-doc Documentation for dotarrow +%post dotarrow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dotarrow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dotarrow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dotseqn Provides: tex-dotseqn = %{tl_version} License: Dotseqn @@ -161167,7 +188707,7 @@ touch /var/run/texlive/run-mtxrun %postun dotseqn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161189,6 +188729,24 @@ AutoReqProv: No %description dotseqn-doc Documentation for dotseqn +%post dotseqn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dotseqn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dotseqn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package download Provides: tex-download = %{tl_version} License: LPPL 1.3 @@ -161224,7 +188782,7 @@ touch /var/run/texlive/run-mtxrun %postun download if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161246,6 +188804,24 @@ AutoReqProv: No %description download-doc Documentation for download +%post download-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun download-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans download-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dox Provides: tex-dox = %{tl_version} License: LPPL @@ -161278,7 +188854,7 @@ touch /var/run/texlive/run-mtxrun %postun dox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161300,6 +188876,24 @@ AutoReqProv: No %description dox-doc Documentation for dox +%post dox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dpfloat Provides: tex-dpfloat = %{tl_version} License: LPPL @@ -161330,7 +188924,7 @@ touch /var/run/texlive/run-mtxrun %postun dpfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161352,6 +188946,24 @@ AutoReqProv: No %description dpfloat-doc Documentation for dpfloat +%post dpfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dpfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dpfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dprogress Provides: tex-dprogress = %{tl_version} License: LPPL @@ -161383,7 +188995,7 @@ touch /var/run/texlive/run-mtxrun %postun dprogress if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161405,6 +189017,24 @@ AutoReqProv: No %description dprogress-doc Documentation for dprogress +%post dprogress-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dprogress-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dprogress-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package drac Provides: tex-drac = %{tl_version} License: LPPL @@ -161437,7 +189067,7 @@ touch /var/run/texlive/run-mtxrun %postun drac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161459,6 +189089,24 @@ AutoReqProv: No %description drac-doc Documentation for drac +%post drac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun drac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package draftcopy Provides: tex-draftcopy = %{tl_version} License: LPPL @@ -161490,7 +189138,7 @@ touch /var/run/texlive/run-mtxrun %postun draftcopy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161512,6 +189160,24 @@ AutoReqProv: No %description draftcopy-doc Documentation for draftcopy +%post draftcopy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun draftcopy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans draftcopy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package draftwatermark Provides: tex-draftwatermark = %{tl_version} License: LPPL 1.3 @@ -161547,7 +189213,7 @@ touch /var/run/texlive/run-mtxrun %postun draftwatermark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161569,6 +189235,24 @@ AutoReqProv: No %description draftwatermark-doc Documentation for draftwatermark +%post draftwatermark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun draftwatermark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans draftwatermark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dtk Provides: tex-dtk = %{tl_version} License: LPPL 1.3 @@ -161653,7 +189337,7 @@ touch /var/run/texlive/run-mtxrun %postun dtk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161675,6 +189359,24 @@ AutoReqProv: No %description dtk-doc Documentation for dtk +%post dtk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dtk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dtxgallery-doc Summary: Documentation for dtxgallery Version: svn15878.1 @@ -161686,6 +189388,24 @@ AutoReqProv: No %description dtxgallery-doc Documentation for dtxgallery +%post dtxgallery-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dtxgallery-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dtxgallery-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dvdcoll Provides: tex-dvdcoll = %{tl_version} License: LPPL @@ -161737,7 +189457,7 @@ touch /var/run/texlive/run-mtxrun %postun dvdcoll if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161759,6 +189479,24 @@ AutoReqProv: No %description dvdcoll-doc Documentation for dvdcoll +%post dvdcoll-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dvdcoll-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dvdcoll-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dynblocks Provides: tex-dynblocks = %{tl_version} License: LPPL 1.3 @@ -161789,7 +189527,7 @@ touch /var/run/texlive/run-mtxrun %postun dynblocks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161811,6 +189549,24 @@ AutoReqProv: No %description dynblocks-doc Documentation for dynblocks +%post dynblocks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dynblocks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dynblocks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ean13isbn Provides: tex-ean13isbn = %{tl_version} License: LPPL @@ -161841,7 +189597,7 @@ touch /var/run/texlive/run-mtxrun %postun ean13isbn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161863,6 +189619,24 @@ AutoReqProv: No %description ean13isbn-doc Documentation for ean13isbn +%post ean13isbn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ean13isbn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ean13isbn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package easy Provides: tex-easy = %{tl_version} License: LPPL @@ -161899,7 +189673,7 @@ touch /var/run/texlive/run-mtxrun %postun easy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161921,6 +189695,24 @@ AutoReqProv: No %description easy-doc Documentation for easy +%post easy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun easy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package easy-todo Provides: tex-easy-todo = %{tl_version} License: ASL 2.0 @@ -161952,7 +189744,7 @@ touch /var/run/texlive/run-mtxrun %postun easy-todo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -161974,6 +189766,24 @@ AutoReqProv: No %description easy-todo-doc Documentation for easy-todo +%post easy-todo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun easy-todo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easy-todo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package easyfig Provides: tex-easyfig = %{tl_version} License: LPPL 1.3 @@ -162011,7 +189821,7 @@ touch /var/run/texlive/run-mtxrun %postun easyfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162033,6 +189843,24 @@ AutoReqProv: No %description easyfig-doc Documentation for easyfig +%post easyfig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun easyfig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easyfig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package easylist Provides: tex-easylist = %{tl_version} License: LPPL @@ -162063,7 +189891,7 @@ touch /var/run/texlive/run-mtxrun %postun easylist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162085,6 +189913,97 @@ AutoReqProv: No %description easylist-doc Documentation for easylist +%post easylist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun easylist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easylist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%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 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-09-11 21:22:23 +0200 + +%post easyreview +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun easyreview +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easyreview +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package easyreview-doc +Summary: Documentation for easyreview +Version: svn38352.1.0 +Release: %{tl_noarch_release} +Provides: tex-easyreview-doc +BuildArch: noarch +AutoReqProv: No + +%description easyreview-doc +Documentation for easyreview + +%post easyreview-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun easyreview-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans easyreview-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebezier Provides: tex-ebezier = %{tl_version} License: LPPL @@ -162116,7 +190035,7 @@ touch /var/run/texlive/run-mtxrun %postun ebezier if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162138,16 +190057,35 @@ AutoReqProv: No %description ebezier-doc Documentation for ebezier +%post ebezier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebezier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebezier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ecclesiastic Provides: tex-ecclesiastic = %{tl_version} -License: LPPL +License: LPPL 1.3 Summary: Typesetting Ecclesiastic Latin -Version: svn27252.0.2 +Version: svn38172.0.3 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +Requires: tex(iftex.sty) Provides: tex(ecclesiastic.sty) = %{tl_version} %description ecclesiastic @@ -162157,7 +190095,7 @@ 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. -date: 2014-02-26 23:03:13 +0100 +date: 2015-08-21 17:57:17 +0200 %post ecclesiastic mkdir -p /var/run/texlive @@ -162168,7 +190106,7 @@ touch /var/run/texlive/run-mtxrun %postun ecclesiastic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162181,7 +190119,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ecclesiastic-doc Summary: Documentation for ecclesiastic -Version: svn27252.0.2 +Version: svn38172.0.3 Release: %{tl_noarch_release} Provides: tex-ecclesiastic-doc BuildArch: noarch @@ -162190,6 +190128,24 @@ AutoReqProv: No %description ecclesiastic-doc Documentation for ecclesiastic +%post ecclesiastic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ecclesiastic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecclesiastic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ecv Provides: tex-ecv = %{tl_version} License: Copyright only @@ -162237,7 +190193,7 @@ touch /var/run/texlive/run-mtxrun %postun ecv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162259,6 +190215,24 @@ AutoReqProv: No %description ecv-doc Documentation for ecv +%post ecv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ecv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ecv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ed Provides: tex-ed = %{tl_version} License: LPPL @@ -162292,7 +190266,7 @@ touch /var/run/texlive/run-mtxrun %postun ed if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162314,6 +190288,24 @@ AutoReqProv: No %description ed-doc Documentation for ed +%post ed-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ed-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ed-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package edmargin Provides: tex-edmargin = %{tl_version} License: LPPL @@ -162348,7 +190340,7 @@ touch /var/run/texlive/run-mtxrun %postun edmargin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162370,6 +190362,24 @@ AutoReqProv: No %description edmargin-doc Documentation for edmargin +%post edmargin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun edmargin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans edmargin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eemeir Provides: tex-eemeir = %{tl_version} License: LPPL @@ -162405,7 +190415,7 @@ touch /var/run/texlive/run-mtxrun %postun eemeir if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162427,6 +190437,24 @@ AutoReqProv: No %description eemeir-doc Documentation for eemeir +%post eemeir-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eemeir-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eemeir-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package efbox Provides: tex-efbox = %{tl_version} License: LPPL 1.3 @@ -162458,7 +190486,7 @@ touch /var/run/texlive/run-mtxrun %postun efbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162480,6 +190508,24 @@ AutoReqProv: No %description efbox-doc Documentation for efbox +%post efbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun efbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans efbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package egplot Provides: tex-egplot = %{tl_version} License: GPL+ @@ -162511,7 +190557,7 @@ touch /var/run/texlive/run-mtxrun %postun egplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162533,6 +190579,24 @@ AutoReqProv: No %description egplot-doc Documentation for egplot +%post egplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun egplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans egplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elements Provides: tex-elements = %{tl_version} License: LPPL 1.3 @@ -162567,7 +190631,7 @@ touch /var/run/texlive/run-mtxrun %postun elements if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162589,6 +190653,24 @@ AutoReqProv: No %description elements-doc Documentation for elements +%post elements-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elements-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elements-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ellipsis Provides: tex-ellipsis = %{tl_version} License: LPPL @@ -162619,7 +190701,7 @@ touch /var/run/texlive/run-mtxrun %postun ellipsis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162641,6 +190723,24 @@ AutoReqProv: No %description ellipsis-doc Documentation for ellipsis +%post ellipsis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ellipsis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ellipsis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elmath Provides: tex-elmath = %{tl_version} License: LPPL @@ -162670,7 +190770,7 @@ touch /var/run/texlive/run-mtxrun %postun elmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162692,6 +190792,24 @@ AutoReqProv: No %description elmath-doc Documentation for elmath +%post elmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elocalloc Provides: tex-elocalloc = %{tl_version} License: LPPL @@ -162720,7 +190838,7 @@ touch /var/run/texlive/run-mtxrun %postun elocalloc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162742,6 +190860,24 @@ AutoReqProv: No %description elocalloc-doc Documentation for elocalloc +%post elocalloc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elocalloc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elocalloc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elpres Provides: tex-elpres = %{tl_version} License: LPPL @@ -162776,7 +190912,7 @@ touch /var/run/texlive/run-mtxrun %postun elpres if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162798,6 +190934,24 @@ AutoReqProv: No %description elpres-doc Documentation for elpres +%post elpres-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elpres-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elpres-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elzcards Provides: tex-elzcards = %{tl_version} License: LPPL 1.3 @@ -162832,7 +190986,7 @@ touch /var/run/texlive/run-mtxrun %postun elzcards if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162854,6 +191008,24 @@ AutoReqProv: No %description elzcards-doc Documentation for elzcards +%post elzcards-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elzcards-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elzcards-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package emarks Provides: tex-emarks = %{tl_version} License: LPPL 1.3 @@ -162891,7 +191063,7 @@ touch /var/run/texlive/run-mtxrun %postun emarks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162913,6 +191085,24 @@ AutoReqProv: No %description emarks-doc Documentation for emarks +%post emarks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun emarks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emarks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package embedall Provides: tex-embedall = %{tl_version} License: LPPL 1.2 @@ -162947,7 +191137,7 @@ touch /var/run/texlive/run-mtxrun %postun embedall if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -162969,11 +191159,29 @@ AutoReqProv: No %description embedall-doc Documentation for embedall +%post embedall-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun embedall-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans embedall-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package embrac Provides: tex-embrac = %{tl_version} License: LPPL 1.3 Summary: Upright brackets in emphasised text -Version: svn34508.0.6a +Version: svn38317.0.6b Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -162991,7 +191199,7 @@ in their arguments. The package requires expl3 from the l3kernel bundle, and xparse and l3keys2e from the l3packages bundle. -date: 2014-08-08 18:24:57 +0200 +date: 2015-09-07 13:02:13 +0200 %post embrac mkdir -p /var/run/texlive @@ -163002,7 +191210,7 @@ touch /var/run/texlive/run-mtxrun %postun embrac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163015,7 +191223,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package embrac-doc Summary: Documentation for embrac -Version: svn34508.0.6a +Version: svn38317.0.6b Release: %{tl_noarch_release} Provides: tex-embrac-doc BuildArch: noarch @@ -163024,6 +191232,24 @@ AutoReqProv: No %description embrac-doc Documentation for embrac +%post embrac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun embrac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans embrac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package emptypage Provides: tex-emptypage = %{tl_version} License: LPPL 1.2 @@ -163051,7 +191277,7 @@ touch /var/run/texlive/run-mtxrun %postun emptypage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163073,6 +191299,24 @@ AutoReqProv: No %description emptypage-doc Documentation for emptypage +%post emptypage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun emptypage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emptypage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package emulateapj Provides: tex-emulateapj = %{tl_version} License: LPPL @@ -163106,7 +191350,7 @@ touch /var/run/texlive/run-mtxrun %postun emulateapj if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163128,6 +191372,24 @@ AutoReqProv: No %description emulateapj-doc Documentation for emulateapj +%post emulateapj-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun emulateapj-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emulateapj-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package endfloat Provides: tex-endfloat = %{tl_version} License: GPL+ @@ -163162,7 +191424,7 @@ touch /var/run/texlive/run-mtxrun %postun endfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163184,6 +191446,24 @@ AutoReqProv: No %description endfloat-doc Documentation for endfloat +%post endfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun endfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package endheads Provides: tex-endheads = %{tl_version} License: LPPL @@ -163215,7 +191495,7 @@ touch /var/run/texlive/run-mtxrun %postun endheads if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163237,6 +191517,24 @@ AutoReqProv: No %description endheads-doc Documentation for endheads +%post endheads-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun endheads-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endheads-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package endnotes Provides: tex-endnotes = %{tl_version} License: LPPL 1.2 @@ -163265,7 +191563,7 @@ touch /var/run/texlive/run-mtxrun %postun endnotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163287,6 +191585,24 @@ AutoReqProv: No %description endnotes-doc Documentation for endnotes +%post endnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun endnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package engpron Provides: tex-engpron = %{tl_version} License: LPPL @@ -163323,7 +191639,7 @@ touch /var/run/texlive/run-mtxrun %postun engpron if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163345,6 +191661,24 @@ AutoReqProv: No %description engpron-doc Documentation for engpron +%post engpron-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun engpron-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engpron-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package engrec Provides: tex-engrec = %{tl_version} License: LPPL @@ -163377,7 +191711,7 @@ touch /var/run/texlive/run-mtxrun %postun engrec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163399,11 +191733,29 @@ AutoReqProv: No %description engrec-doc Documentation for engrec +%post engrec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun engrec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engrec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package enotez Provides: tex-enotez = %{tl_version} License: LPPL 1.3 Summary: Support for end-notes -Version: svn37678.0.8 +Version: svn37995.0.8a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -163425,7 +191777,7 @@ provides means for easy customization of the list of notes. The package requires the expl3 bundle and packages from the LaTeX 3 'package set'. -date: 2015-06-25 06:09:22 +0200 +date: 2015-07-29 12:34:24 +0200 %post enotez mkdir -p /var/run/texlive @@ -163436,7 +191788,7 @@ touch /var/run/texlive/run-mtxrun %postun enotez if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163449,7 +191801,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package enotez-doc Summary: Documentation for enotez -Version: svn37678.0.8 +Version: svn37995.0.8a Release: %{tl_noarch_release} Provides: tex-enotez-doc BuildArch: noarch @@ -163458,6 +191810,24 @@ AutoReqProv: No %description enotez-doc Documentation for enotez +%post enotez-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun enotez-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enotez-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package enumitem Provides: tex-enumitem = %{tl_version} License: LPPL @@ -163490,7 +191860,7 @@ touch /var/run/texlive/run-mtxrun %postun enumitem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163512,6 +191882,24 @@ AutoReqProv: No %description enumitem-doc Documentation for enumitem +%post enumitem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun enumitem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enumitem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package enumitem-zref Provides: tex-enumitem-zref = %{tl_version} License: LPPL 1.3 @@ -163558,7 +191946,7 @@ touch /var/run/texlive/run-mtxrun %postun enumitem-zref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163580,6 +191968,24 @@ AutoReqProv: No %description enumitem-zref-doc Documentation for enumitem-zref +%post enumitem-zref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun enumitem-zref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enumitem-zref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package envbig Provides: tex-envbig = %{tl_version} License: LPPL @@ -163606,7 +192012,7 @@ touch /var/run/texlive/run-mtxrun %postun envbig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163628,6 +192034,24 @@ AutoReqProv: No %description envbig-doc Documentation for envbig +%post envbig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun envbig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans envbig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package environ Provides: tex-environ = %{tl_version} License: LPPL @@ -163661,7 +192085,7 @@ touch /var/run/texlive/run-mtxrun %postun environ if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163683,6 +192107,24 @@ AutoReqProv: No %description environ-doc Documentation for environ +%post environ-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun environ-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans environ-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package envlab Provides: tex-envlab = %{tl_version} License: LPPL @@ -163714,7 +192156,7 @@ touch /var/run/texlive/run-mtxrun %postun envlab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163736,6 +192178,24 @@ AutoReqProv: No %description envlab-doc Documentation for envlab +%post envlab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun envlab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans envlab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epigraph Provides: tex-epigraph = %{tl_version} License: LPPL 1.3 @@ -163764,7 +192224,7 @@ touch /var/run/texlive/run-mtxrun %postun epigraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163786,6 +192246,24 @@ AutoReqProv: No %description epigraph-doc Documentation for epigraph +%post epigraph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epigraph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epigraph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epiolmec Provides: tex-epiolmec = %{tl_version} License: LPPL @@ -163846,6 +192324,24 @@ AutoReqProv: No %description epiolmec-doc Documentation for epiolmec +%post epiolmec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epiolmec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epiolmec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epyt Provides: tex-epyt = %{tl_version} License: LPPL 1.3 @@ -163877,7 +192373,7 @@ touch /var/run/texlive/run-mtxrun %postun epyt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163899,6 +192395,24 @@ AutoReqProv: No %description epyt-doc Documentation for epyt +%post epyt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epyt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epyt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eqell Provides: tex-eqell = %{tl_version} License: GPL+ @@ -163927,7 +192441,7 @@ touch /var/run/texlive/run-mtxrun %postun eqell if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -163949,6 +192463,24 @@ AutoReqProv: No %description eqell-doc Documentation for eqell +%post eqell-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eqell-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqell-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eqlist Provides: tex-eqlist = %{tl_version} License: LPPL @@ -163978,7 +192510,7 @@ touch /var/run/texlive/run-mtxrun %postun eqlist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164000,6 +192532,24 @@ AutoReqProv: No %description eqlist-doc Documentation for eqlist +%post eqlist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eqlist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqlist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eqname Provides: tex-eqname = %{tl_version} License: Copyright only @@ -164028,7 +192578,7 @@ touch /var/run/texlive/run-mtxrun %postun eqname if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164077,7 +192627,7 @@ touch /var/run/texlive/run-mtxrun %postun eqparbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164099,6 +192649,24 @@ AutoReqProv: No %description eqparbox-doc Documentation for eqparbox +%post eqparbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eqparbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqparbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package errata Provides: tex-errata = %{tl_version} License: LPPL @@ -164130,7 +192698,7 @@ touch /var/run/texlive/run-mtxrun %postun errata if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164152,6 +192720,24 @@ AutoReqProv: No %description errata-doc Documentation for errata +%post errata-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun errata-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans errata-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esami Provides: tex-esami = %{tl_version} License: LPPL @@ -164186,7 +192772,7 @@ touch /var/run/texlive/run-mtxrun %postun esami if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164208,6 +192794,24 @@ AutoReqProv: No %description esami-doc Documentation for esami +%post esami-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esami-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esami-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esdiff Provides: tex-esdiff = %{tl_version} License: LPPL @@ -164238,7 +192842,7 @@ touch /var/run/texlive/run-mtxrun %postun esdiff if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164260,6 +192864,24 @@ AutoReqProv: No %description esdiff-doc Documentation for esdiff +%post esdiff-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esdiff-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esdiff-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esint Provides: tex-esint = %{tl_version} License: Public Domain @@ -164294,7 +192916,7 @@ touch /var/run/texlive/run-mtxrun %postun esint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164316,6 +192938,24 @@ AutoReqProv: No %description esint-doc Documentation for esint +%post esint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package esint-type1 Provides: tex-esint-type1 = %{tl_version} License: Public Domain @@ -164380,6 +193020,24 @@ Requires: tex-esint-doc %description esint-type1-doc Documentation for esint-type1 +%post esint-type1-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun esint-type1-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans esint-type1-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etaremune Provides: tex-etaremune = %{tl_version} License: LPPL @@ -164410,7 +193068,7 @@ touch /var/run/texlive/run-mtxrun %postun etaremune if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164432,6 +193090,24 @@ AutoReqProv: No %description etaremune-doc Documentation for etaremune +%post etaremune-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etaremune-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etaremune-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etextools Provides: tex-etextools = %{tl_version} License: LPPL @@ -164473,7 +193149,7 @@ touch /var/run/texlive/run-mtxrun %postun etextools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164495,11 +193171,29 @@ AutoReqProv: No %description etextools-doc Documentation for etextools +%post etextools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etextools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etextools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etoc Provides: tex-etoc = %{tl_version} License: LPPL 1.3 Summary: Completely customisable TOCs -Version: svn37121.1.08f +Version: svn38242.1.08g Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -164525,7 +193219,7 @@ 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. -date: 2015-04-29 08:12:48 +0200 +date: 2015-08-29 14:18:39 +0200 %post etoc mkdir -p /var/run/texlive @@ -164536,7 +193230,7 @@ touch /var/run/texlive/run-mtxrun %postun etoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164549,7 +193243,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package etoc-doc Summary: Documentation for etoc -Version: svn37121.1.08f +Version: svn38242.1.08g Release: %{tl_noarch_release} Provides: tex-etoc-doc BuildArch: noarch @@ -164558,11 +193252,29 @@ AutoReqProv: No %description etoc-doc Documentation for etoc +%post etoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package etoolbox Provides: tex-etoolbox = %{tl_version} License: LPPL 1.3 Summary: e-TeX tools for LaTeX -Version: svn37189.2.2 +Version: svn38031.2.2a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -164584,7 +193296,7 @@ alternative ways of implementing some LaTeX kernel commands; nevertheless, the package will not modify any part of the LaTeX kernel. -date: 2015-05-04 19:25:56 +0200 +date: 2015-08-03 06:47:20 +0200 %post etoolbox mkdir -p /var/run/texlive @@ -164595,7 +193307,7 @@ touch /var/run/texlive/run-mtxrun %postun etoolbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164608,7 +193320,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package etoolbox-doc Summary: Documentation for etoolbox -Version: svn37189.2.2 +Version: svn38031.2.2a Release: %{tl_noarch_release} Provides: tex-etoolbox-doc BuildArch: noarch @@ -164617,6 +193329,24 @@ AutoReqProv: No %description etoolbox-doc Documentation for etoolbox +%post etoolbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun etoolbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans etoolbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eukdate Provides: tex-eukdate = %{tl_version} License: LPPL @@ -164647,7 +193377,7 @@ touch /var/run/texlive/run-mtxrun %postun eukdate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164669,6 +193399,24 @@ AutoReqProv: No %description eukdate-doc Documentation for eukdate +%post eukdate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eukdate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eukdate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package europasscv Provides: tex-europasscv = %{tl_version} License: LPPL 1.3 @@ -164719,7 +193467,7 @@ touch /var/run/texlive/run-mtxrun %postun europasscv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164741,6 +193489,24 @@ AutoReqProv: No %description europasscv-doc Documentation for europasscv +%post europasscv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun europasscv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans europasscv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package europecv Provides: tex-europecv = %{tl_version} License: LPPL @@ -164808,7 +193574,7 @@ touch /var/run/texlive/run-mtxrun %postun europecv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164830,6 +193596,24 @@ AutoReqProv: No %description europecv-doc Documentation for europecv +%post europecv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun europecv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans europecv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package everyhook Provides: tex-everyhook = %{tl_version} License: LPPL 1.3 @@ -164863,7 +193647,7 @@ touch /var/run/texlive/run-mtxrun %postun everyhook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164885,6 +193669,24 @@ AutoReqProv: No %description everyhook-doc Documentation for everyhook +%post everyhook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun everyhook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans everyhook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package everypage Provides: tex-everypage = %{tl_version} License: LPPL @@ -164916,7 +193718,7 @@ touch /var/run/texlive/run-mtxrun %postun everypage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -164938,6 +193740,24 @@ AutoReqProv: No %description everypage-doc Documentation for everypage +%post everypage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun everypage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans everypage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exam Provides: tex-exam = %{tl_version} License: LPPL 1.3 @@ -164985,7 +193805,7 @@ touch /var/run/texlive/run-mtxrun %postun exam if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165007,6 +193827,24 @@ AutoReqProv: No %description exam-doc Documentation for exam +%post exam-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exam-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exam-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exam-n Provides: tex-exam-n = %{tl_version} License: LPPL @@ -165050,7 +193888,7 @@ touch /var/run/texlive/run-mtxrun %postun exam-n if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165072,6 +193910,24 @@ AutoReqProv: No %description exam-n-doc Documentation for exam-n +%post exam-n-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exam-n-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exam-n-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package examdesign Provides: tex-examdesign = %{tl_version} License: GPL+ @@ -165112,7 +193968,7 @@ touch /var/run/texlive/run-mtxrun %postun examdesign if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165134,6 +193990,24 @@ AutoReqProv: No %description examdesign-doc Documentation for examdesign +%post examdesign-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun examdesign-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans examdesign-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package example Provides: tex-example = %{tl_version} License: GPL+ @@ -165162,7 +194036,7 @@ touch /var/run/texlive/run-mtxrun %postun example if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165218,7 +194092,7 @@ touch /var/run/texlive/run-mtxrun %postun examplep if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165240,6 +194114,24 @@ AutoReqProv: No %description examplep-doc Documentation for examplep +%post examplep-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun examplep-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans examplep-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exceltex Provides: tex-exceltex = %{tl_version} License: GPL+ @@ -165279,7 +194171,7 @@ touch /var/run/texlive/run-mtxrun %postun exceltex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165301,6 +194193,24 @@ AutoReqProv: No %description exceltex-doc Documentation for exceltex +%post exceltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exceltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exceltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exceltex-bin Summary: Binaries for exceltex Version: svn25860.0 @@ -165343,7 +194253,7 @@ touch /var/run/texlive/run-mtxrun %postun excludeonly if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165365,6 +194275,24 @@ AutoReqProv: No %description excludeonly-doc Documentation for excludeonly +%post excludeonly-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun excludeonly-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans excludeonly-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exercise Provides: tex-exercise = %{tl_version} License: GPLv2+ @@ -165401,7 +194329,7 @@ touch /var/run/texlive/run-mtxrun %postun exercise if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165423,6 +194351,24 @@ AutoReqProv: No %description exercise-doc Documentation for exercise +%post exercise-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exercise-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exercise-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exp-testopt Provides: tex-exp-testopt = %{tl_version} License: LPPL @@ -165453,7 +194399,7 @@ touch /var/run/texlive/run-mtxrun %postun exp-testopt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165475,6 +194421,24 @@ AutoReqProv: No %description exp-testopt-doc Documentation for exp-testopt +%post exp-testopt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exp-testopt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exp-testopt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package expdlist Provides: tex-expdlist = %{tl_version} License: LPPL @@ -165506,7 +194470,7 @@ touch /var/run/texlive/run-mtxrun %postun expdlist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165528,6 +194492,24 @@ AutoReqProv: No %description expdlist-doc Documentation for expdlist +%post expdlist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun expdlist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans expdlist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package export Provides: tex-export = %{tl_version} License: LPPL @@ -165559,7 +194541,7 @@ touch /var/run/texlive/run-mtxrun %postun export if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165581,6 +194563,24 @@ AutoReqProv: No %description export-doc Documentation for export +%post export-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun export-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans export-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exsheets Provides: tex-exsheets = %{tl_version} License: LPPL 1.3 @@ -165633,7 +194633,7 @@ touch /var/run/texlive/run-mtxrun %postun exsheets if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165655,6 +194655,24 @@ AutoReqProv: No %description exsheets-doc Documentation for exsheets +%post exsheets-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exsheets-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exsheets-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exsol Provides: tex-exsol = %{tl_version} License: LPPL 1.3 @@ -165696,7 +194714,7 @@ touch /var/run/texlive/run-mtxrun %postun exsol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165718,6 +194736,24 @@ AutoReqProv: No %description exsol-doc Documentation for exsol +%post exsol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exsol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exsol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package extract Provides: tex-extract = %{tl_version} License: LPPL @@ -165759,7 +194795,7 @@ touch /var/run/texlive/run-mtxrun %postun extract if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165781,6 +194817,24 @@ AutoReqProv: No %description extract-doc Documentation for extract +%post extract-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun extract-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extract-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package facsimile Provides: tex-facsimile = %{tl_version} License: LPPL @@ -165818,7 +194872,7 @@ touch /var/run/texlive/run-mtxrun %postun facsimile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165840,11 +194894,29 @@ AutoReqProv: No %description facsimile-doc Documentation for facsimile +%post facsimile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun facsimile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans facsimile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package factura Provides: tex-factura = %{tl_version} License: LPPL 1.3 Summary: Typeset and calculate invoices according to Venezuelan law -Version: svn36841.2.05 +Version: svn38223.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -165880,7 +194952,7 @@ legislation (tax collecting entity of the Bolivarian Republic of Venezuela). The author suggests that the class may well be re-usable for other jurisdictions, by rather simple editing. -date: 2015-04-13 17:52:44 +0200 +date: 2015-08-26 10:06:40 +0200 %post factura mkdir -p /var/run/texlive @@ -165891,7 +194963,7 @@ touch /var/run/texlive/run-mtxrun %postun factura if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165904,7 +194976,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package factura-doc Summary: Documentation for factura -Version: svn36841.2.05 +Version: svn38223.2.1 Release: %{tl_noarch_release} Provides: tex-factura-doc BuildArch: noarch @@ -165913,6 +194985,24 @@ AutoReqProv: No %description factura-doc Documentation for factura +%post factura-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun factura-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans factura-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancylabel Provides: tex-fancylabel = %{tl_version} License: LPPL 1.2 @@ -165943,7 +195033,7 @@ touch /var/run/texlive/run-mtxrun %postun fancylabel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -165965,6 +195055,24 @@ AutoReqProv: No %description fancylabel-doc Documentation for fancylabel +%post fancylabel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancylabel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancylabel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancynum Provides: tex-fancynum = %{tl_version} License: LPPL @@ -165992,7 +195100,7 @@ touch /var/run/texlive/run-mtxrun %postun fancynum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166014,6 +195122,24 @@ AutoReqProv: No %description fancynum-doc Documentation for fancynum +%post fancynum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancynum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancynum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancypar Provides: tex-fancypar = %{tl_version} License: LPPL 1.3 @@ -166049,7 +195175,7 @@ touch /var/run/texlive/run-mtxrun %postun fancypar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166071,6 +195197,24 @@ AutoReqProv: No %description fancypar-doc Documentation for fancypar +%post fancypar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancypar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancypar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancyslides Provides: tex-fancyslides = %{tl_version} License: LPPL 1.3 @@ -166104,7 +195248,7 @@ touch /var/run/texlive/run-mtxrun %postun fancyslides if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166126,6 +195270,24 @@ AutoReqProv: No %description fancyslides-doc Documentation for fancyslides +%post fancyslides-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancyslides-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancyslides-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancytabs Provides: tex-fancytabs = %{tl_version} License: LPPL 1.3 @@ -166154,7 +195316,7 @@ touch /var/run/texlive/run-mtxrun %postun fancytabs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166176,6 +195338,24 @@ AutoReqProv: No %description fancytabs-doc Documentation for fancytabs +%post fancytabs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancytabs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancytabs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fancytooltips Provides: tex-fancytooltips = %{tl_version} License: LPPL 1.2 @@ -166213,7 +195393,7 @@ touch /var/run/texlive/run-mtxrun %postun fancytooltips if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166235,6 +195415,24 @@ AutoReqProv: No %description fancytooltips-doc Documentation for fancytooltips +%post fancytooltips-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fancytooltips-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fancytooltips-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fcolumn Provides: tex-fcolumn = %{tl_version} License: LPPL 1.2 @@ -166266,7 +195464,7 @@ touch /var/run/texlive/run-mtxrun %postun fcolumn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166288,6 +195486,24 @@ AutoReqProv: No %description fcolumn-doc Documentation for fcolumn +%post fcolumn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fcolumn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fcolumn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fifo-stack Provides: tex-fifo-stack = %{tl_version} License: LPPL @@ -166320,7 +195536,7 @@ touch /var/run/texlive/run-mtxrun %postun fifo-stack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166342,6 +195558,24 @@ AutoReqProv: No %description fifo-stack-doc Documentation for fifo-stack +%post fifo-stack-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fifo-stack-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fifo-stack-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package figsize Provides: tex-figsize = %{tl_version} License: LPPL @@ -166381,7 +195615,7 @@ touch /var/run/texlive/run-mtxrun %postun figsize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166403,6 +195637,24 @@ AutoReqProv: No %description figsize-doc Documentation for figsize +%post figsize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun figsize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figsize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package filecontents Provides: tex-filecontents = %{tl_version} License: LPPL @@ -166436,7 +195688,7 @@ touch /var/run/texlive/run-mtxrun %postun filecontents if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166458,6 +195710,24 @@ AutoReqProv: No %description filecontents-doc Documentation for filecontents +%post filecontents-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun filecontents-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filecontents-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package filedate Provides: tex-filedate = %{tl_version} License: LPPL @@ -166487,7 +195757,7 @@ touch /var/run/texlive/run-mtxrun %postun filedate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166509,6 +195779,24 @@ AutoReqProv: No %description filedate-doc Documentation for filedate +%post filedate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun filedate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filedate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package filehook Provides: tex-filehook = %{tl_version} License: LPPL 1.3 @@ -166548,7 +195836,7 @@ touch /var/run/texlive/run-mtxrun %postun filehook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166570,6 +195858,24 @@ AutoReqProv: No %description filehook-doc Documentation for filehook +%post filehook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun filehook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filehook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fileinfo Provides: tex-fileinfo = %{tl_version} License: LPPL 1.3 @@ -166600,7 +195906,7 @@ touch /var/run/texlive/run-mtxrun %postun fileinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166622,6 +195928,24 @@ AutoReqProv: No %description fileinfo-doc Documentation for fileinfo +%post fileinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fileinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fileinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package filemod Provides: tex-filemod = %{tl_version} License: LPPL 1.3 @@ -166660,7 +195984,7 @@ touch /var/run/texlive/run-mtxrun %postun filemod if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166682,6 +196006,24 @@ AutoReqProv: No %description filemod-doc Documentation for filemod +%post filemod-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun filemod-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans filemod-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fink Provides: tex-fink = %{tl_version} License: LPPL @@ -166716,7 +196058,7 @@ touch /var/run/texlive/run-mtxrun %postun fink if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166738,6 +196080,24 @@ AutoReqProv: No %description fink-doc Documentation for fink +%post fink-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fink-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fink-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package finstrut Provides: tex-finstrut = %{tl_version} License: LPPL 1.3 @@ -166768,7 +196128,7 @@ touch /var/run/texlive/run-mtxrun %postun finstrut if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166790,11 +196150,29 @@ AutoReqProv: No %description finstrut-doc Documentation for finstrut +%post finstrut-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun finstrut-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans finstrut-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fithesis Provides: tex-fithesis = %{tl_version} License: LPPL 1.3 Summary: Thesis class and template for Masaryk University (Brno, Czech Republic) -Version: svn37804.0.3.20 +Version: svn38318.0.3.21 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -166864,7 +196242,7 @@ University (Brno, Czech Republic). The class has been designed for easy extensibility by style and locale files of other academic institutions. -date: 2015-07-08 05:09:28 +0200 +date: 2015-09-07 07:39:22 +0200 %post fithesis mkdir -p /var/run/texlive @@ -166875,7 +196253,7 @@ touch /var/run/texlive/run-mtxrun %postun fithesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166888,7 +196266,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package fithesis-doc Summary: Documentation for fithesis -Version: svn37804.0.3.20 +Version: svn38318.0.3.21 Release: %{tl_noarch_release} Provides: tex-fithesis-doc BuildArch: noarch @@ -166897,6 +196275,24 @@ AutoReqProv: No %description fithesis-doc Documentation for fithesis +%post fithesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fithesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fithesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fixfoot Provides: tex-fixfoot = %{tl_version} License: LPPL @@ -166926,7 +196322,7 @@ touch /var/run/texlive/run-mtxrun %postun fixfoot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -166948,6 +196344,24 @@ AutoReqProv: No %description fixfoot-doc Documentation for fixfoot +%post fixfoot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fixfoot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixfoot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fixme Provides: tex-fixme = %{tl_version} License: LPPL @@ -167005,7 +196419,7 @@ touch /var/run/texlive/run-mtxrun %postun fixme if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167027,6 +196441,24 @@ AutoReqProv: No %description fixme-doc Documentation for fixme +%post fixme-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fixme-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixme-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fixmetodonotes Provides: tex-fixmetodonotes = %{tl_version} License: Public Domain @@ -167063,7 +196495,7 @@ touch /var/run/texlive/run-mtxrun %postun fixmetodonotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167085,6 +196517,24 @@ AutoReqProv: No %description fixmetodonotes-doc Documentation for fixmetodonotes +%post fixmetodonotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fixmetodonotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixmetodonotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fjodor Provides: tex-fjodor = %{tl_version} License: GPL+ @@ -167112,7 +196562,7 @@ touch /var/run/texlive/run-mtxrun %postun fjodor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167134,6 +196584,24 @@ AutoReqProv: No %description fjodor-doc Documentation for fjodor +%post fjodor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fjodor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fjodor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flabels Provides: tex-flabels = %{tl_version} License: LPPL @@ -167163,7 +196631,7 @@ touch /var/run/texlive/run-mtxrun %postun flabels if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167185,6 +196653,24 @@ AutoReqProv: No %description flabels-doc Documentation for flabels +%post flabels-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flabels-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flabels-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flacards Provides: tex-flacards = %{tl_version} License: GPL+ @@ -167214,7 +196700,7 @@ touch /var/run/texlive/run-mtxrun %postun flacards if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167236,6 +196722,24 @@ AutoReqProv: No %description flacards-doc Documentation for flacards +%post flacards-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flacards-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flacards-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flagderiv Provides: tex-flagderiv = %{tl_version} License: GPL+ @@ -167269,7 +196773,7 @@ touch /var/run/texlive/run-mtxrun %postun flagderiv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167291,6 +196795,24 @@ AutoReqProv: No %description flagderiv-doc Documentation for flagderiv +%post flagderiv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flagderiv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flagderiv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flashcards Provides: tex-flashcards = %{tl_version} License: GPL+ @@ -167325,7 +196847,7 @@ touch /var/run/texlive/run-mtxrun %postun flashcards if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167347,6 +196869,24 @@ AutoReqProv: No %description flashcards-doc Documentation for flashcards +%post flashcards-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flashcards-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flashcards-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flashmovie Provides: tex-flashmovie = %{tl_version} License: LPPL 1.3 @@ -167382,7 +196922,7 @@ touch /var/run/texlive/run-mtxrun %postun flashmovie if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167404,6 +196944,24 @@ AutoReqProv: No %description flashmovie-doc Documentation for flashmovie +%post flashmovie-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flashmovie-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flashmovie-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flipbook Provides: tex-flipbook = %{tl_version} License: LPPL @@ -167440,7 +196998,7 @@ touch /var/run/texlive/run-mtxrun %postun flipbook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167462,6 +197020,24 @@ AutoReqProv: No %description flipbook-doc Documentation for flipbook +%post flipbook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flipbook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flipbook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flippdf Provides: tex-flippdf = %{tl_version} License: LPPL @@ -167493,7 +197069,7 @@ touch /var/run/texlive/run-mtxrun %postun flippdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167515,6 +197091,24 @@ AutoReqProv: No %description flippdf-doc Documentation for flippdf +%post flippdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flippdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flippdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package floatflt Provides: tex-floatflt = %{tl_version} License: LPPL @@ -167544,7 +197138,7 @@ touch /var/run/texlive/run-mtxrun %postun floatflt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167566,6 +197160,24 @@ AutoReqProv: No %description floatflt-doc Documentation for floatflt +%post floatflt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun floatflt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans floatflt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package floatrow Provides: tex-floatrow = %{tl_version} License: LPPL @@ -167609,7 +197221,7 @@ touch /var/run/texlive/run-mtxrun %postun floatrow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167631,6 +197243,24 @@ AutoReqProv: No %description floatrow-doc Documentation for floatrow +%post floatrow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun floatrow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans floatrow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package flowfram Provides: tex-flowfram = %{tl_version} License: LPPL 1.3 @@ -167669,7 +197299,7 @@ touch /var/run/texlive/run-mtxrun %postun flowfram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167691,6 +197321,24 @@ AutoReqProv: No %description flowfram-doc Documentation for flowfram +%post flowfram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun flowfram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans flowfram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fmp Provides: tex-fmp = %{tl_version} License: LPPL @@ -167719,7 +197367,7 @@ touch /var/run/texlive/run-mtxrun %postun fmp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167741,6 +197389,24 @@ AutoReqProv: No %description fmp-doc Documentation for fmp +%post fmp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fmp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fmp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fmtcount Provides: tex-fmtcount = %{tl_version} License: LPPL 1.3 @@ -167799,7 +197465,7 @@ touch /var/run/texlive/run-mtxrun %postun fmtcount if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167821,6 +197487,24 @@ AutoReqProv: No %description fmtcount-doc Documentation for fmtcount +%post fmtcount-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fmtcount-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fmtcount-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fn2end Provides: tex-fn2end = %{tl_version} License: Public Domain @@ -167848,7 +197532,7 @@ touch /var/run/texlive/run-mtxrun %postun fn2end if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167870,6 +197554,24 @@ AutoReqProv: No %description fn2end-doc Documentation for fn2end +%post fn2end-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fn2end-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fn2end-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fnbreak Provides: tex-fnbreak = %{tl_version} License: LPPL @@ -167898,7 +197600,7 @@ touch /var/run/texlive/run-mtxrun %postun fnbreak if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167920,6 +197622,24 @@ AutoReqProv: No %description fnbreak-doc Documentation for fnbreak +%post fnbreak-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fnbreak-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnbreak-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fncychap Provides: tex-fncychap = %{tl_version} License: LPPL 1.3 @@ -167950,7 +197670,7 @@ touch /var/run/texlive/run-mtxrun %postun fncychap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -167972,6 +197692,24 @@ AutoReqProv: No %description fncychap-doc Documentation for fncychap +%post fncychap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fncychap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fncychap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fncylab Provides: tex-fncylab = %{tl_version} License: LPPL @@ -168004,7 +197742,7 @@ touch /var/run/texlive/run-mtxrun %postun fncylab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168026,6 +197764,24 @@ AutoReqProv: No %description fncylab-doc Documentation for fncylab +%post fncylab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fncylab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fncylab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fnpara Provides: tex-fnpara = %{tl_version} License: LPPL 1.3 @@ -168057,7 +197813,7 @@ touch /var/run/texlive/run-mtxrun %postun fnpara if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168079,6 +197835,24 @@ AutoReqProv: No %description fnpara-doc Documentation for fnpara +%post fnpara-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fnpara-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnpara-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fnpct Provides: tex-fnpct = %{tl_version} License: LPPL 1.3 @@ -168113,7 +197887,7 @@ touch /var/run/texlive/run-mtxrun %postun fnpct if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168135,6 +197909,24 @@ AutoReqProv: No %description fnpct-doc Documentation for fnpct +%post fnpct-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fnpct-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnpct-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fnumprint Provides: tex-fnumprint = %{tl_version} License: LPPL 1.3 @@ -168171,7 +197963,7 @@ touch /var/run/texlive/run-mtxrun %postun fnumprint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168193,6 +197985,24 @@ AutoReqProv: No %description fnumprint-doc Documentation for fnumprint +%post fnumprint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fnumprint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fnumprint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package foilhtml Provides: tex-foilhtml = %{tl_version} License: LPPL @@ -168223,7 +198033,7 @@ touch /var/run/texlive/run-mtxrun %postun foilhtml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168245,6 +198055,24 @@ AutoReqProv: No %description foilhtml-doc Documentation for foilhtml +%post foilhtml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun foilhtml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans foilhtml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontaxes Provides: tex-fontaxes = %{tl_version} License: LPPL 1.3 @@ -168275,7 +198103,7 @@ touch /var/run/texlive/run-mtxrun %postun fontaxes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168297,6 +198125,24 @@ AutoReqProv: No %description fontaxes-doc Documentation for fontaxes +%post fontaxes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontaxes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontaxes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fonttable Provides: tex-fonttable = %{tl_version} License: LPPL 1.3 @@ -168331,7 +198177,7 @@ touch /var/run/texlive/run-mtxrun %postun fonttable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168353,6 +198199,24 @@ AutoReqProv: No %description fonttable-doc Documentation for fonttable +%post fonttable-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fonttable-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fonttable-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package footmisc Provides: tex-footmisc = %{tl_version} License: LPPL 1.3 @@ -168393,7 +198257,7 @@ touch /var/run/texlive/run-mtxrun %postun footmisc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168415,6 +198279,24 @@ AutoReqProv: No %description footmisc-doc Documentation for footmisc +%post footmisc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun footmisc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footmisc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package footnotebackref Provides: tex-footnotebackref = %{tl_version} License: LPPL 1.3 @@ -168446,7 +198328,7 @@ touch /var/run/texlive/run-mtxrun %postun footnotebackref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168468,6 +198350,24 @@ AutoReqProv: No %description footnotebackref-doc Documentation for footnotebackref +%post footnotebackref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun footnotebackref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnotebackref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package footnoterange Provides: tex-footnoterange = %{tl_version} License: LPPL 1.3 @@ -168502,7 +198402,7 @@ touch /var/run/texlive/run-mtxrun %postun footnoterange if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168524,6 +198424,24 @@ AutoReqProv: No %description footnoterange-doc Documentation for footnoterange +%post footnoterange-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun footnoterange-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnoterange-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package footnpag Provides: tex-footnpag = %{tl_version} License: GPL+ @@ -168551,7 +198469,7 @@ touch /var/run/texlive/run-mtxrun %postun footnpag if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168573,6 +198491,24 @@ AutoReqProv: No %description footnpag-doc Documentation for footnpag +%post footnpag-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun footnpag-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans footnpag-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package forarray Provides: tex-forarray = %{tl_version} License: LPPL @@ -168607,7 +198543,7 @@ touch /var/run/texlive/run-mtxrun %postun forarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168629,6 +198565,24 @@ AutoReqProv: No %description forarray-doc Documentation for forarray +%post forarray-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun forarray-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forarray-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package foreign Provides: tex-foreign = %{tl_version} License: LPPL 1.3 @@ -168658,7 +198612,7 @@ touch /var/run/texlive/run-mtxrun %postun foreign if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168680,6 +198634,24 @@ AutoReqProv: No %description foreign-doc Documentation for foreign +%post foreign-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun foreign-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans foreign-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package forloop Provides: tex-forloop = %{tl_version} License: LGPLv2+ @@ -168708,7 +198680,7 @@ touch /var/run/texlive/run-mtxrun %postun forloop if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168730,6 +198702,24 @@ AutoReqProv: No %description forloop-doc Documentation for forloop +%post forloop-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun forloop-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans forloop-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package formlett Provides: tex-formlett = %{tl_version} License: GPL+ @@ -168757,7 +198747,7 @@ touch /var/run/texlive/run-mtxrun %postun formlett if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168779,6 +198769,24 @@ AutoReqProv: No %description formlett-doc Documentation for formlett +%post formlett-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun formlett-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans formlett-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package formular Provides: tex-formular = %{tl_version} License: LPPL @@ -168809,7 +198817,7 @@ touch /var/run/texlive/run-mtxrun %postun formular if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168831,6 +198839,24 @@ AutoReqProv: No %description formular-doc Documentation for formular +%post formular-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun formular-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans formular-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fragments Provides: tex-fragments = %{tl_version} License: Public Domain @@ -168865,7 +198891,7 @@ touch /var/run/texlive/run-mtxrun %postun fragments if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168887,6 +198913,24 @@ AutoReqProv: No %description fragments-doc Documentation for fragments +%post fragments-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fragments-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fragments-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package frame Provides: tex-frame = %{tl_version} License: LPPL @@ -168916,7 +198960,7 @@ touch /var/run/texlive/run-mtxrun %postun frame if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168938,6 +198982,24 @@ AutoReqProv: No %description frame-doc Documentation for frame +%post frame-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frame-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frame-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package framed Provides: tex-framed = %{tl_version} License: Copyright only @@ -168971,7 +199033,7 @@ touch /var/run/texlive/run-mtxrun %postun framed if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -168993,6 +199055,24 @@ AutoReqProv: No %description framed-doc Documentation for framed +%post framed-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun framed-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans framed-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package frankenstein Provides: tex-frankenstein = %{tl_version} License: Public Domain @@ -169038,7 +199118,7 @@ touch /var/run/texlive/run-mtxrun %postun frankenstein if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169060,6 +199140,24 @@ AutoReqProv: No %description frankenstein-doc Documentation for frankenstein +%post frankenstein-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frankenstein-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frankenstein-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package frege Provides: tex-frege = %{tl_version} License: GPL+ @@ -169097,7 +199195,7 @@ touch /var/run/texlive/run-mtxrun %postun frege if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169119,6 +199217,24 @@ AutoReqProv: No %description frege-doc Documentation for frege +%post frege-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun frege-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans frege-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ftcap Provides: tex-ftcap = %{tl_version} License: GPL+ @@ -169149,7 +199265,7 @@ touch /var/run/texlive/run-mtxrun %postun ftcap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169171,6 +199287,24 @@ AutoReqProv: No %description ftcap-doc Documentation for ftcap +%post ftcap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ftcap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ftcap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ftnxtra Provides: tex-ftnxtra = %{tl_version} License: LPPL @@ -169198,7 +199332,7 @@ touch /var/run/texlive/run-mtxrun %postun ftnxtra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169220,6 +199354,24 @@ AutoReqProv: No %description ftnxtra-doc Documentation for ftnxtra +%post ftnxtra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ftnxtra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ftnxtra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fullblck Provides: tex-fullblck = %{tl_version} License: LPPL @@ -169247,7 +199399,7 @@ touch /var/run/texlive/run-mtxrun %postun fullblck if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169269,6 +199421,24 @@ AutoReqProv: No %description fullblck-doc Documentation for fullblck +%post fullblck-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fullblck-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fullblck-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fullminipage Provides: tex-fullminipage = %{tl_version} License: GPLv3+ @@ -169300,7 +199470,7 @@ touch /var/run/texlive/run-mtxrun %postun fullminipage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169322,6 +199492,24 @@ AutoReqProv: No %description fullminipage-doc Documentation for fullminipage +%post fullminipage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fullminipage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fullminipage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fullwidth Provides: tex-fullwidth = %{tl_version} License: LPPL @@ -169355,7 +199543,7 @@ touch /var/run/texlive/run-mtxrun %postun fullwidth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169377,9 +199565,27 @@ AutoReqProv: No %description fullwidth-doc Documentation for fullwidth +%post fullwidth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fullwidth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fullwidth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fundus-calligra Provides: tex-fundus-calligra = %{tl_version} -License: Freely redistributable without restriction +License: LPPL Summary: Support for the calligra font in LaTeX documents Version: svn26018.1.2 Release: %{tl_noarch_release} @@ -169404,7 +199610,7 @@ touch /var/run/texlive/run-mtxrun %postun fundus-calligra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169426,6 +199632,24 @@ AutoReqProv: No %description fundus-calligra-doc Documentation for fundus-calligra +%post fundus-calligra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fundus-calligra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fundus-calligra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fundus-cyr Provides: tex-fundus-cyr = %{tl_version} License: LPPL 1.3 @@ -169456,7 +199680,7 @@ touch /var/run/texlive/run-mtxrun %postun fundus-cyr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169495,7 +199719,7 @@ touch /var/run/texlive/run-mtxrun %postun fundus-sueterlin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169517,6 +199741,24 @@ AutoReqProv: No %description fundus-sueterlin-doc Documentation for fundus-sueterlin +%post fundus-sueterlin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fundus-sueterlin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fundus-sueterlin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fwlw Provides: tex-fwlw = %{tl_version} License: Copyright only @@ -169547,7 +199789,7 @@ touch /var/run/texlive/run-mtxrun %postun fwlw if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169569,6 +199811,24 @@ AutoReqProv: No %description fwlw-doc Documentation for fwlw +%post fwlw-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fwlw-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fwlw-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package g-brief Provides: tex-g-brief = %{tl_version} License: LPPL @@ -169606,7 +199866,7 @@ touch /var/run/texlive/run-mtxrun %postun g-brief if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169628,6 +199888,24 @@ AutoReqProv: No %description g-brief-doc Documentation for g-brief +%post g-brief-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun g-brief-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans g-brief-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gauss Provides: tex-gauss = %{tl_version} License: LPPL @@ -169656,7 +199934,7 @@ touch /var/run/texlive/run-mtxrun %postun gauss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169678,6 +199956,24 @@ AutoReqProv: No %description gauss-doc Documentation for gauss +%post gauss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gauss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gauss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gcard Provides: tex-gcard = %{tl_version} License: LPPL @@ -169713,7 +200009,7 @@ touch /var/run/texlive/run-mtxrun %postun gcard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169735,6 +200031,24 @@ AutoReqProv: No %description gcard-doc Documentation for gcard +%post gcard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gcard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gcard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gcite Provides: tex-gcite = %{tl_version} License: LPPL 1.3 @@ -169769,7 +200083,7 @@ touch /var/run/texlive/run-mtxrun %postun gcite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169791,6 +200105,24 @@ AutoReqProv: No %description gcite-doc Documentation for gcite +%post gcite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gcite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gcite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gender Provides: tex-gender = %{tl_version} License: LPPL 1.3 @@ -169822,7 +200154,7 @@ touch /var/run/texlive/run-mtxrun %postun gender if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169844,6 +200176,24 @@ AutoReqProv: No %description gender-doc Documentation for gender +%post gender-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gender-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gender-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package genmpage Provides: tex-genmpage = %{tl_version} License: LPPL @@ -169875,7 +200225,7 @@ touch /var/run/texlive/run-mtxrun %postun genmpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169897,6 +200247,24 @@ AutoReqProv: No %description genmpage-doc Documentation for genmpage +%post genmpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun genmpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans genmpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package getfiledate Provides: tex-getfiledate = %{tl_version} License: LPPL @@ -169932,7 +200300,7 @@ touch /var/run/texlive/run-mtxrun %postun getfiledate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -169954,6 +200322,24 @@ AutoReqProv: No %description getfiledate-doc Documentation for getfiledate +%post getfiledate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun getfiledate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans getfiledate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ginpenc Provides: tex-ginpenc = %{tl_version} License: LPPL @@ -169984,7 +200370,7 @@ touch /var/run/texlive/run-mtxrun %postun ginpenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170006,6 +200392,24 @@ AutoReqProv: No %description ginpenc-doc Documentation for ginpenc +%post ginpenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ginpenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ginpenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gitinfo Provides: tex-gitinfo = %{tl_version} License: LPPL 1.3 @@ -170041,7 +200445,7 @@ touch /var/run/texlive/run-mtxrun %postun gitinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170063,6 +200467,24 @@ AutoReqProv: No %description gitinfo-doc Documentation for gitinfo +%post gitinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gitinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gitinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gitinfo2 Provides: tex-gitinfo2 = %{tl_version} License: LPPL 1.3 @@ -170101,7 +200523,7 @@ touch /var/run/texlive/run-mtxrun %postun gitinfo2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170123,6 +200545,24 @@ AutoReqProv: No %description gitinfo2-doc Documentation for gitinfo2 +%post gitinfo2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gitinfo2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gitinfo2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gloss Provides: tex-gloss = %{tl_version} License: LPPL @@ -170149,7 +200589,7 @@ touch /var/run/texlive/run-mtxrun %postun gloss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170171,11 +200611,29 @@ AutoReqProv: No %description gloss-doc Documentation for gloss +%post gloss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gloss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gloss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries Provides: tex-glossaries = %{tl_version} License: LPPL 1.3 Summary: Create glossaries and lists of acronyms -Version: svn37869.4.17 +Version: svn38342.4.18 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -170185,6 +200643,7 @@ Requires: texlive-glossaries-bin Requires: tex(tracklang.sty) Requires: tex(ifthen.sty) Requires: tex(xkeyval.sty) +Requires: tex(mfirstuc.sty) Requires: tex(textcase.sty) Requires: tex(xfor.sty) Requires: tex(datatool-base.sty) @@ -170204,8 +200663,6 @@ Provides: tex(glossaries-compatible-307.sty) = %{tl_version} Provides: tex(glossaries-polyglossia.sty) = %{tl_version} Provides: tex(glossaries-prefix.sty) = %{tl_version} Provides: tex(glossaries.sty) = %{tl_version} -Provides: tex(mfirstuc-english.sty) = %{tl_version} -Provides: tex(mfirstuc.sty) = %{tl_version} Provides: tex(glossaries-accsupp.sty) = %{tl_version} Provides: tex(glossary-hypernav.sty) = %{tl_version} Provides: tex(glossary-inline.sty) = %{tl_version} @@ -170250,7 +200707,7 @@ the first letter of a word to upper case. The package supersedes the author's glossary package (which is now obsolete), and a conversion tool is provided. -date: 2015-07-17 16:36:31 +0200 +date: 2015-09-09 19:08:14 +0200 %post glossaries mkdir -p /var/run/texlive @@ -170261,7 +200718,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170274,7 +200731,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package glossaries-doc Summary: Documentation for glossaries -Version: svn37869.4.17 +Version: svn38342.4.18 Release: %{tl_noarch_release} Provides: tex-glossaries-doc BuildArch: noarch @@ -170283,6 +200740,24 @@ AutoReqProv: No %description glossaries-doc Documentation for glossaries +%post glossaries-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-bin Summary: Binaries for glossaries Version: svn37813.0 @@ -170320,7 +200795,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-danish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170342,6 +200817,24 @@ AutoReqProv: No %description glossaries-danish-doc Documentation for glossaries-danish +%post glossaries-danish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-danish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-danish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-dutch Provides: tex-glossaries-dutch = %{tl_version} License: LPPL 1.3 @@ -170368,7 +200861,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-dutch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170390,6 +200883,24 @@ AutoReqProv: No %description glossaries-dutch-doc Documentation for glossaries-dutch +%post glossaries-dutch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-dutch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-dutch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-english Provides: tex-glossaries-english = %{tl_version} License: LPPL 1.3 @@ -170416,7 +200927,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-english if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170438,6 +200949,24 @@ AutoReqProv: No %description glossaries-english-doc Documentation for glossaries-english +%post glossaries-english-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-english-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-english-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-french Provides: tex-glossaries-french = %{tl_version} License: LPPL 1.3 @@ -170464,7 +200993,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-french if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170486,6 +201015,24 @@ AutoReqProv: No %description glossaries-french-doc Documentation for glossaries-french +%post glossaries-french-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-french-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-french-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-german Provides: tex-glossaries-german = %{tl_version} License: LPPL 1.3 @@ -170512,7 +201059,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-german if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170534,6 +201081,24 @@ AutoReqProv: No %description glossaries-german-doc Documentation for glossaries-german +%post glossaries-german-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-german-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-german-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-irish Provides: tex-glossaries-irish = %{tl_version} License: LPPL 1.3 @@ -170562,7 +201127,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-irish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170584,6 +201149,24 @@ AutoReqProv: No %description glossaries-irish-doc Documentation for glossaries-irish +%post glossaries-irish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-irish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-irish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-italian Provides: tex-glossaries-italian = %{tl_version} License: LPPL 1.3 @@ -170610,7 +201193,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-italian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170632,6 +201215,24 @@ AutoReqProv: No %description glossaries-italian-doc Documentation for glossaries-italian +%post glossaries-italian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-italian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-italian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-magyar Provides: tex-glossaries-magyar = %{tl_version} License: LPPL 1.3 @@ -170660,7 +201261,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-magyar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170682,6 +201283,24 @@ AutoReqProv: No %description glossaries-magyar-doc Documentation for glossaries-magyar +%post glossaries-magyar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-magyar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-magyar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-polish Provides: tex-glossaries-polish = %{tl_version} License: LPPL 1.3 @@ -170710,7 +201329,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-polish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170732,6 +201351,24 @@ AutoReqProv: No %description glossaries-polish-doc Documentation for glossaries-polish +%post glossaries-polish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-polish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-polish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-portuges Provides: tex-glossaries-portuges = %{tl_version} License: LPPL 1.3 @@ -170761,7 +201398,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-portuges if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170783,6 +201420,24 @@ AutoReqProv: No %description glossaries-portuges-doc Documentation for glossaries-portuges +%post glossaries-portuges-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-portuges-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-portuges-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-serbian Provides: tex-glossaries-serbian = %{tl_version} License: LPPL 1.3 @@ -170811,7 +201466,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-serbian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170833,6 +201488,24 @@ AutoReqProv: No %description glossaries-serbian-doc Documentation for glossaries-serbian +%post glossaries-serbian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-serbian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-serbian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package glossaries-spanish Provides: tex-glossaries-spanish = %{tl_version} License: LPPL 1.3 @@ -170861,7 +201534,7 @@ touch /var/run/texlive/run-mtxrun %postun glossaries-spanish if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170883,6 +201556,24 @@ AutoReqProv: No %description glossaries-spanish-doc Documentation for glossaries-spanish +%post glossaries-spanish-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun glossaries-spanish-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans glossaries-spanish-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmdoc Provides: tex-gmdoc = %{tl_version} License: LPPL @@ -170936,7 +201627,7 @@ touch /var/run/texlive/run-mtxrun %postun gmdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -170958,6 +201649,24 @@ AutoReqProv: No %description gmdoc-doc Documentation for gmdoc +%post gmdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmdoc-enhance Provides: tex-gmdoc-enhance = %{tl_version} License: LPPL @@ -170988,7 +201697,7 @@ touch /var/run/texlive/run-mtxrun %postun gmdoc-enhance if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171010,6 +201719,24 @@ AutoReqProv: No %description gmdoc-enhance-doc Documentation for gmdoc-enhance +%post gmdoc-enhance-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmdoc-enhance-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmdoc-enhance-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmiflink Provides: tex-gmiflink = %{tl_version} License: LPPL @@ -171040,7 +201767,7 @@ touch /var/run/texlive/run-mtxrun %postun gmiflink if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171062,6 +201789,24 @@ AutoReqProv: No %description gmiflink-doc Documentation for gmiflink +%post gmiflink-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmiflink-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmiflink-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmutils Provides: tex-gmutils = %{tl_version} License: LPPL @@ -171114,7 +201859,7 @@ touch /var/run/texlive/run-mtxrun %postun gmutils if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171136,6 +201881,24 @@ AutoReqProv: No %description gmutils-doc Documentation for gmutils +%post gmutils-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmutils-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmutils-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmverb Provides: tex-gmverb = %{tl_version} License: LPPL @@ -171170,7 +201933,7 @@ touch /var/run/texlive/run-mtxrun %postun gmverb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171192,6 +201955,24 @@ AutoReqProv: No %description gmverb-doc Documentation for gmverb +%post gmverb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmverb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmverb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphbox Provides: tex-graphbox = %{tl_version} License: LPPL 1.3 @@ -171226,7 +202007,7 @@ touch /var/run/texlive/run-mtxrun %postun graphbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171248,6 +202029,24 @@ AutoReqProv: No %description graphbox-doc Documentation for graphbox +%post graphbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphicx-psmin Provides: tex-graphicx-psmin = %{tl_version} License: LPPL @@ -171283,7 +202082,7 @@ touch /var/run/texlive/run-mtxrun %postun graphicx-psmin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171305,6 +202104,24 @@ AutoReqProv: No %description graphicx-psmin-doc Documentation for graphicx-psmin +%post graphicx-psmin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphicx-psmin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphicx-psmin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphicxbox Provides: tex-graphicxbox = %{tl_version} License: LPPL @@ -171336,7 +202153,7 @@ touch /var/run/texlive/run-mtxrun %postun graphicxbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171358,6 +202175,24 @@ AutoReqProv: No %description graphicxbox-doc Documentation for graphicxbox +%post graphicxbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphicxbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphicxbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grfpaste Provides: tex-grfpaste = %{tl_version} License: LPPL @@ -171387,7 +202222,7 @@ touch /var/run/texlive/run-mtxrun %postun grfpaste if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171409,6 +202244,24 @@ AutoReqProv: No %description grfpaste-doc Documentation for grfpaste +%post grfpaste-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grfpaste-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grfpaste-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grid Provides: tex-grid = %{tl_version} License: LPPL @@ -171443,7 +202296,7 @@ touch /var/run/texlive/run-mtxrun %postun grid if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171465,6 +202318,24 @@ AutoReqProv: No %description grid-doc Documentation for grid +%post grid-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grid-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grid-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grid-system Provides: tex-grid-system = %{tl_version} License: ASL 2.0 @@ -171498,7 +202369,7 @@ touch /var/run/texlive/run-mtxrun %postun grid-system if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171520,6 +202391,24 @@ AutoReqProv: No %description grid-system-doc Documentation for grid-system +%post grid-system-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grid-system-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grid-system-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gridset Provides: tex-gridset = %{tl_version} License: LPPL @@ -171554,7 +202443,7 @@ touch /var/run/texlive/run-mtxrun %postun gridset if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171576,6 +202465,24 @@ AutoReqProv: No %description gridset-doc Documentation for gridset +%post gridset-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gridset-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gridset-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gtl Provides: tex-gtl = %{tl_version} License: LPPL @@ -171607,7 +202514,7 @@ touch /var/run/texlive/run-mtxrun %postun gtl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171629,6 +202536,24 @@ AutoReqProv: No %description gtl-doc Documentation for gtl +%post gtl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gtl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gtl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package guitlogo Provides: tex-guitlogo = %{tl_version} License: LPPL @@ -171670,7 +202595,7 @@ touch /var/run/texlive/run-mtxrun %postun guitlogo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171692,6 +202617,24 @@ AutoReqProv: No %description guitlogo-doc Documentation for guitlogo +%post guitlogo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun guitlogo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guitlogo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package handout Provides: tex-handout = %{tl_version} License: LPPL 1.3 @@ -171725,7 +202668,7 @@ touch /var/run/texlive/run-mtxrun %postun handout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171747,6 +202690,24 @@ AutoReqProv: No %description handout-doc Documentation for handout +%post handout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun handout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans handout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hang Provides: tex-hang = %{tl_version} License: LPPL 1.3 @@ -171775,7 +202736,7 @@ touch /var/run/texlive/run-mtxrun %postun hang if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171797,6 +202758,24 @@ AutoReqProv: No %description hang-doc Documentation for hang +%post hang-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hang-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hang-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hanging Provides: tex-hanging = %{tl_version} License: LPPL 1.3 @@ -171830,7 +202809,7 @@ touch /var/run/texlive/run-mtxrun %postun hanging if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171852,6 +202831,24 @@ AutoReqProv: No %description hanging-doc Documentation for hanging +%post hanging-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hanging-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hanging-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hardwrap Provides: tex-hardwrap = %{tl_version} License: LPPL 1.3 @@ -171886,7 +202883,7 @@ touch /var/run/texlive/run-mtxrun %postun hardwrap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171908,6 +202905,24 @@ AutoReqProv: No %description hardwrap-doc Documentation for hardwrap +%post hardwrap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hardwrap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hardwrap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harnon-cv Provides: tex-harnon-cv = %{tl_version} License: Public Domain @@ -171935,7 +202950,7 @@ touch /var/run/texlive/run-mtxrun %postun harnon-cv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -171957,6 +202972,24 @@ AutoReqProv: No %description harnon-cv-doc Documentation for harnon-cv +%post harnon-cv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harnon-cv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harnon-cv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harpoon Provides: tex-harpoon = %{tl_version} License: Public Domain @@ -171987,7 +203020,7 @@ touch /var/run/texlive/run-mtxrun %postun harpoon if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172009,6 +203042,24 @@ AutoReqProv: No %description harpoon-doc Documentation for harpoon +%post harpoon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harpoon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harpoon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hc Provides: tex-hc = %{tl_version} License: GPLv2+ @@ -172055,7 +203106,7 @@ touch /var/run/texlive/run-mtxrun %postun hc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172077,6 +203128,24 @@ AutoReqProv: No %description hc-doc Documentation for hc +%post hc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package he-she Provides: tex-he-she = %{tl_version} License: LPPL 1.3 @@ -172109,7 +203178,7 @@ touch /var/run/texlive/run-mtxrun %postun he-she if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172131,6 +203200,24 @@ AutoReqProv: No %description he-she-doc Documentation for he-she +%post he-she-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun he-she-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans he-she-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hhtensor Provides: tex-hhtensor = %{tl_version} License: LPPL @@ -172161,7 +203248,7 @@ touch /var/run/texlive/run-mtxrun %postun hhtensor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172183,6 +203270,24 @@ AutoReqProv: No %description hhtensor-doc Documentation for hhtensor +%post hhtensor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hhtensor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hhtensor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package histogr Provides: tex-histogr = %{tl_version} License: LPPL 1.3 @@ -172210,7 +203315,7 @@ touch /var/run/texlive/run-mtxrun %postun histogr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172232,6 +203337,24 @@ AutoReqProv: No %description histogr-doc Documentation for histogr +%post histogr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun histogr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans histogr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hitec Provides: tex-hitec = %{tl_version} License: LPPL @@ -172259,7 +203382,7 @@ touch /var/run/texlive/run-mtxrun %postun hitec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172281,6 +203404,24 @@ AutoReqProv: No %description hitec-doc Documentation for hitec +%post hitec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hitec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hitec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hletter Provides: tex-hletter = %{tl_version} License: LPPL 1.2 @@ -172321,7 +203462,7 @@ touch /var/run/texlive/run-mtxrun %postun hletter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172343,6 +203484,24 @@ AutoReqProv: No %description hletter-doc Documentation for hletter +%post hletter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hletter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hletter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hpsdiss Provides: tex-hpsdiss = %{tl_version} License: GPL+ @@ -172378,7 +203537,7 @@ touch /var/run/texlive/run-mtxrun %postun hpsdiss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172400,6 +203559,24 @@ AutoReqProv: No %description hpsdiss-doc Documentation for hpsdiss +%post hpsdiss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hpsdiss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hpsdiss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hrefhide Provides: tex-hrefhide = %{tl_version} License: LPPL 1.3 @@ -172435,7 +203612,7 @@ touch /var/run/texlive/run-mtxrun %postun hrefhide if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172457,6 +203634,24 @@ AutoReqProv: No %description hrefhide-doc Documentation for hrefhide +%post hrefhide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hrefhide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hrefhide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hvindex Provides: tex-hvindex = %{tl_version} License: LPPL @@ -172487,7 +203682,7 @@ touch /var/run/texlive/run-mtxrun %postun hvindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172509,6 +203704,24 @@ AutoReqProv: No %description hvindex-doc Documentation for hvindex +%post hvindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hvindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hvindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hypdvips Provides: tex-hypdvips = %{tl_version} License: LPPL 1.3 @@ -172544,7 +203757,7 @@ touch /var/run/texlive/run-mtxrun %postun hypdvips if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172566,6 +203779,24 @@ AutoReqProv: No %description hypdvips-doc Documentation for hypdvips +%post hypdvips-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hypdvips-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hypdvips-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyper Provides: tex-hyper = %{tl_version} License: LPPL @@ -172597,7 +203828,7 @@ touch /var/run/texlive/run-mtxrun %postun hyper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172619,6 +203850,24 @@ AutoReqProv: No %description hyper-doc Documentation for hyper +%post hyper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hypernat Provides: tex-hypernat = %{tl_version} License: GPL+ @@ -172649,7 +203898,7 @@ touch /var/run/texlive/run-mtxrun %postun hypernat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172671,6 +203920,24 @@ AutoReqProv: No %description hypernat-doc Documentation for hypernat +%post hypernat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hypernat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hypernat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyperref-docsrc-doc Summary: Documentation for hyperref-docsrc Version: svn15878.0 @@ -172682,6 +203949,24 @@ AutoReqProv: No %description hyperref-docsrc-doc Documentation for hyperref-docsrc +%post hyperref-docsrc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyperref-docsrc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyperref-docsrc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyperxmp Provides: tex-hyperxmp = %{tl_version} License: LPPL 1.3 @@ -172737,7 +204022,7 @@ touch /var/run/texlive/run-mtxrun %postun hyperxmp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172759,6 +204044,24 @@ AutoReqProv: No %description hyperxmp-doc Documentation for hyperxmp +%post hyperxmp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyperxmp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyperxmp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyphenat Provides: tex-hyphenat = %{tl_version} License: LPPL 1.3 @@ -172789,7 +204092,7 @@ touch /var/run/texlive/run-mtxrun %postun hyphenat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172811,11 +204114,29 @@ AutoReqProv: No %description hyphenat-doc Documentation for hyphenat +%post hyphenat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyphenat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyphenat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package idxcmds Provides: tex-idxcmds = %{tl_version} License: LPPL 1.3 Summary: Semantic commands for adding formatted index entries -Version: svn31557.0.2b +Version: svn38115.0.2c Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -172830,7 +204151,7 @@ Provides: tex(idxcmds.sty) = %{tl_version} The package provides commands for adding formatted index entries; it arises from the author's work on large documents. -date: 2014-02-26 23:03:13 +0100 +date: 2015-08-13 13:06:19 +0200 %post idxcmds mkdir -p /var/run/texlive @@ -172841,7 +204162,7 @@ touch /var/run/texlive/run-mtxrun %postun idxcmds if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172854,7 +204175,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package idxcmds-doc Summary: Documentation for idxcmds -Version: svn31557.0.2b +Version: svn38115.0.2c Release: %{tl_noarch_release} Provides: tex-idxcmds-doc BuildArch: noarch @@ -172863,6 +204184,24 @@ AutoReqProv: No %description idxcmds-doc Documentation for idxcmds +%post idxcmds-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun idxcmds-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans idxcmds-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package idxlayout Provides: tex-idxlayout = %{tl_version} License: LPPL @@ -172898,7 +204237,7 @@ touch /var/run/texlive/run-mtxrun %postun idxlayout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172920,6 +204259,24 @@ AutoReqProv: No %description idxlayout-doc Documentation for idxlayout +%post idxlayout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun idxlayout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans idxlayout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifmslide Provides: tex-ifmslide = %{tl_version} License: LPPL 1.2 @@ -172962,7 +204319,7 @@ touch /var/run/texlive/run-mtxrun %postun ifmslide if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -172984,6 +204341,24 @@ AutoReqProv: No %description ifmslide-doc Documentation for ifmslide +%post ifmslide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifmslide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifmslide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifnextok Provides: tex-ifnextok = %{tl_version} License: LPPL 1.3 @@ -173018,7 +204393,7 @@ touch /var/run/texlive/run-mtxrun %postun ifnextok if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173040,6 +204415,24 @@ AutoReqProv: No %description ifnextok-doc Documentation for ifnextok +%post ifnextok-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifnextok-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifnextok-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifoddpage Provides: tex-ifoddpage = %{tl_version} License: LPPL 1.3 @@ -173072,7 +204465,7 @@ touch /var/run/texlive/run-mtxrun %postun ifoddpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173094,6 +204487,24 @@ AutoReqProv: No %description ifoddpage-doc Documentation for ifoddpage +%post ifoddpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifoddpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifoddpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifplatform Provides: tex-ifplatform = %{tl_version} License: LPPL @@ -173130,7 +204541,7 @@ touch /var/run/texlive/run-mtxrun %postun ifplatform if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173152,6 +204563,24 @@ AutoReqProv: No %description ifplatform-doc Documentation for ifplatform +%post ifplatform-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifplatform-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifplatform-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ifthenx Provides: tex-ifthenx = %{tl_version} License: LPPL @@ -173183,7 +204612,7 @@ touch /var/run/texlive/run-mtxrun %postun ifthenx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173205,6 +204634,24 @@ AutoReqProv: No %description ifthenx-doc Documentation for ifthenx +%post ifthenx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ifthenx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ifthenx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iitem Provides: tex-iitem = %{tl_version} License: LPPL @@ -173238,7 +204685,7 @@ touch /var/run/texlive/run-mtxrun %postun iitem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173260,6 +204707,24 @@ AutoReqProv: No %description iitem-doc Documentation for iitem +%post iitem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iitem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iitem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package image-gallery Provides: tex-image-gallery = %{tl_version} License: LPPL @@ -173294,7 +204759,7 @@ touch /var/run/texlive/run-mtxrun %postun image-gallery if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173316,6 +204781,24 @@ AutoReqProv: No %description image-gallery-doc Documentation for image-gallery +%post image-gallery-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun image-gallery-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans image-gallery-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package imakeidx Provides: tex-imakeidx = %{tl_version} License: LPPL 1.3 @@ -173355,7 +204838,7 @@ touch /var/run/texlive/run-mtxrun %postun imakeidx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173377,6 +204860,24 @@ AutoReqProv: No %description imakeidx-doc Documentation for imakeidx +%post imakeidx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun imakeidx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imakeidx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package import Provides: tex-import = %{tl_version} License: Public Domain @@ -173407,7 +204908,7 @@ touch /var/run/texlive/run-mtxrun %postun import if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173429,6 +204930,24 @@ AutoReqProv: No %description import-doc Documentation for import +%post import-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun import-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans import-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package incgraph Provides: tex-incgraph = %{tl_version} License: LPPL 1.3 @@ -173466,7 +204985,7 @@ touch /var/run/texlive/run-mtxrun %postun incgraph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173488,6 +205007,24 @@ AutoReqProv: No %description incgraph-doc Documentation for incgraph +%post incgraph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun incgraph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans incgraph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package indextools Provides: tex-indextools = %{tl_version} License: LPPL 1.3 @@ -173526,7 +205063,7 @@ touch /var/run/texlive/run-mtxrun %postun indextools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173548,6 +205085,24 @@ AutoReqProv: No %description indextools-doc Documentation for indextools +%post indextools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun indextools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans indextools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package inlinedef Provides: tex-inlinedef = %{tl_version} License: LPPL @@ -173584,7 +205139,7 @@ touch /var/run/texlive/run-mtxrun %postun inlinedef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173606,6 +205161,24 @@ AutoReqProv: No %description inlinedef-doc Documentation for inlinedef +%post inlinedef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun inlinedef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inlinedef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package inputtrc Provides: tex-inputtrc = %{tl_version} License: LPPL 1.3 @@ -173637,7 +205210,7 @@ touch /var/run/texlive/run-mtxrun %postun inputtrc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173659,6 +205232,24 @@ AutoReqProv: No %description inputtrc-doc Documentation for inputtrc +%post inputtrc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun inputtrc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inputtrc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package interactiveworkbook Provides: tex-interactiveworkbook = %{tl_version} License: LPPL @@ -173695,7 +205286,7 @@ touch /var/run/texlive/run-mtxrun %postun interactiveworkbook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173717,6 +205308,24 @@ AutoReqProv: No %description interactiveworkbook-doc Documentation for interactiveworkbook +%post interactiveworkbook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun interactiveworkbook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interactiveworkbook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package interfaces Provides: tex-interfaces = %{tl_version} License: LPPL 1.3 @@ -173786,7 +205395,7 @@ touch /var/run/texlive/run-mtxrun %postun interfaces if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173808,6 +205417,24 @@ AutoReqProv: No %description interfaces-doc Documentation for interfaces +%post interfaces-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun interfaces-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interfaces-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package inversepath Provides: tex-inversepath = %{tl_version} License: LPPL 1.3 @@ -173836,7 +205463,7 @@ touch /var/run/texlive/run-mtxrun %postun inversepath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173858,6 +205485,24 @@ AutoReqProv: No %description inversepath-doc Documentation for inversepath +%post inversepath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun inversepath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans inversepath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package invoice Provides: tex-invoice = %{tl_version} License: GPL+ @@ -173892,7 +205537,7 @@ touch /var/run/texlive/run-mtxrun %postun invoice if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173914,6 +205559,24 @@ AutoReqProv: No %description invoice-doc Documentation for invoice +%post invoice-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun invoice-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans invoice-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iso Provides: tex-iso = %{tl_version} License: LPPL @@ -173949,7 +205612,7 @@ touch /var/run/texlive/run-mtxrun %postun iso if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -173971,6 +205634,24 @@ AutoReqProv: No %description iso-doc Documentation for iso +%post iso-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iso-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iso-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iso10303 Provides: tex-iso10303 = %{tl_version} License: LPPL @@ -174045,7 +205726,7 @@ touch /var/run/texlive/run-mtxrun %postun iso10303 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174067,6 +205748,24 @@ AutoReqProv: No %description iso10303-doc Documentation for iso10303 +%post iso10303-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iso10303-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iso10303-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isodate Provides: tex-isodate = %{tl_version} License: LPPL @@ -174108,7 +205807,7 @@ touch /var/run/texlive/run-mtxrun %postun isodate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174130,6 +205829,24 @@ AutoReqProv: No %description isodate-doc Documentation for isodate +%post isodate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isodate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isodate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isodoc Provides: tex-isodoc = %{tl_version} License: LPPL 1.3 @@ -174185,7 +205902,7 @@ touch /var/run/texlive/run-mtxrun %postun isodoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174207,6 +205924,24 @@ AutoReqProv: No %description isodoc-doc Documentation for isodoc +%post isodoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isodoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isodoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isonums Provides: tex-isonums = %{tl_version} License: LPPL @@ -174238,7 +205973,7 @@ touch /var/run/texlive/run-mtxrun %postun isonums if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174260,6 +205995,24 @@ AutoReqProv: No %description isonums-doc Documentation for isonums +%post isonums-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isonums-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isonums-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isorot Provides: tex-isorot = %{tl_version} License: LPPL @@ -174291,7 +206044,7 @@ touch /var/run/texlive/run-mtxrun %postun isorot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174313,6 +206066,24 @@ AutoReqProv: No %description isorot-doc Documentation for isorot +%post isorot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isorot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isorot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isotope Provides: tex-isotope = %{tl_version} License: LPPL @@ -174342,7 +206113,7 @@ touch /var/run/texlive/run-mtxrun %postun isotope if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174364,6 +206135,24 @@ AutoReqProv: No %description isotope-doc Documentation for isotope +%post isotope-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isotope-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isotope-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package issuulinks Provides: tex-issuulinks = %{tl_version} License: LPPL 1.3 @@ -174399,7 +206188,7 @@ touch /var/run/texlive/run-mtxrun %postun issuulinks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174421,6 +206210,24 @@ AutoReqProv: No %description issuulinks-doc Documentation for issuulinks +%post issuulinks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun issuulinks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans issuulinks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package iwhdp Provides: tex-iwhdp = %{tl_version} License: LPPL 1.3 @@ -174449,7 +206256,7 @@ touch /var/run/texlive/run-mtxrun %postun iwhdp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174471,6 +206278,24 @@ AutoReqProv: No %description iwhdp-doc Documentation for iwhdp +%post iwhdp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun iwhdp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans iwhdp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jlabels Provides: tex-jlabels = %{tl_version} License: Bibtex or LPPL @@ -174502,7 +206327,7 @@ touch /var/run/texlive/run-mtxrun %postun jlabels if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174524,6 +206349,24 @@ AutoReqProv: No %description jlabels-doc Documentation for jlabels +%post jlabels-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jlabels-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jlabels-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jslectureplanner Provides: tex-jslectureplanner = %{tl_version} License: LPPL 1.3 @@ -174569,7 +206412,7 @@ touch /var/run/texlive/run-mtxrun %postun jslectureplanner if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174591,6 +206434,24 @@ AutoReqProv: No %description jslectureplanner-doc Documentation for jslectureplanner +%post jslectureplanner-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jslectureplanner-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jslectureplanner-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jumplines Provides: tex-jumplines = %{tl_version} License: LPPL 1.3 @@ -174632,7 +206493,7 @@ touch /var/run/texlive/run-mtxrun %postun jumplines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174654,6 +206515,24 @@ AutoReqProv: No %description jumplines-doc Documentation for jumplines +%post jumplines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jumplines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jumplines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jvlisting Provides: tex-jvlisting = %{tl_version} License: LPPL @@ -174688,7 +206567,7 @@ touch /var/run/texlive/run-mtxrun %postun jvlisting if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174710,6 +206589,24 @@ AutoReqProv: No %description jvlisting-doc Documentation for jvlisting +%post jvlisting-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jvlisting-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jvlisting-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kantlipsum Provides: tex-kantlipsum = %{tl_version} License: LPPL 1.3 @@ -174741,7 +206638,7 @@ touch /var/run/texlive/run-mtxrun %postun kantlipsum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174763,6 +206660,24 @@ AutoReqProv: No %description kantlipsum-doc Documentation for kantlipsum +%post kantlipsum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kantlipsum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kantlipsum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kerntest Provides: tex-kerntest = %{tl_version} License: LPPL @@ -174813,7 +206728,7 @@ touch /var/run/texlive/run-mtxrun %postun kerntest if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174835,6 +206750,24 @@ AutoReqProv: No %description kerntest-doc Documentation for kerntest +%post kerntest-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kerntest-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kerntest-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package keycommand Provides: tex-keycommand = %{tl_version} License: LPPL @@ -174870,7 +206803,7 @@ touch /var/run/texlive/run-mtxrun %postun keycommand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174892,6 +206825,24 @@ AutoReqProv: No %description keycommand-doc Documentation for keycommand +%post keycommand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun keycommand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keycommand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package keyreader Provides: tex-keyreader = %{tl_version} License: LPPL 1.3 @@ -174924,7 +206875,7 @@ touch /var/run/texlive/run-mtxrun %postun keyreader if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174946,6 +206897,24 @@ AutoReqProv: No %description keyreader-doc Documentation for keyreader +%post keyreader-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun keyreader-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keyreader-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package keystroke Provides: tex-keystroke = %{tl_version} License: GPL+ @@ -174974,7 +206943,7 @@ touch /var/run/texlive/run-mtxrun %postun keystroke if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -174996,6 +206965,24 @@ AutoReqProv: No %description keystroke-doc Documentation for keystroke +%post keystroke-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun keystroke-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keystroke-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package keyval2e Provides: tex-keyval2e = %{tl_version} License: LPPL 1.3 @@ -175027,7 +207014,7 @@ touch /var/run/texlive/run-mtxrun %postun keyval2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175049,6 +207036,24 @@ AutoReqProv: No %description keyval2e-doc Documentation for keyval2e +%post keyval2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun keyval2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans keyval2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kix Provides: tex-kix = %{tl_version} License: LPPL @@ -175077,7 +207082,7 @@ touch /var/run/texlive/run-mtxrun %postun kix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175099,6 +207104,24 @@ AutoReqProv: No %description kix-doc Documentation for kix +%post kix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package koma-moderncvclassic Provides: tex-koma-moderncvclassic = %{tl_version} License: LPPL 1.3 @@ -175138,7 +207161,7 @@ touch /var/run/texlive/run-mtxrun %postun koma-moderncvclassic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175160,6 +207183,24 @@ AutoReqProv: No %description koma-moderncvclassic-doc Documentation for koma-moderncvclassic +%post koma-moderncvclassic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun koma-moderncvclassic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-moderncvclassic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package koma-script-sfs Provides: tex-koma-script-sfs = %{tl_version} License: LPPL @@ -175190,7 +207231,7 @@ touch /var/run/texlive/run-mtxrun %postun koma-script-sfs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175212,6 +207253,24 @@ AutoReqProv: No %description koma-script-sfs-doc Documentation for koma-script-sfs +%post koma-script-sfs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun koma-script-sfs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans koma-script-sfs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package komacv Provides: tex-komacv = %{tl_version} License: LPPL 1.3 @@ -175262,7 +207321,7 @@ touch /var/run/texlive/run-mtxrun %postun komacv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175284,6 +207343,24 @@ AutoReqProv: No %description komacv-doc Documentation for komacv +%post komacv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun komacv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans komacv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ktv-texdata Provides: tex-ktv-texdata = %{tl_version} License: GPL+ @@ -175316,7 +207393,7 @@ touch /var/run/texlive/run-mtxrun %postun ktv-texdata if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175338,11 +207415,29 @@ AutoReqProv: No %description ktv-texdata-doc Documentation for ktv-texdata +%post ktv-texdata-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ktv-texdata-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ktv-texdata-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package l3build Provides: tex-l3build = %{tl_version} License: LPPL 1.3 Summary: A testing and building system for (La)TeX -Version: svn37679.SVN_5639 +Version: svn38376.SVN_6007 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -175360,7 +207455,7 @@ releases. The package is essentially independent of other material released by the LaTeX3 team, and may be updated on a different schedule. -date: 2015-06-25 16:12:19 +0200 +date: 2015-09-14 17:31:25 +0200 %post l3build mkdir -p /var/run/texlive @@ -175371,7 +207466,7 @@ touch /var/run/texlive/run-mtxrun %postun l3build if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175384,7 +207479,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package l3build-doc Summary: Documentation for l3build -Version: svn37679.SVN_5639 +Version: svn38376.SVN_6007 Release: %{tl_noarch_release} Provides: tex-l3build-doc BuildArch: noarch @@ -175393,6 +207488,24 @@ AutoReqProv: No %description l3build-doc Documentation for l3build +%post l3build-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun l3build-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans l3build-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package labbook Provides: tex-labbook = %{tl_version} License: LPPL @@ -175424,7 +207537,7 @@ touch /var/run/texlive/run-mtxrun %postun labbook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175446,6 +207559,24 @@ AutoReqProv: No %description labbook-doc Documentation for labbook +%post labbook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun labbook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labbook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package labelcas Provides: tex-labelcas = %{tl_version} License: LPPL 1.3 @@ -175479,7 +207610,7 @@ touch /var/run/texlive/run-mtxrun %postun labelcas if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175501,6 +207632,24 @@ AutoReqProv: No %description labelcas-doc Documentation for labelcas +%post labelcas-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun labelcas-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labelcas-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package labels Provides: tex-labels = %{tl_version} License: LPPL 1.2 @@ -175535,7 +207684,7 @@ touch /var/run/texlive/run-mtxrun %postun labels if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175557,6 +207706,24 @@ AutoReqProv: No %description labels-doc Documentation for labels +%post labels-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun labels-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans labels-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lastpackage Provides: tex-lastpackage = %{tl_version} License: LPPL 1.3 @@ -175586,7 +207753,7 @@ touch /var/run/texlive/run-mtxrun %postun lastpackage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175608,6 +207775,24 @@ AutoReqProv: No %description lastpackage-doc Documentation for lastpackage +%post lastpackage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lastpackage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lastpackage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lastpage Provides: tex-lastpage = %{tl_version} License: LPPL 1.3 @@ -175639,7 +207824,7 @@ touch /var/run/texlive/run-mtxrun %postun lastpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175661,6 +207846,24 @@ AutoReqProv: No %description lastpage-doc Documentation for lastpage +%post lastpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lastpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lastpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexdemo Provides: tex-latexdemo = %{tl_version} License: LPPL 1.3 @@ -175701,7 +207904,7 @@ touch /var/run/texlive/run-mtxrun %postun latexdemo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175723,6 +207926,24 @@ AutoReqProv: No %description latexdemo-doc Documentation for latexdemo +%post latexdemo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexdemo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexdemo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package layouts Provides: tex-layouts = %{tl_version} License: LPPL 1.3 @@ -175753,7 +207974,7 @@ touch /var/run/texlive/run-mtxrun %postun layouts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175775,6 +207996,24 @@ AutoReqProv: No %description layouts-doc Documentation for layouts +%post layouts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun layouts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans layouts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lazylist Provides: tex-lazylist = %{tl_version} License: LPPL 1.2 @@ -175807,7 +208046,7 @@ touch /var/run/texlive/run-mtxrun %postun lazylist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175829,6 +208068,24 @@ AutoReqProv: No %description lazylist-doc Documentation for lazylist +%post lazylist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lazylist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lazylist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lcd Provides: tex-lcd = %{tl_version} License: LPPL @@ -175857,7 +208114,7 @@ touch /var/run/texlive/run-mtxrun %postun lcd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175879,6 +208136,24 @@ AutoReqProv: No %description lcd-doc Documentation for lcd +%post lcd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lcd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lcg Provides: tex-lcg = %{tl_version} License: LPPL @@ -175910,7 +208185,7 @@ touch /var/run/texlive/run-mtxrun %postun lcg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175932,6 +208207,24 @@ AutoReqProv: No %description lcg-doc Documentation for lcg +%post lcg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lcg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lcg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package leading Provides: tex-leading = %{tl_version} License: LPPL @@ -175963,7 +208256,7 @@ touch /var/run/texlive/run-mtxrun %postun leading if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -175985,6 +208278,24 @@ AutoReqProv: No %description leading-doc Documentation for leading +%post leading-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun leading-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leading-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package leaflet Provides: tex-leaflet = %{tl_version} License: LPPL @@ -176021,7 +208332,7 @@ touch /var/run/texlive/run-mtxrun %postun leaflet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176043,6 +208354,24 @@ AutoReqProv: No %description leaflet-doc Documentation for leaflet +%post leaflet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun leaflet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leaflet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package leftidx Provides: tex-leftidx = %{tl_version} License: LPPL @@ -176070,7 +208399,7 @@ touch /var/run/texlive/run-mtxrun %postun leftidx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176092,6 +208421,24 @@ AutoReqProv: No %description leftidx-doc Documentation for leftidx +%post leftidx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun leftidx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leftidx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lengthconvert Provides: tex-lengthconvert = %{tl_version} License: LPPL 1.3 @@ -176123,7 +208470,7 @@ touch /var/run/texlive/run-mtxrun %postun lengthconvert if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176145,6 +208492,24 @@ AutoReqProv: No %description lengthconvert-doc Documentation for lengthconvert +%post lengthconvert-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lengthconvert-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lengthconvert-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lettre Provides: tex-lettre = %{tl_version} License: LPPL 1.3 @@ -176173,7 +208538,7 @@ touch /var/run/texlive/run-mtxrun %postun lettre if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176195,11 +208560,29 @@ AutoReqProv: No %description lettre-doc Documentation for lettre +%post lettre-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lettre-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lettre-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lettrine Provides: tex-lettrine = %{tl_version} License: LPPL 1.3 Summary: Typeset dropped capitals -Version: svn36295.1.8 +Version: svn38268.1.9 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -176216,7 +208599,7 @@ 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"). -date: 2015-02-16 19:33:10 +0100 +date: 2015-09-01 14:20:07 +0200 %post lettrine mkdir -p /var/run/texlive @@ -176227,7 +208610,7 @@ touch /var/run/texlive/run-mtxrun %postun lettrine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176240,7 +208623,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package lettrine-doc Summary: Documentation for lettrine -Version: svn36295.1.8 +Version: svn38268.1.9 Release: %{tl_noarch_release} Provides: tex-lettrine-doc BuildArch: noarch @@ -176249,6 +208632,24 @@ AutoReqProv: No %description lettrine-doc Documentation for lettrine +%post lettrine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lettrine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lettrine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lewis Provides: tex-lewis = %{tl_version} License: Public Domain @@ -176277,7 +208678,7 @@ touch /var/run/texlive/run-mtxrun %postun lewis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176299,6 +208700,24 @@ AutoReqProv: No %description lewis-doc Documentation for lewis +%post lewis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lewis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lewis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lhelp Provides: tex-lhelp = %{tl_version} License: GPL+ @@ -176335,7 +208754,7 @@ touch /var/run/texlive/run-mtxrun %postun lhelp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176357,6 +208776,24 @@ AutoReqProv: No %description lhelp-doc Documentation for lhelp +%post lhelp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lhelp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lhelp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package libgreek Provides: tex-libgreek = %{tl_version} License: LPPL 1.3 @@ -176388,7 +208825,7 @@ touch /var/run/texlive/run-mtxrun %postun libgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176410,6 +208847,24 @@ AutoReqProv: No %description libgreek-doc Documentation for libgreek +%post libgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun libgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans libgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package limap Provides: tex-limap = %{tl_version} License: LPPL @@ -176448,7 +208903,7 @@ touch /var/run/texlive/run-mtxrun %postun limap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176495,7 +208950,7 @@ touch /var/run/texlive/run-mtxrun %postun linegoal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176517,6 +208972,24 @@ AutoReqProv: No %description linegoal-doc Documentation for linegoal +%post linegoal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun linegoal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans linegoal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lipsum Provides: tex-lipsum = %{tl_version} License: LPPL @@ -176546,7 +209019,7 @@ touch /var/run/texlive/run-mtxrun %postun lipsum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176568,6 +209041,24 @@ AutoReqProv: No %description lipsum-doc Documentation for lipsum +%post lipsum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lipsum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lipsum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lisp-on-tex Provides: tex-lisp-on-tex = %{tl_version} License: BSD @@ -176604,7 +209095,7 @@ touch /var/run/texlive/run-mtxrun %postun lisp-on-tex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176626,6 +209117,24 @@ AutoReqProv: No %description lisp-on-tex-doc Documentation for lisp-on-tex +%post lisp-on-tex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lisp-on-tex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lisp-on-tex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listing Provides: tex-listing = %{tl_version} License: LPPL @@ -176658,7 +209167,7 @@ touch /var/run/texlive/run-mtxrun %postun listing if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176680,6 +209189,24 @@ AutoReqProv: No %description listing-doc Documentation for listing +%post listing-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listing-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listing-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listlbls Provides: tex-listlbls = %{tl_version} License: LPPL 1.3 @@ -176713,7 +209240,7 @@ touch /var/run/texlive/run-mtxrun %postun listlbls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176735,6 +209262,24 @@ AutoReqProv: No %description listlbls-doc Documentation for listlbls +%post listlbls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listlbls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listlbls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listliketab Provides: tex-listliketab = %{tl_version} License: LPPL @@ -176766,7 +209311,7 @@ touch /var/run/texlive/run-mtxrun %postun listliketab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176788,6 +209333,24 @@ AutoReqProv: No %description listliketab-doc Documentation for listliketab +%post listliketab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listliketab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listliketab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package listofsymbols Provides: tex-listofsymbols = %{tl_version} License: LPPL @@ -176827,7 +209390,7 @@ touch /var/run/texlive/run-mtxrun %postun listofsymbols if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176849,6 +209412,24 @@ AutoReqProv: No %description listofsymbols-doc Documentation for listofsymbols +%post listofsymbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun listofsymbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans listofsymbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lkproof Provides: tex-lkproof = %{tl_version} License: GPL+ @@ -176876,7 +209457,7 @@ touch /var/run/texlive/run-mtxrun %postun lkproof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176898,6 +209479,24 @@ AutoReqProv: No %description lkproof-doc Documentation for lkproof +%post lkproof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lkproof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lkproof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lmake Provides: tex-lmake = %{tl_version} License: LPPL 1.2 @@ -176926,7 +209525,7 @@ touch /var/run/texlive/run-mtxrun %postun lmake if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -176948,6 +209547,24 @@ AutoReqProv: No %description lmake-doc Documentation for lmake +%post lmake-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lmake-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lmake-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package locality Provides: tex-locality = %{tl_version} License: LPPL 1.3 @@ -176978,7 +209595,7 @@ touch /var/run/texlive/run-mtxrun %postun locality if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177000,6 +209617,24 @@ AutoReqProv: No %description locality-doc Documentation for locality +%post locality-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun locality-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans locality-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package localloc Provides: tex-localloc = %{tl_version} License: Bibtex @@ -177028,7 +209663,7 @@ touch /var/run/texlive/run-mtxrun %postun localloc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177050,6 +209685,24 @@ AutoReqProv: No %description localloc-doc Documentation for localloc +%post localloc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun localloc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans localloc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package logbox Provides: tex-logbox = %{tl_version} License: LPPL 1.3 @@ -177079,7 +209732,7 @@ touch /var/run/texlive/run-mtxrun %postun logbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177101,6 +209754,24 @@ AutoReqProv: No %description logbox-doc Documentation for logbox +%post logbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package logical-markup-utils Provides: tex-logical-markup-utils = %{tl_version} License: GPLv3+ @@ -177131,7 +209802,7 @@ touch /var/run/texlive/run-mtxrun %postun logical-markup-utils if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177153,6 +209824,24 @@ AutoReqProv: No %description logical-markup-utils-doc Documentation for logical-markup-utils +%post logical-markup-utils-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logical-markup-utils-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logical-markup-utils-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package logpap Provides: tex-logpap = %{tl_version} License: LPPL @@ -177184,7 +209873,7 @@ touch /var/run/texlive/run-mtxrun %postun logpap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177206,6 +209895,24 @@ AutoReqProv: No %description logpap-doc Documentation for logpap +%post logpap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logpap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logpap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package longfigure Provides: tex-longfigure = %{tl_version} License: LPPL 1.3 @@ -177237,7 +209944,7 @@ touch /var/run/texlive/run-mtxrun %postun longfigure if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177259,6 +209966,24 @@ AutoReqProv: No %description longfigure-doc Documentation for longfigure +%post longfigure-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun longfigure-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans longfigure-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package longnamefilelist Provides: tex-longnamefilelist = %{tl_version} License: LPPL 1.3 @@ -177291,7 +210016,7 @@ touch /var/run/texlive/run-mtxrun %postun longnamefilelist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177313,6 +210038,24 @@ AutoReqProv: No %description longnamefilelist-doc Documentation for longnamefilelist +%post longnamefilelist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun longnamefilelist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans longnamefilelist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package loops Provides: tex-loops = %{tl_version} License: LPPL 1.3 @@ -177343,7 +210086,7 @@ touch /var/run/texlive/run-mtxrun %postun loops if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177365,6 +210108,24 @@ AutoReqProv: No %description loops-doc Documentation for loops +%post loops-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun loops-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans loops-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lsc Provides: tex-lsc = %{tl_version} License: LPPL @@ -177399,7 +210160,7 @@ touch /var/run/texlive/run-mtxrun %postun lsc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177421,6 +210182,24 @@ AutoReqProv: No %description lsc-doc Documentation for lsc +%post lsc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lsc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lsc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lstaddons Provides: tex-lstaddons = %{tl_version} License: LPPL 1.3 @@ -177454,7 +210233,7 @@ touch /var/run/texlive/run-mtxrun %postun lstaddons if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177476,6 +210255,24 @@ AutoReqProv: No %description lstaddons-doc Documentation for lstaddons +%post lstaddons-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lstaddons-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lstaddons-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lt3graph Provides: tex-lt3graph = %{tl_version} License: LPPL 1.3 @@ -177520,7 +210317,7 @@ touch /var/run/texlive/run-mtxrun %postun lt3graph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177542,6 +210339,24 @@ AutoReqProv: No %description lt3graph-doc Documentation for lt3graph +%post lt3graph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lt3graph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lt3graph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltablex Provides: tex-ltablex = %{tl_version} License: LPPL @@ -177572,7 +210387,7 @@ touch /var/run/texlive/run-mtxrun %postun ltablex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177594,6 +210409,24 @@ AutoReqProv: No %description ltablex-doc Documentation for ltablex +%post ltablex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltablex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltablex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltabptch Provides: tex-ltabptch = %{tl_version} License: LPPL @@ -177622,7 +210455,7 @@ touch /var/run/texlive/run-mtxrun %postun ltabptch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177644,6 +210477,24 @@ AutoReqProv: No %description ltabptch-doc Documentation for ltabptch +%post ltabptch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltabptch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltabptch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxdockit Provides: tex-ltxdockit = %{tl_version} License: LPPL @@ -177692,7 +210543,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxdockit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177714,6 +210565,24 @@ AutoReqProv: No %description ltxdockit-doc Documentation for ltxdockit +%post ltxdockit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxdockit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxdockit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxindex Provides: tex-ltxindex = %{tl_version} License: GPL+ @@ -177746,7 +210615,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177768,6 +210637,24 @@ AutoReqProv: No %description ltxindex-doc Documentation for ltxindex +%post ltxindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxkeys Provides: tex-ltxkeys = %{tl_version} License: LPPL @@ -177804,7 +210691,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxkeys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177826,6 +210713,24 @@ AutoReqProv: No %description ltxkeys-doc Documentation for ltxkeys +%post ltxkeys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxkeys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxkeys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxnew Provides: tex-ltxnew = %{tl_version} License: LPPL 1.3 @@ -177860,7 +210765,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxnew if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177882,6 +210787,24 @@ AutoReqProv: No %description ltxnew-doc Documentation for ltxnew +%post ltxnew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxnew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxnew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ltxtools Provides: tex-ltxtools = %{tl_version} License: LPPL 1.3 @@ -177920,7 +210843,7 @@ touch /var/run/texlive/run-mtxrun %postun ltxtools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177942,6 +210865,24 @@ AutoReqProv: No %description ltxtools-doc Documentation for ltxtools +%post ltxtools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ltxtools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ltxtools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package macroswap Provides: tex-macroswap = %{tl_version} License: LPPL 1.2 @@ -177969,7 +210910,7 @@ touch /var/run/texlive/run-mtxrun %postun macroswap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -177991,6 +210932,24 @@ AutoReqProv: No %description macroswap-doc Documentation for macroswap +%post macroswap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun macroswap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans macroswap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package magaz Provides: tex-magaz = %{tl_version} License: Copyright only @@ -178019,7 +210978,7 @@ touch /var/run/texlive/run-mtxrun %postun magaz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178041,6 +211000,24 @@ AutoReqProv: No %description magaz-doc Documentation for magaz +%post magaz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun magaz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans magaz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mailing Provides: tex-mailing = %{tl_version} License: LPPL @@ -178071,7 +211048,7 @@ touch /var/run/texlive/run-mtxrun %postun mailing if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178093,6 +211070,24 @@ AutoReqProv: No %description mailing-doc Documentation for mailing +%post mailing-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mailing-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mailing-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mailmerge Provides: tex-mailmerge = %{tl_version} License: LPPL 1.2 @@ -178125,7 +211120,7 @@ touch /var/run/texlive/run-mtxrun %postun mailmerge if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178147,6 +211142,24 @@ AutoReqProv: No %description mailmerge-doc Documentation for mailmerge +%post mailmerge-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mailmerge-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mailmerge-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makebarcode Provides: tex-makebarcode = %{tl_version} License: LPPL @@ -178180,7 +211193,7 @@ touch /var/run/texlive/run-mtxrun %postun makebarcode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178202,6 +211215,24 @@ AutoReqProv: No %description makebarcode-doc Documentation for makebarcode +%post makebarcode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makebarcode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makebarcode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makebox Provides: tex-makebox = %{tl_version} License: LPPL @@ -178230,7 +211261,7 @@ touch /var/run/texlive/run-mtxrun %postun makebox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178252,6 +211283,24 @@ AutoReqProv: No %description makebox-doc Documentation for makebox +%post makebox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makebox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makebox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makecell Provides: tex-makecell = %{tl_version} License: LPPL @@ -178288,7 +211337,7 @@ touch /var/run/texlive/run-mtxrun %postun makecell if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178310,6 +211359,24 @@ AutoReqProv: No %description makecell-doc Documentation for makecell +%post makecell-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makecell-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecell-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makecirc Provides: tex-makecirc = %{tl_version} License: LPPL @@ -178340,7 +211407,7 @@ touch /var/run/texlive/run-mtxrun %postun makecirc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178362,6 +211429,24 @@ AutoReqProv: No %description makecirc-doc Documentation for makecirc +%post makecirc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makecirc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecirc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makecmds Provides: tex-makecmds = %{tl_version} License: LPPL @@ -178391,7 +211476,7 @@ touch /var/run/texlive/run-mtxrun %postun makecmds if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178413,6 +211498,24 @@ AutoReqProv: No %description makecmds-doc Documentation for makecmds +%post makecmds-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makecmds-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makecmds-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makedtx Provides: tex-makedtx = %{tl_version} License: LPPL @@ -178443,7 +211546,7 @@ touch /var/run/texlive/run-mtxrun %postun makedtx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178465,6 +211568,24 @@ AutoReqProv: No %description makedtx-doc Documentation for makedtx +%post makedtx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makedtx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makedtx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makeglos Provides: tex-makeglos = %{tl_version} License: GPL+ @@ -178493,7 +211614,7 @@ touch /var/run/texlive/run-mtxrun %postun makeglos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178515,6 +211636,24 @@ AutoReqProv: No %description makeglos-doc Documentation for makeglos +%post makeglos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makeglos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeglos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mandi Provides: tex-mandi = %{tl_version} License: LPPL 1.3 @@ -178570,7 +211709,7 @@ touch /var/run/texlive/run-mtxrun %postun mandi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178592,6 +211731,24 @@ AutoReqProv: No %description mandi-doc Documentation for mandi +%post mandi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mandi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mandi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package manfnt Provides: tex-manfnt = %{tl_version} License: LPPL @@ -178620,7 +211777,7 @@ touch /var/run/texlive/run-mtxrun %postun manfnt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178664,7 +211821,7 @@ touch /var/run/texlive/run-mtxrun %postun manuscript if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178686,6 +211843,24 @@ AutoReqProv: No %description manuscript-doc Documentation for manuscript +%post manuscript-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun manuscript-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans manuscript-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package marginfix Provides: tex-marginfix = %{tl_version} License: LPPL @@ -178721,7 +211896,7 @@ touch /var/run/texlive/run-mtxrun %postun marginfix if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178743,6 +211918,24 @@ AutoReqProv: No %description marginfix-doc Documentation for marginfix +%post marginfix-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun marginfix-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans marginfix-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package marginnote Provides: tex-marginnote = %{tl_version} License: LPPL @@ -178772,7 +211965,7 @@ touch /var/run/texlive/run-mtxrun %postun marginnote if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178794,6 +211987,24 @@ AutoReqProv: No %description marginnote-doc Documentation for marginnote +%post marginnote-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun marginnote-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans marginnote-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathalfa Provides: tex-mathalfa = %{tl_version} License: LPPL 1.3 @@ -178824,7 +212035,7 @@ touch /var/run/texlive/run-mtxrun %postun mathalfa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178846,11 +212057,29 @@ AutoReqProv: No %description mathalfa-doc Documentation for mathalfa +%post mathalfa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathalfa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathalfa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathastext Provides: tex-mathastext = %{tl_version} License: LPPL 1.3 Summary: Use the text font in maths mode -Version: svn36408.1.3d +Version: svn38358.1.3f Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -178872,7 +212101,7 @@ purposes helps produce smaller PDF files. The package, running under LuaTeX, requires the TeX live 2013 distribution (or later). -date: 2015-02-28 05:24:56 +0100 +date: 2015-09-12 19:34:01 +0200 %post mathastext mkdir -p /var/run/texlive @@ -178883,7 +212112,7 @@ touch /var/run/texlive/run-mtxrun %postun mathastext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178896,7 +212125,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package mathastext-doc Summary: Documentation for mathastext -Version: svn36408.1.3d +Version: svn38358.1.3f Release: %{tl_noarch_release} Provides: tex-mathastext-doc BuildArch: noarch @@ -178905,6 +212134,24 @@ AutoReqProv: No %description mathastext-doc Documentation for mathastext +%post mathastext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathastext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathastext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathexam Provides: tex-mathexam = %{tl_version} License: LPPL @@ -178941,7 +212188,7 @@ touch /var/run/texlive/run-mtxrun %postun mathexam if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -178963,6 +212210,24 @@ AutoReqProv: No %description mathexam-doc Documentation for mathexam +%post mathexam-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathexam-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathexam-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package maybemath Provides: tex-maybemath = %{tl_version} License: LPPL @@ -179002,7 +212267,7 @@ touch /var/run/texlive/run-mtxrun %postun maybemath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179024,6 +212289,24 @@ AutoReqProv: No %description maybemath-doc Documentation for maybemath +%post maybemath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun maybemath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans maybemath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mbenotes Provides: tex-mbenotes = %{tl_version} License: LPPL 1.2 @@ -179055,7 +212338,7 @@ touch /var/run/texlive/run-mtxrun %postun mbenotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179077,6 +212360,24 @@ AutoReqProv: No %description mbenotes-doc Documentation for mbenotes +%post mbenotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mbenotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mbenotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mcaption Provides: tex-mcaption = %{tl_version} License: LPPL @@ -179108,7 +212409,7 @@ touch /var/run/texlive/run-mtxrun %postun mcaption if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179130,6 +212431,24 @@ AutoReqProv: No %description mcaption-doc Documentation for mcaption +%post mcaption-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mcaption-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcaption-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mceinleger Provides: tex-mceinleger = %{tl_version} License: GPL+ @@ -179159,7 +212478,7 @@ touch /var/run/texlive/run-mtxrun %postun mceinleger if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179181,6 +212500,24 @@ AutoReqProv: No %description mceinleger-doc Documentation for mceinleger +%post mceinleger-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mceinleger-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mceinleger-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mcite Provides: tex-mcite = %{tl_version} License: GPL+ @@ -179210,7 +212547,7 @@ touch /var/run/texlive/run-mtxrun %postun mcite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179232,6 +212569,24 @@ AutoReqProv: No %description mcite-doc Documentation for mcite +%post mcite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mcite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mciteplus Provides: tex-mciteplus = %{tl_version} License: LPPL @@ -179262,7 +212617,7 @@ touch /var/run/texlive/run-mtxrun %postun mciteplus if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179284,6 +212639,24 @@ AutoReqProv: No %description mciteplus-doc Documentation for mciteplus +%post mciteplus-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mciteplus-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mciteplus-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mdframed Provides: tex-mdframed = %{tl_version} License: LPPL @@ -179347,7 +212720,7 @@ touch /var/run/texlive/run-mtxrun %postun mdframed if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179369,11 +212742,29 @@ AutoReqProv: No %description mdframed-doc Documentation for mdframed +%post mdframed-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mdframed-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mdframed-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package media9 Provides: tex-media9 = %{tl_version} License: LPPL 1.3 Summary: Multimedia inclusion package with Adobe Reader-9/X compatibility -Version: svn37909.0.55 +Version: svn38267.0.58 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -179402,7 +212793,7 @@ compression. The package is based on the RichMedia Annotation, an Adobe addition to the PDF specification. It replaces the now obsolete movie15 package. -date: 2015-07-20 12:52:12 +0200 +date: 2015-08-18 14:23:05 +0200 %post media9 mkdir -p /var/run/texlive @@ -179413,7 +212804,7 @@ touch /var/run/texlive/run-mtxrun %postun media9 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179426,7 +212817,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package media9-doc Summary: Documentation for media9 -Version: svn37909.0.55 +Version: svn38267.0.58 Release: %{tl_noarch_release} Provides: tex-media9-doc BuildArch: noarch @@ -179435,6 +212826,106 @@ AutoReqProv: No %description media9-doc Documentation for media9 +%post media9-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun media9-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans media9-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package medstarbeamer +Provides: tex-medstarbeamer = %{tl_version} +License: LPPL 1.3 +Summary: Beamer document class for MedStar Health Research Institute +Version: svn38231.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-28 06:44:34 +0200 + +%post medstarbeamer +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun medstarbeamer +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans medstarbeamer +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package medstarbeamer-doc +Summary: Documentation for medstarbeamer +Version: svn38231.0 +Release: %{tl_noarch_release} +Provides: tex-medstarbeamer-doc +BuildArch: noarch +AutoReqProv: No + +%description medstarbeamer-doc +Documentation for medstarbeamer + +%post medstarbeamer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun medstarbeamer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans medstarbeamer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package meetingmins Provides: tex-meetingmins = %{tl_version} License: LPPL 1.3 @@ -179472,7 +212963,7 @@ touch /var/run/texlive/run-mtxrun %postun meetingmins if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179494,6 +212985,24 @@ AutoReqProv: No %description meetingmins-doc Documentation for meetingmins +%post meetingmins-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun meetingmins-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans meetingmins-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package memexsupp Provides: tex-memexsupp = %{tl_version} License: LPPL @@ -179523,7 +213032,7 @@ touch /var/run/texlive/run-mtxrun %postun memexsupp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179545,6 +213054,24 @@ AutoReqProv: No %description memexsupp-doc Documentation for memexsupp +%post memexsupp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun memexsupp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memexsupp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package memory Provides: tex-memory = %{tl_version} License: LPPL 1.3 @@ -179572,7 +213099,7 @@ touch /var/run/texlive/run-mtxrun %postun memory if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179594,6 +213121,24 @@ AutoReqProv: No %description memory-doc Documentation for memory +%post memory-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun memory-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans memory-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package menu Provides: tex-menu = %{tl_version} License: LPPL @@ -179625,7 +213170,7 @@ touch /var/run/texlive/run-mtxrun %postun menu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179647,6 +213192,24 @@ AutoReqProv: No %description menu-doc Documentation for menu +%post menu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun menu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans menu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package menukeys Provides: tex-menukeys = %{tl_version} License: LPPL 1.2 @@ -179687,7 +213250,7 @@ touch /var/run/texlive/run-mtxrun %postun menukeys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179709,6 +213272,24 @@ AutoReqProv: No %description menukeys-doc Documentation for menukeys +%post menukeys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun menukeys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans menukeys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package method Provides: tex-method = %{tl_version} License: LPPL @@ -179737,7 +213318,7 @@ touch /var/run/texlive/run-mtxrun %postun method if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179759,6 +213340,24 @@ AutoReqProv: No %description method-doc Documentation for method +%post method-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun method-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans method-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metre Provides: tex-metre = %{tl_version} License: LPPL @@ -179798,7 +213397,7 @@ touch /var/run/texlive/run-mtxrun %postun metre if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179820,6 +213419,94 @@ AutoReqProv: No %description metre-doc Documentation for metre +%post metre-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metre-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metre-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package mfirstuc +Provides: tex-mfirstuc = %{tl_version} +License: LPPL 1.3 +Summary: Uppercase the first letter of a word +Version: svn38343.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-09-09 18:23:50 +0200 + +%post mfirstuc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun mfirstuc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfirstuc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package mfirstuc-doc +Summary: Documentation for mfirstuc +Version: svn38343.2.0 +Release: %{tl_noarch_release} +Provides: tex-mfirstuc-doc +BuildArch: noarch +AutoReqProv: No + +%description mfirstuc-doc +Documentation for mfirstuc + +%post mfirstuc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mfirstuc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfirstuc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mftinc Provides: tex-mftinc = %{tl_version} License: LPPL @@ -179854,7 +213541,7 @@ touch /var/run/texlive/run-mtxrun %postun mftinc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179876,6 +213563,24 @@ AutoReqProv: No %description mftinc-doc Documentation for mftinc +%post mftinc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mftinc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mftinc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package midpage Provides: tex-midpage = %{tl_version} License: LPPL @@ -179903,7 +213608,7 @@ touch /var/run/texlive/run-mtxrun %postun midpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179925,6 +213630,24 @@ AutoReqProv: No %description midpage-doc Documentation for midpage +%post midpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun midpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans midpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minibox Provides: tex-minibox = %{tl_version} License: LPPL @@ -179955,7 +213678,7 @@ touch /var/run/texlive/run-mtxrun %postun minibox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -179977,6 +213700,24 @@ AutoReqProv: No %description minibox-doc Documentation for minibox +%post minibox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minibox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minibox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minifp Provides: tex-minifp = %{tl_version} License: LPPL 1.3 @@ -180011,7 +213752,7 @@ touch /var/run/texlive/run-mtxrun %postun minifp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180033,6 +213774,24 @@ AutoReqProv: No %description minifp-doc Documentation for minifp +%post minifp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minifp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minifp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minipage-marginpar Provides: tex-minipage-marginpar = %{tl_version} License: LPPL @@ -180066,7 +213825,7 @@ touch /var/run/texlive/run-mtxrun %postun minipage-marginpar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180088,6 +213847,24 @@ AutoReqProv: No %description minipage-marginpar-doc Documentation for minipage-marginpar +%post minipage-marginpar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minipage-marginpar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minipage-marginpar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minitoc Provides: tex-minitoc = %{tl_version} License: LPPL 1.3 @@ -180130,7 +213907,7 @@ touch /var/run/texlive/run-mtxrun %postun minitoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180152,6 +213929,24 @@ AutoReqProv: No %description minitoc-doc Documentation for minitoc +%post minitoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minitoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minitoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minorrevision Provides: tex-minorrevision = %{tl_version} License: LPPL 1.2 @@ -180188,7 +213983,7 @@ touch /var/run/texlive/run-mtxrun %postun minorrevision if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180210,11 +214005,29 @@ AutoReqProv: No %description minorrevision-doc Documentation for minorrevision +%post minorrevision-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minorrevision-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minorrevision-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minted Provides: tex-minted = %{tl_version} License: LPPL 1.3 Summary: Highlighted source code for LaTeX -Version: svn36197.2.0 +Version: svn38339.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -180243,7 +214056,7 @@ LaTeX using the powerful Pygments library. The package also provides options to customize the highlighted source code output using fancyvrb. -date: 2015-02-02 13:51:15 +0100 +date: 2015-09-09 23:19:24 +0200 %post minted mkdir -p /var/run/texlive @@ -180254,7 +214067,7 @@ touch /var/run/texlive/run-mtxrun %postun minted if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180267,7 +214080,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package minted-doc Summary: Documentation for minted -Version: svn36197.2.0 +Version: svn38339.2.1 Release: %{tl_noarch_release} Provides: tex-minted-doc BuildArch: noarch @@ -180276,6 +214089,24 @@ AutoReqProv: No %description minted-doc Documentation for minted +%post minted-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minted-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minted-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package minutes Provides: tex-minutes = %{tl_version} License: LPPL @@ -180314,7 +214145,7 @@ touch /var/run/texlive/run-mtxrun %postun minutes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180336,6 +214167,24 @@ AutoReqProv: No %description minutes-doc Documentation for minutes +%post minutes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun minutes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans minutes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mla-paper Provides: tex-mla-paper = %{tl_version} License: LPPL @@ -180365,7 +214214,7 @@ touch /var/run/texlive/run-mtxrun %postun mla-paper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180387,6 +214236,24 @@ AutoReqProv: No %description mla-paper-doc Documentation for mla-paper +%post mla-paper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mla-paper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mla-paper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mlist Provides: tex-mlist = %{tl_version} License: LPPL @@ -180419,7 +214286,7 @@ touch /var/run/texlive/run-mtxrun %postun mlist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180441,6 +214308,24 @@ AutoReqProv: No %description mlist-doc Documentation for mlist +%post mlist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mlist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mlist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mmap Provides: tex-mmap = %{tl_version} License: LPPL @@ -180471,7 +214356,7 @@ touch /var/run/texlive/run-mtxrun %postun mmap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180493,6 +214378,24 @@ AutoReqProv: No %description mmap-doc Documentation for mmap +%post mmap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mmap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mmap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mnotes Provides: tex-mnotes = %{tl_version} License: LPPL 1.3 @@ -180526,7 +214429,7 @@ touch /var/run/texlive/run-mtxrun %postun mnotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180548,11 +214451,29 @@ AutoReqProv: No %description mnotes-doc Documentation for mnotes +%post mnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package moderncv Provides: tex-moderncv = %{tl_version} License: LPPL 1.3 Summary: A modern curriculum vitae class -Version: svn30189.1.5.1 +Version: svn37992.2.0.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -180574,14 +214495,21 @@ 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(changepage.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} @@ -180589,14 +214517,21 @@ 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(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} @@ -180607,7 +214542,7 @@ 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. -date: 2013-04-30 08:59:42 +0200 +date: 2015-07-29 10:05:58 +0200 %post moderncv mkdir -p /var/run/texlive @@ -180618,7 +214553,7 @@ touch /var/run/texlive/run-mtxrun %postun moderncv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180631,7 +214566,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package moderncv-doc Summary: Documentation for moderncv -Version: svn30189.1.5.1 +Version: svn37992.2.0.0 Release: %{tl_noarch_release} Provides: tex-moderncv-doc BuildArch: noarch @@ -180640,11 +214575,29 @@ AutoReqProv: No %description moderncv-doc Documentation for moderncv +%post moderncv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun moderncv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moderncv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package moderntimeline Provides: tex-moderntimeline = %{tl_version} License: LPPL 1.3 Summary: Timelines for use with moderncv -Version: svn36450.0.8 +Version: svn38254.0.9 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -180659,7 +214612,7 @@ 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. -date: 2015-03-06 06:01:47 +0100 +date: 2015-08-31 18:43:19 +0200 %post moderntimeline mkdir -p /var/run/texlive @@ -180670,7 +214623,7 @@ touch /var/run/texlive/run-mtxrun %postun moderntimeline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180683,7 +214636,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package moderntimeline-doc Summary: Documentation for moderntimeline -Version: svn36450.0.8 +Version: svn38254.0.9 Release: %{tl_noarch_release} Provides: tex-moderntimeline-doc BuildArch: noarch @@ -180692,6 +214645,24 @@ AutoReqProv: No %description moderntimeline-doc Documentation for moderntimeline +%post moderntimeline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun moderntimeline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moderntimeline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package modref Provides: tex-modref = %{tl_version} License: LPPL @@ -180723,7 +214694,7 @@ touch /var/run/texlive/run-mtxrun %postun modref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180745,6 +214716,24 @@ AutoReqProv: No %description modref-doc Documentation for modref +%post modref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun modref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package modroman Provides: tex-modroman = %{tl_version} License: LPPL @@ -180781,7 +214770,7 @@ touch /var/run/texlive/run-mtxrun %postun modroman if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180803,6 +214792,24 @@ AutoReqProv: No %description modroman-doc Documentation for modroman +%post modroman-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun modroman-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans modroman-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package monofill Provides: tex-monofill = %{tl_version} License: LPPL 1.3 @@ -180831,7 +214838,7 @@ touch /var/run/texlive/run-mtxrun %postun monofill if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180853,6 +214860,24 @@ AutoReqProv: No %description monofill-doc Documentation for monofill +%post monofill-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun monofill-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans monofill-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package moreenum Provides: tex-moreenum = %{tl_version} License: LPPL 1.3 @@ -180900,7 +214925,7 @@ touch /var/run/texlive/run-mtxrun %postun moreenum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180922,6 +214947,24 @@ AutoReqProv: No %description moreenum-doc Documentation for moreenum +%post moreenum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun moreenum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moreenum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package morefloats Provides: tex-morefloats = %{tl_version} License: LPPL 1.3 @@ -180956,7 +214999,7 @@ touch /var/run/texlive/run-mtxrun %postun morefloats if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -180978,6 +215021,24 @@ AutoReqProv: No %description morefloats-doc Documentation for morefloats +%post morefloats-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun morefloats-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morefloats-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package morehype Provides: tex-morehype = %{tl_version} License: LPPL 1.3 @@ -181021,7 +215082,7 @@ touch /var/run/texlive/run-mtxrun %postun morehype if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181043,6 +215104,24 @@ AutoReqProv: No %description morehype-doc Documentation for morehype +%post morehype-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun morehype-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morehype-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package moresize Provides: tex-moresize = %{tl_version} License: LPPL @@ -181075,7 +215154,7 @@ touch /var/run/texlive/run-mtxrun %postun moresize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181097,6 +215176,24 @@ AutoReqProv: No %description moresize-doc Documentation for moresize +%post moresize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun moresize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moresize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package moreverb Provides: tex-moreverb = %{tl_version} License: LPPL @@ -181130,7 +215227,7 @@ touch /var/run/texlive/run-mtxrun %postun moreverb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181152,6 +215249,24 @@ AutoReqProv: No %description moreverb-doc Documentation for moreverb +%post moreverb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun moreverb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans moreverb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package morewrites Provides: tex-morewrites = %{tl_version} License: LPPL 1.3 @@ -181188,7 +215303,7 @@ touch /var/run/texlive/run-mtxrun %postun morewrites if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181210,6 +215325,24 @@ AutoReqProv: No %description morewrites-doc Documentation for morewrites +%post morewrites-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun morewrites-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans morewrites-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package movie15 Provides: tex-movie15 = %{tl_version} License: LPPL @@ -181248,7 +215381,7 @@ touch /var/run/texlive/run-mtxrun %postun movie15 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181270,6 +215403,24 @@ AutoReqProv: No %description movie15-doc Documentation for movie15 +%post movie15-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun movie15-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans movie15-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mparhack Provides: tex-mparhack = %{tl_version} License: GPL+ @@ -181297,7 +215448,7 @@ touch /var/run/texlive/run-mtxrun %postun mparhack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181319,6 +215470,24 @@ AutoReqProv: No %description mparhack-doc Documentation for mparhack +%post mparhack-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mparhack-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mparhack-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package msc Provides: tex-msc = %{tl_version} License: LPPL @@ -181355,7 +215524,7 @@ touch /var/run/texlive/run-mtxrun %postun msc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181377,6 +215546,24 @@ AutoReqProv: No %description msc-doc Documentation for msc +%post msc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun msc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package msg Provides: tex-msg = %{tl_version} License: LPPL @@ -181414,7 +215601,7 @@ touch /var/run/texlive/run-mtxrun %postun msg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181436,6 +215623,24 @@ AutoReqProv: No %description msg-doc Documentation for msg +%post msg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun msg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mslapa Provides: tex-mslapa = %{tl_version} License: Public Domain @@ -181464,7 +215669,7 @@ touch /var/run/texlive/run-mtxrun %postun mslapa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181486,6 +215691,24 @@ AutoReqProv: No %description mslapa-doc Documentation for mslapa +%post mslapa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mslapa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mslapa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mtgreek Provides: tex-mtgreek = %{tl_version} License: LPPL @@ -181517,7 +215740,7 @@ touch /var/run/texlive/run-mtxrun %postun mtgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181539,6 +215762,24 @@ AutoReqProv: No %description mtgreek-doc Documentation for mtgreek +%post mtgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mtgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mtgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multenum Provides: tex-multenum = %{tl_version} License: LPPL @@ -181569,7 +215810,7 @@ touch /var/run/texlive/run-mtxrun %postun multenum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181591,6 +215832,93 @@ AutoReqProv: No %description multenum-doc Documentation for multenum +%post multenum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multenum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multenum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package multiaudience +Provides: tex-multiaudience = %{tl_version} +License: LPPL 1.3 +Summary: Several versions of output from the same source +Version: svn38035.1.03 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-03 07:57:25 +0200 + +%post multiaudience +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun multiaudience +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiaudience +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package multiaudience-doc +Summary: Documentation for multiaudience +Version: svn38035.1.03 +Release: %{tl_noarch_release} +Provides: tex-multiaudience-doc +BuildArch: noarch +AutoReqProv: No + +%description multiaudience-doc +Documentation for multiaudience + +%post multiaudience-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multiaudience-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiaudience-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multibbl Provides: tex-multibbl = %{tl_version} License: LPPL @@ -181620,7 +215948,7 @@ touch /var/run/texlive/run-mtxrun %postun multibbl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181642,6 +215970,24 @@ AutoReqProv: No %description multibbl-doc Documentation for multibbl +%post multibbl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multibbl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multibbl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multicap Provides: tex-multicap = %{tl_version} License: LPPL @@ -181673,7 +216019,7 @@ touch /var/run/texlive/run-mtxrun %postun multicap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181695,6 +216041,24 @@ AutoReqProv: No %description multicap-doc Documentation for multicap +%post multicap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multicap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multicap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multienv Provides: tex-multienv = %{tl_version} License: LPPL 1.3 @@ -181724,7 +216088,7 @@ touch /var/run/texlive/run-mtxrun %postun multienv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181746,6 +216110,24 @@ AutoReqProv: No %description multienv-doc Documentation for multienv +%post multienv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multienv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multienv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multiexpand Provides: tex-multiexpand = %{tl_version} License: LPPL 1.3 @@ -181778,7 +216160,7 @@ touch /var/run/texlive/run-mtxrun %postun multiexpand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181800,6 +216182,24 @@ AutoReqProv: No %description multiexpand-doc Documentation for multiexpand +%post multiexpand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multiexpand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiexpand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multirow Provides: tex-multirow = %{tl_version} License: LPPL @@ -181831,7 +216231,7 @@ touch /var/run/texlive/run-mtxrun %postun multirow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181853,6 +216253,24 @@ AutoReqProv: No %description multirow-doc Documentation for multirow +%post multirow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multirow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multirow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mversion Provides: tex-mversion = %{tl_version} License: LPPL 1.2 @@ -181884,7 +216302,7 @@ touch /var/run/texlive/run-mtxrun %postun mversion if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181906,6 +216324,24 @@ AutoReqProv: No %description mversion-doc Documentation for mversion +%post mversion-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mversion-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mversion-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mwe Provides: tex-mwe = %{tl_version} License: LPPL 1.3 @@ -181964,7 +216400,7 @@ touch /var/run/texlive/run-mtxrun %postun mwe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -181986,6 +216422,24 @@ AutoReqProv: No %description mwe-doc Documentation for mwe +%post mwe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mwe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mwe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mweights Provides: tex-mweights = %{tl_version} License: LPPL @@ -182018,7 +216472,7 @@ touch /var/run/texlive/run-mtxrun %postun mweights if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182040,6 +216494,24 @@ AutoReqProv: No %description mweights-doc Documentation for mweights +%post mweights-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mweights-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mweights-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mycv Provides: tex-mycv = %{tl_version} License: LPPL 1.3 @@ -182095,7 +216567,7 @@ touch /var/run/texlive/run-mtxrun %postun mycv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182117,6 +216589,24 @@ AutoReqProv: No %description mycv-doc Documentation for mycv +%post mycv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mycv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mycv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mylatexformat Provides: tex-mylatexformat = %{tl_version} License: LPPL 1.3 @@ -182147,7 +216637,7 @@ touch /var/run/texlive/run-mtxrun %postun mylatexformat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182169,6 +216659,24 @@ AutoReqProv: No %description mylatexformat-doc Documentation for mylatexformat +%post mylatexformat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mylatexformat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mylatexformat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nag Provides: tex-nag = %{tl_version} License: LPPL @@ -182203,7 +216711,7 @@ touch /var/run/texlive/run-mtxrun %postun nag if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182225,6 +216733,24 @@ AutoReqProv: No %description nag-doc Documentation for nag +%post nag-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nag-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nag-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nameauth Provides: tex-nameauth = %{tl_version} License: LPPL 1.3 @@ -182260,7 +216786,7 @@ touch /var/run/texlive/run-mtxrun %postun nameauth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182282,6 +216808,24 @@ AutoReqProv: No %description nameauth-doc Documentation for nameauth +%post nameauth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nameauth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nameauth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package namespc Provides: tex-namespc = %{tl_version} License: LPPL @@ -182311,7 +216855,7 @@ touch /var/run/texlive/run-mtxrun %postun namespc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182333,6 +216877,24 @@ AutoReqProv: No %description namespc-doc Documentation for namespc +%post namespc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun namespc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans namespc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ncclatex Provides: tex-ncclatex = %{tl_version} License: LPPL @@ -182411,7 +216973,7 @@ touch /var/run/texlive/run-mtxrun %postun ncclatex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182433,6 +216995,24 @@ AutoReqProv: No %description ncclatex-doc Documentation for ncclatex +%post ncclatex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ncclatex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ncclatex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package needspace Provides: tex-needspace = %{tl_version} License: LPPL @@ -182461,7 +217041,7 @@ touch /var/run/texlive/run-mtxrun %postun needspace if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182483,9 +217063,27 @@ AutoReqProv: No %description needspace-doc Documentation for needspace +%post needspace-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun needspace-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans needspace-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nestquot Provides: tex-nestquot = %{tl_version} -License: Freely redistributable without restriction +License: BSD Summary: Alternate quotes between double and single with nesting Version: svn27323.0 Release: %{tl_noarch_release} @@ -182513,7 +217111,7 @@ touch /var/run/texlive/run-mtxrun %postun nestquot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182535,6 +217133,24 @@ AutoReqProv: No %description newcommand-doc Documentation for newcommand +%post newcommand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newcommand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newcommand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newenviron Provides: tex-newenviron = %{tl_version} License: LPPL 1.3 @@ -182563,7 +217179,7 @@ touch /var/run/texlive/run-mtxrun %postun newenviron if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182585,6 +217201,24 @@ AutoReqProv: No %description newenviron-doc Documentation for newenviron +%post newenviron-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newenviron-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newenviron-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newfile Provides: tex-newfile = %{tl_version} License: LPPL @@ -182615,7 +217249,7 @@ touch /var/run/texlive/run-mtxrun %postun newfile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182637,6 +217271,24 @@ AutoReqProv: No %description newfile-doc Documentation for newfile +%post newfile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newfile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newfile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newlfm Provides: tex-newlfm = %{tl_version} License: GPL+ @@ -182684,7 +217336,7 @@ touch /var/run/texlive/run-mtxrun %postun newlfm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182706,6 +217358,24 @@ AutoReqProv: No %description newlfm-doc Documentation for newlfm +%post newlfm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newlfm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newlfm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newspaper Provides: tex-newspaper = %{tl_version} License: LPPL @@ -182737,7 +217407,7 @@ touch /var/run/texlive/run-mtxrun %postun newspaper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182759,6 +217429,24 @@ AutoReqProv: No %description newspaper-doc Documentation for newspaper +%post newspaper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newspaper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newspaper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newunicodechar Provides: tex-newunicodechar = %{tl_version} License: LPPL 1.3 @@ -182790,7 +217478,7 @@ touch /var/run/texlive/run-mtxrun %postun newunicodechar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182812,6 +217500,24 @@ AutoReqProv: No %description newunicodechar-doc Documentation for newunicodechar +%post newunicodechar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newunicodechar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newunicodechar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newvbtm Provides: tex-newvbtm = %{tl_version} License: LPPL @@ -182842,7 +217548,7 @@ touch /var/run/texlive/run-mtxrun %postun newvbtm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182864,6 +217570,24 @@ AutoReqProv: No %description newvbtm-doc Documentation for newvbtm +%post newvbtm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newvbtm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newvbtm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newverbs Provides: tex-newverbs = %{tl_version} License: LPPL 1.3 @@ -182898,7 +217622,7 @@ touch /var/run/texlive/run-mtxrun %postun newverbs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182920,6 +217644,24 @@ AutoReqProv: No %description newverbs-doc Documentation for newverbs +%post newverbs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newverbs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newverbs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nextpage Provides: tex-nextpage = %{tl_version} License: LPPL @@ -182949,7 +217691,7 @@ touch /var/run/texlive/run-mtxrun %postun nextpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -182990,7 +217732,7 @@ touch /var/run/texlive/run-mtxrun %postun nfssext-cfr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183012,6 +217754,24 @@ AutoReqProv: No %description nfssext-cfr-doc Documentation for nfssext-cfr +%post nfssext-cfr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nfssext-cfr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nfssext-cfr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nicefilelist Provides: tex-nicefilelist = %{tl_version} License: LPPL 1.3 @@ -183045,7 +217805,7 @@ touch /var/run/texlive/run-mtxrun %postun nicefilelist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183067,6 +217827,24 @@ AutoReqProv: No %description nicefilelist-doc Documentation for nicefilelist +%post nicefilelist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nicefilelist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nicefilelist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package niceframe Provides: tex-niceframe = %{tl_version} License: LPPL @@ -183099,7 +217877,7 @@ touch /var/run/texlive/run-mtxrun %postun niceframe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183121,6 +217899,24 @@ AutoReqProv: No %description niceframe-doc Documentation for niceframe +%post niceframe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun niceframe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans niceframe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nicetext Provides: tex-nicetext = %{tl_version} License: LPPL @@ -183175,7 +217971,7 @@ touch /var/run/texlive/run-mtxrun %postun nicetext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183197,6 +217993,24 @@ AutoReqProv: No %description nicetext-doc Documentation for nicetext +%post nicetext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nicetext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nicetext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nlctdoc Provides: tex-nlctdoc = %{tl_version} License: LPPL @@ -183236,7 +218050,7 @@ touch /var/run/texlive/run-mtxrun %postun nlctdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183258,6 +218072,24 @@ AutoReqProv: No %description nlctdoc-doc Documentation for nlctdoc +%post nlctdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nlctdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nlctdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package noconflict Provides: tex-noconflict = %{tl_version} License: LPPL 1.3 @@ -183287,7 +218119,7 @@ touch /var/run/texlive/run-mtxrun %postun noconflict if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183309,6 +218141,24 @@ AutoReqProv: No %description noconflict-doc Documentation for noconflict +%post noconflict-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun noconflict-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans noconflict-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package noindentafter Provides: tex-noindentafter = %{tl_version} License: LPPL 1.3 @@ -183338,7 +218188,7 @@ touch /var/run/texlive/run-mtxrun %postun noindentafter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183360,6 +218210,24 @@ AutoReqProv: No %description noindentafter-doc Documentation for noindentafter +%post noindentafter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun noindentafter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans noindentafter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package noitcrul Provides: tex-noitcrul = %{tl_version} License: LPPL @@ -183388,7 +218256,7 @@ touch /var/run/texlive/run-mtxrun %postun noitcrul if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183410,6 +218278,24 @@ AutoReqProv: No %description noitcrul-doc Documentation for noitcrul +%post noitcrul-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun noitcrul-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans noitcrul-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nolbreaks Provides: tex-nolbreaks = %{tl_version} License: Public Domain @@ -183440,7 +218326,7 @@ touch /var/run/texlive/run-mtxrun %postun nolbreaks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183462,6 +218348,24 @@ AutoReqProv: No %description nolbreaks-doc Documentation for nolbreaks +%post nolbreaks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nolbreaks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nolbreaks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nomencl Provides: tex-nomencl = %{tl_version} License: LPPL @@ -183493,7 +218397,7 @@ touch /var/run/texlive/run-mtxrun %postun nomencl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183515,6 +218419,24 @@ AutoReqProv: No %description nomencl-doc Documentation for nomencl +%post nomencl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nomencl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nomencl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nomentbl Provides: tex-nomentbl = %{tl_version} License: LPPL @@ -183548,7 +218470,7 @@ touch /var/run/texlive/run-mtxrun %postun nomentbl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183570,6 +218492,24 @@ AutoReqProv: No %description nomentbl-doc Documentation for nomentbl +%post nomentbl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nomentbl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nomentbl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nonfloat Provides: tex-nonfloat = %{tl_version} License: Public Domain @@ -183600,7 +218540,7 @@ touch /var/run/texlive/run-mtxrun %postun nonfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183622,6 +218562,24 @@ AutoReqProv: No %description nonfloat-doc Documentation for nonfloat +%post nonfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nonfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nonfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nonumonpart Provides: tex-nonumonpart = %{tl_version} License: LPPL 1.2 @@ -183651,7 +218609,7 @@ touch /var/run/texlive/run-mtxrun %postun nonumonpart if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183673,6 +218631,24 @@ AutoReqProv: No %description nonumonpart-doc Documentation for nonumonpart +%post nonumonpart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nonumonpart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nonumonpart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nopageno Provides: tex-nopageno = %{tl_version} License: LPPL @@ -183706,7 +218682,7 @@ touch /var/run/texlive/run-mtxrun %postun nopageno if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183728,11 +218704,29 @@ AutoReqProv: No %description nopageno-doc Documentation for nopageno +%post nopageno-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nopageno-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nopageno-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package notes Provides: tex-notes = %{tl_version} License: LPPL Summary: Mark sections of a document -Version: svn26263.v1.0.1 +Version: svn37998.1.0.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -183747,7 +218741,7 @@ 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.) -date: 2012-06-09 12:09:52 +0200 +date: 2015-07-07 21:00:22 +0200 %post notes mkdir -p /var/run/texlive @@ -183758,7 +218752,7 @@ touch /var/run/texlive/run-mtxrun %postun notes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183771,7 +218765,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package notes-doc Summary: Documentation for notes -Version: svn26263.v1.0.1 +Version: svn37998.1.0.1 Release: %{tl_noarch_release} Provides: tex-notes-doc BuildArch: noarch @@ -183780,6 +218774,24 @@ AutoReqProv: No %description notes-doc Documentation for notes +%post notes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun notes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package notoccite Provides: tex-notoccite = %{tl_version} License: Public Domain @@ -183811,7 +218823,7 @@ touch /var/run/texlive/run-mtxrun %postun notoccite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183833,6 +218845,24 @@ AutoReqProv: No %description notoccite-doc Documentation for notoccite +%post notoccite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun notoccite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans notoccite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nowidow Provides: tex-nowidow = %{tl_version} License: LPPL 1.3 @@ -183860,7 +218890,7 @@ touch /var/run/texlive/run-mtxrun %postun nowidow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183882,6 +218912,24 @@ AutoReqProv: No %description nowidow-doc Documentation for nowidow +%post nowidow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nowidow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nowidow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nox Provides: tex-nox = %{tl_version} License: LPPL @@ -183911,7 +218959,7 @@ touch /var/run/texlive/run-mtxrun %postun nox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183933,6 +218981,24 @@ AutoReqProv: No %description nox-doc Documentation for nox +%post nox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ntheorem Provides: tex-ntheorem = %{tl_version} License: LPPL @@ -183965,7 +219031,7 @@ touch /var/run/texlive/run-mtxrun %postun ntheorem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -183987,6 +219053,24 @@ AutoReqProv: No %description ntheorem-doc Documentation for ntheorem +%post ntheorem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ntheorem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ntheorem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package numberedblock Provides: tex-numberedblock = %{tl_version} License: LPPL 1.3 @@ -184017,7 +219101,7 @@ touch /var/run/texlive/run-mtxrun %postun numberedblock if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184039,6 +219123,24 @@ AutoReqProv: No %description numberedblock-doc Documentation for numberedblock +%post numberedblock-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun numberedblock-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numberedblock-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package numname Provides: tex-numname = %{tl_version} License: LPPL @@ -184068,7 +219170,7 @@ touch /var/run/texlive/run-mtxrun %postun numname if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184090,6 +219192,24 @@ AutoReqProv: No %description numname-doc Documentation for numname +%post numname-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun numname-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numname-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package numprint Provides: tex-numprint = %{tl_version} License: LPPL @@ -184134,7 +219254,7 @@ touch /var/run/texlive/run-mtxrun %postun numprint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184156,6 +219276,24 @@ AutoReqProv: No %description numprint-doc Documentation for numprint +%post numprint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun numprint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans numprint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocg-p Provides: tex-ocg-p = %{tl_version} License: LPPL @@ -184192,7 +219330,7 @@ touch /var/run/texlive/run-mtxrun %postun ocg-p if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184214,6 +219352,24 @@ AutoReqProv: No %description ocg-p-doc Documentation for ocg-p +%post ocg-p-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocg-p-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocg-p-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocgx Provides: tex-ocgx = %{tl_version} License: LPPL @@ -184249,7 +219405,7 @@ touch /var/run/texlive/run-mtxrun %postun ocgx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184271,11 +219427,29 @@ AutoReqProv: No %description ocgx-doc Documentation for ocgx +%post ocgx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocgx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocgx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocgx2 Provides: tex-ocgx2 = %{tl_version} License: LPPL 1.3 -Summary: Drop-in replacement for the `ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx -Version: svn37910.0.7 +Summary: Drop-in replacement for the 'ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx +Version: svn38361.0.8 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -184292,14 +219466,13 @@ Provides: tex(ocgx2.sty) = %{tl_version} %description ocgx2 This package is a drop-in replacement for the ocgx package by -Paul Gaborit 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. +Paul Gaborit. 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. -date: 2015-07-20 12:42:47 +0200 +date: 2015-09-11 21:52:50 +0200 %post ocgx2 mkdir -p /var/run/texlive @@ -184310,7 +219483,7 @@ touch /var/run/texlive/run-mtxrun %postun ocgx2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184323,7 +219496,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ocgx2-doc Summary: Documentation for ocgx2 -Version: svn37910.0.7 +Version: svn38361.0.8 Release: %{tl_noarch_release} Provides: tex-ocgx2-doc BuildArch: noarch @@ -184332,6 +219505,24 @@ AutoReqProv: No %description ocgx2-doc Documentation for ocgx2 +%post ocgx2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocgx2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocgx2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ocr-latex Provides: tex-ocr-latex = %{tl_version} License: GPL+ @@ -184367,7 +219558,7 @@ touch /var/run/texlive/run-mtxrun %postun ocr-latex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184389,6 +219580,24 @@ AutoReqProv: No %description ocr-latex-doc Documentation for ocr-latex +%post ocr-latex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ocr-latex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ocr-latex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package octavo Provides: tex-octavo = %{tl_version} License: LPPL @@ -184428,7 +219637,7 @@ touch /var/run/texlive/run-mtxrun %postun octavo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184450,6 +219659,24 @@ AutoReqProv: No %description octavo-doc Documentation for octavo +%post octavo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun octavo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans octavo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oldstyle Provides: tex-oldstyle = %{tl_version} License: LPPL @@ -184478,7 +219705,7 @@ touch /var/run/texlive/run-mtxrun %postun oldstyle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184500,6 +219727,24 @@ AutoReqProv: No %description oldstyle-doc Documentation for oldstyle +%post oldstyle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oldstyle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oldstyle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package onlyamsmath Provides: tex-onlyamsmath = %{tl_version} License: LPPL @@ -184530,7 +219775,7 @@ touch /var/run/texlive/run-mtxrun %postun onlyamsmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184552,6 +219797,24 @@ AutoReqProv: No %description onlyamsmath-doc Documentation for onlyamsmath +%post onlyamsmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun onlyamsmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans onlyamsmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package opcit Provides: tex-opcit = %{tl_version} License: LPPL @@ -184587,7 +219850,7 @@ touch /var/run/texlive/run-mtxrun %postun opcit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184609,6 +219872,24 @@ AutoReqProv: No %description opcit-doc Documentation for opcit +%post opcit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun opcit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans opcit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package optional Provides: tex-optional = %{tl_version} License: LPPL @@ -184642,7 +219923,7 @@ touch /var/run/texlive/run-mtxrun %postun optional if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184664,6 +219945,24 @@ AutoReqProv: No %description optional-doc Documentation for optional +%post optional-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun optional-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans optional-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package outline Provides: tex-outline = %{tl_version} License: LPPL @@ -184691,7 +219990,7 @@ touch /var/run/texlive/run-mtxrun %postun outline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184713,6 +220012,24 @@ AutoReqProv: No %description outline-doc Documentation for outline +%post outline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun outline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans outline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package outliner Provides: tex-outliner = %{tl_version} License: GPL+ @@ -184743,7 +220060,7 @@ touch /var/run/texlive/run-mtxrun %postun outliner if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184765,6 +220082,24 @@ AutoReqProv: No %description outliner-doc Documentation for outliner +%post outliner-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun outliner-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans outliner-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package outlines Provides: tex-outlines = %{tl_version} License: LPPL @@ -184797,7 +220132,7 @@ touch /var/run/texlive/run-mtxrun %postun outlines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184819,6 +220154,24 @@ AutoReqProv: No %description outlines-doc Documentation for outlines +%post outlines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun outlines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans outlines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package overpic Provides: tex-overpic = %{tl_version} License: LPPL @@ -184851,7 +220204,7 @@ touch /var/run/texlive/run-mtxrun %postun overpic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184873,11 +220226,29 @@ AutoReqProv: No %description overpic-doc Documentation for overpic +%post overpic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun overpic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans overpic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pagecolor Provides: tex-pagecolor = %{tl_version} License: LPPL 1.3 Summary: Interrogate page colour -Version: svn37646.1.0g +Version: svn38249.1.0h Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -184899,7 +220270,7 @@ 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". -date: 2015-06-22 19:09:16 +0200 +date: 2015-08-30 17:27:39 +0200 %post pagecolor mkdir -p /var/run/texlive @@ -184910,7 +220281,7 @@ touch /var/run/texlive/run-mtxrun %postun pagecolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184923,7 +220294,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pagecolor-doc Summary: Documentation for pagecolor -Version: svn37646.1.0g +Version: svn38249.1.0h Release: %{tl_noarch_release} Provides: tex-pagecolor-doc BuildArch: noarch @@ -184932,6 +220303,24 @@ AutoReqProv: No %description pagecolor-doc Documentation for pagecolor +%post pagecolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pagecolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagecolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pagecont Provides: tex-pagecont = %{tl_version} License: LPPL @@ -184961,7 +220350,7 @@ touch /var/run/texlive/run-mtxrun %postun pagecont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -184983,6 +220372,24 @@ AutoReqProv: No %description pagecont-doc Documentation for pagecont +%post pagecont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pagecont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagecont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pagenote Provides: tex-pagenote = %{tl_version} License: LPPL 1.3 @@ -185012,7 +220419,7 @@ touch /var/run/texlive/run-mtxrun %postun pagenote if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185034,6 +220441,24 @@ AutoReqProv: No %description pagenote-doc Documentation for pagenote +%post pagenote-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pagenote-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagenote-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pagerange Provides: tex-pagerange = %{tl_version} License: LPPL @@ -185065,7 +220490,7 @@ touch /var/run/texlive/run-mtxrun %postun pagerange if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185087,20 +220512,38 @@ AutoReqProv: No %description pagerange-doc Documentation for pagerange +%post pagerange-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pagerange-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pagerange-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pageslts Provides: tex-pageslts = %{tl_version} License: LPPL 1.3 Summary: Variants of last page labels -Version: svn32720.1.2c +Version: svn38152.1.2e Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +Requires: tex(ltxcmds.sty) Requires: tex(atveryend.sty) Requires: tex(everyshi.sty) Requires: tex(letltxmacro.sty) -Requires: tex(ltxcmds.sty) Requires: tex(kvoptions.sty) Requires: tex(undolabl.sty) Requires: tex(rerunfilecheck.sty) @@ -185118,7 +220561,7 @@ package also provides labels pagesLTS., where the numbering scheme is arabic, roman, etc. The package relies on the undolabl package. -date: 2014-02-26 23:03:13 +0100 +date: 2015-08-18 04:58:17 +0200 %post pageslts mkdir -p /var/run/texlive @@ -185129,7 +220572,7 @@ touch /var/run/texlive/run-mtxrun %postun pageslts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185142,7 +220585,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pageslts-doc Summary: Documentation for pageslts -Version: svn32720.1.2c +Version: svn38152.1.2e Release: %{tl_noarch_release} Provides: tex-pageslts-doc BuildArch: noarch @@ -185151,6 +220594,24 @@ AutoReqProv: No %description pageslts-doc Documentation for pageslts +%post pageslts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pageslts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pageslts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package paper Provides: tex-paper = %{tl_version} License: GPL+ @@ -185184,7 +220645,7 @@ touch /var/run/texlive/run-mtxrun %postun paper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185206,6 +220667,24 @@ AutoReqProv: No %description paper-doc Documentation for paper +%post paper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun paper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package papercdcase Provides: tex-papercdcase = %{tl_version} License: LPPL @@ -185235,7 +220714,7 @@ touch /var/run/texlive/run-mtxrun %postun papercdcase if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185257,6 +220736,24 @@ AutoReqProv: No %description papercdcase-doc Documentation for papercdcase +%post papercdcase-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun papercdcase-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papercdcase-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package papermas Provides: tex-papermas = %{tl_version} License: LPPL 1.3 @@ -185288,7 +220785,7 @@ touch /var/run/texlive/run-mtxrun %postun papermas if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185310,6 +220807,24 @@ AutoReqProv: No %description papermas-doc Documentation for papermas +%post papermas-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun papermas-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papermas-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package papertex Provides: tex-papertex = %{tl_version} License: LPPL @@ -185357,7 +220872,7 @@ touch /var/run/texlive/run-mtxrun %postun papertex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185379,6 +220894,24 @@ AutoReqProv: No %description papertex-doc Documentation for papertex +%post papertex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun papertex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans papertex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package paracol Provides: tex-paracol = %{tl_version} License: LPPL @@ -185408,7 +220941,7 @@ touch /var/run/texlive/run-mtxrun %postun paracol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185430,6 +220963,24 @@ AutoReqProv: No %description paracol-doc Documentation for paracol +%post paracol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun paracol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paracol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package paresse Provides: tex-paresse = %{tl_version} License: LPPL @@ -185461,7 +221012,7 @@ touch /var/run/texlive/run-mtxrun %postun paresse if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185483,6 +221034,24 @@ AutoReqProv: No %description paresse-doc Documentation for paresse +%post paresse-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun paresse-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans paresse-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package parnotes Provides: tex-parnotes = %{tl_version} License: LPPL 1.3 @@ -185511,7 +221080,7 @@ touch /var/run/texlive/run-mtxrun %postun parnotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185533,6 +221102,24 @@ AutoReqProv: No %description parnotes-doc Documentation for parnotes +%post parnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun parnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package parselines Provides: tex-parselines = %{tl_version} License: LPPL 1.3 @@ -185561,7 +221148,7 @@ touch /var/run/texlive/run-mtxrun %postun parselines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185583,6 +221170,24 @@ AutoReqProv: No %description parselines-doc Documentation for parselines +%post parselines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun parselines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans parselines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pas-cours Provides: tex-pas-cours = %{tl_version} License: LPPL @@ -185615,7 +221220,7 @@ touch /var/run/texlive/run-mtxrun %postun pas-cours if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185637,6 +221242,24 @@ AutoReqProv: No %description pas-cours-doc Documentation for pas-cours +%post pas-cours-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pas-cours-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pas-cours-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pas-cv Provides: tex-pas-cv = %{tl_version} License: LPPL @@ -185689,7 +221312,7 @@ touch /var/run/texlive/run-mtxrun %postun pas-cv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185711,6 +221334,24 @@ AutoReqProv: No %description pas-cv-doc Documentation for pas-cv +%post pas-cv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pas-cv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pas-cv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pas-tableur Provides: tex-pas-tableur = %{tl_version} License: LPPL @@ -185742,7 +221383,7 @@ touch /var/run/texlive/run-mtxrun %postun pas-tableur if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185764,6 +221405,24 @@ AutoReqProv: No %description pas-tableur-doc Documentation for pas-tableur +%post pas-tableur-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pas-tableur-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pas-tableur-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package patchcmd Provides: tex-patchcmd = %{tl_version} License: Public Domain @@ -185794,7 +221453,7 @@ touch /var/run/texlive/run-mtxrun %postun patchcmd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185816,6 +221475,24 @@ AutoReqProv: No %description patchcmd-doc Documentation for patchcmd +%post patchcmd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun patchcmd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans patchcmd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pauldoc Provides: tex-pauldoc = %{tl_version} License: LPPL @@ -185846,7 +221523,7 @@ touch /var/run/texlive/run-mtxrun %postun pauldoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185868,6 +221545,24 @@ AutoReqProv: No %description pauldoc-doc Documentation for pauldoc +%post pauldoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pauldoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pauldoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pawpict Provides: tex-pawpict = %{tl_version} License: GPL+ @@ -185896,7 +221591,7 @@ touch /var/run/texlive/run-mtxrun %postun pawpict if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185918,6 +221613,24 @@ AutoReqProv: No %description pawpict-doc Documentation for pawpict +%post pawpict-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pawpict-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pawpict-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pax Provides: tex-pax = %{tl_version} License: GPLv2+ @@ -185960,7 +221673,7 @@ touch /var/run/texlive/run-mtxrun %postun pax if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -185982,6 +221695,24 @@ AutoReqProv: No %description pax-doc Documentation for pax +%post pax-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pax-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pax-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pax-bin Summary: Binaries for pax Version: svn10843.0 @@ -186024,7 +221755,7 @@ touch /var/run/texlive/run-mtxrun %postun pbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186046,6 +221777,24 @@ AutoReqProv: No %description pbox-doc Documentation for pbox +%post pbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pbsheet Provides: tex-pbsheet = %{tl_version} License: LPPL @@ -186088,7 +221837,7 @@ touch /var/run/texlive/run-mtxrun %postun pbsheet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186110,6 +221859,24 @@ AutoReqProv: No %description pbsheet-doc Documentation for pbsheet +%post pbsheet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pbsheet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pbsheet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdf14 Provides: tex-pdf14 = %{tl_version} License: LPPL 1.3 @@ -186142,7 +221909,7 @@ touch /var/run/texlive/run-mtxrun %postun pdf14 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186164,6 +221931,24 @@ AutoReqProv: No %description pdf14-doc Documentation for pdf14 +%post pdf14-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdf14-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdf14-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfcomment Provides: tex-pdfcomment = %{tl_version} License: LPPL 1.3 @@ -186213,7 +221998,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfcomment if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186235,6 +222020,24 @@ AutoReqProv: No %description pdfcomment-doc Documentation for pdfcomment +%post pdfcomment-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfcomment-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcomment-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfcprot Provides: tex-pdfcprot = %{tl_version} License: LPPL @@ -186266,7 +222069,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfcprot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186288,6 +222091,24 @@ AutoReqProv: No %description pdfcprot-doc Documentation for pdfcprot +%post pdfcprot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfcprot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfcprot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfmarginpar Provides: tex-pdfmarginpar = %{tl_version} License: GPL+ @@ -186322,7 +222143,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfmarginpar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186344,6 +222165,94 @@ AutoReqProv: No %description pdfmarginpar-doc Documentation for pdfmarginpar +%post pdfmarginpar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfmarginpar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfmarginpar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package pdfpagediff +Provides: tex-pdfpagediff = %{tl_version} +License: LPPL +Summary: Find difference between two PDF's +Version: svn37946.1.4 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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 + +date: 2015-07-24 15:20:52 +0200 + +%post pdfpagediff +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun pdfpagediff +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfpagediff +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package pdfpagediff-doc +Summary: Documentation for pdfpagediff +Version: svn37946.1.4 +Release: %{tl_noarch_release} +Provides: tex-pdfpagediff-doc +BuildArch: noarch +AutoReqProv: No + +%description pdfpagediff-doc +Documentation for pdfpagediff + +%post pdfpagediff-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfpagediff-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfpagediff-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfscreen Provides: tex-pdfscreen = %{tl_version} License: LPPL @@ -186385,7 +222294,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfscreen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186407,6 +222316,24 @@ AutoReqProv: No %description pdfscreen-doc Documentation for pdfscreen +%post pdfscreen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfscreen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfscreen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfslide Provides: tex-pdfslide = %{tl_version} License: LPPL @@ -186451,7 +222378,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfslide if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186473,6 +222400,24 @@ AutoReqProv: No %description pdfslide-doc Documentation for pdfslide +%post pdfslide-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfslide-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfslide-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfsync Provides: tex-pdfsync = %{tl_version} License: LPPL @@ -186502,7 +222447,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfsync if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186524,6 +222469,24 @@ AutoReqProv: No %description pdfsync-doc Documentation for pdfsync +%post pdfsync-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfsync-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfsync-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfwin Provides: tex-pdfwin = %{tl_version} License: LPPL @@ -186555,7 +222518,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfwin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186577,6 +222540,24 @@ AutoReqProv: No %description pdfwin-doc Documentation for pdfwin +%post pdfwin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfwin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfwin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdfx Provides: tex-pdfx = %{tl_version} License: LPPL @@ -186610,7 +222591,7 @@ touch /var/run/texlive/run-mtxrun %postun pdfx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186632,6 +222613,24 @@ AutoReqProv: No %description pdfx-doc Documentation for pdfx +%post pdfx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdfx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdfx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pecha Provides: tex-pecha = %{tl_version} License: GPL+ @@ -186669,7 +222668,7 @@ touch /var/run/texlive/run-mtxrun %postun pecha if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186691,6 +222690,24 @@ AutoReqProv: No %description pecha-doc Documentation for pecha +%post pecha-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pecha-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pecha-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package perltex Provides: tex-perltex = %{tl_version} License: LPPL @@ -186730,7 +222747,7 @@ touch /var/run/texlive/run-mtxrun %postun perltex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186752,6 +222769,24 @@ AutoReqProv: No %description perltex-doc Documentation for perltex +%post perltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun perltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans perltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package perltex-bin Summary: Binaries for perltex Version: svn16181.0 @@ -186790,7 +222825,7 @@ touch /var/run/texlive/run-mtxrun %postun permute if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186812,6 +222847,24 @@ AutoReqProv: No %description permute-doc Documentation for permute +%post permute-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun permute-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans permute-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package petiteannonce Provides: tex-petiteannonce = %{tl_version} License: LPPL @@ -186842,7 +222895,7 @@ touch /var/run/texlive/run-mtxrun %postun petiteannonce if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186864,6 +222917,24 @@ AutoReqProv: No %description petiteannonce-doc Documentation for petiteannonce +%post petiteannonce-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun petiteannonce-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans petiteannonce-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package philex Provides: tex-philex = %{tl_version} License: LPPL @@ -186902,7 +222973,7 @@ touch /var/run/texlive/run-mtxrun %postun philex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186924,6 +222995,24 @@ AutoReqProv: No %description philex-doc Documentation for philex +%post philex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun philex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package photo Provides: tex-photo = %{tl_version} License: LPPL @@ -186957,7 +223046,7 @@ touch /var/run/texlive/run-mtxrun %postun photo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -186979,6 +223068,24 @@ AutoReqProv: No %description photo-doc Documentation for photo +%post photo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun photo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans photo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package piff Provides: tex-piff = %{tl_version} License: Public Domain @@ -187013,7 +223120,7 @@ touch /var/run/texlive/run-mtxrun %postun piff if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187035,6 +223142,24 @@ AutoReqProv: No %description piff-doc Documentation for piff +%post piff-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun piff-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piff-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pkgloader Provides: tex-pkgloader = %{tl_version} License: LPPL 1.3 @@ -187084,7 +223209,7 @@ touch /var/run/texlive/run-mtxrun %postun pkgloader if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187106,6 +223231,24 @@ AutoReqProv: No %description pkgloader-doc Documentation for pkgloader +%post pkgloader-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pkgloader-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkgloader-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plantslabels Provides: tex-plantslabels = %{tl_version} License: LPPL @@ -187135,7 +223278,7 @@ touch /var/run/texlive/run-mtxrun %postun plantslabels if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187157,6 +223300,24 @@ AutoReqProv: No %description plantslabels-doc Documentation for plantslabels +%post plantslabels-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plantslabels-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plantslabels-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plates Provides: tex-plates = %{tl_version} License: LPPL @@ -187189,7 +223350,7 @@ touch /var/run/texlive/run-mtxrun %postun plates if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187211,6 +223372,24 @@ AutoReqProv: No %description plates-doc Documentation for plates +%post plates-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plates-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plates-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plweb Provides: tex-plweb = %{tl_version} License: Copyright only @@ -187243,7 +223422,7 @@ touch /var/run/texlive/run-mtxrun %postun plweb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187265,6 +223444,24 @@ AutoReqProv: No %description plweb-doc Documentation for plweb +%post plweb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plweb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plweb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package polynom Provides: tex-polynom = %{tl_version} License: LPPL @@ -187295,7 +223492,7 @@ touch /var/run/texlive/run-mtxrun %postun polynom if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187317,6 +223514,24 @@ AutoReqProv: No %description polynom-doc Documentation for polynom +%post polynom-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun polynom-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polynom-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package polynomial Provides: tex-polynomial = %{tl_version} License: LPPL @@ -187349,7 +223564,7 @@ touch /var/run/texlive/run-mtxrun %postun polynomial if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187371,6 +223586,24 @@ AutoReqProv: No %description polynomial-doc Documentation for polynomial +%post polynomial-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun polynomial-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polynomial-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package polytable Provides: tex-polytable = %{tl_version} License: LPPL @@ -187402,7 +223635,7 @@ touch /var/run/texlive/run-mtxrun %postun polytable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187424,6 +223657,24 @@ AutoReqProv: No %description polytable-doc Documentation for polytable +%post polytable-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun polytable-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polytable-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package postcards Provides: tex-postcards = %{tl_version} License: LPPL @@ -187458,7 +223709,7 @@ touch /var/run/texlive/run-mtxrun %postun postcards if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187480,6 +223731,24 @@ AutoReqProv: No %description postcards-doc Documentation for postcards +%post postcards-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun postcards-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans postcards-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package poster-mac Provides: tex-poster-mac = %{tl_version} License: LPPL @@ -187514,7 +223783,7 @@ touch /var/run/texlive/run-mtxrun %postun poster-mac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187536,6 +223805,24 @@ AutoReqProv: No %description poster-mac-doc Documentation for poster-mac +%post poster-mac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun poster-mac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans poster-mac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ppr-prv Provides: tex-ppr-prv = %{tl_version} License: LPPL @@ -187574,7 +223861,7 @@ touch /var/run/texlive/run-mtxrun %postun ppr-prv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187596,6 +223883,24 @@ AutoReqProv: No %description ppr-prv-doc Documentation for ppr-prv +%post ppr-prv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ppr-prv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ppr-prv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package preprint Provides: tex-preprint = %{tl_version} License: Public Domain @@ -187631,7 +223936,7 @@ touch /var/run/texlive/run-mtxrun %postun preprint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187653,6 +223958,24 @@ AutoReqProv: No %description preprint-doc Documentation for preprint +%post preprint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun preprint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans preprint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pressrelease Provides: tex-pressrelease = %{tl_version} License: LPPL 1.3 @@ -187688,7 +224011,7 @@ touch /var/run/texlive/run-mtxrun %postun pressrelease if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187710,6 +224033,24 @@ AutoReqProv: No %description pressrelease-doc Documentation for pressrelease +%post pressrelease-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pressrelease-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pressrelease-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package prettyref Provides: tex-prettyref = %{tl_version} License: Public Domain @@ -187742,7 +224083,7 @@ touch /var/run/texlive/run-mtxrun %postun prettyref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187764,6 +224105,24 @@ AutoReqProv: No %description prettyref-doc Documentation for prettyref +%post prettyref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun prettyref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prettyref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package printlen Provides: tex-printlen = %{tl_version} License: LPPL @@ -187797,7 +224156,7 @@ touch /var/run/texlive/run-mtxrun %postun printlen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187819,6 +224178,24 @@ AutoReqProv: No %description printlen-doc Documentation for printlen +%post printlen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun printlen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans printlen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package probsoln Provides: tex-probsoln = %{tl_version} License: LPPL @@ -187860,7 +224237,7 @@ touch /var/run/texlive/run-mtxrun %postun probsoln if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187882,6 +224259,24 @@ AutoReqProv: No %description probsoln-doc Documentation for probsoln +%post probsoln-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun probsoln-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans probsoln-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package program Provides: tex-program = %{tl_version} License: GPLv3+ @@ -187910,7 +224305,7 @@ touch /var/run/texlive/run-mtxrun %postun program if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187932,6 +224327,24 @@ AutoReqProv: No %description program-doc Documentation for program +%post program-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun program-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans program-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package progress Provides: tex-progress = %{tl_version} License: LPPL @@ -187962,7 +224375,7 @@ touch /var/run/texlive/run-mtxrun %postun progress if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -187984,6 +224397,24 @@ AutoReqProv: No %description progress-doc Documentation for progress +%post progress-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun progress-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans progress-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package progressbar Provides: tex-progressbar = %{tl_version} License: LPPL @@ -188019,7 +224450,7 @@ touch /var/run/texlive/run-mtxrun %postun progressbar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188041,6 +224472,101 @@ AutoReqProv: No %description progressbar-doc Documentation for progressbar +%post progressbar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun progressbar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans progressbar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package proofread +Provides: tex-proofread = %{tl_version} +License: LPPL 1.3 +Summary: Commands for inserting annotations +Version: svn38319.1.00 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-09-07 19:29:06 +0200 + +%post proofread +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun proofread +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proofread +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package proofread-doc +Summary: Documentation for proofread +Version: svn38319.1.00 +Release: %{tl_noarch_release} +Provides: tex-proofread-doc +BuildArch: noarch +AutoReqProv: No + +%description proofread-doc +Documentation for proofread + +%post proofread-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun proofread-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proofread-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package properties Provides: tex-properties = %{tl_version} License: LPPL @@ -188069,7 +224595,7 @@ touch /var/run/texlive/run-mtxrun %postun properties if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188091,6 +224617,24 @@ AutoReqProv: No %description properties-doc Documentation for properties +%post properties-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun properties-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans properties-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package prosper Provides: tex-prosper = %{tl_version} License: LPPL 1.2 @@ -188163,7 +224707,7 @@ touch /var/run/texlive/run-mtxrun %postun prosper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188185,6 +224729,24 @@ AutoReqProv: No %description prosper-doc Documentation for prosper +%post prosper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun prosper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prosper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package protex Provides: tex-protex = %{tl_version} License: LPPL @@ -188214,7 +224776,7 @@ touch /var/run/texlive/run-mtxrun %postun protex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188236,6 +224798,24 @@ AutoReqProv: No %description protex-doc Documentation for protex +%post protex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun protex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans protex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package protocol Provides: tex-protocol = %{tl_version} License: LPPL 1.3 @@ -188265,7 +224845,7 @@ touch /var/run/texlive/run-mtxrun %postun protocol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188287,6 +224867,24 @@ AutoReqProv: No %description protocol-doc Documentation for protocol +%post protocol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun protocol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans protocol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package psfragx Provides: tex-psfragx = %{tl_version} License: LPPL @@ -188331,7 +224929,7 @@ touch /var/run/texlive/run-mtxrun %postun psfragx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188353,6 +224951,24 @@ AutoReqProv: No %description psfragx-doc Documentation for psfragx +%post psfragx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psfragx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psfragx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-pdf Provides: tex-pst-pdf = %{tl_version} License: LPPL @@ -188390,7 +225006,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-pdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188412,6 +225028,24 @@ AutoReqProv: No %description pst-pdf-doc Documentation for pst-pdf +%post pst-pdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-pdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-pdf-bin Summary: Binaries for pst-pdf Version: svn7838.0 @@ -188470,7 +225104,7 @@ touch /var/run/texlive/run-mtxrun %postun pstool if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188492,6 +225126,24 @@ AutoReqProv: No %description pstool-doc Documentation for pstool +%post pstool-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstool-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstool-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pxgreeks Provides: tex-pxgreeks = %{tl_version} License: LPPL 1.3 @@ -188525,7 +225177,7 @@ touch /var/run/texlive/run-mtxrun %postun pxgreeks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188547,6 +225199,24 @@ AutoReqProv: No %description pxgreeks-doc Documentation for pxgreeks +%post pxgreeks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pxgreeks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pxgreeks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package python Provides: tex-python = %{tl_version} License: GPL+ @@ -188574,7 +225244,7 @@ touch /var/run/texlive/run-mtxrun %postun python if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188596,6 +225266,24 @@ AutoReqProv: No %description python-doc Documentation for python +%post python-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun python-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans python-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qcm Provides: tex-qcm = %{tl_version} License: LPPL @@ -188638,7 +225326,7 @@ touch /var/run/texlive/run-mtxrun %postun qcm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188660,6 +225348,24 @@ AutoReqProv: No %description qcm-doc Documentation for qcm +%post qcm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qcm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qcm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qstest Provides: tex-qstest = %{tl_version} License: LPPL @@ -188698,7 +225404,7 @@ touch /var/run/texlive/run-mtxrun %postun qstest if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188720,6 +225426,24 @@ AutoReqProv: No %description qstest-doc Documentation for qstest +%post qstest-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qstest-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qstest-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package qsymbols Provides: tex-qsymbols = %{tl_version} License: GPL+ @@ -188753,7 +225477,7 @@ touch /var/run/texlive/run-mtxrun %postun qsymbols if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188775,6 +225499,24 @@ AutoReqProv: No %description qsymbols-doc Documentation for qsymbols +%post qsymbols-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun qsymbols-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans qsymbols-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package quotchap Provides: tex-quotchap = %{tl_version} License: GPL+ @@ -188804,7 +225546,7 @@ touch /var/run/texlive/run-mtxrun %postun quotchap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188826,6 +225568,24 @@ AutoReqProv: No %description quotchap-doc Documentation for quotchap +%post quotchap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun quotchap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quotchap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package quoting Provides: tex-quoting = %{tl_version} License: LPPL 1.3 @@ -188860,7 +225620,7 @@ touch /var/run/texlive/run-mtxrun %postun quoting if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188882,6 +225642,24 @@ AutoReqProv: No %description quoting-doc Documentation for quoting +%post quoting-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun quoting-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quoting-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package quotmark Provides: tex-quotmark = %{tl_version} License: LPPL @@ -188950,7 +225728,7 @@ touch /var/run/texlive/run-mtxrun %postun quotmark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -188972,6 +225750,24 @@ AutoReqProv: No %description quotmark-doc Documentation for quotmark +%post quotmark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun quotmark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quotmark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ran_toks Provides: tex-ran_toks = %{tl_version} License: LPPL @@ -189006,7 +225802,7 @@ touch /var/run/texlive/run-mtxrun %postun ran_toks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189028,6 +225824,24 @@ AutoReqProv: No %description ran_toks-doc Documentation for ran_toks +%post ran_toks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ran_toks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ran_toks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package randtext Provides: tex-randtext = %{tl_version} License: LPPL @@ -189061,7 +225875,7 @@ touch /var/run/texlive/run-mtxrun %postun randtext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189083,6 +225897,24 @@ AutoReqProv: No %description randtext-doc Documentation for randtext +%post randtext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun randtext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans randtext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rccol Provides: tex-rccol = %{tl_version} License: LPPL @@ -189115,7 +225947,7 @@ touch /var/run/texlive/run-mtxrun %postun rccol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189137,6 +225969,24 @@ AutoReqProv: No %description rccol-doc Documentation for rccol +%post rccol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rccol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rccol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rcs-multi Provides: tex-rcs-multi = %{tl_version} License: LPPL @@ -189166,7 +226016,7 @@ touch /var/run/texlive/run-mtxrun %postun rcs-multi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189188,6 +226038,24 @@ AutoReqProv: No %description rcs-multi-doc Documentation for rcs-multi +%post rcs-multi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rcs-multi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcs-multi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rcsinfo Provides: tex-rcsinfo = %{tl_version} License: LPPL @@ -189220,7 +226088,7 @@ touch /var/run/texlive/run-mtxrun %postun rcsinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189242,6 +226110,24 @@ AutoReqProv: No %description rcsinfo-doc Documentation for rcsinfo +%post rcsinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rcsinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rcsinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package readarray Provides: tex-readarray = %{tl_version} License: LPPL 1.3 @@ -189275,7 +226161,7 @@ touch /var/run/texlive/run-mtxrun %postun readarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189297,6 +226183,24 @@ AutoReqProv: No %description readarray-doc Documentation for readarray +%post readarray-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun readarray-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans readarray-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package realboxes Provides: tex-realboxes = %{tl_version} License: LPPL 1.3 @@ -189341,7 +226245,7 @@ touch /var/run/texlive/run-mtxrun %postun realboxes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189363,6 +226267,24 @@ AutoReqProv: No %description realboxes-doc Documentation for realboxes +%post realboxes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun realboxes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans realboxes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package recipe Provides: tex-recipe = %{tl_version} License: Public Domain @@ -189391,7 +226313,7 @@ touch /var/run/texlive/run-mtxrun %postun recipe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189413,6 +226335,24 @@ AutoReqProv: No %description recipe-doc Documentation for recipe +%post recipe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun recipe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recipe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package recipebook Provides: tex-recipebook = %{tl_version} License: LPPL 1.3 @@ -189475,7 +226415,7 @@ touch /var/run/texlive/run-mtxrun %postun recipebook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189497,6 +226437,24 @@ AutoReqProv: No %description recipebook-doc Documentation for recipebook +%post recipebook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun recipebook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recipebook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package recipecard Provides: tex-recipecard = %{tl_version} License: LPPL @@ -189529,7 +226487,7 @@ touch /var/run/texlive/run-mtxrun %postun recipecard if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189551,6 +226509,24 @@ AutoReqProv: No %description recipecard-doc Documentation for recipecard +%post recipecard-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun recipecard-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans recipecard-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rectopma Provides: tex-rectopma = %{tl_version} License: LPPL @@ -189579,7 +226555,7 @@ touch /var/run/texlive/run-mtxrun %postun rectopma if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189601,6 +226577,24 @@ AutoReqProv: No %description rectopma-doc Documentation for rectopma +%post rectopma-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rectopma-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rectopma-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package refcheck Provides: tex-refcheck = %{tl_version} License: GPL+ @@ -189631,7 +226625,7 @@ touch /var/run/texlive/run-mtxrun %postun refcheck if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189653,6 +226647,24 @@ AutoReqProv: No %description refcheck-doc Documentation for refcheck +%post refcheck-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun refcheck-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refcheck-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package refenums Provides: tex-refenums = %{tl_version} License: LPPL 1.3 @@ -189689,7 +226701,7 @@ touch /var/run/texlive/run-mtxrun %postun refenums if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189711,6 +226723,24 @@ AutoReqProv: No %description refenums-doc Documentation for refenums +%post refenums-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun refenums-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refenums-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package reflectgraphics Provides: tex-reflectgraphics = %{tl_version} License: LPPL 1.3 @@ -189744,7 +226774,7 @@ touch /var/run/texlive/run-mtxrun %postun reflectgraphics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189766,6 +226796,24 @@ AutoReqProv: No %description reflectgraphics-doc Documentation for reflectgraphics +%post reflectgraphics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun reflectgraphics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans reflectgraphics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package refman Provides: tex-refman = %{tl_version} License: LPPL @@ -189797,7 +226845,7 @@ touch /var/run/texlive/run-mtxrun %postun refman if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189819,6 +226867,24 @@ AutoReqProv: No %description refman-doc Documentation for refman +%post refman-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun refman-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refman-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package refstyle Provides: tex-refstyle = %{tl_version} License: LPPL @@ -189857,7 +226923,7 @@ touch /var/run/texlive/run-mtxrun %postun refstyle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189879,6 +226945,24 @@ AutoReqProv: No %description refstyle-doc Documentation for refstyle +%post refstyle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun refstyle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans refstyle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package regcount Provides: tex-regcount = %{tl_version} License: LPPL @@ -189908,7 +226992,7 @@ touch /var/run/texlive/run-mtxrun %postun regcount if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189930,6 +227014,24 @@ AutoReqProv: No %description regcount-doc Documentation for regcount +%post regcount-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun regcount-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regcount-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package regexpatch Provides: tex-regexpatch = %{tl_version} License: LPPL 1.3 @@ -189963,7 +227065,7 @@ touch /var/run/texlive/run-mtxrun %postun regexpatch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -189985,6 +227087,24 @@ AutoReqProv: No %description regexpatch-doc Documentation for regexpatch +%post regexpatch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun regexpatch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regexpatch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package register Provides: tex-register = %{tl_version} License: LPPL @@ -190024,7 +227144,7 @@ touch /var/run/texlive/run-mtxrun %postun register if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190046,6 +227166,24 @@ AutoReqProv: No %description register-doc Documentation for register +%post register-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun register-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans register-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package regstats Provides: tex-regstats = %{tl_version} License: LPPL 1.3 @@ -190081,7 +227219,7 @@ touch /var/run/texlive/run-mtxrun %postun regstats if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190103,6 +227241,24 @@ AutoReqProv: No %description regstats-doc Documentation for regstats +%post regstats-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun regstats-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans regstats-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package relenc Provides: tex-relenc = %{tl_version} License: LPPL @@ -190139,7 +227295,7 @@ touch /var/run/texlive/run-mtxrun %postun relenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190161,6 +227317,24 @@ AutoReqProv: No %description relenc-doc Documentation for relenc +%post relenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun relenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans relenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package relsize Provides: tex-relsize = %{tl_version} License: Public Domain @@ -190189,7 +227363,7 @@ touch /var/run/texlive/run-mtxrun %postun relsize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190211,6 +227385,24 @@ AutoReqProv: No %description relsize-doc Documentation for relsize +%post relsize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun relsize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans relsize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package repeatindex Provides: tex-repeatindex = %{tl_version} License: LPPL @@ -190241,7 +227433,7 @@ touch /var/run/texlive/run-mtxrun %postun repeatindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190263,6 +227455,24 @@ AutoReqProv: No %description repeatindex-doc Documentation for repeatindex +%post repeatindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun repeatindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans repeatindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package repltext Provides: tex-repltext = %{tl_version} License: LPPL 1.3 @@ -190294,7 +227504,7 @@ touch /var/run/texlive/run-mtxrun %postun repltext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190316,6 +227526,24 @@ AutoReqProv: No %description repltext-doc Documentation for repltext +%post repltext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun repltext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans repltext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rjlparshap Provides: tex-rjlparshap = %{tl_version} License: LPPL 1.2 @@ -190347,7 +227575,7 @@ touch /var/run/texlive/run-mtxrun %postun rjlparshap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190369,6 +227597,24 @@ AutoReqProv: No %description rjlparshap-doc Documentation for rjlparshap +%post rjlparshap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rjlparshap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rjlparshap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rlepsf Provides: tex-rlepsf = %{tl_version} License: LPPL @@ -190402,7 +227648,7 @@ touch /var/run/texlive/run-mtxrun %postun rlepsf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190424,6 +227670,24 @@ AutoReqProv: No %description rlepsf-doc Documentation for rlepsf +%post rlepsf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rlepsf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rlepsf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rmpage Provides: tex-rmpage = %{tl_version} License: GPL+ @@ -190468,7 +227732,7 @@ touch /var/run/texlive/run-mtxrun %postun rmpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190490,6 +227754,24 @@ AutoReqProv: No %description rmpage-doc Documentation for rmpage +%post rmpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rmpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rmpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package robustcommand Provides: tex-robustcommand = %{tl_version} License: LPPL @@ -190518,7 +227800,7 @@ touch /var/run/texlive/run-mtxrun %postun robustcommand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190540,6 +227822,24 @@ AutoReqProv: No %description robustcommand-doc Documentation for robustcommand +%post robustcommand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun robustcommand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans robustcommand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package robustindex Provides: tex-robustindex = %{tl_version} License: LPPL @@ -190571,7 +227871,7 @@ touch /var/run/texlive/run-mtxrun %postun robustindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190593,6 +227893,24 @@ AutoReqProv: No %description robustindex-doc Documentation for robustindex +%post robustindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun robustindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans robustindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package romanbar Provides: tex-romanbar = %{tl_version} License: LPPL 1.3 @@ -190623,7 +227941,7 @@ touch /var/run/texlive/run-mtxrun %postun romanbar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190645,6 +227963,24 @@ AutoReqProv: No %description romanbar-doc Documentation for romanbar +%post romanbar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun romanbar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romanbar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package romanbarpagenumber Provides: tex-romanbarpagenumber = %{tl_version} License: LPPL 1.3 @@ -190676,7 +228012,7 @@ touch /var/run/texlive/run-mtxrun %postun romanbarpagenumber if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190698,6 +228034,24 @@ AutoReqProv: No %description romanbarpagenumber-doc Documentation for romanbarpagenumber +%post romanbarpagenumber-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun romanbarpagenumber-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romanbarpagenumber-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package romanneg Provides: tex-romanneg = %{tl_version} License: Public Domain @@ -190725,7 +228079,7 @@ touch /var/run/texlive/run-mtxrun %postun romanneg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190747,6 +228101,24 @@ AutoReqProv: No %description romanneg-doc Documentation for romanneg +%post romanneg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun romanneg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romanneg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package romannum Provides: tex-romannum = %{tl_version} License: LPPL @@ -190777,7 +228149,7 @@ touch /var/run/texlive/run-mtxrun %postun romannum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190799,6 +228171,24 @@ AutoReqProv: No %description romannum-doc Documentation for romannum +%post romannum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun romannum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans romannum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rotfloat Provides: tex-rotfloat = %{tl_version} License: LPPL @@ -190834,7 +228224,7 @@ touch /var/run/texlive/run-mtxrun %postun rotfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190856,6 +228246,24 @@ AutoReqProv: No %description rotfloat-doc Documentation for rotfloat +%post rotfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rotfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rotpages Provides: tex-rotpages = %{tl_version} License: LPPL @@ -190890,7 +228298,7 @@ touch /var/run/texlive/run-mtxrun %postun rotpages if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190912,6 +228320,24 @@ AutoReqProv: No %description rotpages-doc Documentation for rotpages +%post rotpages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rotpages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rotpages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package roundbox Provides: tex-roundbox = %{tl_version} License: LPPL 1.3 @@ -190939,7 +228365,7 @@ touch /var/run/texlive/run-mtxrun %postun roundbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -190961,6 +228387,24 @@ AutoReqProv: No %description roundbox-doc Documentation for roundbox +%post roundbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun roundbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roundbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rterface Provides: tex-rterface = %{tl_version} License: LPPL 1.2 @@ -190990,7 +228434,7 @@ touch /var/run/texlive/run-mtxrun %postun rterface if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191012,6 +228456,24 @@ AutoReqProv: No %description rterface-doc Documentation for rterface +%post rterface-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rterface-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rterface-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rtkinenc Provides: tex-rtkinenc = %{tl_version} License: LPPL @@ -191050,7 +228512,7 @@ touch /var/run/texlive/run-mtxrun %postun rtkinenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191072,6 +228534,24 @@ AutoReqProv: No %description rtkinenc-doc Documentation for rtkinenc +%post rtkinenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rtkinenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rtkinenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rulercompass Provides: tex-rulercompass = %{tl_version} License: LPPL 1.3 @@ -191099,7 +228579,7 @@ touch /var/run/texlive/run-mtxrun %postun rulercompass if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191121,6 +228601,24 @@ AutoReqProv: No %description rulercompass-doc Documentation for rulercompass +%post rulercompass-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rulercompass-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rulercompass-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rvwrite Provides: tex-rvwrite = %{tl_version} License: LPPL @@ -191154,7 +228652,7 @@ touch /var/run/texlive/run-mtxrun %postun rvwrite if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191176,6 +228674,24 @@ AutoReqProv: No %description rvwrite-doc Documentation for rvwrite +%post rvwrite-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rvwrite-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rvwrite-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package savefnmark Provides: tex-savefnmark = %{tl_version} License: GPL+ @@ -191205,7 +228721,7 @@ touch /var/run/texlive/run-mtxrun %postun savefnmark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191227,6 +228743,24 @@ AutoReqProv: No %description savefnmark-doc Documentation for savefnmark +%post savefnmark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun savefnmark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans savefnmark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package savesym Provides: tex-savesym = %{tl_version} License: LPPL @@ -191259,7 +228793,7 @@ touch /var/run/texlive/run-mtxrun %postun savesym if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191311,7 +228845,7 @@ touch /var/run/texlive/run-mtxrun %postun savetrees if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191333,6 +228867,24 @@ AutoReqProv: No %description savetrees-doc Documentation for savetrees +%post savetrees-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun savetrees-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans savetrees-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scale Provides: tex-scale = %{tl_version} License: GPL+ @@ -191362,7 +228914,7 @@ touch /var/run/texlive/run-mtxrun %postun scale if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191384,6 +228936,24 @@ AutoReqProv: No %description scale-doc Documentation for scale +%post scale-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun scale-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scale-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scalebar Provides: tex-scalebar = %{tl_version} License: LPPL @@ -191417,7 +228987,7 @@ touch /var/run/texlive/run-mtxrun %postun scalebar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191439,6 +229009,24 @@ AutoReqProv: No %description scalebar-doc Documentation for scalebar +%post scalebar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun scalebar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scalebar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scalerel Provides: tex-scalerel = %{tl_version} License: LPPL 1.3 @@ -191472,7 +229060,7 @@ touch /var/run/texlive/run-mtxrun %postun scalerel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191494,6 +229082,24 @@ AutoReqProv: No %description scalerel-doc Documentation for scalerel +%post scalerel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun scalerel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scalerel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scanpages Provides: tex-scanpages = %{tl_version} License: LPPL 1.3 @@ -191529,7 +229135,7 @@ touch /var/run/texlive/run-mtxrun %postun scanpages if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191551,6 +229157,24 @@ AutoReqProv: No %description scanpages-doc Documentation for scanpages +%post scanpages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun scanpages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scanpages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sdrt Provides: tex-sdrt = %{tl_version} License: LPPL @@ -191584,7 +229208,7 @@ touch /var/run/texlive/run-mtxrun %postun sdrt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191606,6 +229230,24 @@ AutoReqProv: No %description sdrt-doc Documentation for sdrt +%post sdrt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sdrt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sdrt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package secdot Provides: tex-secdot = %{tl_version} License: LPPL @@ -191634,7 +229276,7 @@ touch /var/run/texlive/run-mtxrun %postun secdot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191656,6 +229298,24 @@ AutoReqProv: No %description secdot-doc Documentation for secdot +%post secdot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun secdot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans secdot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sectionbox Provides: tex-sectionbox = %{tl_version} License: LPPL @@ -191690,7 +229350,7 @@ touch /var/run/texlive/run-mtxrun %postun sectionbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191712,6 +229372,24 @@ AutoReqProv: No %description sectionbox-doc Documentation for sectionbox +%post sectionbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sectionbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sectionbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sectsty Provides: tex-sectsty = %{tl_version} License: LPPL @@ -191741,7 +229419,7 @@ touch /var/run/texlive/run-mtxrun %postun sectsty if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191763,6 +229441,24 @@ AutoReqProv: No %description sectsty-doc Documentation for sectsty +%post sectsty-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sectsty-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sectsty-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package seealso Provides: tex-seealso = %{tl_version} License: LPPL 1.3 @@ -191794,7 +229490,7 @@ touch /var/run/texlive/run-mtxrun %postun seealso if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191816,6 +229512,24 @@ AutoReqProv: No %description seealso-doc Documentation for seealso +%post seealso-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun seealso-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seealso-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package selectp Provides: tex-selectp = %{tl_version} License: Public Domain @@ -191846,7 +229560,7 @@ touch /var/run/texlive/run-mtxrun %postun selectp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191868,6 +229582,24 @@ AutoReqProv: No %description selectp-doc Documentation for selectp +%post selectp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun selectp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans selectp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package semantic Provides: tex-semantic = %{tl_version} License: LPPL @@ -191902,7 +229634,7 @@ touch /var/run/texlive/run-mtxrun %postun semantic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191924,6 +229656,24 @@ AutoReqProv: No %description semantic-doc Documentation for semantic +%post semantic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun semantic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semantic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package semioneside Provides: tex-semioneside = %{tl_version} License: LPPL @@ -191955,7 +229705,7 @@ touch /var/run/texlive/run-mtxrun %postun semioneside if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -191977,6 +229727,24 @@ AutoReqProv: No %description semioneside-doc Documentation for semioneside +%post semioneside-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun semioneside-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semioneside-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package semproc Provides: tex-semproc = %{tl_version} License: LPPL 1.3 @@ -192019,7 +229787,7 @@ touch /var/run/texlive/run-mtxrun %postun semproc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192041,6 +229809,24 @@ AutoReqProv: No %description semproc-doc Documentation for semproc +%post semproc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun semproc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans semproc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sepfootnotes Provides: tex-sepfootnotes = %{tl_version} License: LPPL 1.3 @@ -192070,7 +229856,7 @@ touch /var/run/texlive/run-mtxrun %postun sepfootnotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192092,6 +229878,24 @@ AutoReqProv: No %description sepfootnotes-doc Documentation for sepfootnotes +%post sepfootnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sepfootnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sepfootnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package seqsplit Provides: tex-seqsplit = %{tl_version} License: LPPL @@ -192125,7 +229929,7 @@ touch /var/run/texlive/run-mtxrun %postun seqsplit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192147,6 +229951,24 @@ AutoReqProv: No %description seqsplit-doc Documentation for seqsplit +%post seqsplit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun seqsplit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seqsplit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sf298 Provides: tex-sf298 = %{tl_version} License: LPPL @@ -192176,7 +229998,7 @@ touch /var/run/texlive/run-mtxrun %postun sf298 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192198,6 +230020,24 @@ AutoReqProv: No %description sf298-doc Documentation for sf298 +%post sf298-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sf298-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sf298-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sffms Provides: tex-sffms = %{tl_version} License: LPPL @@ -192234,7 +230074,7 @@ touch /var/run/texlive/run-mtxrun %postun sffms if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192256,6 +230096,24 @@ AutoReqProv: No %description sffms-doc Documentation for sffms +%post sffms-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sffms-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sffms-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sfmath Provides: tex-sfmath = %{tl_version} License: LPPL @@ -192284,7 +230142,7 @@ touch /var/run/texlive/run-mtxrun %postun sfmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192331,7 +230189,7 @@ touch /var/run/texlive/run-mtxrun %postun shadethm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192353,6 +230211,24 @@ AutoReqProv: No %description shadethm-doc Documentation for shadethm +%post shadethm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shadethm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadethm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shadow Provides: tex-shadow = %{tl_version} License: LPPL @@ -192380,7 +230256,7 @@ touch /var/run/texlive/run-mtxrun %postun shadow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192402,6 +230278,24 @@ AutoReqProv: No %description shadow-doc Documentation for shadow +%post shadow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shadow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shadowtext Provides: tex-shadowtext = %{tl_version} License: LPPL @@ -192431,7 +230325,7 @@ touch /var/run/texlive/run-mtxrun %postun shadowtext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192453,6 +230347,24 @@ AutoReqProv: No %description shadowtext-doc Documentation for shadowtext +%post shadowtext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shadowtext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shadowtext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shapepar Provides: tex-shapepar = %{tl_version} License: Dotseqn @@ -192496,7 +230408,7 @@ touch /var/run/texlive/run-mtxrun %postun shapepar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192518,11 +230430,29 @@ AutoReqProv: No %description shapepar-doc Documentation for shapepar +%post shapepar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shapepar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shapepar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shdoc Provides: tex-shdoc = %{tl_version} License: LPPL 1.3 Summary: Float environment to document the shell commands of a terminal session -Version: svn36739.1.2 +Version: svn38277.2.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -192532,6 +230462,7 @@ 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 @@ -192540,7 +230471,7 @@ 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. -date: 2015-04-09 14:11:06 +0200 +date: 2015-09-02 20:52:48 +0200 %post shdoc mkdir -p /var/run/texlive @@ -192551,7 +230482,7 @@ touch /var/run/texlive/run-mtxrun %postun shdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192564,7 +230495,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package shdoc-doc Summary: Documentation for shdoc -Version: svn36739.1.2 +Version: svn38277.2.0 Release: %{tl_noarch_release} Provides: tex-shdoc-doc BuildArch: noarch @@ -192573,6 +230504,24 @@ AutoReqProv: No %description shdoc-doc Documentation for shdoc +%post shdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shipunov Provides: tex-shipunov = %{tl_version} License: LPPL @@ -192636,7 +230585,7 @@ touch /var/run/texlive/run-mtxrun %postun shipunov if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192658,6 +230607,24 @@ AutoReqProv: No %description shipunov-doc Documentation for shipunov +%post shipunov-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shipunov-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shipunov-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shorttoc Provides: tex-shorttoc = %{tl_version} License: LPPL @@ -192687,7 +230654,7 @@ touch /var/run/texlive/run-mtxrun %postun shorttoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192709,6 +230676,24 @@ AutoReqProv: No %description shorttoc-doc Documentation for shorttoc +%post shorttoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shorttoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shorttoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package show2e Provides: tex-show2e = %{tl_version} License: LPPL @@ -192740,7 +230725,7 @@ touch /var/run/texlive/run-mtxrun %postun show2e if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192762,6 +230747,24 @@ AutoReqProv: No %description show2e-doc Documentation for show2e +%post show2e-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun show2e-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans show2e-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showcharinbox Provides: tex-showcharinbox = %{tl_version} License: LPPL 1.3 @@ -192795,7 +230798,7 @@ touch /var/run/texlive/run-mtxrun %postun showcharinbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192817,6 +230820,24 @@ AutoReqProv: No %description showcharinbox-doc Documentation for showcharinbox +%post showcharinbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showcharinbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showcharinbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showdim Provides: tex-showdim = %{tl_version} License: LPPL @@ -192846,7 +230867,7 @@ touch /var/run/texlive/run-mtxrun %postun showdim if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192868,6 +230889,24 @@ AutoReqProv: No %description showdim-doc Documentation for showdim +%post showdim-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showdim-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showdim-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showexpl Provides: tex-showexpl = %{tl_version} License: LPPL @@ -192901,7 +230940,7 @@ touch /var/run/texlive/run-mtxrun %postun showexpl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192923,6 +230962,24 @@ AutoReqProv: No %description showexpl-doc Documentation for showexpl +%post showexpl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showexpl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showexpl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showlabels Provides: tex-showlabels = %{tl_version} License: GPL+ @@ -192954,7 +231011,7 @@ touch /var/run/texlive/run-mtxrun %postun showlabels if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -192976,6 +231033,24 @@ AutoReqProv: No %description showlabels-doc Documentation for showlabels +%post showlabels-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showlabels-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showlabels-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sidecap Provides: tex-sidecap = %{tl_version} License: LPPL @@ -193006,7 +231081,7 @@ touch /var/run/texlive/run-mtxrun %postun sidecap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193028,6 +231103,24 @@ AutoReqProv: No %description sidecap-doc Documentation for sidecap +%post sidecap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sidecap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sidecap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sidenotes Provides: tex-sidenotes = %{tl_version} License: LPPL 1.3 @@ -193082,7 +231175,7 @@ touch /var/run/texlive/run-mtxrun %postun sidenotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193104,6 +231197,24 @@ AutoReqProv: No %description sidenotes-doc Documentation for sidenotes +%post sidenotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sidenotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sidenotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package silence Provides: tex-silence = %{tl_version} License: LPPL @@ -193136,7 +231247,7 @@ touch /var/run/texlive/run-mtxrun %postun silence if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193158,6 +231269,24 @@ AutoReqProv: No %description silence-doc Documentation for silence +%post silence-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun silence-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans silence-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package simplecd Provides: tex-simplecd = %{tl_version} License: LPPL 1.2 @@ -193192,7 +231321,7 @@ touch /var/run/texlive/run-mtxrun %postun simplecd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193214,6 +231343,24 @@ AutoReqProv: No %description simplecd-doc Documentation for simplecd +%post simplecd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun simplecd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplecd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package simplecv Provides: tex-simplecv = %{tl_version} License: LPPL @@ -193242,7 +231389,7 @@ touch /var/run/texlive/run-mtxrun %postun simplecv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193264,6 +231411,24 @@ AutoReqProv: No %description simplecv-doc Documentation for simplecv +%post simplecv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun simplecv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplecv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package simplewick Provides: tex-simplewick = %{tl_version} License: GPL+ @@ -193291,7 +231456,7 @@ touch /var/run/texlive/run-mtxrun %postun simplewick if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193313,6 +231478,24 @@ AutoReqProv: No %description simplewick-doc Documentation for simplewick +%post simplewick-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun simplewick-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans simplewick-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sitem Provides: tex-sitem = %{tl_version} License: LPPL 1.3 @@ -193340,7 +231523,7 @@ touch /var/run/texlive/run-mtxrun %postun sitem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193362,6 +231545,24 @@ AutoReqProv: No %description sitem-doc Documentation for sitem +%post sitem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sitem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sitem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skb Provides: tex-skb = %{tl_version} License: LPPL 1.3 @@ -193432,7 +231633,7 @@ touch /var/run/texlive/run-mtxrun %postun skb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193454,6 +231655,24 @@ AutoReqProv: No %description skb-doc Documentation for skb +%post skb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skdoc Provides: tex-skdoc = %{tl_version} License: LPPL 1.3 @@ -193513,7 +231732,7 @@ touch /var/run/texlive/run-mtxrun %postun skdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193535,6 +231754,24 @@ AutoReqProv: No %description skdoc-doc Documentation for skdoc +%post skdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skeycommand Provides: tex-skeycommand = %{tl_version} License: LPPL 1.3 @@ -193565,7 +231802,7 @@ touch /var/run/texlive/run-mtxrun %postun skeycommand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193587,6 +231824,24 @@ AutoReqProv: No %description skeycommand-doc Documentation for skeycommand +%post skeycommand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skeycommand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skeycommand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skeyval Provides: tex-skeyval = %{tl_version} License: LPPL 1.3 @@ -193634,7 +231889,7 @@ touch /var/run/texlive/run-mtxrun %postun skeyval if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193656,6 +231911,24 @@ AutoReqProv: No %description skeyval-doc Documentation for skeyval +%post skeyval-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skeyval-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skeyval-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skrapport Provides: tex-skrapport = %{tl_version} License: LPPL 1.3 @@ -193724,7 +231997,7 @@ touch /var/run/texlive/run-mtxrun %postun skrapport if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193746,6 +232019,24 @@ AutoReqProv: No %description skrapport-doc Documentation for skrapport +%post skrapport-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skrapport-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skrapport-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package slantsc Provides: tex-slantsc = %{tl_version} License: LPPL @@ -193776,7 +232067,7 @@ touch /var/run/texlive/run-mtxrun %postun slantsc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193798,6 +232089,24 @@ AutoReqProv: No %description slantsc-doc Documentation for slantsc +%post slantsc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun slantsc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans slantsc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package smalltableof Provides: tex-smalltableof = %{tl_version} License: LPPL @@ -193826,7 +232135,7 @@ touch /var/run/texlive/run-mtxrun %postun smalltableof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193848,6 +232157,24 @@ AutoReqProv: No %description smalltableof-doc Documentation for smalltableof +%post smalltableof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun smalltableof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smalltableof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package smartref Provides: tex-smartref = %{tl_version} License: LPPL @@ -193883,7 +232210,7 @@ touch /var/run/texlive/run-mtxrun %postun smartref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193905,6 +232232,24 @@ AutoReqProv: No %description smartref-doc Documentation for smartref +%post smartref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun smartref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans smartref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package snapshot Provides: tex-snapshot = %{tl_version} License: LPPL @@ -193943,7 +232288,7 @@ touch /var/run/texlive/run-mtxrun %postun snapshot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -193965,6 +232310,24 @@ AutoReqProv: No %description snapshot-doc Documentation for snapshot +%post snapshot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun snapshot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans snapshot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package snotez Provides: tex-snotez = %{tl_version} License: LPPL 1.3 @@ -194000,7 +232363,7 @@ touch /var/run/texlive/run-mtxrun %postun snotez if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194022,6 +232385,24 @@ AutoReqProv: No %description snotez-doc Documentation for snotez +%post snotez-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun snotez-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans snotez-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package soul Provides: tex-soul = %{tl_version} License: LPPL @@ -194055,7 +232436,7 @@ touch /var/run/texlive/run-mtxrun %postun soul if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194077,6 +232458,24 @@ AutoReqProv: No %description soul-doc Documentation for soul +%post soul-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun soul-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans soul-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sparklines Provides: tex-sparklines = %{tl_version} License: LPPL @@ -194112,7 +232511,7 @@ touch /var/run/texlive/run-mtxrun %postun sparklines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194134,6 +232533,24 @@ AutoReqProv: No %description sparklines-doc Documentation for sparklines +%post sparklines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sparklines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sparklines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sphack Provides: tex-sphack = %{tl_version} License: Bibtex @@ -194161,7 +232578,7 @@ touch /var/run/texlive/run-mtxrun %postun sphack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194183,6 +232600,24 @@ AutoReqProv: No %description sphack-doc Documentation for sphack +%post sphack-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sphack-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sphack-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package splitindex Provides: tex-splitindex = %{tl_version} License: LPPL @@ -194219,7 +232654,7 @@ touch /var/run/texlive/run-mtxrun %postun splitindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194241,6 +232676,24 @@ AutoReqProv: No %description splitindex-doc Documentation for splitindex +%post splitindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun splitindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splitindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package splitindex-bin Summary: Binaries for splitindex Version: svn29688.0 @@ -194283,7 +232736,7 @@ touch /var/run/texlive/run-mtxrun %postun spot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194305,6 +232758,24 @@ AutoReqProv: No %description spot-doc Documentation for spot +%post spot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spotcolor Provides: tex-spotcolor = %{tl_version} License: LPPL @@ -194337,7 +232808,7 @@ touch /var/run/texlive/run-mtxrun %postun spotcolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194359,6 +232830,24 @@ AutoReqProv: No %description spotcolor-doc Documentation for spotcolor +%post spotcolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spotcolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spotcolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spreadtab Provides: tex-spreadtab = %{tl_version} License: LPPL 1.3 @@ -194390,7 +232879,7 @@ touch /var/run/texlive/run-mtxrun %postun spreadtab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194412,6 +232901,24 @@ AutoReqProv: No %description spreadtab-doc Documentation for spreadtab +%post spreadtab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spreadtab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spreadtab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spverbatim Provides: tex-spverbatim = %{tl_version} License: LPPL @@ -194444,7 +232951,7 @@ touch /var/run/texlive/run-mtxrun %postun spverbatim if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194466,6 +232973,24 @@ AutoReqProv: No %description spverbatim-doc Documentation for spverbatim +%post spverbatim-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spverbatim-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spverbatim-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package srbook-mem Provides: tex-srbook-mem = %{tl_version} License: LPPL @@ -194490,7 +233015,7 @@ touch /var/run/texlive/run-mtxrun %postun srbook-mem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194512,6 +233037,24 @@ AutoReqProv: No %description srbook-mem-doc Documentation for srbook-mem +%post srbook-mem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun srbook-mem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans srbook-mem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package srcltx Provides: tex-srcltx = %{tl_version} License: Public Domain @@ -194544,7 +233087,7 @@ touch /var/run/texlive/run-mtxrun %postun srcltx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194566,6 +233109,24 @@ AutoReqProv: No %description srcltx-doc Documentation for srcltx +%post srcltx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun srcltx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans srcltx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sseq Provides: tex-sseq = %{tl_version} License: LPPL @@ -194603,7 +233164,7 @@ touch /var/run/texlive/run-mtxrun %postun sseq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194625,6 +233186,24 @@ AutoReqProv: No %description sseq-doc Documentation for sseq +%post sseq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sseq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sseq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sslides Provides: tex-sslides = %{tl_version} License: LPPL 1.3 @@ -194653,7 +233232,7 @@ touch /var/run/texlive/run-mtxrun %postun sslides if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194675,6 +233254,24 @@ AutoReqProv: No %description sslides-doc Documentation for sslides +%post sslides-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sslides-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sslides-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stack Provides: tex-stack = %{tl_version} License: LPPL @@ -194706,7 +233303,7 @@ touch /var/run/texlive/run-mtxrun %postun stack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194747,7 +233344,7 @@ touch /var/run/texlive/run-mtxrun %postun stackengine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194769,6 +233366,24 @@ AutoReqProv: No %description stackengine-doc Documentation for stackengine +%post stackengine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stackengine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stackengine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package standalone Provides: tex-standalone = %{tl_version} License: LPPL 1.3 @@ -194821,7 +233436,7 @@ touch /var/run/texlive/run-mtxrun %postun standalone if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194843,6 +233458,24 @@ AutoReqProv: No %description standalone-doc Documentation for standalone +%post standalone-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun standalone-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans standalone-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package statistik Provides: tex-statistik = %{tl_version} License: GPL+ @@ -194872,7 +233505,7 @@ touch /var/run/texlive/run-mtxrun %postun statistik if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194894,6 +233527,24 @@ AutoReqProv: No %description statistik-doc Documentation for statistik +%post statistik-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun statistik-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statistik-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stdclsdv Provides: tex-stdclsdv = %{tl_version} License: LPPL @@ -194923,7 +233574,7 @@ touch /var/run/texlive/run-mtxrun %postun stdclsdv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -194945,6 +233596,24 @@ AutoReqProv: No %description stdclsdv-doc Documentation for stdclsdv +%post stdclsdv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stdclsdv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stdclsdv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stdpage Provides: tex-stdpage = %{tl_version} License: LPPL 1.2 @@ -194983,7 +233652,7 @@ touch /var/run/texlive/run-mtxrun %postun stdpage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195005,6 +233674,24 @@ AutoReqProv: No %description stdpage-doc Documentation for stdpage +%post stdpage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stdpage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stdpage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stex Provides: tex-stex = %{tl_version} License: LPPL @@ -195082,7 +233769,7 @@ touch /var/run/texlive/run-mtxrun %postun stex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195104,6 +233791,24 @@ AutoReqProv: No %description stex-doc Documentation for stex +%post stex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package storebox Provides: tex-storebox = %{tl_version} License: LPPL 1.3 @@ -195138,7 +233843,7 @@ touch /var/run/texlive/run-mtxrun %postun storebox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195160,6 +233865,24 @@ AutoReqProv: No %description storebox-doc Documentation for storebox +%post storebox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun storebox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans storebox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package storecmd Provides: tex-storecmd = %{tl_version} License: LPPL 1.3 @@ -195191,7 +233914,7 @@ touch /var/run/texlive/run-mtxrun %postun storecmd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195213,6 +233936,24 @@ AutoReqProv: No %description storecmd-doc Documentation for storecmd +%post storecmd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun storecmd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans storecmd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stringstrings Provides: tex-stringstrings = %{tl_version} License: LPPL 1.3 @@ -195248,7 +233989,7 @@ touch /var/run/texlive/run-mtxrun %postun stringstrings if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195270,6 +234011,24 @@ AutoReqProv: No %description stringstrings-doc Documentation for stringstrings +%post stringstrings-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stringstrings-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stringstrings-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sttools Provides: tex-sttools = %{tl_version} License: LPPL 1.3 @@ -195309,7 +234068,7 @@ touch /var/run/texlive/run-mtxrun %postun sttools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195331,6 +234090,24 @@ AutoReqProv: No %description sttools-doc Documentation for sttools +%post sttools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sttools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sttools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stubs Provides: tex-stubs = %{tl_version} License: GPL+ @@ -195361,7 +234138,7 @@ touch /var/run/texlive/run-mtxrun %postun stubs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195383,6 +234160,24 @@ AutoReqProv: No %description stubs-doc Documentation for stubs +%post stubs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stubs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stubs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subdepth Provides: tex-subdepth = %{tl_version} License: LPPL @@ -195413,7 +234208,7 @@ touch /var/run/texlive/run-mtxrun %postun subdepth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195435,6 +234230,24 @@ AutoReqProv: No %description subdepth-doc Documentation for subdepth +%post subdepth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subdepth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subdepth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subeqn Provides: tex-subeqn = %{tl_version} License: LPPL @@ -195469,7 +234282,7 @@ touch /var/run/texlive/run-mtxrun %postun subeqn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195491,6 +234304,24 @@ AutoReqProv: No %description subeqn-doc Documentation for subeqn +%post subeqn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subeqn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subeqn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subeqnarray Provides: tex-subeqnarray = %{tl_version} License: LPPL @@ -195523,7 +234354,7 @@ touch /var/run/texlive/run-mtxrun %postun subeqnarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195545,6 +234376,24 @@ AutoReqProv: No %description subeqnarray-doc Documentation for subeqnarray +%post subeqnarray-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subeqnarray-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subeqnarray-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subfigmat Provides: tex-subfigmat = %{tl_version} License: LPPL @@ -195575,7 +234424,7 @@ touch /var/run/texlive/run-mtxrun %postun subfigmat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195597,6 +234446,24 @@ AutoReqProv: No %description subfigmat-doc Documentation for subfigmat +%post subfigmat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subfigmat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfigmat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subfigure Provides: tex-subfigure = %{tl_version} License: LPPL @@ -195633,7 +234500,7 @@ touch /var/run/texlive/run-mtxrun %postun subfigure if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195655,6 +234522,24 @@ AutoReqProv: No %description subfigure-doc Documentation for subfigure +%post subfigure-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subfigure-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfigure-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subfiles Provides: tex-subfiles = %{tl_version} License: LPPL 1.3 @@ -195686,7 +234571,7 @@ touch /var/run/texlive/run-mtxrun %postun subfiles if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195708,6 +234593,24 @@ AutoReqProv: No %description subfiles-doc Documentation for subfiles +%post subfiles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subfiles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfiles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subfloat Provides: tex-subfloat = %{tl_version} License: LPPL @@ -195739,7 +234642,7 @@ touch /var/run/texlive/run-mtxrun %postun subfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195761,6 +234664,24 @@ AutoReqProv: No %description subfloat-doc Documentation for subfloat +%post subfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package substitutefont Provides: tex-substitutefont = %{tl_version} License: LPPL 1.3 @@ -195791,7 +234712,7 @@ touch /var/run/texlive/run-mtxrun %postun substitutefont if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195813,6 +234734,24 @@ AutoReqProv: No %description substitutefont-doc Documentation for substitutefont +%post substitutefont-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun substitutefont-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substitutefont-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package substr Provides: tex-substr = %{tl_version} License: LPPL @@ -195843,7 +234782,7 @@ touch /var/run/texlive/run-mtxrun %postun substr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195865,6 +234804,24 @@ AutoReqProv: No %description substr-doc Documentation for substr +%post substr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun substr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package supertabular Provides: tex-supertabular = %{tl_version} License: LPPL 1.3 @@ -195894,7 +234851,7 @@ touch /var/run/texlive/run-mtxrun %postun supertabular if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195916,6 +234873,24 @@ AutoReqProv: No %description supertabular-doc Documentation for supertabular +%post supertabular-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun supertabular-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans supertabular-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svg Provides: tex-svg = %{tl_version} License: LPPL 1.3 @@ -195957,7 +234932,7 @@ touch /var/run/texlive/run-mtxrun %postun svg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -195979,6 +234954,24 @@ AutoReqProv: No %description svg-doc Documentation for svg +%post svg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svgcolor Provides: tex-svgcolor = %{tl_version} License: LPPL @@ -196006,7 +234999,7 @@ touch /var/run/texlive/run-mtxrun %postun svgcolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196028,6 +235021,24 @@ AutoReqProv: No %description svgcolor-doc Documentation for svgcolor +%post svgcolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svgcolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svgcolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svn Provides: tex-svn = %{tl_version} License: LPPL 1.3 @@ -196058,7 +235069,7 @@ touch /var/run/texlive/run-mtxrun %postun svn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196080,6 +235091,24 @@ AutoReqProv: No %description svn-doc Documentation for svn +%post svn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svn-multi Provides: tex-svn-multi = %{tl_version} License: LPPL @@ -196119,7 +235148,7 @@ touch /var/run/texlive/run-mtxrun %postun svn-multi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196141,6 +235170,24 @@ AutoReqProv: No %description svn-multi-doc Documentation for svn-multi +%post svn-multi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svn-multi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svn-multi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package svn-multi-bin Summary: Binaries for svn-multi Version: svn13663.0 @@ -196187,7 +235234,7 @@ touch /var/run/texlive/run-mtxrun %postun svninfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196209,6 +235256,24 @@ AutoReqProv: No %description svninfo-doc Documentation for svninfo +%post svninfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun svninfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans svninfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package syntax Provides: tex-syntax = %{tl_version} License: GPL+ @@ -196236,7 +235301,7 @@ touch /var/run/texlive/run-mtxrun %postun syntax if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196258,6 +235323,24 @@ AutoReqProv: No %description syntax-doc Documentation for syntax +%post syntax-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun syntax-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syntax-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package syntrace Provides: tex-syntrace = %{tl_version} License: LPPL @@ -196290,7 +235373,7 @@ touch /var/run/texlive/run-mtxrun %postun syntrace if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196312,6 +235395,24 @@ AutoReqProv: No %description syntrace-doc Documentation for syntrace +%post syntrace-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun syntrace-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syntrace-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package synttree Provides: tex-synttree = %{tl_version} License: LPPL @@ -196340,7 +235441,7 @@ touch /var/run/texlive/run-mtxrun %postun synttree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196362,6 +235463,24 @@ AutoReqProv: No %description synttree-doc Documentation for synttree +%post synttree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun synttree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans synttree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabfigures Provides: tex-tabfigures = %{tl_version} License: LPPL 1.3 @@ -196396,7 +235515,7 @@ touch /var/run/texlive/run-mtxrun %postun tabfigures if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196418,6 +235537,24 @@ AutoReqProv: No %description tabfigures-doc Documentation for tabfigures +%post tabfigures-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabfigures-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabfigures-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tableaux Provides: tex-tableaux = %{tl_version} License: LPPL @@ -196460,7 +235597,7 @@ touch /var/run/texlive/run-mtxrun %postun tableaux if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196482,6 +235619,24 @@ AutoReqProv: No %description tableaux-doc Documentation for tableaux +%post tableaux-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tableaux-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tableaux-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tablefootnote Provides: tex-tablefootnote = %{tl_version} License: LPPL 1.3 @@ -196515,7 +235670,7 @@ touch /var/run/texlive/run-mtxrun %postun tablefootnote if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196537,6 +235692,24 @@ AutoReqProv: No %description tablefootnote-doc Documentation for tablefootnote +%post tablefootnote-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tablefootnote-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablefootnote-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tableof Provides: tex-tableof = %{tl_version} License: LPPL 1.3 @@ -196571,7 +235744,7 @@ touch /var/run/texlive/run-mtxrun %postun tableof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196593,6 +235766,24 @@ AutoReqProv: No %description tableof-doc Documentation for tableof +%post tableof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tableof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tableof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tablestyles Provides: tex-tablestyles = %{tl_version} License: LPPL @@ -196621,7 +235812,7 @@ touch /var/run/texlive/run-mtxrun %postun tablestyles if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196643,6 +235834,24 @@ AutoReqProv: No %description tablestyles-doc Documentation for tablestyles +%post tablestyles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tablestyles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablestyles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tablists Provides: tex-tablists = %{tl_version} License: LPPL @@ -196673,7 +235882,7 @@ touch /var/run/texlive/run-mtxrun %postun tablists if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196695,6 +235904,24 @@ AutoReqProv: No %description tablists-doc Documentation for tablists +%post tablists-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tablists-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablists-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabls Provides: tex-tabls = %{tl_version} License: Dotseqn @@ -196725,7 +235952,7 @@ touch /var/run/texlive/run-mtxrun %postun tabls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196747,6 +235974,24 @@ AutoReqProv: No %description tabls-doc Documentation for tabls +%post tabls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabstackengine Provides: tex-tabstackengine = %{tl_version} License: LPPL @@ -196781,7 +236026,7 @@ touch /var/run/texlive/run-mtxrun %postun tabstackengine if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196803,6 +236048,24 @@ AutoReqProv: No %description tabstackengine-doc Documentation for tabstackengine +%post tabstackengine-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabstackengine-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabstackengine-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabto-ltx Provides: tex-tabto-ltx = %{tl_version} License: LPPL @@ -196836,7 +236099,7 @@ touch /var/run/texlive/run-mtxrun %postun tabto-ltx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196858,6 +236121,24 @@ AutoReqProv: No %description tabto-ltx-doc Documentation for tabto-ltx +%post tabto-ltx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabto-ltx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabto-ltx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabu Provides: tex-tabu = %{tl_version} License: LPPL 1.3 @@ -196907,7 +236188,7 @@ touch /var/run/texlive/run-mtxrun %postun tabu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196929,6 +236210,24 @@ AutoReqProv: No %description tabu-doc Documentation for tabu +%post tabu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabularborder Provides: tex-tabularborder = %{tl_version} License: LPPL 1.2 @@ -196959,7 +236258,7 @@ touch /var/run/texlive/run-mtxrun %postun tabularborder if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -196981,6 +236280,24 @@ AutoReqProv: No %description tabularborder-doc Documentation for tabularborder +%post tabularborder-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabularborder-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularborder-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabularcalc Provides: tex-tabularcalc = %{tl_version} License: LPPL @@ -197015,7 +236332,7 @@ touch /var/run/texlive/run-mtxrun %postun tabularcalc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197037,6 +236354,24 @@ AutoReqProv: No %description tabularcalc-doc Documentation for tabularcalc +%post tabularcalc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabularcalc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularcalc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabularew Provides: tex-tabularew = %{tl_version} License: LPPL @@ -197066,7 +236401,7 @@ touch /var/run/texlive/run-mtxrun %postun tabularew if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197088,6 +236423,24 @@ AutoReqProv: No %description tabularew-doc Documentation for tabularew +%post tabularew-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabularew-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabularew-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabulary Provides: tex-tabulary = %{tl_version} License: LPPL @@ -197121,7 +236474,7 @@ touch /var/run/texlive/run-mtxrun %postun tabulary if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197143,6 +236496,24 @@ AutoReqProv: No %description tabulary-doc Documentation for tabulary +%post tabulary-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabulary-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabulary-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tagging Provides: tex-tagging = %{tl_version} License: LPPL 1.3 @@ -197173,7 +236544,7 @@ touch /var/run/texlive/run-mtxrun %postun tagging if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197195,6 +236566,24 @@ AutoReqProv: No %description tagging-doc Documentation for tagging +%post tagging-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tagging-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tagging-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tagpair Provides: tex-tagpair = %{tl_version} License: LPPL 1.3 @@ -197227,7 +236616,7 @@ touch /var/run/texlive/run-mtxrun %postun tagpair if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197249,6 +236638,24 @@ AutoReqProv: No %description tagpair-doc Documentation for tagpair +%post tagpair-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tagpair-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tagpair-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package talk Provides: tex-talk = %{tl_version} License: LPPL @@ -197298,7 +236705,7 @@ touch /var/run/texlive/run-mtxrun %postun talk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197320,6 +236727,24 @@ AutoReqProv: No %description talk-doc Documentation for talk +%post talk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun talk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans talk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tamefloats Provides: tex-tamefloats = %{tl_version} License: LPPL 1.3 @@ -197353,7 +236778,7 @@ touch /var/run/texlive/run-mtxrun %postun tamefloats if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197375,6 +236800,24 @@ AutoReqProv: No %description tamefloats-doc Documentation for tamefloats +%post tamefloats-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tamefloats-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tamefloats-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tasks Provides: tex-tasks = %{tl_version} License: LPPL 1.3 @@ -197413,7 +236856,7 @@ touch /var/run/texlive/run-mtxrun %postun tasks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197435,6 +236878,24 @@ AutoReqProv: No %description tasks-doc Documentation for tasks +%post tasks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tasks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tasks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tcldoc Provides: tex-tcldoc = %{tl_version} License: LPPL @@ -197472,7 +236933,7 @@ touch /var/run/texlive/run-mtxrun %postun tcldoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197494,11 +236955,29 @@ AutoReqProv: No %description tcldoc-doc Documentation for tcldoc +%post tcldoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tcldoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tcldoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tcolorbox Provides: tex-tcolorbox = %{tl_version} License: LPPL 1.3 Summary: Coloured boxes, for LaTeX examples and theorems, etc -Version: svn37876.3.70 +Version: svn38107.3.72 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -197535,7 +237014,7 @@ output. Another common use case is the setting of theorems. The package supports saving and reuse of source code and text parts. -date: 2015-07-16 16:32:28 +0200 +date: 2015-08-12 14:13:33 +0200 %post tcolorbox mkdir -p /var/run/texlive @@ -197546,7 +237025,7 @@ touch /var/run/texlive/run-mtxrun %postun tcolorbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197559,7 +237038,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package tcolorbox-doc Summary: Documentation for tcolorbox -Version: svn37876.3.70 +Version: svn38107.3.72 Release: %{tl_noarch_release} Provides: tex-tcolorbox-doc BuildArch: noarch @@ -197568,6 +237047,24 @@ AutoReqProv: No %description tcolorbox-doc Documentation for tcolorbox +%post tcolorbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tcolorbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tcolorbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tdclock Provides: tex-tdclock = %{tl_version} License: GPLv2+ @@ -197598,7 +237095,7 @@ touch /var/run/texlive/run-mtxrun %postun tdclock if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197620,6 +237117,24 @@ AutoReqProv: No %description tdclock-doc Documentation for tdclock +%post tdclock-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tdclock-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tdclock-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package technics Provides: tex-technics = %{tl_version} License: LPPL @@ -197649,7 +237164,7 @@ touch /var/run/texlive/run-mtxrun %postun technics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197671,6 +237186,24 @@ AutoReqProv: No %description technics-doc Documentation for technics +%post technics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun technics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans technics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ted Provides: tex-ted = %{tl_version} License: LPPL @@ -197707,7 +237240,7 @@ touch /var/run/texlive/run-mtxrun %postun ted if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197729,6 +237262,24 @@ AutoReqProv: No %description ted-doc Documentation for ted +%post ted-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ted-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ted-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package templatetools Provides: tex-templatetools = %{tl_version} License: LPPL 1.3 @@ -197764,7 +237315,7 @@ touch /var/run/texlive/run-mtxrun %postun templatetools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197786,6 +237337,24 @@ AutoReqProv: No %description templatetools-doc Documentation for templatetools +%post templatetools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun templatetools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans templatetools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package termcal Provides: tex-termcal = %{tl_version} License: LPPL @@ -197821,7 +237390,7 @@ touch /var/run/texlive/run-mtxrun %postun termcal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197843,6 +237412,24 @@ AutoReqProv: No %description termcal-doc Documentation for termcal +%post termcal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun termcal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans termcal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package termlist Provides: tex-termlist = %{tl_version} License: LPPL @@ -197871,7 +237458,7 @@ touch /var/run/texlive/run-mtxrun %postun termlist if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197893,6 +237480,24 @@ AutoReqProv: No %description termlist-doc Documentation for termlist +%post termlist-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun termlist-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans termlist-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package testhyphens Provides: tex-testhyphens = %{tl_version} License: LPPL 1.3 @@ -197925,7 +237530,7 @@ touch /var/run/texlive/run-mtxrun %postun testhyphens if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197947,6 +237552,24 @@ AutoReqProv: No %description testhyphens-doc Documentation for testhyphens +%post testhyphens-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun testhyphens-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans testhyphens-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-label Provides: tex-tex-label = %{tl_version} License: LPPL 1.3 @@ -197976,7 +237599,7 @@ touch /var/run/texlive/run-mtxrun %postun tex-label if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -197998,6 +237621,24 @@ AutoReqProv: No %description tex-label-doc Documentation for tex-label +%post tex-label-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-label-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-label-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texlogos Provides: tex-texlogos = %{tl_version} License: LPPL @@ -198034,7 +237675,7 @@ touch /var/run/texlive/run-mtxrun %postun texlogos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198083,7 +237724,7 @@ touch /var/run/texlive/run-mtxrun %postun texmate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198105,6 +237746,24 @@ AutoReqProv: No %description texmate-doc Documentation for texmate +%post texmate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texmate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texmate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texments Provides: tex-texments = %{tl_version} License: LPPL @@ -198136,7 +237795,7 @@ touch /var/run/texlive/run-mtxrun %postun texments if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198158,6 +237817,24 @@ AutoReqProv: No %description texments-doc Documentation for texments +%post texments-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texments-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texments-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texpower Provides: tex-texpower = %{tl_version} License: GPL+ @@ -198213,7 +237890,7 @@ touch /var/run/texlive/run-mtxrun %postun texpower if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198236,6 +237913,24 @@ Requires: tex-tpslifonts-doc %description texpower-doc Documentation for texpower +%post texpower-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texpower-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texpower-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texshade Provides: tex-texshade = %{tl_version} License: GPLv2+ @@ -198275,7 +237970,7 @@ touch /var/run/texlive/run-mtxrun %postun texshade if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198297,6 +237992,24 @@ AutoReqProv: No %description texshade-doc Documentation for texshade +%post texshade-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texshade-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texshade-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textfit Provides: tex-textfit = %{tl_version} License: LPPL 1.3 @@ -198328,7 +238041,7 @@ touch /var/run/texlive/run-mtxrun %postun textfit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198350,6 +238063,24 @@ AutoReqProv: No %description textfit-doc Documentation for textfit +%post textfit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textfit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textfit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textgreek Provides: tex-textgreek = %{tl_version} License: LPPL @@ -198361,6 +238092,9 @@ Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils 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. @@ -198376,7 +238110,7 @@ touch /var/run/texlive/run-mtxrun %postun textgreek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198398,6 +238132,24 @@ AutoReqProv: No %description textgreek-doc Documentation for textgreek +%post textgreek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textgreek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textgreek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textmerg Provides: tex-textmerg = %{tl_version} License: Public Domain @@ -198426,7 +238178,7 @@ touch /var/run/texlive/run-mtxrun %postun textmerg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198448,6 +238200,24 @@ AutoReqProv: No %description textmerg-doc Documentation for textmerg +%post textmerg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textmerg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textmerg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textpos Provides: tex-textpos = %{tl_version} License: GPL+ @@ -198478,7 +238248,7 @@ touch /var/run/texlive/run-mtxrun %postun textpos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198500,6 +238270,24 @@ AutoReqProv: No %description textpos-doc Documentation for textpos +%post textpos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textpos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textpos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package theoremref Provides: tex-theoremref = %{tl_version} License: LPPL @@ -198531,7 +238319,7 @@ touch /var/run/texlive/run-mtxrun %postun theoremref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198553,6 +238341,24 @@ AutoReqProv: No %description theoremref-doc Documentation for theoremref +%post theoremref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun theoremref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans theoremref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thinsp Provides: tex-thinsp = %{tl_version} License: GPL+ @@ -198579,7 +238385,7 @@ touch /var/run/texlive/run-mtxrun %postun thinsp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198601,6 +238407,24 @@ AutoReqProv: No %description thinsp-doc Documentation for thinsp +%post thinsp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thinsp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thinsp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thmtools Provides: tex-thmtools = %{tl_version} License: LPPL 1.3 @@ -198656,7 +238480,7 @@ touch /var/run/texlive/run-mtxrun %postun thmtools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198678,6 +238502,24 @@ AutoReqProv: No %description thmtools-doc Documentation for thmtools +%post thmtools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thmtools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thmtools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package threadcol Provides: tex-threadcol = %{tl_version} License: LPPL 1.3 @@ -198714,7 +238556,7 @@ touch /var/run/texlive/run-mtxrun %postun threadcol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198736,6 +238578,24 @@ AutoReqProv: No %description threadcol-doc Documentation for threadcol +%post threadcol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun threadcol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threadcol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package threeparttable Provides: tex-threeparttable = %{tl_version} License: Threeparttable @@ -198768,7 +238628,7 @@ touch /var/run/texlive/run-mtxrun %postun threeparttable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198790,6 +238650,24 @@ AutoReqProv: No %description threeparttable-doc Documentation for threeparttable +%post threeparttable-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun threeparttable-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeparttable-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package threeparttablex Provides: tex-threeparttablex = %{tl_version} License: LPPL @@ -198819,7 +238697,7 @@ touch /var/run/texlive/run-mtxrun %postun threeparttablex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198841,6 +238719,24 @@ AutoReqProv: No %description threeparttablex-doc Documentation for threeparttablex +%post threeparttablex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun threeparttablex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeparttablex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thumb Provides: tex-thumb = %{tl_version} License: GPL+ @@ -198869,7 +238765,7 @@ touch /var/run/texlive/run-mtxrun %postun thumb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198891,6 +238787,24 @@ AutoReqProv: No %description thumb-doc Documentation for thumb +%post thumb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thumb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thumbs Provides: tex-thumbs = %{tl_version} License: LPPL 1.3 @@ -198936,7 +238850,7 @@ touch /var/run/texlive/run-mtxrun %postun thumbs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -198958,6 +238872,24 @@ AutoReqProv: No %description thumbs-doc Documentation for thumbs +%post thumbs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thumbs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumbs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thumby Provides: tex-thumby = %{tl_version} License: GPLv3+ @@ -198994,7 +238926,7 @@ touch /var/run/texlive/run-mtxrun %postun thumby if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199016,6 +238948,24 @@ AutoReqProv: No %description thumby-doc Documentation for thumby +%post thumby-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thumby-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thumby-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ticket Provides: tex-ticket = %{tl_version} License: LPPL @@ -199048,7 +238998,7 @@ touch /var/run/texlive/run-mtxrun %postun ticket if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199070,6 +239020,24 @@ AutoReqProv: No %description ticket-doc Documentation for ticket +%post ticket-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ticket-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ticket-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titlecaps Provides: tex-titlecaps = %{tl_version} License: LPPL 1.3 @@ -199080,6 +239048,8 @@ BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +# bz 1186688 +Requires: tex(ifnextok.sty) Provides: tex(titlecaps.sty) = %{tl_version} %description titlecaps @@ -199103,7 +239073,7 @@ touch /var/run/texlive/run-mtxrun %postun titlecaps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199125,6 +239095,24 @@ AutoReqProv: No %description titlecaps-doc Documentation for titlecaps +%post titlecaps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titlecaps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlecaps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titlefoot Provides: tex-titlefoot = %{tl_version} License: LPPL @@ -199155,7 +239143,7 @@ touch /var/run/texlive/run-mtxrun %postun titlefoot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199197,7 +239185,7 @@ touch /var/run/texlive/run-mtxrun %postun titlepic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199219,6 +239207,24 @@ AutoReqProv: No %description titlepic-doc Documentation for titlepic +%post titlepic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titlepic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlepic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titleref Provides: tex-titleref = %{tl_version} License: Public Domain @@ -199248,7 +239254,7 @@ touch /var/run/texlive/run-mtxrun %postun titleref if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199270,6 +239276,24 @@ AutoReqProv: No %description titleref-doc Documentation for titleref +%post titleref-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titleref-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titleref-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titlesec Provides: tex-titlesec = %{tl_version} License: LPPL @@ -199305,7 +239329,7 @@ touch /var/run/texlive/run-mtxrun %postun titlesec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199327,6 +239351,24 @@ AutoReqProv: No %description titlesec-doc Documentation for titlesec +%post titlesec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titlesec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titlesec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package titling Provides: tex-titling = %{tl_version} License: LPPL @@ -199358,7 +239400,7 @@ touch /var/run/texlive/run-mtxrun %postun titling if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199380,6 +239422,24 @@ AutoReqProv: No %description titling-doc Documentation for titling +%post titling-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun titling-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans titling-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tocbibind Provides: tex-tocbibind = %{tl_version} License: LPPL @@ -199407,7 +239467,7 @@ touch /var/run/texlive/run-mtxrun %postun tocbibind if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199429,6 +239489,24 @@ AutoReqProv: No %description tocbibind-doc Documentation for tocbibind +%post tocbibind-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tocbibind-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocbibind-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tocloft Provides: tex-tocloft = %{tl_version} License: LPPL 1.3 @@ -199457,7 +239535,7 @@ touch /var/run/texlive/run-mtxrun %postun tocloft if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199479,6 +239557,24 @@ AutoReqProv: No %description tocloft-doc Documentation for tocloft +%post tocloft-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tocloft-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocloft-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tocvsec2 Provides: tex-tocvsec2 = %{tl_version} License: LPPL 1.3 @@ -199508,7 +239604,7 @@ touch /var/run/texlive/run-mtxrun %postun tocvsec2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199530,6 +239626,24 @@ AutoReqProv: No %description tocvsec2-doc Documentation for tocvsec2 +%post tocvsec2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tocvsec2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tocvsec2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package todo Provides: tex-todo = %{tl_version} License: LPPL @@ -199559,7 +239673,7 @@ touch /var/run/texlive/run-mtxrun %postun todo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199581,6 +239695,24 @@ AutoReqProv: No %description todo-doc Documentation for todo +%post todo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun todo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans todo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package todonotes Provides: tex-todonotes = %{tl_version} License: LPPL 1.2 @@ -199614,7 +239746,7 @@ touch /var/run/texlive/run-mtxrun %postun todonotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199636,6 +239768,24 @@ AutoReqProv: No %description todonotes-doc Documentation for todonotes +%post todonotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun todonotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans todonotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tokenizer Provides: tex-tokenizer = %{tl_version} License: LPPL @@ -199670,7 +239820,7 @@ touch /var/run/texlive/run-mtxrun %postun tokenizer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199692,6 +239842,24 @@ AutoReqProv: No %description tokenizer-doc Documentation for tokenizer +%post tokenizer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tokenizer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tokenizer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package toolbox Provides: tex-toolbox = %{tl_version} License: LPPL @@ -199723,7 +239891,7 @@ touch /var/run/texlive/run-mtxrun %postun toolbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199745,6 +239913,24 @@ AutoReqProv: No %description toolbox-doc Documentation for toolbox +%post toolbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun toolbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans toolbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package topfloat Provides: tex-topfloat = %{tl_version} License: GPL+ @@ -199771,7 +239957,7 @@ touch /var/run/texlive/run-mtxrun %postun topfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199793,6 +239979,24 @@ AutoReqProv: No %description topfloat-doc Documentation for topfloat +%post topfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun topfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans topfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package totcount Provides: tex-totcount = %{tl_version} License: LPPL @@ -199823,7 +240027,7 @@ touch /var/run/texlive/run-mtxrun %postun totcount if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199845,6 +240049,24 @@ AutoReqProv: No %description totcount-doc Documentation for totcount +%post totcount-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun totcount-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans totcount-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package totpages Provides: tex-totpages = %{tl_version} License: LPPL @@ -199876,7 +240098,7 @@ touch /var/run/texlive/run-mtxrun %postun totpages if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199898,11 +240120,29 @@ AutoReqProv: No %description totpages-doc Documentation for totpages +%post totpages-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun totpages-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans totpages-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package translations Provides: tex-translations = %{tl_version} License: LPPL 1.3 Summary: Internationalisation of LaTeX2e packages -Version: svn37820.1.2b +Version: svn38308.1.2d Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -199923,7 +240163,7 @@ from babel or polyglossia if either is in use in the document. (Additional languages from the multilingual packages may be possible: ask the author.) -date: 2015-07-09 18:30:24 +0200 +date: 2015-09-06 13:02:17 +0200 %post translations mkdir -p /var/run/texlive @@ -199934,7 +240174,7 @@ touch /var/run/texlive/run-mtxrun %postun translations if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -199947,7 +240187,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package translations-doc Summary: Documentation for translations -Version: svn37820.1.2b +Version: svn38308.1.2d Release: %{tl_noarch_release} Provides: tex-translations-doc BuildArch: noarch @@ -199956,6 +240196,24 @@ AutoReqProv: No %description translations-doc Documentation for translations +%post translations-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun translations-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans translations-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package trfsigns Provides: tex-trfsigns = %{tl_version} License: GPL+ @@ -199983,7 +240241,7 @@ touch /var/run/texlive/run-mtxrun %postun trfsigns if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200005,6 +240263,24 @@ AutoReqProv: No %description trfsigns-doc Documentation for trfsigns +%post trfsigns-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun trfsigns-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trfsigns-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package trimspaces Provides: tex-trimspaces = %{tl_version} License: LPPL @@ -200035,7 +240311,7 @@ touch /var/run/texlive/run-mtxrun %postun trimspaces if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200057,6 +240333,24 @@ AutoReqProv: No %description trimspaces-doc Documentation for trimspaces +%post trimspaces-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun trimspaces-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trimspaces-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package trivfloat Provides: tex-trivfloat = %{tl_version} License: LPPL @@ -200089,7 +240383,7 @@ touch /var/run/texlive/run-mtxrun %postun trivfloat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200111,6 +240405,24 @@ AutoReqProv: No %description trivfloat-doc Documentation for trivfloat +%post trivfloat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun trivfloat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trivfloat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package trsym Provides: tex-trsym = %{tl_version} License: LPPL 1.2 @@ -200143,7 +240455,7 @@ touch /var/run/texlive/run-mtxrun %postun trsym if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200165,6 +240477,24 @@ AutoReqProv: No %description trsym-doc Documentation for trsym +%post trsym-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun trsym-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans trsym-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package truncate Provides: tex-truncate = %{tl_version} License: Public Domain @@ -200192,7 +240522,7 @@ touch /var/run/texlive/run-mtxrun %postun truncate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200214,6 +240544,24 @@ AutoReqProv: No %description truncate-doc Documentation for truncate +%post truncate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun truncate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans truncate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tucv Provides: tex-tucv = %{tl_version} License: CC-BY-SA @@ -200253,7 +240601,7 @@ touch /var/run/texlive/run-mtxrun %postun tucv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200275,6 +240623,24 @@ AutoReqProv: No %description tucv-doc Documentation for tucv +%post tucv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tucv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tucv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package turnthepage Provides: tex-turnthepage = %{tl_version} License: LPPL @@ -200311,7 +240677,7 @@ touch /var/run/texlive/run-mtxrun %postun turnthepage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200333,6 +240699,24 @@ AutoReqProv: No %description turnthepage-doc Documentation for turnthepage +%post turnthepage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun turnthepage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turnthepage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package twoinone Provides: tex-twoinone = %{tl_version} License: Public Domain @@ -200361,7 +240745,7 @@ touch /var/run/texlive/run-mtxrun %postun twoinone if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200383,6 +240767,24 @@ AutoReqProv: No %description twoinone-doc Documentation for twoinone +%post twoinone-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun twoinone-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans twoinone-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package twoup Provides: tex-twoup = %{tl_version} License: LPPL @@ -200415,7 +240817,7 @@ touch /var/run/texlive/run-mtxrun %postun twoup if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200437,6 +240839,24 @@ AutoReqProv: No %description twoup-doc Documentation for twoup +%post twoup-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun twoup-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans twoup-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package txgreeks Provides: tex-txgreeks = %{tl_version} License: LPPL 1.3 @@ -200470,7 +240890,7 @@ touch /var/run/texlive/run-mtxrun %postun txgreeks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200492,6 +240912,24 @@ AutoReqProv: No %description txgreeks-doc Documentation for txgreeks +%post txgreeks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun txgreeks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans txgreeks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package type1cm Provides: tex-type1cm = %{tl_version} License: LPPL @@ -200529,7 +240967,7 @@ touch /var/run/texlive/run-mtxrun %postun type1cm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200551,6 +240989,24 @@ AutoReqProv: No %description type1cm-doc Documentation for type1cm +%post type1cm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun type1cm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans type1cm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package typeface Provides: tex-typeface = %{tl_version} License: LPPL 1.3 @@ -200600,7 +241056,7 @@ touch /var/run/texlive/run-mtxrun %postun typeface if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200622,6 +241078,24 @@ AutoReqProv: No %description typeface-doc Documentation for typeface +%post typeface-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun typeface-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typeface-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package typogrid Provides: tex-typogrid = %{tl_version} License: LPPL @@ -200653,7 +241127,7 @@ touch /var/run/texlive/run-mtxrun %postun typogrid if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200675,6 +241149,92 @@ AutoReqProv: No %description typogrid-doc Documentation for typogrid +%post typogrid-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun typogrid-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans typogrid-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package uassign +Provides: tex-uassign = %{tl_version} +License: GPLv2+ +Summary: Provides environments and options for typesetting university assignments +Version: svn38326.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: tex(ifthen.sty) +Provides: tex(uassign.sty) = %{tl_version} + +%description uassign +Provides environments and options for typesetting university +assignments + +date: 2015-09-08 08:01:50 +0200 + +%post uassign +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun uassign +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uassign +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package uassign-doc +Summary: Documentation for uassign +Version: svn38326.0 +Release: %{tl_noarch_release} +Provides: tex-uassign-doc +BuildArch: noarch +AutoReqProv: No + +%description uassign-doc +Documentation for uassign + +%post uassign-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uassign-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uassign-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucs Provides: tex-ucs = %{tl_version} License: LPPL 1.3 @@ -200937,7 +241497,7 @@ touch /var/run/texlive/run-mtxrun %postun ucs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -200959,6 +241519,24 @@ AutoReqProv: No %description ucs-doc Documentation for ucs +%post ucs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uebungsblatt Provides: tex-uebungsblatt = %{tl_version} License: LPPL @@ -200999,7 +241577,7 @@ touch /var/run/texlive/run-mtxrun %postun uebungsblatt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201021,6 +241599,24 @@ AutoReqProv: No %description uebungsblatt-doc Documentation for uebungsblatt +%post uebungsblatt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uebungsblatt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uebungsblatt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package umoline Provides: tex-umoline = %{tl_version} License: LPPL @@ -201048,7 +241644,7 @@ touch /var/run/texlive/run-mtxrun %postun umoline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201070,6 +241666,24 @@ AutoReqProv: No %description umoline-doc Documentation for umoline +%post umoline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun umoline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umoline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package underlin Provides: tex-underlin = %{tl_version} License: LPPL @@ -201097,7 +241711,7 @@ touch /var/run/texlive/run-mtxrun %postun underlin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201119,6 +241733,24 @@ AutoReqProv: No %description underlin-doc Documentation for underlin +%post underlin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun underlin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underlin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package underoverlap Provides: tex-underoverlap = %{tl_version} License: LPPL 1.3 @@ -201150,7 +241782,7 @@ touch /var/run/texlive/run-mtxrun %postun underoverlap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201172,6 +241804,24 @@ AutoReqProv: No %description underoverlap-doc Documentation for underoverlap +%post underoverlap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun underoverlap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans underoverlap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package undolabl Provides: tex-undolabl = %{tl_version} License: LPPL 1.3 @@ -201199,7 +241849,7 @@ touch /var/run/texlive/run-mtxrun %postun undolabl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201221,6 +241871,24 @@ AutoReqProv: No %description undolabl-doc Documentation for undolabl +%post undolabl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun undolabl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans undolabl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package units Provides: tex-units = %{tl_version} License: GPL+ @@ -201251,7 +241919,7 @@ touch /var/run/texlive/run-mtxrun %postun units if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201273,6 +241941,24 @@ AutoReqProv: No %description units-doc Documentation for units +%post units-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun units-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans units-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unravel Provides: tex-unravel = %{tl_version} License: LPPL @@ -201310,7 +241996,7 @@ touch /var/run/texlive/run-mtxrun %postun unravel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201332,11 +242018,29 @@ AutoReqProv: No %description unravel-doc Documentation for unravel +%post unravel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unravel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unravel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package upmethodology Provides: tex-upmethodology = %{tl_version} License: LGPLv2+ Summary: Writing specifications such as for UP-based methodologies -Version: svn37694.0 +Version: svn38094.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -201395,7 +242099,7 @@ document versioning, document history, document authors, document validators, specification description, task management, and several helping macros. -date: 2015-06-26 18:48:34 +0200 +date: 2015-08-10 18:57:07 +0200 %post upmethodology mkdir -p /var/run/texlive @@ -201406,7 +242110,7 @@ touch /var/run/texlive/run-mtxrun %postun upmethodology if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201419,7 +242123,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package upmethodology-doc Summary: Documentation for upmethodology -Version: svn37694.0 +Version: svn38094.0 Release: %{tl_noarch_release} Provides: tex-upmethodology-doc BuildArch: noarch @@ -201428,6 +242132,24 @@ AutoReqProv: No %description upmethodology-doc Documentation for upmethodology +%post upmethodology-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun upmethodology-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upmethodology-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package upquote Provides: tex-upquote = %{tl_version} License: LPPL 1.2 @@ -201465,7 +242187,7 @@ touch /var/run/texlive/run-mtxrun %postun upquote if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201487,6 +242209,24 @@ AutoReqProv: No %description upquote-doc Documentation for upquote +%post upquote-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun upquote-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans upquote-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uri Provides: tex-uri = %{tl_version} License: LPPL 1.3 @@ -201518,7 +242258,7 @@ touch /var/run/texlive/run-mtxrun %postun uri if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201540,6 +242280,24 @@ AutoReqProv: No %description uri-doc Documentation for uri +%post uri-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uri-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uri-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ushort Provides: tex-ushort = %{tl_version} License: LPPL @@ -201569,7 +242327,7 @@ touch /var/run/texlive/run-mtxrun %postun ushort if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201591,6 +242349,24 @@ AutoReqProv: No %description ushort-doc Documentation for ushort +%post ushort-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ushort-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ushort-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package varindex Provides: tex-varindex = %{tl_version} License: LPPL @@ -201622,7 +242398,7 @@ touch /var/run/texlive/run-mtxrun %postun varindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201644,6 +242420,24 @@ AutoReqProv: No %description varindex-doc Documentation for varindex +%post varindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun varindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package varsfromjobname Provides: tex-varsfromjobname = %{tl_version} License: LPPL @@ -201674,7 +242468,7 @@ touch /var/run/texlive/run-mtxrun %postun varsfromjobname if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201696,6 +242490,24 @@ AutoReqProv: No %description varsfromjobname-doc Documentation for varsfromjobname +%post varsfromjobname-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun varsfromjobname-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varsfromjobname-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package varwidth Provides: tex-varwidth = %{tl_version} License: LPPL @@ -201724,7 +242536,7 @@ touch /var/run/texlive/run-mtxrun %postun varwidth if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201746,6 +242558,24 @@ AutoReqProv: No %description varwidth-doc Documentation for varwidth +%post varwidth-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun varwidth-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varwidth-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vdmlisting Provides: tex-vdmlisting = %{tl_version} License: LPPL @@ -201781,7 +242611,7 @@ touch /var/run/texlive/run-mtxrun %postun vdmlisting if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201803,6 +242633,24 @@ AutoReqProv: No %description vdmlisting-doc Documentation for vdmlisting +%post vdmlisting-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vdmlisting-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vdmlisting-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verbasef Provides: tex-verbasef = %{tl_version} License: GPL+ @@ -201839,7 +242687,7 @@ touch /var/run/texlive/run-mtxrun %postun verbasef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201861,6 +242709,24 @@ AutoReqProv: No %description verbasef-doc Documentation for verbasef +%post verbasef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verbasef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbasef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verbatimbox Provides: tex-verbatimbox = %{tl_version} License: LPPL @@ -201897,7 +242763,7 @@ touch /var/run/texlive/run-mtxrun %postun verbatimbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201919,6 +242785,24 @@ AutoReqProv: No %description verbatimbox-doc Documentation for verbatimbox +%post verbatimbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verbatimbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbatimbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verbatimcopy Provides: tex-verbatimcopy = %{tl_version} License: LPPL @@ -201950,7 +242834,7 @@ touch /var/run/texlive/run-mtxrun %postun verbatimcopy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -201972,6 +242856,24 @@ AutoReqProv: No %description verbatimcopy-doc Documentation for verbatimcopy +%post verbatimcopy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verbatimcopy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbatimcopy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verbdef Provides: tex-verbdef = %{tl_version} License: LPPL @@ -202004,7 +242906,7 @@ touch /var/run/texlive/run-mtxrun %postun verbdef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202026,6 +242928,24 @@ AutoReqProv: No %description verbdef-doc Documentation for verbdef +%post verbdef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verbdef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbdef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package verbments Provides: tex-verbments = %{tl_version} License: LPPL 1.2 @@ -202060,7 +242980,7 @@ touch /var/run/texlive/run-mtxrun %postun verbments if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202082,6 +243002,24 @@ AutoReqProv: No %description verbments-doc Documentation for verbments +%post verbments-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun verbments-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans verbments-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package version Provides: tex-version = %{tl_version} License: Copyright only @@ -202113,7 +243051,7 @@ touch /var/run/texlive/run-mtxrun %postun version if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202135,6 +243073,24 @@ AutoReqProv: No %description version-doc Documentation for version +%post version-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun version-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans version-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package versions Provides: tex-versions = %{tl_version} License: LPPL 1.3 @@ -202164,7 +243120,7 @@ touch /var/run/texlive/run-mtxrun %postun versions if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202186,6 +243142,24 @@ AutoReqProv: No %description versions-doc Documentation for versions +%post versions-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun versions-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans versions-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package versonotes Provides: tex-versonotes = %{tl_version} License: LPPL 1.3 @@ -202216,7 +243190,7 @@ touch /var/run/texlive/run-mtxrun %postun versonotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202238,6 +243212,24 @@ AutoReqProv: No %description versonotes-doc Documentation for versonotes +%post versonotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun versonotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans versonotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vertbars Provides: tex-vertbars = %{tl_version} License: LPPL 1.3 @@ -202267,7 +243259,7 @@ touch /var/run/texlive/run-mtxrun %postun vertbars if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202289,6 +243281,24 @@ AutoReqProv: No %description vertbars-doc Documentation for vertbars +%post vertbars-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vertbars-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vertbars-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vgrid Provides: tex-vgrid = %{tl_version} License: LPPL 1.3 @@ -202320,7 +243330,7 @@ touch /var/run/texlive/run-mtxrun %postun vgrid if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202342,6 +243352,24 @@ AutoReqProv: No %description vgrid-doc Documentation for vgrid +%post vgrid-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vgrid-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vgrid-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vhistory Provides: tex-vhistory = %{tl_version} License: LPPL 1.2 @@ -202376,7 +243404,7 @@ touch /var/run/texlive/run-mtxrun %postun vhistory if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202398,6 +243426,24 @@ AutoReqProv: No %description vhistory-doc Documentation for vhistory +%post vhistory-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vhistory-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vhistory-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vmargin Provides: tex-vmargin = %{tl_version} License: LPPL @@ -202431,7 +243477,7 @@ touch /var/run/texlive/run-mtxrun %postun vmargin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202453,6 +243499,24 @@ AutoReqProv: No %description vmargin-doc Documentation for vmargin +%post vmargin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vmargin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vmargin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package volumes Provides: tex-volumes = %{tl_version} License: LPPL @@ -202486,7 +243550,7 @@ touch /var/run/texlive/run-mtxrun %postun volumes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202508,6 +243572,24 @@ AutoReqProv: No %description volumes-doc Documentation for volumes +%post volumes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun volumes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans volumes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vpe Provides: tex-vpe = %{tl_version} License: LPPL @@ -202545,7 +243627,7 @@ touch /var/run/texlive/run-mtxrun %postun vpe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202567,6 +243649,24 @@ AutoReqProv: No %description vpe-doc Documentation for vpe +%post vpe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vpe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vpe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vpe-bin Summary: Binaries for vpe Version: svn6897.0 @@ -202607,7 +243707,7 @@ touch /var/run/texlive/run-mtxrun %postun vruler if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202629,6 +243729,24 @@ AutoReqProv: No %description vruler-doc Documentation for vruler +%post vruler-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vruler-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vruler-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vwcol Provides: tex-vwcol = %{tl_version} License: LPPL 1.3 @@ -202662,7 +243780,7 @@ touch /var/run/texlive/run-mtxrun %postun vwcol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202684,6 +243802,24 @@ AutoReqProv: No %description vwcol-doc Documentation for vwcol +%post vwcol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vwcol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vwcol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wallpaper Provides: tex-wallpaper = %{tl_version} License: LPPL @@ -202717,7 +243853,7 @@ touch /var/run/texlive/run-mtxrun %postun wallpaper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202739,6 +243875,24 @@ AutoReqProv: No %description wallpaper-doc Documentation for wallpaper +%post wallpaper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wallpaper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wallpaper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package warning Provides: tex-warning = %{tl_version} License: LPPL @@ -202768,7 +243922,7 @@ touch /var/run/texlive/run-mtxrun %postun warning if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202790,6 +243944,24 @@ AutoReqProv: No %description warning-doc Documentation for warning +%post warning-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun warning-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans warning-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package warpcol Provides: tex-warpcol = %{tl_version} License: LPPL @@ -202824,7 +243996,7 @@ touch /var/run/texlive/run-mtxrun %postun warpcol if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202846,6 +244018,24 @@ AutoReqProv: No %description warpcol-doc Documentation for warpcol +%post warpcol-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun warpcol-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans warpcol-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package was Provides: tex-was = %{tl_version} License: Public Domain @@ -202879,7 +244069,7 @@ touch /var/run/texlive/run-mtxrun %postun was if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202901,6 +244091,24 @@ AutoReqProv: No %description was-doc Documentation for was +%post was-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun was-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans was-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package widetable Provides: tex-widetable = %{tl_version} License: LPPL 1.3 @@ -202933,7 +244141,7 @@ touch /var/run/texlive/run-mtxrun %postun widetable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -202955,6 +244163,24 @@ AutoReqProv: No %description widetable-doc Documentation for widetable +%post widetable-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun widetable-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans widetable-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package williams Provides: tex-williams = %{tl_version} License: LPPL @@ -202989,7 +244215,7 @@ touch /var/run/texlive/run-mtxrun %postun williams if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203011,11 +244237,29 @@ AutoReqProv: No %description williams-doc Documentation for williams +%post williams-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun williams-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans williams-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package withargs Provides: tex-withargs = %{tl_version} License: LPPL 1.3 Summary: Ephemeral macro use -Version: svn31906.0.0.2 +Version: svn38320.0.1.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -203042,7 +244286,7 @@ Provides: tex(withargs.sty) = %{tl_version} %description withargs withargs package -date: 2014-02-26 23:03:13 +0100 +date: 2015-09-07 15:13:20 +0200 %post withargs mkdir -p /var/run/texlive @@ -203053,7 +244297,7 @@ touch /var/run/texlive/run-mtxrun %postun withargs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203066,7 +244310,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package withargs-doc Summary: Documentation for withargs -Version: svn31906.0.0.2 +Version: svn38320.0.1.0 Release: %{tl_noarch_release} Provides: tex-withargs-doc BuildArch: noarch @@ -203075,6 +244319,24 @@ AutoReqProv: No %description withargs-doc Documentation for withargs +%post withargs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun withargs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans withargs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wordlike Provides: tex-wordlike = %{tl_version} License: LPPL @@ -203113,7 +244375,7 @@ touch /var/run/texlive/run-mtxrun %postun wordlike if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203135,6 +244397,24 @@ AutoReqProv: No %description wordlike-doc Documentation for wordlike +%post wordlike-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wordlike-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wordlike-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wrapfig Provides: tex-wrapfig = %{tl_version} License: LPPL @@ -203164,7 +244444,7 @@ touch /var/run/texlive/run-mtxrun %postun wrapfig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203186,6 +244466,24 @@ AutoReqProv: No %description wrapfig-doc Documentation for wrapfig +%post wrapfig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wrapfig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wrapfig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xargs Provides: tex-xargs = %{tl_version} License: LPPL @@ -203216,7 +244514,7 @@ touch /var/run/texlive/run-mtxrun %postun xargs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203238,6 +244536,24 @@ AutoReqProv: No %description xargs-doc Documentation for xargs +%post xargs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xargs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xargs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcolor-solarized Provides: tex-xcolor-solarized = %{tl_version} License: LPPL 1.3 @@ -203268,7 +244584,7 @@ touch /var/run/texlive/run-mtxrun %postun xcolor-solarized if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203290,6 +244606,24 @@ AutoReqProv: No %description xcolor-solarized-doc Documentation for xcolor-solarized +%post xcolor-solarized-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcolor-solarized-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcolor-solarized-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcomment Provides: tex-xcomment = %{tl_version} License: LPPL @@ -203325,7 +244659,7 @@ touch /var/run/texlive/run-mtxrun %postun xcomment if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203347,6 +244681,24 @@ AutoReqProv: No %description xcomment-doc Documentation for xcomment +%post xcomment-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcomment-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcomment-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xdoc Provides: tex-xdoc = %{tl_version} License: LPPL @@ -203402,7 +244754,7 @@ touch /var/run/texlive/run-mtxrun %postun xdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203424,6 +244776,24 @@ AutoReqProv: No %description xdoc-doc Documentation for xdoc +%post xdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xfor Provides: tex-xfor = %{tl_version} License: LPPL @@ -203453,7 +244823,7 @@ touch /var/run/texlive/run-mtxrun %postun xfor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203475,6 +244845,24 @@ AutoReqProv: No %description xfor-doc Documentation for xfor +%post xfor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xfor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xfor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xhfill Provides: tex-xhfill = %{tl_version} License: LPPL @@ -203506,7 +244894,7 @@ touch /var/run/texlive/run-mtxrun %postun xhfill if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203528,11 +244916,29 @@ AutoReqProv: No %description xhfill-doc Documentation for xhfill +%post xhfill-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xhfill-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xhfill-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xint Provides: tex-xint = %{tl_version} License: LPPL 1.3 Summary: Expandable operations on long numbers -Version: svn36463.1.1a +Version: svn38368.1.1c Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -203573,7 +244979,7 @@ continued fractions. All of the packages' computations are done in a way that they can operate in an expanding environment. The packages may be used either with Plain TeX or LaTeX. -date: 2015-03-08 10:34:09 +0100 +date: 2015-09-13 12:02:05 +0200 %post xint mkdir -p /var/run/texlive @@ -203584,7 +244990,7 @@ touch /var/run/texlive/run-mtxrun %postun xint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203597,7 +245003,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package xint-doc Summary: Documentation for xint -Version: svn36463.1.1a +Version: svn38368.1.1c Release: %{tl_noarch_release} Provides: tex-xint-doc BuildArch: noarch @@ -203606,6 +245012,24 @@ AutoReqProv: No %description xint-doc Documentation for xint +%post xint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xmpincl Provides: tex-xmpincl = %{tl_version} License: GPL+ @@ -203643,7 +245067,7 @@ touch /var/run/texlive/run-mtxrun %postun xmpincl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203665,6 +245089,24 @@ AutoReqProv: No %description xmpincl-doc Documentation for xmpincl +%post xmpincl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xmpincl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xmpincl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xnewcommand Provides: tex-xnewcommand = %{tl_version} License: LPPL @@ -203693,7 +245135,7 @@ touch /var/run/texlive/run-mtxrun %postun xnewcommand if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203715,6 +245157,24 @@ AutoReqProv: No %description xnewcommand-doc Documentation for xnewcommand +%post xnewcommand-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xnewcommand-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xnewcommand-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xoptarg Provides: tex-xoptarg = %{tl_version} License: LPPL @@ -203743,7 +245203,7 @@ touch /var/run/texlive/run-mtxrun %postun xoptarg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203765,6 +245225,24 @@ AutoReqProv: No %description xoptarg-doc Documentation for xoptarg +%post xoptarg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xoptarg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xoptarg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpatch Provides: tex-xpatch = %{tl_version} License: LPPL 1.3 @@ -203795,7 +245273,7 @@ touch /var/run/texlive/run-mtxrun %postun xpatch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203817,6 +245295,24 @@ AutoReqProv: No %description xpatch-doc Documentation for xpatch +%post xpatch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpatch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpatch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpeek Provides: tex-xpeek = %{tl_version} License: LPPL 1.3 @@ -203847,7 +245343,7 @@ touch /var/run/texlive/run-mtxrun %postun xpeek if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203869,6 +245365,24 @@ AutoReqProv: No %description xpeek-doc Documentation for xpeek +%post xpeek-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpeek-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpeek-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xprintlen Provides: tex-xprintlen = %{tl_version} License: LPPL 1.3 @@ -203899,7 +245413,7 @@ touch /var/run/texlive/run-mtxrun %postun xprintlen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203921,6 +245435,24 @@ AutoReqProv: No %description xprintlen-doc Documentation for xprintlen +%post xprintlen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xprintlen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xprintlen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpunctuate Provides: tex-xpunctuate = %{tl_version} License: LPPL 1.2 @@ -203953,7 +245485,7 @@ touch /var/run/texlive/run-mtxrun %postun xpunctuate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -203975,6 +245507,24 @@ AutoReqProv: No %description xpunctuate-doc Documentation for xpunctuate +%post xpunctuate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpunctuate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpunctuate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xstring Provides: tex-xstring = %{tl_version} License: LPPL @@ -204008,7 +245558,7 @@ touch /var/run/texlive/run-mtxrun %postun xstring if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204030,6 +245580,24 @@ AutoReqProv: No %description xstring-doc Documentation for xstring +%post xstring-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xstring-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xstring-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xtab Provides: tex-xtab = %{tl_version} License: LPPL @@ -204058,7 +245626,7 @@ touch /var/run/texlive/run-mtxrun %postun xtab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204080,6 +245648,24 @@ AutoReqProv: No %description xtab-doc Documentation for xtab +%post xtab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xtab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xtab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xwatermark Provides: tex-xwatermark = %{tl_version} License: LPPL 1.3 @@ -204091,6 +245677,8 @@ Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils Requires: tex(catoptions.sty) +# bz1197494 +Requires: tex(ltxkeys.sty) Provides: tex(xwatermark.sty) = %{tl_version} %description xwatermark @@ -204108,7 +245696,7 @@ touch /var/run/texlive/run-mtxrun %postun xwatermark if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204130,6 +245718,24 @@ AutoReqProv: No %description xwatermark-doc Documentation for xwatermark +%post xwatermark-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xwatermark-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xwatermark-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xytree Provides: tex-xytree = %{tl_version} License: LPPL @@ -204160,7 +245766,7 @@ touch /var/run/texlive/run-mtxrun %postun xytree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204182,6 +245788,24 @@ AutoReqProv: No %description xytree-doc Documentation for xytree +%post xytree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xytree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xytree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yafoot Provides: tex-yafoot = %{tl_version} License: LPPL @@ -204212,7 +245836,7 @@ touch /var/run/texlive/run-mtxrun %postun yafoot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204234,6 +245858,24 @@ AutoReqProv: No %description yafoot-doc Documentation for yafoot +%post yafoot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yafoot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yafoot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yagusylo Provides: tex-yagusylo = %{tl_version} License: LPPL @@ -204270,7 +245912,7 @@ touch /var/run/texlive/run-mtxrun %postun yagusylo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204292,6 +245934,24 @@ AutoReqProv: No %description yagusylo-doc Documentation for yagusylo +%post yagusylo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yagusylo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yagusylo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ydoc Provides: tex-ydoc = %{tl_version} License: LPPL 1.3 @@ -204344,7 +246004,7 @@ touch /var/run/texlive/run-mtxrun %postun ydoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204366,6 +246026,24 @@ AutoReqProv: No %description ydoc-doc Documentation for ydoc +%post ydoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ydoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ydoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yplan Provides: tex-yplan = %{tl_version} License: LPPL @@ -204401,7 +246079,7 @@ touch /var/run/texlive/run-mtxrun %postun yplan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204423,6 +246101,24 @@ AutoReqProv: No %description yplan-doc Documentation for yplan +%post yplan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yplan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yplan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yplan-bin Summary: Binaries for yplan Version: svn34398.0 @@ -204462,7 +246158,7 @@ touch /var/run/texlive/run-mtxrun %postun zed-csp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204484,6 +246180,24 @@ AutoReqProv: No %description zed-csp-doc Documentation for zed-csp +%post zed-csp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zed-csp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zed-csp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ziffer Provides: tex-ziffer = %{tl_version} License: LPPL @@ -204515,7 +246229,7 @@ touch /var/run/texlive/run-mtxrun %postun ziffer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204537,6 +246251,24 @@ AutoReqProv: No %description ziffer-doc Documentation for ziffer +%post ziffer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ziffer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ziffer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zwgetfdate Provides: tex-zwgetfdate = %{tl_version} License: LPPL 1.3 @@ -204567,7 +246299,7 @@ touch /var/run/texlive/run-mtxrun %postun zwgetfdate if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204589,6 +246321,24 @@ AutoReqProv: No %description zwgetfdate-doc Documentation for zwgetfdate +%post zwgetfdate-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zwgetfdate-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zwgetfdate-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package zwpagelayout Provides: tex-zwpagelayout = %{tl_version} License: LPPL @@ -204624,7 +246374,7 @@ touch /var/run/texlive/run-mtxrun %postun zwpagelayout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204646,6 +246396,24 @@ AutoReqProv: No %description zwpagelayout-doc Documentation for zwpagelayout +%post zwpagelayout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun zwpagelayout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans zwpagelayout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-luatex Summary: LuaTeX packages Version: svn37811.0 @@ -204719,7 +246487,7 @@ touch /var/run/texlive/run-mtxrun %postun enigma if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204741,6 +246509,24 @@ AutoReqProv: No %description enigma-doc Documentation for enigma +%post enigma-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun enigma-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans enigma-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package interpreter Provides: tex-interpreter = %{tl_version} License: LPPL @@ -204780,7 +246566,7 @@ touch /var/run/texlive/run-mtxrun %postun interpreter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204802,9 +246588,27 @@ AutoReqProv: No %description interpreter-doc Documentation for interpreter +%post interpreter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun interpreter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interpreter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lua-check-hyphen Provides: tex-lua-check-hyphen = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Mark hyphenations in a document, for checking Version: svn34810.0.3 Release: %{tl_noarch_release} @@ -204837,7 +246641,7 @@ touch /var/run/texlive/run-mtxrun %postun lua-check-hyphen if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204859,9 +246663,27 @@ AutoReqProv: No %description lua-check-hyphen-doc Documentation for lua-check-hyphen +%post lua-check-hyphen-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lua-check-hyphen-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-check-hyphen-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lua-visual-debug Provides: tex-lua-visual-debug = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Visual debugging with LuaLaTeX Version: svn25881.0.4 Release: %{tl_noarch_release} @@ -204889,7 +246711,7 @@ touch /var/run/texlive/run-mtxrun %postun lua-visual-debug if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204911,6 +246733,24 @@ AutoReqProv: No %description lua-visual-debug-doc Documentation for lua-visual-debug +%post lua-visual-debug-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lua-visual-debug-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua-visual-debug-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lua2dox Provides: tex-lua2dox = %{tl_version} License: LPPL 1.3 @@ -204947,7 +246787,7 @@ touch /var/run/texlive/run-mtxrun %postun lua2dox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -204969,6 +246809,24 @@ AutoReqProv: No %description lua2dox-doc Documentation for lua2dox +%post lua2dox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lua2dox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lua2dox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lua2dox-bin Summary: Binaries for lua2dox Version: svn29053.0 @@ -205007,7 +246865,7 @@ touch /var/run/texlive/run-mtxrun %postun luabibentry if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205029,6 +246887,24 @@ AutoReqProv: No %description luabibentry-doc Documentation for luabibentry +%post luabibentry-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luabibentry-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luabibentry-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luabidi Provides: tex-luabidi = %{tl_version} License: LPPL 1.3 @@ -205059,7 +246935,7 @@ touch /var/run/texlive/run-mtxrun %postun luabidi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205081,6 +246957,24 @@ AutoReqProv: No %description luabidi-doc Documentation for luabidi +%post luabidi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luabidi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luabidi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luacode Provides: tex-luacode = %{tl_version} License: LPPL 1.3 @@ -205113,7 +247007,7 @@ touch /var/run/texlive/run-mtxrun %postun luacode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205135,6 +247029,24 @@ AutoReqProv: No %description luacode-doc Documentation for luacode +%post luacode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luacode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luacode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luaindex Provides: tex-luaindex = %{tl_version} License: LPPL 1.3 @@ -205166,7 +247078,7 @@ touch /var/run/texlive/run-mtxrun %postun luaindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205188,6 +247100,24 @@ AutoReqProv: No %description luaindex-doc Documentation for luaindex +%post luaindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luaindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luainputenc Provides: tex-luainputenc = %{tl_version} License: Public Domain @@ -205226,7 +247156,7 @@ touch /var/run/texlive/run-mtxrun %postun luainputenc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205248,6 +247178,24 @@ AutoReqProv: No %description luainputenc-doc Documentation for luainputenc +%post luainputenc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luainputenc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luainputenc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luaintro-doc Summary: Documentation for luaintro Version: svn35490.0.03 @@ -205259,6 +247207,24 @@ AutoReqProv: No %description luaintro-doc Documentation for luaintro +%post luaintro-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luaintro-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaintro-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lualatex-doc-doc Summary: Documentation for lualatex-doc Version: svn30473.0 @@ -205270,6 +247236,24 @@ AutoReqProv: No %description lualatex-doc-doc Documentation for lualatex-doc +%post lualatex-doc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lualatex-doc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualatex-doc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lualatex-math Provides: tex-lualatex-math = %{tl_version} License: LPPL 1.3 @@ -205306,7 +247290,7 @@ touch /var/run/texlive/run-mtxrun %postun lualatex-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205328,6 +247312,24 @@ AutoReqProv: No %description lualatex-math-doc Documentation for lualatex-math +%post lualatex-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lualatex-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualatex-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lualibs Provides: tex-lualibs = %{tl_version} License: GPLv2+ @@ -205356,7 +247358,7 @@ touch /var/run/texlive/run-mtxrun %postun lualibs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205378,11 +247380,29 @@ AutoReqProv: No %description lualibs-doc Documentation for lualibs +%post lualibs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lualibs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lualibs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luamplib Provides: tex-luamplib = %{tl_version} License: GPLv2+ Summary: Use LuaTeX's built-in MetaPost interpreter -Version: svn36637.2.10.1 +Version: svn38019.2.11.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -205397,7 +247417,7 @@ The package enables the user to specify MetaPost diagrams xcolor packages) into a document, using LuaTeX's built-in MetaPost library. The facility is only available in PDF mode. -date: 2015-03-26 12:09:13 +0100 +date: 2015-08-01 16:12:44 +0200 %post luamplib mkdir -p /var/run/texlive @@ -205408,7 +247428,7 @@ touch /var/run/texlive/run-mtxrun %postun luamplib if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205421,7 +247441,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package luamplib-doc Summary: Documentation for luamplib -Version: svn36637.2.10.1 +Version: svn38019.2.11.0 Release: %{tl_noarch_release} Provides: tex-luamplib-doc BuildArch: noarch @@ -205430,6 +247450,24 @@ AutoReqProv: No %description luamplib-doc Documentation for luamplib +%post luamplib-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luamplib-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luamplib-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luaotfload Provides: tex-luaotfload = %{tl_version} License: GPLv2+ @@ -205461,7 +247499,7 @@ touch /var/run/texlive/run-mtxrun %postun luaotfload if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205483,6 +247521,24 @@ AutoReqProv: No %description luaotfload-doc Documentation for luaotfload +%post luaotfload-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luaotfload-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaotfload-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luaotfload-bin Summary: Binaries for luaotfload Version: svn34647.0 @@ -205527,7 +247583,7 @@ touch /var/run/texlive/run-mtxrun %postun luasseq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205549,6 +247605,24 @@ AutoReqProv: No %description luasseq-doc Documentation for luasseq +%post luasseq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luasseq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luasseq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatexbase Provides: tex-luatexbase = %{tl_version} License: Public Domain @@ -205593,7 +247667,7 @@ touch /var/run/texlive/run-mtxrun %postun luatexbase if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205615,6 +247689,24 @@ AutoReqProv: No %description luatexbase-doc Documentation for luatexbase +%post luatexbase-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatexbase-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexbase-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatexko Provides: tex-luatexko = %{tl_version} License: LPPL 1.3 @@ -205650,7 +247742,7 @@ touch /var/run/texlive/run-mtxrun %postun luatexko if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205672,6 +247764,24 @@ AutoReqProv: No %description luatexko-doc Documentation for luatexko +%post luatexko-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatexko-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatexko-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatextra Provides: tex-luatextra = %{tl_version} License: Public Domain @@ -205708,7 +247818,7 @@ touch /var/run/texlive/run-mtxrun %postun luatextra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205730,6 +247840,24 @@ AutoReqProv: No %description luatextra-doc Documentation for luatextra +%post luatextra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatextra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatextra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luatodonotes Provides: tex-luatodonotes = %{tl_version} License: LPPL 1.2 @@ -205775,7 +247903,7 @@ touch /var/run/texlive/run-mtxrun %postun luatodonotes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205797,9 +247925,27 @@ AutoReqProv: No %description luatodonotes-doc Documentation for luatodonotes +%post luatodonotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luatodonotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luatodonotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package luaxml Provides: tex-luaxml = %{tl_version} -License: Freely redistributable without restriction +License: MIT Summary: Lua library for reading and serialising XML files Version: svn32741.0.0.2 Release: %{tl_noarch_release} @@ -205826,7 +247972,7 @@ touch /var/run/texlive/run-mtxrun %postun luaxml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205848,6 +247994,24 @@ AutoReqProv: No %description luaxml-doc Documentation for luaxml +%post luaxml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun luaxml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans luaxml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package odsfile Provides: tex-odsfile = %{tl_version} License: LPPL 1.3 @@ -205880,7 +248044,7 @@ touch /var/run/texlive/run-mtxrun %postun odsfile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205902,6 +248066,24 @@ AutoReqProv: No %description odsfile-doc Documentation for odsfile +%post odsfile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun odsfile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans odsfile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package placeat Provides: tex-placeat = %{tl_version} License: LPPL 1.3 @@ -205936,7 +248118,7 @@ touch /var/run/texlive/run-mtxrun %postun placeat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -205958,6 +248140,24 @@ AutoReqProv: No %description placeat-doc Documentation for placeat +%post placeat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun placeat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans placeat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package selnolig Provides: tex-selnolig = %{tl_version} License: LPPL 1.3 @@ -206007,7 +248207,7 @@ touch /var/run/texlive/run-mtxrun %postun selnolig if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206029,6 +248229,24 @@ AutoReqProv: No %description selnolig-doc Documentation for selnolig +%post selnolig-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun selnolig-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans selnolig-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package showhyphens Provides: tex-showhyphens = %{tl_version} License: MIT @@ -206058,7 +248276,7 @@ touch /var/run/texlive/run-mtxrun %postun showhyphens if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206080,6 +248298,24 @@ AutoReqProv: No %description showhyphens-doc Documentation for showhyphens +%post showhyphens-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun showhyphens-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans showhyphens-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spelling Provides: tex-spelling = %{tl_version} License: LPPL 1.3 @@ -206116,7 +248352,7 @@ touch /var/run/texlive/run-mtxrun %postun spelling if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206138,11 +248374,29 @@ AutoReqProv: No %description spelling-doc Documentation for spelling +%post spelling-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spelling-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spelling-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucharcat Provides: tex-ucharcat = %{tl_version} License: LPPL -Summary: Implementation of the (new in 2015) xetex \Ucharcat command in lua, for luatex -Version: svn37529.0.01 +Summary: Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX +Version: svn38197.0.02 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -206151,13 +248405,13 @@ Requires(post,postun): coreutils 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 +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. -date: 2015-06-13 06:13:17 +0200 +date: 2015-08-24 06:16:32 +0200 %post ucharcat mkdir -p /var/run/texlive @@ -206168,7 +248422,7 @@ touch /var/run/texlive/run-mtxrun %postun ucharcat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206181,7 +248435,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ucharcat-doc Summary: Documentation for ucharcat -Version: svn37529.0.01 +Version: svn38197.0.02 Release: %{tl_noarch_release} Provides: tex-ucharcat-doc BuildArch: noarch @@ -206190,6 +248444,24 @@ AutoReqProv: No %description ucharcat-doc Documentation for ucharcat +%post ucharcat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucharcat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucharcat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-mathextra Summary: Mathematics packages Version: svn37535.0 @@ -206293,7 +248565,7 @@ touch /var/run/texlive/run-mtxrun %postun commath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206315,6 +248587,24 @@ AutoReqProv: No %description commath-doc Documentation for commath +%post commath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun commath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans commath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package concmath Provides: tex-concmath = %{tl_version} License: LPPL @@ -206355,7 +248645,7 @@ touch /var/run/texlive/run-mtxrun %postun concmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206377,6 +248667,24 @@ AutoReqProv: No %description concmath-doc Documentation for concmath +%post concmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun concmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package concrete Provides: tex-concrete = %{tl_version} License: Knuth @@ -206422,7 +248730,7 @@ touch /var/run/texlive/run-mtxrun %postun concrete if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206444,6 +248752,24 @@ AutoReqProv: No %description concrete-doc Documentation for concrete +%post concrete-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun concrete-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans concrete-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package conteq Provides: tex-conteq = %{tl_version} License: LPPL 1.3 @@ -206477,7 +248803,7 @@ touch /var/run/texlive/run-mtxrun %postun conteq if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206499,6 +248825,24 @@ AutoReqProv: No %description conteq-doc Documentation for conteq +%post conteq-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun conteq-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans conteq-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebproof Provides: tex-ebproof = %{tl_version} License: LPPL 1.3 @@ -206532,7 +248876,7 @@ touch /var/run/texlive/run-mtxrun %postun ebproof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206554,6 +248898,24 @@ AutoReqProv: No %description ebproof-doc Documentation for ebproof +%post ebproof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebproof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebproof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eqnarray Provides: tex-eqnarray = %{tl_version} License: GPLv3+ @@ -206585,7 +248947,7 @@ touch /var/run/texlive/run-mtxrun %postun eqnarray if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206607,6 +248969,24 @@ AutoReqProv: No %description eqnarray-doc Documentation for eqnarray +%post eqnarray-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eqnarray-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eqnarray-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package extarrows Provides: tex-extarrows = %{tl_version} License: LGPLv2+ @@ -206638,7 +249018,7 @@ touch /var/run/texlive/run-mtxrun %postun extarrows if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206660,6 +249040,24 @@ AutoReqProv: No %description extarrows-doc Documentation for extarrows +%post extarrows-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun extarrows-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extarrows-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package extpfeil Provides: tex-extpfeil = %{tl_version} License: LPPL 1.3 @@ -206692,7 +249090,7 @@ touch /var/run/texlive/run-mtxrun %postun extpfeil if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206714,6 +249112,24 @@ AutoReqProv: No %description extpfeil-doc Documentation for extpfeil +%post extpfeil-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun extpfeil-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans extpfeil-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package faktor Provides: tex-faktor = %{tl_version} License: LPPL @@ -206745,7 +249161,7 @@ touch /var/run/texlive/run-mtxrun %postun faktor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206767,6 +249183,24 @@ AutoReqProv: No %description faktor-doc Documentation for faktor +%post faktor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun faktor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans faktor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package grundgesetze Provides: tex-grundgesetze = %{tl_version} License: GPLv2+ @@ -206797,7 +249231,7 @@ touch /var/run/texlive/run-mtxrun %postun grundgesetze if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206819,6 +249253,24 @@ AutoReqProv: No %description grundgesetze-doc Documentation for grundgesetze +%post grundgesetze-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun grundgesetze-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans grundgesetze-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package interval Provides: tex-interval = %{tl_version} License: LPPL 1.3 @@ -206853,7 +249305,7 @@ touch /var/run/texlive/run-mtxrun %postun interval if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206875,6 +249327,24 @@ AutoReqProv: No %description interval-doc Documentation for interval +%post interval-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun interval-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interval-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ionumbers Provides: tex-ionumbers = %{tl_version} License: GPL+ @@ -206916,7 +249386,7 @@ touch /var/run/texlive/run-mtxrun %postun ionumbers if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206938,6 +249408,24 @@ AutoReqProv: No %description ionumbers-doc Documentation for ionumbers +%post ionumbers-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ionumbers-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ionumbers-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package isomath Provides: tex-isomath = %{tl_version} License: LPPL @@ -206972,7 +249460,7 @@ touch /var/run/texlive/run-mtxrun %postun isomath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -206994,6 +249482,24 @@ AutoReqProv: No %description isomath-doc Documentation for isomath +%post isomath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun isomath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans isomath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package logicproof Provides: tex-logicproof = %{tl_version} License: LPPL 1.3 @@ -207028,7 +249534,7 @@ touch /var/run/texlive/run-mtxrun %postun logicproof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207050,6 +249556,24 @@ AutoReqProv: No %description logicproof-doc Documentation for logicproof +%post logicproof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun logicproof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans logicproof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lpform Provides: tex-lpform = %{tl_version} License: LPPL @@ -207083,7 +249607,7 @@ touch /var/run/texlive/run-mtxrun %postun lpform if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207105,6 +249629,24 @@ AutoReqProv: No %description lpform-doc Documentation for lpform +%post lpform-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lpform-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lpform-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lplfitch Provides: tex-lplfitch = %{tl_version} License: LPPL 1.3 @@ -207135,7 +249677,7 @@ touch /var/run/texlive/run-mtxrun %postun lplfitch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207157,6 +249699,24 @@ AutoReqProv: No %description lplfitch-doc Documentation for lplfitch +%post lplfitch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lplfitch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lplfitch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathcomp Provides: tex-mathcomp = %{tl_version} License: LPPL @@ -207185,7 +249745,7 @@ touch /var/run/texlive/run-mtxrun %postun mathcomp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207207,6 +249767,24 @@ AutoReqProv: No %description mathcomp-doc Documentation for mathcomp +%post mathcomp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathcomp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathcomp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mattens Provides: tex-mattens = %{tl_version} License: LPPL @@ -207237,7 +249815,7 @@ touch /var/run/texlive/run-mtxrun %postun mattens if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207259,11 +249837,29 @@ AutoReqProv: No %description mattens-doc Documentation for mattens +%post mattens-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mattens-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mattens-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mhequ Provides: tex-mhequ = %{tl_version} License: Public Domain Summary: Multicolumn equations, tags, labels, sub-numbering -Version: svn15878.1.61 +Version: svn38224.1.7 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -207279,7 +249875,7 @@ 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. -date: 2012-06-24 11:08:44 +0200 +date: 2015-08-26 07:26:32 +0200 %post mhequ mkdir -p /var/run/texlive @@ -207290,7 +249886,7 @@ touch /var/run/texlive/run-mtxrun %postun mhequ if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207303,7 +249899,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package mhequ-doc Summary: Documentation for mhequ -Version: svn15878.1.61 +Version: svn38224.1.7 Release: %{tl_noarch_release} Provides: tex-mhequ-doc BuildArch: noarch @@ -207312,6 +249908,24 @@ AutoReqProv: No %description mhequ-doc Documentation for mhequ +%post mhequ-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mhequ-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mhequ-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package multiobjective Provides: tex-multiobjective = %{tl_version} License: LPPL @@ -207342,7 +249956,7 @@ touch /var/run/texlive/run-mtxrun %postun multiobjective if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207364,6 +249978,24 @@ AutoReqProv: No %description multiobjective-doc Documentation for multiobjective +%post multiobjective-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun multiobjective-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans multiobjective-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package natded Provides: tex-natded = %{tl_version} License: LPPL 1.3 @@ -207391,7 +250023,7 @@ touch /var/run/texlive/run-mtxrun %postun natded if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207413,6 +250045,24 @@ AutoReqProv: No %description natded-doc Documentation for natded +%post natded-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun natded-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans natded-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nath Provides: tex-nath = %{tl_version} License: GPL+ @@ -207447,7 +250097,7 @@ touch /var/run/texlive/run-mtxrun %postun nath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207469,6 +250119,24 @@ AutoReqProv: No %description nath-doc Documentation for nath +%post nath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ot-tableau Provides: tex-ot-tableau = %{tl_version} License: LPPL @@ -207507,7 +250175,7 @@ touch /var/run/texlive/run-mtxrun %postun ot-tableau if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207529,6 +250197,24 @@ AutoReqProv: No %description ot-tableau-doc Documentation for ot-tableau +%post ot-tableau-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ot-tableau-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ot-tableau-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package oubraces Provides: tex-oubraces = %{tl_version} License: Copyright only @@ -207556,7 +250242,7 @@ touch /var/run/texlive/run-mtxrun %postun oubraces if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207578,6 +250264,24 @@ AutoReqProv: No %description oubraces-doc Documentation for oubraces +%post oubraces-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun oubraces-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans oubraces-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package perfectcut Provides: tex-perfectcut = %{tl_version} License: LPPL 1.3 @@ -207614,7 +250318,7 @@ touch /var/run/texlive/run-mtxrun %postun perfectcut if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207636,6 +250340,24 @@ AutoReqProv: No %description perfectcut-doc Documentation for perfectcut +%post perfectcut-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun perfectcut-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans perfectcut-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package prftree Provides: tex-prftree = %{tl_version} License: GPL+ @@ -207663,7 +250385,7 @@ touch /var/run/texlive/run-mtxrun %postun prftree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207685,6 +250407,24 @@ AutoReqProv: No %description prftree-doc Documentation for prftree +%post prftree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun prftree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans prftree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package proba Provides: tex-proba = %{tl_version} License: LPPL @@ -207716,7 +250456,7 @@ touch /var/run/texlive/run-mtxrun %postun proba if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207738,6 +250478,24 @@ AutoReqProv: No %description proba-doc Documentation for proba +%post proba-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun proba-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proba-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rec-thy Provides: tex-rec-thy = %{tl_version} License: Public Domain @@ -207774,7 +250532,7 @@ touch /var/run/texlive/run-mtxrun %postun rec-thy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207796,6 +250554,24 @@ AutoReqProv: No %description rec-thy-doc Documentation for rec-thy +%post rec-thy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rec-thy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rec-thy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ribbonproofs Provides: tex-ribbonproofs = %{tl_version} License: LPPL 1.3 @@ -207830,7 +250606,7 @@ touch /var/run/texlive/run-mtxrun %postun ribbonproofs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207852,6 +250628,24 @@ AutoReqProv: No %description ribbonproofs-doc Documentation for ribbonproofs +%post ribbonproofs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ribbonproofs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ribbonproofs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package rmathbr Provides: tex-rmathbr = %{tl_version} License: LPPL 1.3 @@ -207886,7 +250680,7 @@ touch /var/run/texlive/run-mtxrun %postun rmathbr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207908,6 +250702,24 @@ AutoReqProv: No %description rmathbr-doc Documentation for rmathbr +%post rmathbr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun rmathbr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans rmathbr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sesamanuel Provides: tex-sesamanuel = %{tl_version} License: LPPL 1.3 @@ -207971,7 +250783,7 @@ touch /var/run/texlive/run-mtxrun %postun sesamanuel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -207993,6 +250805,24 @@ AutoReqProv: No %description sesamanuel-doc Documentation for sesamanuel +%post sesamanuel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sesamanuel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sesamanuel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shuffle Provides: tex-shuffle = %{tl_version} License: Public Domain @@ -208024,7 +250854,7 @@ touch /var/run/texlive/run-mtxrun %postun shuffle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208046,6 +250876,24 @@ AutoReqProv: No %description shuffle-doc Documentation for shuffle +%post shuffle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shuffle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shuffle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package skmath Provides: tex-skmath = %{tl_version} License: LPPL 1.3 @@ -208080,7 +250928,7 @@ touch /var/run/texlive/run-mtxrun %postun skmath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208102,6 +250950,24 @@ AutoReqProv: No %description skmath-doc Documentation for skmath +%post skmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun skmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans skmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package statex Provides: tex-statex = %{tl_version} License: LPPL @@ -208135,7 +251001,7 @@ touch /var/run/texlive/run-mtxrun %postun statex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208157,6 +251023,24 @@ AutoReqProv: No %description statex-doc Documentation for statex +%post statex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun statex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package statex2 Provides: tex-statex2 = %{tl_version} License: LPPL @@ -208190,7 +251074,7 @@ touch /var/run/texlive/run-mtxrun %postun statex2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208212,6 +251096,24 @@ AutoReqProv: No %description statex2-doc Documentation for statex2 +%post statex2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun statex2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans statex2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package subsupscripts Provides: tex-subsupscripts = %{tl_version} License: LPPL @@ -208240,7 +251142,7 @@ touch /var/run/texlive/run-mtxrun %postun subsupscripts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208262,6 +251164,24 @@ AutoReqProv: No %description subsupscripts-doc Documentation for subsupscripts +%post subsupscripts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun subsupscripts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans subsupscripts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package susy Provides: tex-susy = %{tl_version} License: LPPL @@ -208288,7 +251208,7 @@ touch /var/run/texlive/run-mtxrun %postun susy if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208310,6 +251230,24 @@ AutoReqProv: No %description susy-doc Documentation for susy +%post susy-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun susy-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans susy-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package syllogism Provides: tex-syllogism = %{tl_version} License: LPPL @@ -208342,7 +251280,7 @@ touch /var/run/texlive/run-mtxrun %postun syllogism if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208364,6 +251302,24 @@ AutoReqProv: No %description syllogism-doc Documentation for syllogism +%post syllogism-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun syllogism-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans syllogism-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sympytexpackage Provides: tex-sympytexpackage = %{tl_version} License: LPPL @@ -208393,7 +251349,7 @@ touch /var/run/texlive/run-mtxrun %postun sympytexpackage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208415,6 +251371,24 @@ AutoReqProv: No %description sympytexpackage-doc Documentation for sympytexpackage +%post sympytexpackage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sympytexpackage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sympytexpackage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package synproof Provides: tex-synproof = %{tl_version} License: LPPL @@ -208449,7 +251423,7 @@ touch /var/run/texlive/run-mtxrun %postun synproof if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208471,6 +251445,24 @@ AutoReqProv: No %description synproof-doc Documentation for synproof +%post synproof-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun synproof-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans synproof-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tablor Provides: tex-tablor = %{tl_version} License: LPPL @@ -208510,7 +251502,7 @@ touch /var/run/texlive/run-mtxrun %postun tablor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208532,6 +251524,24 @@ AutoReqProv: No %description tablor-doc Documentation for tablor +%post tablor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tablor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tablor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tensor Provides: tex-tensor = %{tl_version} License: LPPL @@ -208563,7 +251573,7 @@ touch /var/run/texlive/run-mtxrun %postun tensor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208585,6 +251595,24 @@ AutoReqProv: No %description tensor-doc Documentation for tensor +%post tensor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tensor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tensor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tex-ewd Provides: tex-tex-ewd = %{tl_version} License: BSD @@ -208614,7 +251642,7 @@ touch /var/run/texlive/run-mtxrun %postun tex-ewd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208636,6 +251664,24 @@ AutoReqProv: No %description tex-ewd-doc Documentation for tex-ewd +%post tex-ewd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tex-ewd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tex-ewd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thmbox Provides: tex-thmbox = %{tl_version} License: LPPL @@ -208666,7 +251712,7 @@ touch /var/run/texlive/run-mtxrun %postun thmbox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208688,6 +251734,24 @@ AutoReqProv: No %description thmbox-doc Documentation for thmbox +%post thmbox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thmbox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thmbox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package turnstile Provides: tex-turnstile = %{tl_version} License: LPPL @@ -208717,7 +251781,7 @@ touch /var/run/texlive/run-mtxrun %postun turnstile if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208739,11 +251803,29 @@ AutoReqProv: No %description turnstile-doc Documentation for turnstile +%post turnstile-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun turnstile-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turnstile-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unicode-math Provides: tex-unicode-math = %{tl_version} License: LPPL 1.3 Summary: Unicode mathematics support for XeTeX and LuaTeX -Version: svn34490.0.7f +Version: svn38337.0.8b Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -208753,6 +251835,7 @@ Requires: tex-fontspec 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) @@ -208765,18 +251848,19 @@ Provides: tex(unicode-math-xetex.sty) = %{tl_version} Provides: tex(unicode-math.sty) = %{tl_version} %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. - -date: 2014-06-30 15:31:35 +0200 +This package will provide a complete implementation of unicode +maths for XeLaTeX and LuaLaTeX. Unicode maths is currently +supported by the following fonts: Cambria Math (Microsoft), +Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math +(Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math +(Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts +(Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI +Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or +LuaTeX, this package requires recent versions of the fontspec, +expl3, xpackages, filehook, ucharcat and lualatex-math +packages. + +date: 2015-09-10 18:09:20 +0200 %post unicode-math mkdir -p /var/run/texlive @@ -208787,7 +251871,7 @@ touch /var/run/texlive/run-mtxrun %postun unicode-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208800,7 +251884,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package unicode-math-doc Summary: Documentation for unicode-math -Version: svn34490.0.7f +Version: svn38337.0.8b Release: %{tl_noarch_release} Provides: tex-unicode-math-doc BuildArch: noarch @@ -208810,6 +251894,24 @@ Requires: tex-fontspec-doc %description unicode-math-doc Documentation for unicode-math +%post unicode-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unicode-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unicode-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package venn Provides: tex-venn = %{tl_version} License: LPPL @@ -208835,7 +251937,7 @@ touch /var/run/texlive/run-mtxrun %postun venn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208857,6 +251959,24 @@ AutoReqProv: No %description venn-doc Documentation for venn +%post venn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun venn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans venn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yhmath Provides: tex-yhmath = %{tl_version} License: LPPL @@ -208920,6 +252040,24 @@ AutoReqProv: No %description yhmath-doc Documentation for yhmath +%post yhmath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yhmath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yhmath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ytableau Provides: tex-ytableau = %{tl_version} License: LPPL 1.2 @@ -208953,7 +252091,7 @@ touch /var/run/texlive/run-mtxrun %postun ytableau if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -208975,9 +252113,27 @@ AutoReqProv: No %description ytableau-doc Documentation for ytableau +%post ytableau-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ytableau-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ytableau-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-metapost Summary: MetaPost and Metafont packages -Version: svn37898.0 +Version: svn37994.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -209015,6 +252171,7 @@ Requires: tex-mpgraphics Requires: tex-piechartmp Requires: tex-repere Requires: tex-roex +Requires: tex-roundrect Requires: tex-shapes Requires: tex-slideshow Requires: tex-splines @@ -209053,7 +252210,7 @@ touch /var/run/texlive/run-mtxrun %postun drv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209075,6 +252232,24 @@ AutoReqProv: No %description drv-doc Documentation for drv +%post drv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun drv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dviincl Provides: tex-dviincl = %{tl_version} License: Public Domain @@ -209104,7 +252279,7 @@ touch /var/run/texlive/run-mtxrun %postun dviincl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209126,6 +252301,24 @@ AutoReqProv: No %description dviincl-doc Documentation for dviincl +%post dviincl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dviincl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dviincl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package emp Provides: tex-emp = %{tl_version} License: GPL+ @@ -209163,7 +252356,7 @@ touch /var/run/texlive/run-mtxrun %postun emp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209185,6 +252378,24 @@ AutoReqProv: No %description emp-doc Documentation for emp +%post emp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun emp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans emp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package epsincl Provides: tex-epsincl = %{tl_version} License: Public Domain @@ -209211,7 +252422,7 @@ touch /var/run/texlive/run-mtxrun %postun epsincl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209233,6 +252444,24 @@ AutoReqProv: No %description epsincl-doc Documentation for epsincl +%post epsincl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epsincl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsincl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package expressg Provides: tex-expressg = %{tl_version} License: LPPL @@ -209263,7 +252492,7 @@ touch /var/run/texlive/run-mtxrun %postun expressg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209285,6 +252514,24 @@ AutoReqProv: No %description expressg-doc Documentation for expressg +%post expressg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun expressg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans expressg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package exteps Provides: tex-exteps = %{tl_version} License: GPL+ @@ -209313,7 +252560,7 @@ touch /var/run/texlive/run-mtxrun %postun exteps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209335,6 +252582,24 @@ AutoReqProv: No %description exteps-doc Documentation for exteps +%post exteps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun exteps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans exteps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package featpost Provides: tex-featpost = %{tl_version} License: GPL+ @@ -209362,7 +252627,7 @@ touch /var/run/texlive/run-mtxrun %postun featpost if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209384,6 +252649,24 @@ AutoReqProv: No %description featpost-doc Documentation for featpost +%post featpost-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun featpost-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans featpost-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package feynmf Provides: tex-feynmf = %{tl_version} License: GPL+ @@ -209419,7 +252702,7 @@ touch /var/run/texlive/run-mtxrun %postun feynmf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209441,6 +252724,24 @@ AutoReqProv: No %description feynmf-doc Documentation for feynmf +%post feynmf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun feynmf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feynmf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package feynmp-auto Provides: tex-feynmp-auto = %{tl_version} License: LPPL 1.3 @@ -209474,7 +252775,7 @@ touch /var/run/texlive/run-mtxrun %postun feynmp-auto if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209496,6 +252797,24 @@ AutoReqProv: No %description feynmp-auto-doc Documentation for feynmp-auto +%post feynmp-auto-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun feynmp-auto-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans feynmp-auto-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package garrigues Provides: tex-garrigues = %{tl_version} License: LPPL @@ -209525,7 +252844,7 @@ touch /var/run/texlive/run-mtxrun %postun garrigues if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209547,6 +252866,24 @@ AutoReqProv: No %description garrigues-doc Documentation for garrigues +%post garrigues-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun garrigues-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans garrigues-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gmp Provides: tex-gmp = %{tl_version} License: LPPL 1.3 @@ -209581,7 +252918,7 @@ touch /var/run/texlive/run-mtxrun %postun gmp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209603,6 +252940,24 @@ AutoReqProv: No %description gmp-doc Documentation for gmp +%post gmp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gmp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gmp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package latexmp Provides: tex-latexmp = %{tl_version} License: Public Domain @@ -209635,7 +252990,7 @@ touch /var/run/texlive/run-mtxrun %postun latexmp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209657,11 +253012,29 @@ AutoReqProv: No %description latexmp-doc Documentation for latexmp +%post latexmp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun latexmp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans latexmp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mcf2graph Provides: tex-mcf2graph = %{tl_version} License: BSD Summary: Draw chemical structure diagrams with Metafont/MetaPost -Version: svn37906.3.52 +Version: svn38374.3.63 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -209673,7 +253046,7 @@ The Molecular Coding Format (MCF) is a linear notation for describing chemical structure diagrams. This package converts MCF to graphic files using Metafont / MetaPost. -date: 2015-07-20 12:29:20 +0200 +date: 2015-09-14 11:04:55 +0200 %post mcf2graph mkdir -p /var/run/texlive @@ -209684,7 +253057,7 @@ touch /var/run/texlive/run-mtxrun %postun mcf2graph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209697,7 +253070,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package mcf2graph-doc Summary: Documentation for mcf2graph -Version: svn37906.3.52 +Version: svn38374.3.63 Release: %{tl_noarch_release} Provides: tex-mcf2graph-doc BuildArch: noarch @@ -209706,6 +253079,24 @@ AutoReqProv: No %description mcf2graph-doc Documentation for mcf2graph +%post mcf2graph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mcf2graph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcf2graph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metago Provides: tex-metago = %{tl_version} License: LPPL @@ -209734,7 +253125,7 @@ touch /var/run/texlive/run-mtxrun %postun metago if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209756,6 +253147,24 @@ AutoReqProv: No %description metago-doc Documentation for metago +%post metago-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metago-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metago-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metaobj Provides: tex-metaobj = %{tl_version} License: LPPL @@ -209786,7 +253195,7 @@ touch /var/run/texlive/run-mtxrun %postun metaobj if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209808,6 +253217,24 @@ AutoReqProv: No %description metaobj-doc Documentation for metaobj +%post metaobj-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metaobj-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metaobj-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metaplot Provides: tex-metaplot = %{tl_version} License: LPPL @@ -209844,7 +253271,7 @@ touch /var/run/texlive/run-mtxrun %postun metaplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209866,6 +253293,24 @@ AutoReqProv: No %description metaplot-doc Documentation for metaplot +%post metaplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metaplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metaplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package metauml Provides: tex-metauml = %{tl_version} License: GPL+ @@ -209896,7 +253341,7 @@ touch /var/run/texlive/run-mtxrun %postun metauml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209918,6 +253363,24 @@ AutoReqProv: No %description metauml-doc Documentation for metauml +%post metauml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun metauml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans metauml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mfpic Provides: tex-mfpic = %{tl_version} License: LPPL 1.3 @@ -209955,7 +253418,7 @@ touch /var/run/texlive/run-mtxrun %postun mfpic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -209977,6 +253440,24 @@ AutoReqProv: No %description mfpic-doc Documentation for mfpic +%post mfpic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mfpic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfpic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mfpic4ode Provides: tex-mfpic4ode = %{tl_version} License: LPPL @@ -210012,7 +253493,7 @@ touch /var/run/texlive/run-mtxrun %postun mfpic4ode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210034,6 +253515,24 @@ AutoReqProv: No %description mfpic4ode-doc Documentation for mfpic4ode +%post mfpic4ode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mfpic4ode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mfpic4ode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mp3d Provides: tex-mp3d = %{tl_version} License: LPPL @@ -210060,7 +253559,7 @@ touch /var/run/texlive/run-mtxrun %postun mp3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210082,6 +253581,24 @@ AutoReqProv: No %description mp3d-doc Documentation for mp3d +%post mp3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mp3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mp3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mpcolornames Provides: tex-mpcolornames = %{tl_version} License: LPPL @@ -210113,7 +253630,7 @@ touch /var/run/texlive/run-mtxrun %postun mpcolornames if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210135,6 +253652,24 @@ AutoReqProv: No %description mpcolornames-doc Documentation for mpcolornames +%post mpcolornames-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mpcolornames-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpcolornames-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mpattern Provides: tex-mpattern = %{tl_version} License: Public Domain @@ -210161,7 +253696,7 @@ touch /var/run/texlive/run-mtxrun %postun mpattern if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210183,6 +253718,24 @@ AutoReqProv: No %description mpattern-doc Documentation for mpattern +%post mpattern-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mpattern-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpattern-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mpgraphics Provides: tex-mpgraphics = %{tl_version} License: LPPL 1.3 @@ -210221,7 +253774,7 @@ touch /var/run/texlive/run-mtxrun %postun mpgraphics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210243,6 +253796,24 @@ AutoReqProv: No %description mpgraphics-doc Documentation for mpgraphics +%post mpgraphics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mpgraphics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mpgraphics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package piechartmp Provides: tex-piechartmp = %{tl_version} License: LPPL @@ -210273,7 +253844,7 @@ touch /var/run/texlive/run-mtxrun %postun piechartmp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210295,6 +253866,24 @@ AutoReqProv: No %description piechartmp-doc Documentation for piechartmp +%post piechartmp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun piechartmp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piechartmp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package repere Provides: tex-repere = %{tl_version} License: LPPL 1.3 @@ -210321,7 +253910,7 @@ touch /var/run/texlive/run-mtxrun %postun repere if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210343,6 +253932,24 @@ AutoReqProv: No %description repere-doc Documentation for repere +%post repere-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun repere-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans repere-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package roex Provides: tex-roex = %{tl_version} License: LPPL @@ -210366,7 +253973,7 @@ touch /var/run/texlive/run-mtxrun %postun roex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210377,28 +253984,84 @@ if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bin 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 : +%package roundrect +Provides: tex-roundrect = %{tl_version} +License: LPPL 1.3 +Summary: Metapost macros for highly configurable rounded rectangles (optionally with text) +Version: svn38070.2.1 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils + +%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. + +date: 2015-08-07 19:37:47 +0200 + +%post roundrect +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun roundrect +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roundrect +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package roundrect-doc +Summary: Documentation for roundrect +Version: svn38070.2.1 +Release: %{tl_noarch_release} +Provides: tex-roundrect-doc +BuildArch: noarch +AutoReqProv: No + +%description roundrect-doc +Documentation for roundrect + +%post roundrect-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun roundrect-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans roundrect-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package shapes Provides: tex-shapes = %{tl_version} License: LPPL 1.3 Summary: Draw polygons, reentrant stars, and fractions in circles with Metapost -Version: svn37898.1.0 +Version: svn38024.1.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils -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.arrows.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.callouts.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.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.symbols.code.tex) = %{tl_version} %description shapes The shapes set of macros allows drawing regular polygons; their @@ -210406,7 +254069,7 @@ corresponding reentrant stars in all their variations; and fractionally filled circles (useful for visually demonstrating the nature of fractions) in Metapost. -date: 2015-07-19 07:49:45 +0200 +date: 2015-08-02 07:21:49 +0200 %post shapes mkdir -p /var/run/texlive @@ -210417,7 +254080,7 @@ touch /var/run/texlive/run-mtxrun %postun shapes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210430,7 +254093,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package shapes-doc Summary: Documentation for shapes -Version: svn37898.1.0 +Version: svn38024.1.1 Release: %{tl_noarch_release} Provides: tex-shapes-doc BuildArch: noarch @@ -210439,6 +254102,24 @@ AutoReqProv: No %description shapes-doc Documentation for shapes +%post shapes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun shapes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans shapes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package slideshow Provides: tex-slideshow = %{tl_version} License: Copyright only @@ -210467,7 +254148,7 @@ touch /var/run/texlive/run-mtxrun %postun slideshow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210489,6 +254170,24 @@ AutoReqProv: No %description slideshow-doc Documentation for slideshow +%post slideshow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun slideshow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans slideshow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package splines Provides: tex-splines = %{tl_version} License: LPPL 1.3 @@ -210519,7 +254218,7 @@ touch /var/run/texlive/run-mtxrun %postun splines if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210541,6 +254240,24 @@ AutoReqProv: No %description splines-doc Documentation for splines +%post splines-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun splines-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans splines-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package suanpan Provides: tex-suanpan = %{tl_version} License: LPPL @@ -210568,7 +254285,7 @@ touch /var/run/texlive/run-mtxrun %postun suanpan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210590,6 +254307,24 @@ AutoReqProv: No %description suanpan-doc Documentation for suanpan +%post suanpan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun suanpan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans suanpan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textpath Provides: tex-textpath = %{tl_version} License: LPPL @@ -210619,7 +254354,7 @@ touch /var/run/texlive/run-mtxrun %postun textpath if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210641,6 +254376,24 @@ AutoReqProv: No %description textpath-doc Documentation for textpath +%post textpath-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textpath-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textpath-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package threeddice Provides: tex-threeddice = %{tl_version} License: LPPL @@ -210669,7 +254422,7 @@ touch /var/run/texlive/run-mtxrun %postun threeddice if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210691,6 +254444,24 @@ AutoReqProv: No %description threeddice-doc Documentation for threeddice +%post threeddice-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun threeddice-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans threeddice-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-music Summary: Music packages Version: svn37604.0 @@ -210759,7 +254530,7 @@ touch /var/run/texlive/run-mtxrun %postun figbas if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210781,6 +254552,24 @@ AutoReqProv: No %description figbas-doc Documentation for figbas +%post figbas-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun figbas-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figbas-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gchords Provides: tex-gchords = %{tl_version} License: GPL+ @@ -210811,7 +254600,7 @@ touch /var/run/texlive/run-mtxrun %postun gchords if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210833,6 +254622,24 @@ AutoReqProv: No %description gchords-doc Documentation for gchords +%post gchords-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gchords-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gchords-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gtrcrd Provides: tex-gtrcrd = %{tl_version} License: LPPL 1.3 @@ -210864,7 +254671,7 @@ touch /var/run/texlive/run-mtxrun %postun gtrcrd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210886,6 +254693,24 @@ AutoReqProv: No %description gtrcrd-doc Documentation for gtrcrd +%post gtrcrd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gtrcrd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gtrcrd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package guitar Provides: tex-guitar = %{tl_version} License: LPPL 1.3 @@ -210918,7 +254743,7 @@ touch /var/run/texlive/run-mtxrun %postun guitar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210940,6 +254765,24 @@ AutoReqProv: No %description guitar-doc Documentation for guitar +%post guitar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun guitar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guitar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package guitarchordschemes Provides: tex-guitarchordschemes = %{tl_version} License: LPPL 1.3 @@ -210972,7 +254815,7 @@ touch /var/run/texlive/run-mtxrun %postun guitarchordschemes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -210994,6 +254837,24 @@ AutoReqProv: No %description guitarchordschemes-doc Documentation for guitarchordschemes +%post guitarchordschemes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun guitarchordschemes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans guitarchordschemes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package harmony Provides: tex-harmony = %{tl_version} License: LPPL @@ -211024,7 +254885,7 @@ touch /var/run/texlive/run-mtxrun %postun harmony if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211046,11 +254907,29 @@ AutoReqProv: No %description harmony-doc Documentation for harmony +%post harmony-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun harmony-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans harmony-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package leadsheets Provides: tex-leadsheets = %{tl_version} License: LPPL 1.3 Summary: Typesetting leadsheets and songbooks -Version: svn37793.0.2a +Version: svn37982.0.3 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -211077,7 +254956,7 @@ This LaTeX package offers support for typesetting simple leadsheets of songs, i.e. song lyrics and the corresponding chords. -date: 2015-07-07 16:45:22 +0200 +date: 2015-07-28 14:20:08 +0200 %post leadsheets mkdir -p /var/run/texlive @@ -211088,7 +254967,7 @@ touch /var/run/texlive/run-mtxrun %postun leadsheets if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211101,7 +254980,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package leadsheets-doc Summary: Documentation for leadsheets -Version: svn37793.0.2a +Version: svn37982.0.3 Release: %{tl_noarch_release} Provides: tex-leadsheets-doc BuildArch: noarch @@ -211110,6 +254989,24 @@ AutoReqProv: No %description leadsheets-doc Documentation for leadsheets +%post leadsheets-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun leadsheets-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans leadsheets-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lilyglyphs Provides: tex-lilyglyphs = %{tl_version} License: LPPL 1.3 @@ -211152,7 +255049,7 @@ touch /var/run/texlive/run-mtxrun %postun lilyglyphs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211174,6 +255071,24 @@ AutoReqProv: No %description lilyglyphs-doc Documentation for lilyglyphs +%post lilyglyphs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lilyglyphs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lilyglyphs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lilyglyphs-bin Summary: Binaries for lilyglyphs Version: svn31696.0 @@ -211216,7 +255131,7 @@ touch /var/run/texlive/run-mtxrun %postun m-tx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211238,6 +255153,24 @@ AutoReqProv: No %description m-tx-doc Documentation for m-tx +%post m-tx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun m-tx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans m-tx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package m-tx-bin Summary: Binaries for m-tx Version: svn36790.0 @@ -211280,7 +255213,7 @@ touch /var/run/texlive/run-mtxrun %postun musixguit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211302,11 +255235,29 @@ AutoReqProv: No %description musixguit-doc Documentation for musixguit +%post musixguit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun musixguit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixguit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package musixtex Provides: tex-musixtex = %{tl_version} License: GPLv2+ Summary: Sophisticated music typesetting -Version: svn37576.1.17 +Version: svn37959.1.18 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -211378,7 +255329,7 @@ are universally acknowledged to be challenging to use directly: the pmx preprocessor compiles a simpler input language to MusixTeX macros.. -date: 2015-05-29 00:16:36 +0200 +date: 2015-07-26 12:12:26 +0200 %post musixtex mkdir -p /var/run/texlive @@ -211389,7 +255340,7 @@ touch /var/run/texlive/run-mtxrun %postun musixtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211402,7 +255353,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package musixtex-doc Summary: Documentation for musixtex -Version: svn37576.1.17 +Version: svn37959.1.18 Release: %{tl_noarch_release} Provides: tex-musixtex-doc BuildArch: noarch @@ -211411,6 +255362,24 @@ AutoReqProv: No %description musixtex-doc Documentation for musixtex +%post musixtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun musixtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package musixtex-bin Summary: Binaries for musixtex Version: svn37026.0 @@ -211642,6 +255611,24 @@ AutoReqProv: No %description musixtex-fnts-doc Documentation for musixtex-fnts +%post musixtex-fnts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun musixtex-fnts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixtex-fnts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package musixtnt Provides: tex-musixtnt = %{tl_version} License: GPLv2+ @@ -211684,7 +255671,7 @@ touch /var/run/texlive/run-mtxrun %postun musixtnt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211707,6 +255694,24 @@ Requires: tex-musixtex-doc %description musixtnt-doc Documentation for musixtnt +%post musixtnt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun musixtnt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musixtnt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package musixtnt-bin Summary: Binaries for musixtnt Version: svn37035.0 @@ -211749,7 +255754,7 @@ touch /var/run/texlive/run-mtxrun %postun piano if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211771,6 +255776,24 @@ AutoReqProv: No %description piano-doc Documentation for piano +%post piano-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun piano-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans piano-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pmx Provides: tex-pmx = %{tl_version} License: GPLv2+ @@ -211804,7 +255827,7 @@ touch /var/run/texlive/run-mtxrun %postun pmx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211826,6 +255849,24 @@ AutoReqProv: No %description pmx-doc Documentation for pmx +%post pmx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pmx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pmx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pmx-bin Summary: Binaries for pmx Version: svn36790.0 @@ -211869,7 +255910,7 @@ touch /var/run/texlive/run-mtxrun %postun pmxchords if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211891,6 +255932,24 @@ AutoReqProv: No %description pmxchords-doc Documentation for pmxchords +%post pmxchords-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pmxchords-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pmxchords-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pmxchords-bin Summary: Binaries for pmxchords Version: svn32405.0 @@ -211941,7 +256000,7 @@ touch /var/run/texlive/run-mtxrun %postun songbook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -211963,6 +256022,24 @@ AutoReqProv: No %description songbook-doc Documentation for songbook +%post songbook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun songbook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans songbook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package songs Provides: tex-songs = %{tl_version} License: GPL+ @@ -211999,7 +256076,7 @@ touch /var/run/texlive/run-mtxrun %postun songs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212021,6 +256098,24 @@ AutoReqProv: No %description songs-doc Documentation for songs +%post songs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun songs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans songs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xpiano Provides: tex-xpiano = %{tl_version} License: LPPL 1.3 @@ -212060,7 +256155,7 @@ touch /var/run/texlive/run-mtxrun %postun xpiano if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212082,6 +256177,24 @@ AutoReqProv: No %description xpiano-doc Documentation for xpiano +%post xpiano-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xpiano-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xpiano-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-omega Summary: Omega packages Version: svn30388.0 @@ -212172,6 +256285,24 @@ AutoReqProv: No %description mxedruli-doc Documentation for mxedruli +%post mxedruli-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mxedruli-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mxedruli-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package omegaware Provides: tex-omegaware = %{tl_version} License: LPPL @@ -212196,7 +256327,7 @@ touch /var/run/texlive/run-mtxrun %postun omegaware if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212246,7 +256377,7 @@ touch /var/run/texlive/run-mtxrun %postun otibet if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212268,6 +256399,24 @@ AutoReqProv: No %description otibet-doc Documentation for otibet +%post otibet-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun otibet-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans otibet-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-plainextra Summary: Plain TeX packages Version: svn37156.0 @@ -212333,7 +256482,7 @@ touch /var/run/texlive/run-mtxrun %postun epsf-dvipdfmx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212355,6 +256504,24 @@ AutoReqProv: No %description epsf-dvipdfmx-doc Documentation for epsf-dvipdfmx +%post epsf-dvipdfmx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun epsf-dvipdfmx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans epsf-dvipdfmx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package figflow Provides: tex-figflow = %{tl_version} License: Copyright only @@ -212387,7 +256554,7 @@ touch /var/run/texlive/run-mtxrun %postun figflow if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212409,6 +256576,24 @@ AutoReqProv: No %description figflow-doc Documentation for figflow +%post figflow-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun figflow-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans figflow-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fixpdfmag Provides: tex-fixpdfmag = %{tl_version} License: Public Domain @@ -212438,7 +256623,7 @@ touch /var/run/texlive/run-mtxrun %postun fixpdfmag if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212453,13 +256638,14 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm Provides: tex-font-change = %{tl_version} License: CC-BY-SA Summary: Macros to change text and mathematics fonts in plain TeX -Version: svn36535.2015.1 +Version: svn38286.2015.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils 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} @@ -212518,7 +256704,7 @@ predefined sizes. All the fonts called by these macro files are free and are included in current MiKTeX and TeX Live distributions. -date: 2015-03-16 05:45:52 +0100 +date: 2015-09-02 22:32:21 +0200 %post font-change mkdir -p /var/run/texlive @@ -212529,7 +256715,7 @@ touch /var/run/texlive/run-mtxrun %postun font-change if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212542,7 +256728,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package font-change-doc Summary: Documentation for font-change -Version: svn36535.2015.1 +Version: svn38286.2015.2 Release: %{tl_noarch_release} Provides: tex-font-change-doc BuildArch: noarch @@ -212551,6 +256737,24 @@ AutoReqProv: No %description font-change-doc Documentation for font-change +%post font-change-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun font-change-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans font-change-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontch Provides: tex-fontch = %{tl_version} License: LPPL @@ -212594,7 +256798,7 @@ touch /var/run/texlive/run-mtxrun %postun fontch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212616,6 +256820,24 @@ AutoReqProv: No %description fontch-doc Documentation for fontch +%post fontch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package getoptk Provides: tex-getoptk = %{tl_version} License: CeCILL-B @@ -212647,7 +256869,7 @@ touch /var/run/texlive/run-mtxrun %postun getoptk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212669,6 +256891,24 @@ AutoReqProv: No %description getoptk-doc Documentation for getoptk +%post getoptk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun getoptk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans getoptk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gfnotation Provides: tex-gfnotation = %{tl_version} License: GPLv3+ @@ -212698,7 +256938,7 @@ touch /var/run/texlive/run-mtxrun %postun gfnotation if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212720,6 +256960,24 @@ AutoReqProv: No %description gfnotation-doc Documentation for gfnotation +%post gfnotation-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gfnotation-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gfnotation-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package graphics-pln Provides: tex-graphics-pln = %{tl_version} License: LPPL @@ -212756,7 +257014,7 @@ touch /var/run/texlive/run-mtxrun %postun graphics-pln if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212778,6 +257036,24 @@ AutoReqProv: No %description graphics-pln-doc Documentation for graphics-pln +%post graphics-pln-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun graphics-pln-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans graphics-pln-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hyplain Provides: tex-hyplain = %{tl_version} License: Public Domain @@ -212808,7 +257084,7 @@ touch /var/run/texlive/run-mtxrun %postun hyplain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212830,6 +257106,24 @@ AutoReqProv: No %description hyplain-doc Documentation for hyplain +%post hyplain-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hyplain-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hyplain-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package js-misc Provides: tex-js-misc = %{tl_version} License: Public Domain @@ -212863,7 +257157,7 @@ touch /var/run/texlive/run-mtxrun %postun js-misc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212885,6 +257179,24 @@ AutoReqProv: No %description js-misc-doc Documentation for js-misc +%post js-misc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun js-misc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans js-misc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mkpattern Provides: tex-mkpattern = %{tl_version} License: LPPL @@ -212916,7 +257228,7 @@ touch /var/run/texlive/run-mtxrun %postun mkpattern if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212938,6 +257250,24 @@ AutoReqProv: No %description mkpattern-doc Documentation for mkpattern +%post mkpattern-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mkpattern-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mkpattern-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package newsletr Provides: tex-newsletr = %{tl_version} License: Newsletr @@ -212964,7 +257294,7 @@ touch /var/run/texlive/run-mtxrun %postun newsletr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -212986,6 +257316,24 @@ AutoReqProv: No %description newsletr-doc Documentation for newsletr +%post newsletr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun newsletr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans newsletr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pitex Provides: tex-pitex = %{tl_version} License: LPPL @@ -213016,7 +257364,7 @@ touch /var/run/texlive/run-mtxrun %postun pitex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213038,6 +257386,24 @@ AutoReqProv: No %description pitex-doc Documentation for pitex +%post pitex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pitex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pitex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package placeins-plain Provides: tex-placeins-plain = %{tl_version} License: Public Domain @@ -213070,7 +257436,7 @@ touch /var/run/texlive/run-mtxrun %postun placeins-plain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213110,7 +257476,7 @@ touch /var/run/texlive/run-mtxrun %postun plipsum if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213132,6 +257498,24 @@ AutoReqProv: No %description plipsum-doc Documentation for plipsum +%post plipsum-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plipsum-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plipsum-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plnfss Provides: tex-plnfss = %{tl_version} License: LPPL @@ -213166,7 +257550,7 @@ touch /var/run/texlive/run-mtxrun %postun plnfss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213188,6 +257572,24 @@ AutoReqProv: No %description plnfss-doc Documentation for plnfss +%post plnfss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plnfss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plnfss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package plstmary Provides: tex-plstmary = %{tl_version} License: Public Domain @@ -213215,7 +257617,7 @@ touch /var/run/texlive/run-mtxrun %postun plstmary if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213237,6 +257639,24 @@ AutoReqProv: No %description plstmary-doc Documentation for plstmary +%post plstmary-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun plstmary-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans plstmary-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package present Provides: tex-present = %{tl_version} License: LPPL @@ -213270,7 +257690,7 @@ touch /var/run/texlive/run-mtxrun %postun present if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213292,6 +257712,24 @@ AutoReqProv: No %description present-doc Documentation for present +%post present-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun present-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans present-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package resumemac Provides: tex-resumemac = %{tl_version} License: Public Domain @@ -213319,7 +257757,7 @@ touch /var/run/texlive/run-mtxrun %postun resumemac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213341,6 +257779,24 @@ AutoReqProv: No %description resumemac-doc Documentation for resumemac +%post resumemac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun resumemac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resumemac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texinfo Provides: tex-texinfo = %{tl_version} License: GPL+ @@ -213389,7 +257845,7 @@ touch /var/run/texlive/run-mtxrun %postun texinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213428,7 +257884,7 @@ touch /var/run/texlive/run-mtxrun %postun timetable if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213469,7 +257925,7 @@ touch /var/run/texlive/run-mtxrun %postun treetex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213491,6 +257947,24 @@ AutoReqProv: No %description treetex-doc Documentation for treetex +%post treetex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun treetex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans treetex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package varisize Provides: tex-varisize = %{tl_version} License: Public Domain @@ -213528,7 +258002,7 @@ touch /var/run/texlive/run-mtxrun %postun varisize if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213550,6 +258024,24 @@ AutoReqProv: No %description varisize-doc Documentation for varisize +%post varisize-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun varisize-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans varisize-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xii-doc Summary: Documentation for xii Version: svn31683.0 @@ -213561,6 +258053,24 @@ AutoReqProv: No %description xii-doc Documentation for xii +%post xii-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xii-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xii-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-pstricks Summary: PSTricks Version: svn34995.0 @@ -213709,7 +258219,7 @@ touch /var/run/texlive/run-mtxrun %postun dsptricks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213731,6 +258241,24 @@ AutoReqProv: No %description dsptricks-doc Documentation for dsptricks +%post dsptricks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dsptricks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dsptricks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package makeplot Provides: tex-makeplot = %{tl_version} License: LPPL @@ -213765,7 +258293,7 @@ touch /var/run/texlive/run-mtxrun %postun makeplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213787,6 +258315,24 @@ AutoReqProv: No %description makeplot-doc Documentation for makeplot +%post makeplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun makeplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans makeplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdftricks Provides: tex-pdftricks = %{tl_version} License: GPL+ @@ -213826,7 +258372,7 @@ touch /var/run/texlive/run-mtxrun %postun pdftricks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213848,6 +258394,24 @@ AutoReqProv: No %description pdftricks-doc Documentation for pdftricks +%post pdftricks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdftricks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftricks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pdftricks2 Provides: tex-pdftricks2 = %{tl_version} License: GPLv2+ @@ -213881,7 +258445,7 @@ touch /var/run/texlive/run-mtxrun %postun pdftricks2 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213903,6 +258467,24 @@ AutoReqProv: No %description pdftricks2-doc Documentation for pdftricks2 +%post pdftricks2-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pdftricks2-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pdftricks2-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pedigree-perl Provides: tex-pedigree-perl = %{tl_version} License: GPLv2+ @@ -213933,7 +258515,7 @@ touch /var/run/texlive/run-mtxrun %postun pedigree-perl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -213955,6 +258537,24 @@ AutoReqProv: No %description pedigree-perl-doc Documentation for pedigree-perl +%post pedigree-perl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pedigree-perl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pedigree-perl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pedigree-perl-bin Summary: Binaries for pedigree-perl Version: svn25962.0 @@ -213998,7 +258598,7 @@ touch /var/run/texlive/run-mtxrun %postun psbao if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214020,6 +258620,24 @@ AutoReqProv: No %description psbao-doc Documentation for psbao +%post psbao-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psbao-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psbao-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-2dplot Provides: tex-pst-2dplot = %{tl_version} License: LPPL @@ -214048,7 +258666,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-2dplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214070,6 +258688,24 @@ AutoReqProv: No %description pst-2dplot-doc Documentation for pst-2dplot +%post pst-2dplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-2dplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-2dplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-3d Provides: tex-pst-3d = %{tl_version} License: LPPL @@ -214100,7 +258736,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214122,6 +258758,24 @@ AutoReqProv: No %description pst-3d-doc Documentation for pst-3d +%post pst-3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-3dplot Provides: tex-pst-3dplot = %{tl_version} License: LPPL @@ -214157,7 +258811,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-3dplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214179,6 +258833,24 @@ AutoReqProv: No %description pst-3dplot-doc Documentation for pst-3dplot +%post pst-3dplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-3dplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-3dplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-abspos Provides: tex-pst-abspos = %{tl_version} License: LPPL @@ -214209,7 +258881,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-abspos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214231,6 +258903,24 @@ AutoReqProv: No %description pst-abspos-doc Documentation for pst-abspos +%post pst-abspos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-abspos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-abspos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-am Provides: tex-pst-am = %{tl_version} License: LPPL @@ -214266,7 +258956,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-am if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214288,6 +258978,24 @@ AutoReqProv: No %description pst-am-doc Documentation for pst-am +%post pst-am-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-am-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-am-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-asr Provides: tex-pst-asr = %{tl_version} License: LPPL @@ -214318,7 +259026,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-asr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214340,6 +259048,24 @@ AutoReqProv: No %description pst-asr-doc Documentation for pst-asr +%post pst-asr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-asr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-asr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-bar Provides: tex-pst-bar = %{tl_version} License: LPPL @@ -214372,7 +259098,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-bar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214394,6 +259120,24 @@ AutoReqProv: No %description pst-bar-doc Documentation for pst-bar +%post pst-bar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-bar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-barcode Provides: tex-pst-barcode = %{tl_version} License: LPPL @@ -214427,7 +259171,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-barcode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214449,6 +259193,24 @@ AutoReqProv: No %description pst-barcode-doc Documentation for pst-barcode +%post pst-barcode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-barcode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-barcode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-bezier Provides: tex-pst-bezier = %{tl_version} License: LPPL @@ -214479,7 +259241,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-bezier if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214501,6 +259263,24 @@ AutoReqProv: No %description pst-bezier-doc Documentation for pst-bezier +%post pst-bezier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-bezier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bezier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-blur Provides: tex-pst-blur = %{tl_version} License: LPPL @@ -214531,7 +259311,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-blur if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214553,6 +259333,24 @@ AutoReqProv: No %description pst-blur-doc Documentation for pst-blur +%post pst-blur-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-blur-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-blur-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-bspline Provides: tex-pst-bspline = %{tl_version} License: LPPL @@ -214584,7 +259382,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-bspline if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214606,6 +259404,24 @@ AutoReqProv: No %description pst-bspline-doc Documentation for pst-bspline +%post pst-bspline-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-bspline-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-bspline-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-calendar Provides: tex-pst-calendar = %{tl_version} License: LPPL @@ -214642,7 +259458,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-calendar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214664,6 +259480,24 @@ AutoReqProv: No %description pst-calendar-doc Documentation for pst-calendar +%post pst-calendar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-calendar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-calendar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-circ Provides: tex-pst-circ = %{tl_version} License: LPPL @@ -214698,7 +259532,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-circ if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214720,6 +259554,24 @@ AutoReqProv: No %description pst-circ-doc Documentation for pst-circ +%post pst-circ-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-circ-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-circ-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-coil Provides: tex-pst-coil = %{tl_version} License: LPPL @@ -214749,7 +259601,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-coil if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214771,6 +259623,24 @@ AutoReqProv: No %description pst-coil-doc Documentation for pst-coil +%post pst-coil-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-coil-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-coil-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-cox Provides: tex-pst-cox = %{tl_version} License: LGPLv2+ @@ -214815,7 +259685,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-cox if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214837,6 +259707,24 @@ AutoReqProv: No %description pst-cox-doc Documentation for pst-cox +%post pst-cox-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-cox-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-cox-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-dbicons Provides: tex-pst-dbicons = %{tl_version} License: LPPL @@ -214870,7 +259758,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-dbicons if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214892,6 +259780,24 @@ AutoReqProv: No %description pst-dbicons-doc Documentation for pst-dbicons +%post pst-dbicons-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-dbicons-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-dbicons-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-diffraction Provides: tex-pst-diffraction = %{tl_version} License: LPPL @@ -214931,7 +259837,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-diffraction if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -214953,6 +259859,24 @@ AutoReqProv: No %description pst-diffraction-doc Documentation for pst-diffraction +%post pst-diffraction-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-diffraction-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-diffraction-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-electricfield Provides: tex-pst-electricfield = %{tl_version} License: LPPL @@ -214984,7 +259908,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-electricfield if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215006,6 +259930,24 @@ AutoReqProv: No %description pst-electricfield-doc Documentation for pst-electricfield +%post pst-electricfield-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-electricfield-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-electricfield-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-eps Provides: tex-pst-eps = %{tl_version} License: LPPL @@ -215036,7 +259978,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-eps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215058,6 +260000,24 @@ AutoReqProv: No %description pst-eps-doc Documentation for pst-eps +%post pst-eps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-eps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-eps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-eucl Provides: tex-pst-eucl = %{tl_version} License: LPPL @@ -215092,7 +260052,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-eucl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215114,6 +260074,24 @@ AutoReqProv: No %description pst-eucl-doc Documentation for pst-eucl +%post pst-eucl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-eucl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-eucl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-exa Provides: tex-pst-exa = %{tl_version} License: LPPL @@ -215148,7 +260126,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-exa if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215170,6 +260148,24 @@ AutoReqProv: No %description pst-exa-doc Documentation for pst-exa +%post pst-exa-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-exa-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-exa-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-fill Provides: tex-pst-fill = %{tl_version} License: LPPL @@ -215199,7 +260195,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-fill if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215221,6 +260217,24 @@ AutoReqProv: No %description pst-fill-doc Documentation for pst-fill +%post pst-fill-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-fill-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fill-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-fit Provides: tex-pst-fit = %{tl_version} License: LPPL @@ -215252,7 +260266,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-fit if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215274,6 +260288,24 @@ AutoReqProv: No %description pst-fit-doc Documentation for pst-fit +%post pst-fit-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-fit-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fit-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-fr3d Provides: tex-pst-fr3d = %{tl_version} License: LPPL @@ -215303,7 +260335,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-fr3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215325,6 +260357,24 @@ AutoReqProv: No %description pst-fr3d-doc Documentation for pst-fr3d +%post pst-fr3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-fr3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fr3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-fractal Provides: tex-pst-fractal = %{tl_version} License: LPPL @@ -215358,7 +260408,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-fractal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215380,6 +260430,24 @@ AutoReqProv: No %description pst-fractal-doc Documentation for pst-fractal +%post pst-fractal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-fractal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fractal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-fun Provides: tex-pst-fun = %{tl_version} License: LPPL @@ -215414,7 +260482,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-fun if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215436,6 +260504,24 @@ AutoReqProv: No %description pst-fun-doc Documentation for pst-fun +%post pst-fun-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-fun-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-fun-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-func Provides: tex-pst-func = %{tl_version} License: LPPL @@ -215482,7 +260568,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-func if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215504,6 +260590,24 @@ AutoReqProv: No %description pst-func-doc Documentation for pst-func +%post pst-func-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-func-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-func-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-gantt Provides: tex-pst-gantt = %{tl_version} License: LPPL @@ -215534,7 +260638,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-gantt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215556,6 +260660,24 @@ AutoReqProv: No %description pst-gantt-doc Documentation for pst-gantt +%post pst-gantt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-gantt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-gantt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-geo Provides: tex-pst-geo = %{tl_version} License: LPPL @@ -215654,7 +260776,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-geo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215676,6 +260798,24 @@ AutoReqProv: No %description pst-geo-doc Documentation for pst-geo +%post pst-geo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-geo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-geo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-ghsb Provides: tex-pst-ghsb = %{tl_version} License: LPPL @@ -215701,7 +260841,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-ghsb if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215723,6 +260863,24 @@ AutoReqProv: No %description pst-ghsb-doc Documentation for pst-ghsb +%post pst-ghsb-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-ghsb-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ghsb-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-gr3d Provides: tex-pst-gr3d = %{tl_version} License: LPPL @@ -215753,7 +260911,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-gr3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215775,6 +260933,24 @@ AutoReqProv: No %description pst-gr3d-doc Documentation for pst-gr3d +%post pst-gr3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-gr3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-gr3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-grad Provides: tex-pst-grad = %{tl_version} License: LPPL @@ -215805,7 +260981,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-grad if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215827,6 +261003,24 @@ AutoReqProv: No %description pst-grad-doc Documentation for pst-grad +%post pst-grad-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-grad-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-grad-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-graphicx Provides: tex-pst-graphicx = %{tl_version} License: LPPL @@ -215855,7 +261049,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-graphicx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215877,6 +261071,24 @@ AutoReqProv: No %description pst-graphicx-doc Documentation for pst-graphicx +%post pst-graphicx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-graphicx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-graphicx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-infixplot Provides: tex-pst-infixplot = %{tl_version} License: LPPL @@ -215911,7 +261123,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-infixplot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215933,6 +261145,24 @@ AutoReqProv: No %description pst-infixplot-doc Documentation for pst-infixplot +%post pst-infixplot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-infixplot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-infixplot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-intersect Provides: tex-pst-intersect = %{tl_version} License: LPPL @@ -215966,7 +261196,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-intersect if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -215988,6 +261218,24 @@ AutoReqProv: No %description pst-intersect-doc Documentation for pst-intersect +%post pst-intersect-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-intersect-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-intersect-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-jtree Provides: tex-pst-jtree = %{tl_version} License: LPPL 1.3 @@ -216018,7 +261266,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-jtree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216040,6 +261288,24 @@ AutoReqProv: No %description pst-jtree-doc Documentation for pst-jtree +%post pst-jtree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-jtree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-jtree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-knot Provides: tex-pst-knot = %{tl_version} License: LPPL @@ -216069,7 +261335,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-knot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216091,6 +261357,24 @@ AutoReqProv: No %description pst-knot-doc Documentation for pst-knot +%post pst-knot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-knot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-knot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-labo Provides: tex-pst-labo = %{tl_version} License: LPPL @@ -216123,7 +261407,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-labo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216145,6 +261429,24 @@ AutoReqProv: No %description pst-labo-doc Documentation for pst-labo +%post pst-labo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-labo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-labo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-layout Provides: tex-pst-layout = %{tl_version} License: LPPL @@ -216177,7 +261479,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-layout if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216199,6 +261501,24 @@ AutoReqProv: No %description pst-layout-doc Documentation for pst-layout +%post pst-layout-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-layout-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-layout-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-lens Provides: tex-pst-lens = %{tl_version} License: LPPL @@ -216229,7 +261549,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-lens if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216251,6 +261571,24 @@ AutoReqProv: No %description pst-lens-doc Documentation for pst-lens +%post pst-lens-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-lens-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-lens-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-light3d Provides: tex-pst-light3d = %{tl_version} License: LPPL @@ -216281,7 +261619,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-light3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216303,6 +261641,24 @@ AutoReqProv: No %description pst-light3d-doc Documentation for pst-light3d +%post pst-light3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-light3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-light3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-magneticfield Provides: tex-pst-magneticfield = %{tl_version} License: LPPL @@ -216337,7 +261693,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-magneticfield if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216359,6 +261715,24 @@ AutoReqProv: No %description pst-magneticfield-doc Documentation for pst-magneticfield +%post pst-magneticfield-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-magneticfield-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-magneticfield-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-math Provides: tex-pst-math = %{tl_version} License: LPPL @@ -216396,7 +261770,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-math if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216418,6 +261792,24 @@ AutoReqProv: No %description pst-math-doc Documentation for pst-math +%post pst-math-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-math-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-math-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-mirror Provides: tex-pst-mirror = %{tl_version} License: LPPL @@ -216448,7 +261840,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-mirror if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216470,6 +261862,24 @@ AutoReqProv: No %description pst-mirror-doc Documentation for pst-mirror +%post pst-mirror-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-mirror-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-mirror-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-node Provides: tex-pst-node = %{tl_version} License: LPPL @@ -216507,7 +261917,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-node if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216529,6 +261939,24 @@ AutoReqProv: No %description pst-node-doc Documentation for pst-node +%post pst-node-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-node-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-node-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-ob3d Provides: tex-pst-ob3d = %{tl_version} License: LPPL @@ -216560,7 +261988,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-ob3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216582,6 +262010,24 @@ AutoReqProv: No %description pst-ob3d-doc Documentation for pst-ob3d +%post pst-ob3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-ob3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ob3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-ode Provides: tex-pst-ode = %{tl_version} License: LPPL @@ -216618,7 +262064,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-ode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216640,6 +262086,24 @@ AutoReqProv: No %description pst-ode-doc Documentation for pst-ode +%post pst-ode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-ode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-optexp Provides: tex-pst-optexp = %{tl_version} License: LPPL 1.3 @@ -216682,7 +262146,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-optexp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216704,6 +262168,24 @@ AutoReqProv: No %description pst-optexp-doc Documentation for pst-optexp +%post pst-optexp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-optexp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-optexp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-optic Provides: tex-pst-optic = %{tl_version} License: LPPL @@ -216734,7 +262216,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-optic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216756,6 +262238,24 @@ AutoReqProv: No %description pst-optic-doc Documentation for pst-optic +%post pst-optic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-optic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-optic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-osci Provides: tex-pst-osci = %{tl_version} License: LPPL @@ -216790,7 +262290,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-osci if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216812,6 +262312,24 @@ AutoReqProv: No %description pst-osci-doc Documentation for pst-osci +%post pst-osci-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-osci-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-osci-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-ovl Provides: tex-pst-ovl = %{tl_version} License: LPPL @@ -216842,7 +262360,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-ovl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216864,6 +262382,24 @@ AutoReqProv: No %description pst-ovl-doc Documentation for pst-ovl +%post pst-ovl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-ovl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-ovl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-pad Provides: tex-pst-pad = %{tl_version} License: LPPL @@ -216898,7 +262434,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-pad if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216920,6 +262456,24 @@ AutoReqProv: No %description pst-pad-doc Documentation for pst-pad +%post pst-pad-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-pad-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pad-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-pdgr Provides: tex-pst-pdgr = %{tl_version} License: LPPL @@ -216954,7 +262508,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-pdgr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -216976,6 +262530,24 @@ AutoReqProv: No %description pst-pdgr-doc Documentation for pst-pdgr +%post pst-pdgr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-pdgr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pdgr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-perspective Provides: tex-pst-perspective = %{tl_version} License: LPPL 1.3 @@ -217007,7 +262579,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-perspective if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217029,6 +262601,24 @@ AutoReqProv: No %description pst-perspective-doc Documentation for pst-perspective +%post pst-perspective-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-perspective-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-perspective-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-platon Provides: tex-pst-platon = %{tl_version} License: LPPL @@ -217059,7 +262649,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-platon if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217081,6 +262671,24 @@ AutoReqProv: No %description pst-platon-doc Documentation for pst-platon +%post pst-platon-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-platon-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-platon-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-plot Provides: tex-pst-plot = %{tl_version} License: LPPL @@ -217114,7 +262722,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-plot if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217136,6 +262744,24 @@ AutoReqProv: No %description pst-plot-doc Documentation for pst-plot +%post pst-plot-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-plot-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-plot-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-poly Provides: tex-pst-poly = %{tl_version} License: LPPL @@ -217169,7 +262795,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-poly if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217191,6 +262817,24 @@ AutoReqProv: No %description pst-poly-doc Documentation for pst-poly +%post pst-poly-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-poly-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-poly-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-pulley Provides: tex-pst-pulley = %{tl_version} License: LPPL 1.3 @@ -217222,7 +262866,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-pulley if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217244,6 +262888,24 @@ AutoReqProv: No %description pst-pulley-doc Documentation for pst-pulley +%post pst-pulley-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-pulley-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-pulley-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-qtree Provides: tex-pst-qtree = %{tl_version} License: GPL+ @@ -217271,7 +262933,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-qtree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217293,6 +262955,24 @@ AutoReqProv: No %description pst-qtree-doc Documentation for pst-qtree +%post pst-qtree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-qtree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-qtree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-rubans Provides: tex-pst-rubans = %{tl_version} License: LPPL @@ -217326,7 +263006,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-rubans if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217348,6 +263028,24 @@ AutoReqProv: No %description pst-rubans-doc Documentation for pst-rubans +%post pst-rubans-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-rubans-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-rubans-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-sigsys Provides: tex-pst-sigsys = %{tl_version} License: LPPL @@ -217384,7 +263082,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-sigsys if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217406,6 +263104,24 @@ AutoReqProv: No %description pst-sigsys-doc Documentation for pst-sigsys +%post pst-sigsys-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-sigsys-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-sigsys-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-slpe Provides: tex-pst-slpe = %{tl_version} License: LPPL @@ -217442,7 +263158,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-slpe if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217464,6 +263180,24 @@ AutoReqProv: No %description pst-slpe-doc Documentation for pst-slpe +%post pst-slpe-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-slpe-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-slpe-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-solarsystem Provides: tex-pst-solarsystem = %{tl_version} License: LPPL @@ -217498,7 +263232,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-solarsystem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217520,6 +263254,24 @@ AutoReqProv: No %description pst-solarsystem-doc Documentation for pst-solarsystem +%post pst-solarsystem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-solarsystem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-solarsystem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-solides3d Provides: tex-pst-solides3d = %{tl_version} License: LPPL 1.3 @@ -217556,7 +263308,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-solides3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217578,6 +263330,24 @@ AutoReqProv: No %description pst-solides3d-doc Documentation for pst-solides3d +%post pst-solides3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-solides3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-solides3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-soroban Provides: tex-pst-soroban = %{tl_version} License: LPPL @@ -217608,7 +263378,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-soroban if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217630,6 +263400,24 @@ AutoReqProv: No %description pst-soroban-doc Documentation for pst-soroban +%post pst-soroban-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-soroban-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-soroban-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-spectra Provides: tex-pst-spectra = %{tl_version} License: LPPL @@ -217664,7 +263452,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-spectra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217686,6 +263474,24 @@ AutoReqProv: No %description pst-spectra-doc Documentation for pst-spectra +%post pst-spectra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-spectra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-spectra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-spirograph Provides: tex-pst-spirograph = %{tl_version} License: LPPL @@ -217716,7 +263522,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-spirograph if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217738,6 +263544,24 @@ AutoReqProv: No %description pst-spirograph-doc Documentation for pst-spirograph +%post pst-spirograph-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-spirograph-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-spirograph-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-stru Provides: tex-pst-stru = %{tl_version} License: LPPL @@ -217769,7 +263593,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-stru if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217791,6 +263615,24 @@ AutoReqProv: No %description pst-stru-doc Documentation for pst-stru +%post pst-stru-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-stru-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-stru-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-support-doc Summary: Documentation for pst-support Version: svn15878.0 @@ -217802,6 +263644,24 @@ AutoReqProv: No %description pst-support-doc Documentation for pst-support +%post pst-support-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-support-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-support-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-text Provides: tex-pst-text = %{tl_version} License: LPPL @@ -217834,7 +263694,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-text if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217856,6 +263716,24 @@ AutoReqProv: No %description pst-text-doc Documentation for pst-text +%post pst-text-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-text-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-text-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-thick Provides: tex-pst-thick = %{tl_version} License: LPPL @@ -217885,7 +263763,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-thick if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217907,6 +263785,24 @@ AutoReqProv: No %description pst-thick-doc Documentation for pst-thick +%post pst-thick-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-thick-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-thick-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-tools Provides: tex-pst-tools = %{tl_version} License: LPPL @@ -217936,7 +263832,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-tools if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -217958,6 +263854,24 @@ AutoReqProv: No %description pst-tools-doc Documentation for pst-tools +%post pst-tools-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-tools-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tools-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-tree Provides: tex-pst-tree = %{tl_version} License: LPPL @@ -217988,7 +263902,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-tree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218010,6 +263924,24 @@ AutoReqProv: No %description pst-tree-doc Documentation for pst-tree +%post pst-tree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-tree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-tvz Provides: tex-pst-tvz = %{tl_version} License: LPPL 1.3 @@ -218040,7 +263972,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-tvz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218062,6 +263994,24 @@ AutoReqProv: No %description pst-tvz-doc Documentation for pst-tvz +%post pst-tvz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-tvz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-tvz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-uml Provides: tex-pst-uml = %{tl_version} License: LPPL @@ -218099,7 +264049,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-uml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218122,6 +264072,24 @@ Requires: tex-multido-doc %description pst-uml-doc Documentation for pst-uml +%post pst-uml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-uml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-uml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-vectorian Provides: tex-pst-vectorian = %{tl_version} License: LPPL @@ -218151,7 +264119,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-vectorian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218173,6 +264141,24 @@ AutoReqProv: No %description pst-vectorian-doc Documentation for pst-vectorian +%post pst-vectorian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-vectorian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vectorian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-vowel Provides: tex-pst-vowel = %{tl_version} License: LPPL @@ -218204,7 +264190,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-vowel if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218226,6 +264212,24 @@ AutoReqProv: No %description pst-vowel-doc Documentation for pst-vowel +%post pst-vowel-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-vowel-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vowel-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst-vue3d Provides: tex-pst-vue3d = %{tl_version} License: LPPL @@ -218256,7 +264260,7 @@ touch /var/run/texlive/run-mtxrun %postun pst-vue3d if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218278,6 +264282,24 @@ AutoReqProv: No %description pst-vue3d-doc Documentation for pst-vue3d +%post pst-vue3d-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst-vue3d-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst-vue3d-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst2pdf Provides: tex-pst2pdf = %{tl_version} License: GPLv2+ @@ -218312,7 +264334,7 @@ touch /var/run/texlive/run-mtxrun %postun pst2pdf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218334,6 +264356,24 @@ AutoReqProv: No %description pst2pdf-doc Documentation for pst2pdf +%post pst2pdf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pst2pdf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pst2pdf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pst2pdf-bin Summary: Binaries for pst2pdf Version: svn29333.0 @@ -218349,7 +264389,7 @@ Binaries for pst2pdf Provides: tex-pstricks = %{tl_version} License: LPPL 1.3 Summary: PostScript macros for TeX -Version: svn37707.2.61 +Version: svn38348.2.63 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -218421,7 +264461,7 @@ Provides: tex(pstcol.sty) = %{tl_version} Provides: tex(pstricks.sty) = %{tl_version} %description pstricks -PStricks offers an extensive collection of macros for +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, @@ -218429,9 +264469,9 @@ 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 ordianrily uses PostScript -\special commands, which are not supported by PDF(La)TeX. This +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 @@ -218441,7 +264481,7 @@ catalogue entries for PSTricks; the other one (PSTricks) is acting as a "stub", while editorial work on catalogue entries for PSTricks contributed is completed. -date: 2015-06-29 19:52:14 +0200 +date: 2015-09-11 19:49:01 +0200 %post pstricks mkdir -p /var/run/texlive @@ -218452,7 +264492,7 @@ touch /var/run/texlive/run-mtxrun %postun pstricks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218465,7 +264505,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package pstricks-doc Summary: Documentation for pstricks -Version: svn37707.2.61 +Version: svn38348.2.63 Release: %{tl_noarch_release} Provides: tex-pstricks-doc BuildArch: noarch @@ -218474,6 +264514,24 @@ AutoReqProv: No %description pstricks-doc Documentation for pstricks +%post pstricks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstricks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pstricks-add Provides: tex-pstricks-add = %{tl_version} License: LPPL @@ -218516,7 +264574,7 @@ touch /var/run/texlive/run-mtxrun %postun pstricks-add if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218538,6 +264596,24 @@ AutoReqProv: No %description pstricks-add-doc Documentation for pstricks-add +%post pstricks-add-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstricks-add-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks-add-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pstricks_calcnotes-doc Summary: Documentation for pstricks_calcnotes Version: svn34363.1.2 @@ -218549,6 +264625,24 @@ AutoReqProv: No %description pstricks_calcnotes-doc Documentation for pstricks_calcnotes +%post pstricks_calcnotes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pstricks_calcnotes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pstricks_calcnotes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uml Provides: tex-uml = %{tl_version} License: LPPL @@ -218582,7 +264676,7 @@ touch /var/run/texlive/run-mtxrun %postun uml if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218604,6 +264698,24 @@ AutoReqProv: No %description uml-doc Documentation for uml +%post uml-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uml-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uml-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vaucanson-g Provides: tex-vaucanson-g = %{tl_version} License: LPPL @@ -218648,7 +264760,7 @@ touch /var/run/texlive/run-mtxrun %postun vaucanson-g if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218670,6 +264782,24 @@ AutoReqProv: No %description vaucanson-g-doc Documentation for vaucanson-g +%post vaucanson-g-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vaucanson-g-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vaucanson-g-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vocaltract Provides: tex-vocaltract = %{tl_version} License: LPPL @@ -218703,7 +264833,7 @@ touch /var/run/texlive/run-mtxrun %postun vocaltract if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218725,9 +264855,27 @@ AutoReqProv: No %description vocaltract-doc Documentation for vocaltract +%post vocaltract-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vocaltract-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vocaltract-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-publishers Summary: Publisher styles, theses, etc -Version: svn37710.0 +Version: svn38364.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -218761,6 +264909,7 @@ Requires: tex-brandeis-dissertation Requires: tex-cascadilla Requires: tex-chem-journal Requires: tex-classicthesis +Requires: tex-cleanthesis Requires: tex-cmpj Requires: tex-confproc Requires: tex-dccpaper @@ -218775,7 +264924,9 @@ Requires: tex-elteikthesis Requires: tex-erdc Requires: tex-estcpmm Requires: tex-fbithesis +Requires: tex-fcavtex Requires: tex-fcltxdoc +Requires: tex-fei Requires: tex-gaceta Requires: tex-gatech-thesis Requires: tex-gsemthesis @@ -218912,7 +265063,7 @@ touch /var/run/texlive/run-mtxrun %postun IEEEconf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218934,16 +265085,35 @@ AutoReqProv: No %description IEEEconf-doc Documentation for IEEEconf +%post IEEEconf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun IEEEconf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans IEEEconf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package IEEEtran Provides: tex-IEEEtran = %{tl_version} License: LPPL 1.3 Summary: Document class for IEEE Transactions journals and conferences -Version: svn35194.1.8a +Version: svn38238.1.8b Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires(post,postun): coreutils +Requires: tex(newtxmath.sty) Provides: tex(IEEEtran.cls) = %{tl_version} Provides: tex(IEEEtrantools.sty) = %{tl_version} Provides: tetex-IEEEtran = %{tl_version} @@ -218955,7 +265125,7 @@ officially-correct output for the Institute of Electrical and Electronics Engineers (IEEE) transactions, journals and conferences. -date: 2014-10-01 09:31:17 +0200 +date: 2015-08-28 21:41:19 +0200 %post IEEEtran mkdir -p /var/run/texlive @@ -218966,7 +265136,7 @@ touch /var/run/texlive/run-mtxrun %postun IEEEtran if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -218979,7 +265149,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package IEEEtran-doc Summary: Documentation for IEEEtran -Version: svn35194.1.8a +Version: svn38238.1.8b Release: %{tl_noarch_release} Provides: tex-IEEEtran-doc BuildArch: noarch @@ -218988,6 +265158,24 @@ AutoReqProv: No %description IEEEtran-doc Documentation for IEEEtran +%post IEEEtran-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun IEEEtran-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans IEEEtran-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package confproc Provides: tex-confproc = %{tl_version} License: LPPL @@ -219040,7 +265228,7 @@ touch /var/run/texlive/run-mtxrun %postun confproc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219062,6 +265250,24 @@ AutoReqProv: No %description confproc-doc Documentation for confproc +%post confproc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun confproc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans confproc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dccpaper Provides: tex-dccpaper = %{tl_version} License: LPPL 1.3 @@ -219095,7 +265301,7 @@ touch /var/run/texlive/run-mtxrun %postun dccpaper if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219117,6 +265323,24 @@ AutoReqProv: No %description dccpaper-doc Documentation for dccpaper +%post dccpaper-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dccpaper-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dccpaper-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dithesis Provides: tex-dithesis = %{tl_version} License: LPPL @@ -219163,7 +265387,7 @@ touch /var/run/texlive/run-mtxrun %postun dithesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219185,6 +265409,24 @@ AutoReqProv: No %description dithesis-doc Documentation for dithesis +%post dithesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dithesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dithesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebook Provides: tex-ebook = %{tl_version} License: Public Domain @@ -219214,7 +265456,7 @@ touch /var/run/texlive/run-mtxrun %postun ebook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219236,6 +265478,24 @@ AutoReqProv: No %description ebook-doc Documentation for ebook +%post ebook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ebsthesis Provides: tex-ebsthesis = %{tl_version} License: LPPL @@ -219287,7 +265547,7 @@ touch /var/run/texlive/run-mtxrun %postun ebsthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219309,6 +265569,24 @@ AutoReqProv: No %description ebsthesis-doc Documentation for ebsthesis +%post ebsthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ebsthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ebsthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ejpecp Provides: tex-ejpecp = %{tl_version} License: LPPL 1.2 @@ -219354,7 +265632,7 @@ touch /var/run/texlive/run-mtxrun %postun ejpecp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219376,6 +265654,24 @@ AutoReqProv: No %description ejpecp-doc Documentation for ejpecp +%post ejpecp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ejpecp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ejpecp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ekaia Provides: tex-ekaia = %{tl_version} License: LPPL 1.2 @@ -219409,7 +265705,7 @@ touch /var/run/texlive/run-mtxrun %postun ekaia if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219431,6 +265727,24 @@ AutoReqProv: No %description ekaia-doc Documentation for ekaia +%post ekaia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ekaia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ekaia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elbioimp Provides: tex-elbioimp = %{tl_version} License: LPPL @@ -219465,7 +265779,7 @@ touch /var/run/texlive/run-mtxrun %postun elbioimp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219487,6 +265801,24 @@ AutoReqProv: No %description elbioimp-doc Documentation for elbioimp +%post elbioimp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elbioimp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elbioimp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elsarticle Provides: tex-elsarticle = %{tl_version} License: LPPL 1.2 @@ -219521,7 +265853,7 @@ touch /var/run/texlive/run-mtxrun %postun elsarticle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219543,6 +265875,24 @@ AutoReqProv: No %description elsarticle-doc Documentation for elsarticle +%post elsarticle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elsarticle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elsarticle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package elteikthesis Provides: tex-elteikthesis = %{tl_version} License: LPPL 1.2 @@ -219573,7 +265923,7 @@ touch /var/run/texlive/run-mtxrun %postun elteikthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219595,6 +265945,24 @@ AutoReqProv: No %description elteikthesis-doc Documentation for elteikthesis +%post elteikthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun elteikthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans elteikthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package erdc Provides: tex-erdc = %{tl_version} License: LPPL @@ -219635,7 +266003,7 @@ touch /var/run/texlive/run-mtxrun %postun erdc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219657,6 +266025,24 @@ AutoReqProv: No %description erdc-doc Documentation for erdc +%post erdc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun erdc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans erdc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package estcpmm Provides: tex-estcpmm = %{tl_version} License: LPPL @@ -219692,7 +266078,7 @@ touch /var/run/texlive/run-mtxrun %postun estcpmm if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219714,6 +266100,24 @@ AutoReqProv: No %description estcpmm-doc Documentation for estcpmm +%post estcpmm-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun estcpmm-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans estcpmm-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fbithesis Provides: tex-fbithesis = %{tl_version} License: LPPL @@ -219747,7 +266151,7 @@ touch /var/run/texlive/run-mtxrun %postun fbithesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219769,6 +266173,112 @@ AutoReqProv: No %description fbithesis-doc Documentation for fbithesis +%post fbithesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fbithesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fbithesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package fcavtex +Provides: tex-fcavtex = %{tl_version} +License: LPPL 1.3 +Summary: A thesis class for the FCAV/UNESP (Brazil) +Version: svn38074.1.1 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-08-07 07:51:48 +0200 + +%post fcavtex +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fcavtex +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fcavtex +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package fcavtex-doc +Summary: Documentation for fcavtex +Version: svn38074.1.1 +Release: %{tl_noarch_release} +Provides: tex-fcavtex-doc +BuildArch: noarch +AutoReqProv: No + +%description fcavtex-doc +Documentation for fcavtex + +%post fcavtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fcavtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fcavtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fcltxdoc Provides: tex-fcltxdoc = %{tl_version} License: LPPL 1.3 @@ -219843,7 +266353,7 @@ touch /var/run/texlive/run-mtxrun %postun fcltxdoc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219865,6 +266375,125 @@ AutoReqProv: No %description fcltxdoc-doc Documentation for fcltxdoc +%post fcltxdoc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fcltxdoc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fcltxdoc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package fei +Provides: tex-fei = %{tl_version} +License: LPPL 1.3 +Summary: Class for academic works at FEI University Center -- Brazil +Version: svn38364.2.0 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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). + +date: 2015-09-11 14:57:10 +0200 + +%post fei +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun fei +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fei +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package fei-doc +Summary: Documentation for fei +Version: svn38364.2.0 +Release: %{tl_noarch_release} +Provides: tex-fei-doc +BuildArch: noarch +AutoReqProv: No + +%description fei-doc +Documentation for fei + +%post fei-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fei-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fei-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gaceta Provides: tex-gaceta = %{tl_version} License: LPPL @@ -219899,7 +266528,7 @@ touch /var/run/texlive/run-mtxrun %postun gaceta if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219921,6 +266550,24 @@ AutoReqProv: No %description gaceta-doc Documentation for gaceta +%post gaceta-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gaceta-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gaceta-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gatech-thesis Provides: tex-gatech-thesis = %{tl_version} License: GPL+ @@ -219959,7 +266606,7 @@ touch /var/run/texlive/run-mtxrun %postun gatech-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -219981,6 +266628,24 @@ AutoReqProv: No %description gatech-thesis-doc Documentation for gatech-thesis +%post gatech-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gatech-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gatech-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gsemthesis Provides: tex-gsemthesis = %{tl_version} License: LPPL 1.3 @@ -220015,7 +266680,7 @@ touch /var/run/texlive/run-mtxrun %postun gsemthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220037,6 +266702,24 @@ AutoReqProv: No %description gsemthesis-doc Documentation for gsemthesis +%post gsemthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gsemthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gsemthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gzt Provides: tex-gzt = %{tl_version} License: LPPL 1.3 @@ -220130,7 +266813,7 @@ touch /var/run/texlive/run-mtxrun %postun gzt if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220152,6 +266835,24 @@ AutoReqProv: No %description gzt-doc Documentation for gzt +%post gzt-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gzt-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gzt-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package har2nat Provides: tex-har2nat = %{tl_version} License: LPPL @@ -220186,7 +266887,7 @@ touch /var/run/texlive/run-mtxrun %postun har2nat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220208,6 +266909,24 @@ AutoReqProv: No %description har2nat-doc Documentation for har2nat +%post har2nat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun har2nat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans har2nat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hobete Provides: tex-hobete = %{tl_version} License: LPPL @@ -220247,7 +266966,7 @@ touch /var/run/texlive/run-mtxrun %postun hobete if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220269,6 +266988,24 @@ AutoReqProv: No %description hobete-doc Documentation for hobete +%post hobete-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hobete-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hobete-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package icsv Provides: tex-icsv = %{tl_version} License: LPPL @@ -220312,7 +267049,7 @@ touch /var/run/texlive/run-mtxrun %postun icsv if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220334,6 +267071,24 @@ AutoReqProv: No %description icsv-doc Documentation for icsv +%post icsv-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun icsv-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans icsv-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ieeepes Provides: tex-ieeepes = %{tl_version} License: LPPL @@ -220366,7 +267121,7 @@ touch /var/run/texlive/run-mtxrun %postun ieeepes if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220388,6 +267143,24 @@ AutoReqProv: No %description ieeepes-doc Documentation for ieeepes +%post ieeepes-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ieeepes-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ieeepes-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ijmart Provides: tex-ijmart = %{tl_version} License: LPPL @@ -220424,7 +267197,7 @@ touch /var/run/texlive/run-mtxrun %postun ijmart if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220446,6 +267219,24 @@ AutoReqProv: No %description ijmart-doc Documentation for ijmart +%post ijmart-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ijmart-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ijmart-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package imac Provides: tex-imac = %{tl_version} License: GPL+ @@ -220474,7 +267265,7 @@ touch /var/run/texlive/run-mtxrun %postun imac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220496,6 +267287,24 @@ AutoReqProv: No %description imac-doc Documentation for imac +%post imac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun imac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package imtekda Provides: tex-imtekda = %{tl_version} License: LPPL @@ -220530,7 +267339,7 @@ touch /var/run/texlive/run-mtxrun %postun imtekda if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220552,6 +267361,24 @@ AutoReqProv: No %description imtekda-doc Documentation for imtekda +%post imtekda-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun imtekda-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans imtekda-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jmlr Provides: tex-jmlr = %{tl_version} License: LPPL 1.3 @@ -220607,7 +267434,7 @@ touch /var/run/texlive/run-mtxrun %postun jmlr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220629,6 +267456,24 @@ AutoReqProv: No %description jmlr-doc Documentation for jmlr +%post jmlr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jmlr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jmlr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package jpsj Provides: tex-jpsj = %{tl_version} License: LPPL @@ -220659,7 +267504,7 @@ touch /var/run/texlive/run-mtxrun %postun jpsj if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220681,6 +267526,24 @@ AutoReqProv: No %description jpsj-doc Documentation for jpsj +%post jpsj-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun jpsj-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans jpsj-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kdgdocs Provides: tex-kdgdocs = %{tl_version} License: LPPL 1.3 @@ -220723,7 +267586,7 @@ touch /var/run/texlive/run-mtxrun %postun kdgdocs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220745,6 +267608,24 @@ AutoReqProv: No %description kdgdocs-doc Documentation for kdgdocs +%post kdgdocs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kdgdocs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kdgdocs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package kluwer Provides: tex-kluwer = %{tl_version} License: LPPL @@ -220796,7 +267677,7 @@ touch /var/run/texlive/run-mtxrun %postun kluwer if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220818,6 +267699,24 @@ AutoReqProv: No %description kluwer-doc Documentation for kluwer +%post kluwer-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun kluwer-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans kluwer-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package lps Provides: tex-lps = %{tl_version} License: LPPL @@ -220853,7 +267752,7 @@ touch /var/run/texlive/run-mtxrun %postun lps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220875,6 +267774,24 @@ AutoReqProv: No %description lps-doc Documentation for lps +%post lps-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun lps-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans lps-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package matc3 Provides: tex-matc3 = %{tl_version} License: LPPL 1.3 @@ -220903,7 +267820,7 @@ touch /var/run/texlive/run-mtxrun %postun matc3 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220925,6 +267842,24 @@ AutoReqProv: No %description matc3-doc Documentation for matc3 +%post matc3-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun matc3-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans matc3-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package matc3mem Provides: tex-matc3mem = %{tl_version} License: LPPL 1.3 @@ -220957,7 +267892,7 @@ touch /var/run/texlive/run-mtxrun %postun matc3mem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -220979,6 +267914,24 @@ AutoReqProv: No %description matc3mem-doc Documentation for matc3mem +%post matc3mem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun matc3mem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans matc3mem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mcmthesis Provides: tex-mcmthesis = %{tl_version} License: LPPL 1.3 @@ -221044,7 +267997,7 @@ touch /var/run/texlive/run-mtxrun %postun mcmthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221066,6 +268019,24 @@ AutoReqProv: No %description mcmthesis-doc Documentation for mcmthesis +%post mcmthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mcmthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mcmthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mentis Provides: tex-mentis = %{tl_version} License: LPPL @@ -221107,7 +268078,7 @@ touch /var/run/texlive/run-mtxrun %postun mentis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221129,6 +268100,24 @@ AutoReqProv: No %description mentis-doc Documentation for mentis +%post mentis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mentis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mentis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mnras Provides: tex-mnras = %{tl_version} License: LPPL 1.3 @@ -221156,7 +268145,7 @@ touch /var/run/texlive/run-mtxrun %postun mnras if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221178,6 +268167,24 @@ AutoReqProv: No %description mnras-doc Documentation for mnras +%post mnras-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mnras-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mnras-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package msu-thesis Provides: tex-msu-thesis = %{tl_version} License: LPPL 1.3 @@ -221214,7 +268221,7 @@ touch /var/run/texlive/run-mtxrun %postun msu-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221236,6 +268243,24 @@ AutoReqProv: No %description msu-thesis-doc Documentation for msu-thesis +%post msu-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun msu-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans msu-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mugsthesis Provides: tex-mugsthesis = %{tl_version} License: LPPL 1.3 @@ -221266,7 +268291,7 @@ touch /var/run/texlive/run-mtxrun %postun mugsthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221288,6 +268313,24 @@ AutoReqProv: No %description mugsthesis-doc Documentation for mugsthesis +%post mugsthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mugsthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mugsthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package musuos Provides: tex-musuos = %{tl_version} License: LPPL @@ -221325,7 +268368,7 @@ touch /var/run/texlive/run-mtxrun %postun musuos if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221347,6 +268390,24 @@ AutoReqProv: No %description musuos-doc Documentation for musuos +%post musuos-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun musuos-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans musuos-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package muthesis Provides: tex-muthesis = %{tl_version} License: LPPL @@ -221377,7 +268438,7 @@ touch /var/run/texlive/run-mtxrun %postun muthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221399,6 +268460,24 @@ AutoReqProv: No %description muthesis-doc Documentation for muthesis +%post muthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun muthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans muthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nature Provides: tex-nature = %{tl_version} License: LPPL @@ -221431,7 +268510,7 @@ touch /var/run/texlive/run-mtxrun %postun nature if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221453,6 +268532,24 @@ AutoReqProv: No %description nature-doc Documentation for nature +%post nature-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nature-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nature-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nddiss Provides: tex-nddiss = %{tl_version} License: LPPL @@ -221505,7 +268602,7 @@ touch /var/run/texlive/run-mtxrun %postun nddiss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221527,11 +268624,29 @@ AutoReqProv: No %description nddiss-doc Documentation for nddiss +%post nddiss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nddiss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nddiss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ndsu-thesis Provides: tex-ndsu-thesis = %{tl_version} License: LPPL 1.3 Summary: North Dakota State University disquisition class -Version: svn37238.0 +Version: svn37996.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -221543,7 +268658,7 @@ Provides: tex(ndsu-thesis.cls) = %{tl_version} A class for generating disquisitions, intended to be in compliance with North Dakota State University requirements. -date: 2015-05-06 18:40:13 +0200 +date: 2015-07-29 19:07:40 +0200 %post ndsu-thesis mkdir -p /var/run/texlive @@ -221554,7 +268669,7 @@ touch /var/run/texlive/run-mtxrun %postun ndsu-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221567,7 +268682,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ndsu-thesis-doc Summary: Documentation for ndsu-thesis -Version: svn37238.0 +Version: svn37996.0 Release: %{tl_noarch_release} Provides: tex-ndsu-thesis-doc BuildArch: noarch @@ -221576,6 +268691,24 @@ AutoReqProv: No %description ndsu-thesis-doc Documentation for ndsu-thesis +%post ndsu-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ndsu-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ndsu-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nih Provides: tex-nih = %{tl_version} License: LPPL @@ -221615,7 +268748,7 @@ touch /var/run/texlive/run-mtxrun %postun nih if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221637,6 +268770,24 @@ AutoReqProv: No %description nih-doc Documentation for nih +%post nih-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nih-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nih-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nostarch Provides: tex-nostarch = %{tl_version} License: LPPL @@ -221678,7 +268829,7 @@ touch /var/run/texlive/run-mtxrun %postun nostarch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221700,6 +268851,24 @@ AutoReqProv: No %description nostarch-doc Documentation for nostarch +%post nostarch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nostarch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nostarch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nrc Provides: tex-nrc = %{tl_version} License: LPPL @@ -221734,7 +268903,7 @@ touch /var/run/texlive/run-mtxrun %postun nrc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221756,6 +268925,24 @@ AutoReqProv: No %description nrc-doc Documentation for nrc +%post nrc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nrc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nrc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package onrannual Provides: tex-onrannual = %{tl_version} License: LPPL 1.3 @@ -221791,7 +268978,7 @@ touch /var/run/texlive/run-mtxrun %postun onrannual if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221813,6 +269000,24 @@ AutoReqProv: No %description onrannual-doc Documentation for onrannual +%post onrannual-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun onrannual-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans onrannual-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package opteng Provides: tex-opteng = %{tl_version} License: LPPL @@ -221844,7 +269049,7 @@ touch /var/run/texlive/run-mtxrun %postun opteng if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221866,6 +269071,24 @@ AutoReqProv: No %description opteng-doc Documentation for opteng +%post opteng-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun opteng-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans opteng-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package philosophersimprint Provides: tex-philosophersimprint = %{tl_version} License: LPPL @@ -221914,7 +269137,7 @@ touch /var/run/texlive/run-mtxrun %postun philosophersimprint if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221936,6 +269159,24 @@ AutoReqProv: No %description philosophersimprint-doc Documentation for philosophersimprint +%post philosophersimprint-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun philosophersimprint-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philosophersimprint-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pittetd Provides: tex-pittetd = %{tl_version} License: LPPL @@ -221969,7 +269210,7 @@ touch /var/run/texlive/run-mtxrun %postun pittetd if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -221991,9 +269232,27 @@ AutoReqProv: No %description pittetd-doc Documentation for pittetd +%post pittetd-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pittetd-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pittetd-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pkuthss Provides: tex-pkuthss = %{tl_version} -License: Freely redistributable without restriction +License: LPPL Summary: LaTeX template for dissertations in Peking University Version: svn37719.1.6.3 Release: %{tl_noarch_release} @@ -222033,7 +269292,7 @@ touch /var/run/texlive/run-mtxrun %postun pkuthss if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222055,6 +269314,24 @@ AutoReqProv: No %description pkuthss-doc Documentation for pkuthss +%post pkuthss-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pkuthss-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pkuthss-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package powerdot-FUBerlin Provides: tex-powerdot-FUBerlin = %{tl_version} License: LPPL @@ -222098,7 +269375,7 @@ touch /var/run/texlive/run-mtxrun %postun powerdot-FUBerlin if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222120,6 +269397,24 @@ AutoReqProv: No %description powerdot-FUBerlin-doc Documentation for powerdot-FUBerlin +%post powerdot-FUBerlin-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun powerdot-FUBerlin-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans powerdot-FUBerlin-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pracjourn Provides: tex-pracjourn = %{tl_version} License: GPL+ @@ -222156,7 +269451,7 @@ touch /var/run/texlive/run-mtxrun %postun pracjourn if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222178,6 +269473,24 @@ AutoReqProv: No %description pracjourn-doc Documentation for pracjourn +%post pracjourn-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pracjourn-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pracjourn-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package procIAGssymp Provides: tex-procIAGssymp = %{tl_version} License: LPPL @@ -222208,7 +269521,7 @@ touch /var/run/texlive/run-mtxrun %postun procIAGssymp if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222230,6 +269543,24 @@ AutoReqProv: No %description procIAGssymp-doc Documentation for procIAGssymp +%post procIAGssymp-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun procIAGssymp-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans procIAGssymp-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package proposal Provides: tex-proposal = %{tl_version} License: LPPL @@ -222304,7 +269635,7 @@ touch /var/run/texlive/run-mtxrun %postun proposal if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222326,6 +269657,24 @@ AutoReqProv: No %description proposal-doc Documentation for proposal +%post proposal-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun proposal-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans proposal-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ptptex Provides: tex-ptptex = %{tl_version} License: LPPL @@ -222360,7 +269709,7 @@ touch /var/run/texlive/run-mtxrun %postun ptptex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222382,6 +269731,24 @@ AutoReqProv: No %description ptptex-doc Documentation for ptptex +%post ptptex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ptptex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptptex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package psu-thesis Provides: tex-psu-thesis = %{tl_version} License: LPPL @@ -222413,7 +269780,7 @@ touch /var/run/texlive/run-mtxrun %postun psu-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222435,11 +269802,29 @@ AutoReqProv: No %description psu-thesis-doc Documentation for psu-thesis +%post psu-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun psu-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans psu-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package resphilosophica Provides: tex-resphilosophica = %{tl_version} License: LPPL 1.3 Summary: Typeset articles for the journal Res Philosophica -Version: svn36159.1.25 +Version: svn38189.1.26 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -222462,7 +269847,7 @@ The bundle provides a class for typesetting articles for the journal Res Philosophica. Development was commissioned by Saint Louis University. -date: 2015-01-27 13:05:55 +0100 +date: 2015-08-23 19:56:46 +0200 %post resphilosophica mkdir -p /var/run/texlive @@ -222473,7 +269858,7 @@ touch /var/run/texlive/run-mtxrun %postun resphilosophica if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222486,7 +269871,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package resphilosophica-doc Summary: Documentation for resphilosophica -Version: svn36159.1.25 +Version: svn38189.1.26 Release: %{tl_noarch_release} Provides: tex-resphilosophica-doc BuildArch: noarch @@ -222495,6 +269880,24 @@ AutoReqProv: No %description resphilosophica-doc Documentation for resphilosophica +%post resphilosophica-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun resphilosophica-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resphilosophica-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package resumecls Provides: tex-resumecls = %{tl_version} License: LPPL 1.3 @@ -222529,7 +269932,7 @@ touch /var/run/texlive/run-mtxrun %postun resumecls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222551,6 +269954,24 @@ AutoReqProv: No %description resumecls-doc Documentation for resumecls +%post resumecls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun resumecls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans resumecls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package revtex Provides: tex-revtex = %{tl_version} License: LPPL 1.3 @@ -222595,7 +270016,7 @@ touch /var/run/texlive/run-mtxrun %postun revtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222617,6 +270038,24 @@ AutoReqProv: No %description revtex-doc Documentation for revtex +%post revtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun revtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans revtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package revtex4 Provides: tex-revtex4 = %{tl_version} License: LPPL @@ -222649,7 +270088,7 @@ touch /var/run/texlive/run-mtxrun %postun revtex4 if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222671,6 +270110,24 @@ AutoReqProv: No %description revtex4-doc Documentation for revtex4 +%post revtex4-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun revtex4-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans revtex4-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ryethesis Provides: tex-ryethesis = %{tl_version} License: LPPL 1.3 @@ -222710,7 +270167,7 @@ touch /var/run/texlive/run-mtxrun %postun ryethesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222732,6 +270189,24 @@ AutoReqProv: No %description ryethesis-doc Documentation for ryethesis +%post ryethesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ryethesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ryethesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sageep Provides: tex-sageep = %{tl_version} License: LPPL @@ -222765,7 +270240,7 @@ touch /var/run/texlive/run-mtxrun %postun sageep if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222787,6 +270262,24 @@ AutoReqProv: No %description sageep-doc Documentation for sageep +%post sageep-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sageep-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sageep-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sapthesis Provides: tex-sapthesis = %{tl_version} License: LPPL 1.3 @@ -222828,7 +270321,7 @@ touch /var/run/texlive/run-mtxrun %postun sapthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222850,6 +270343,24 @@ AutoReqProv: No %description sapthesis-doc Documentation for sapthesis +%post sapthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sapthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sapthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scrjrnl Provides: tex-scrjrnl = %{tl_version} License: LPPL 1.3 @@ -222880,7 +270391,7 @@ touch /var/run/texlive/run-mtxrun %postun scrjrnl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -222902,6 +270413,24 @@ AutoReqProv: No %description scrjrnl-doc Documentation for scrjrnl +%post scrjrnl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun scrjrnl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans scrjrnl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package schule Provides: tex-schule = %{tl_version} License: LPPL 1.3 @@ -222996,7 +270525,7 @@ touch /var/run/texlive/run-mtxrun %postun schule if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223018,6 +270547,24 @@ AutoReqProv: No %description schule-doc Documentation for schule +%post schule-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun schule-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans schule-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sduthesis Provides: tex-sduthesis = %{tl_version} License: LPPL 1.3 @@ -223064,7 +270611,7 @@ touch /var/run/texlive/run-mtxrun %postun sduthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223086,6 +270633,24 @@ AutoReqProv: No %description sduthesis-doc Documentation for sduthesis +%post sduthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sduthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sduthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package seuthesis Provides: tex-seuthesis = %{tl_version} License: GPLv3+ @@ -223112,7 +270677,7 @@ touch /var/run/texlive/run-mtxrun %postun seuthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223134,6 +270699,24 @@ AutoReqProv: No %description seuthesis-doc Documentation for seuthesis +%post seuthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun seuthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans seuthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package soton Provides: tex-soton = %{tl_version} License: LPPL @@ -223164,7 +270747,7 @@ touch /var/run/texlive/run-mtxrun %postun soton if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223186,6 +270769,24 @@ AutoReqProv: No %description soton-doc Documentation for soton +%post soton-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun soton-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans soton-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sphdthesis Provides: tex-sphdthesis = %{tl_version} License: Public Domain @@ -223247,7 +270848,7 @@ touch /var/run/texlive/run-mtxrun %postun sphdthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223269,6 +270870,24 @@ AutoReqProv: No %description sphdthesis-doc Documentation for sphdthesis +%post sphdthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sphdthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sphdthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package spie Provides: tex-spie = %{tl_version} License: LPPL @@ -223297,7 +270916,7 @@ touch /var/run/texlive/run-mtxrun %postun spie if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223319,6 +270938,24 @@ AutoReqProv: No %description spie-doc Documentation for spie +%post spie-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun spie-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans spie-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sr-vorl Provides: tex-sr-vorl = %{tl_version} License: LPPL 1.3 @@ -223361,7 +270998,7 @@ touch /var/run/texlive/run-mtxrun %postun sr-vorl if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223383,6 +271020,24 @@ AutoReqProv: No %description sr-vorl-doc Documentation for sr-vorl +%post sr-vorl-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sr-vorl-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sr-vorl-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package stellenbosch Provides: tex-stellenbosch = %{tl_version} License: LPPL @@ -223437,7 +271092,7 @@ touch /var/run/texlive/run-mtxrun %postun stellenbosch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223459,11 +271114,29 @@ AutoReqProv: No %description stellenbosch-doc Documentation for stellenbosch +%post stellenbosch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun stellenbosch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans stellenbosch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package suftesi Provides: tex-suftesi = %{tl_version} License: LPPL 1.3 Summary: A document class for typesetting theses, books and articles -Version: svn37528.2.1 +Version: svn38354.2.2 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -223499,7 +271172,7 @@ Provides: tex(suftesi.cls) = %{tl_version} The class is specifically designed for use with theses in the humanities. -date: 2015-06-13 19:26:02 +0200 +date: 2015-09-10 21:31:46 +0200 %post suftesi mkdir -p /var/run/texlive @@ -223510,7 +271183,7 @@ touch /var/run/texlive/run-mtxrun %postun suftesi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223523,7 +271196,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package suftesi-doc Summary: Documentation for suftesi -Version: svn37528.2.1 +Version: svn38354.2.2 Release: %{tl_noarch_release} Provides: tex-suftesi-doc BuildArch: noarch @@ -223532,6 +271205,24 @@ AutoReqProv: No %description suftesi-doc Documentation for suftesi +%post suftesi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun suftesi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans suftesi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sugconf Provides: tex-sugconf = %{tl_version} License: LPPL @@ -223561,7 +271252,7 @@ touch /var/run/texlive/run-mtxrun %postun sugconf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223583,6 +271274,24 @@ AutoReqProv: No %description sugconf-doc Documentation for sugconf +%post sugconf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sugconf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sugconf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tabriz-thesis Provides: tex-tabriz-thesis = %{tl_version} License: LPPL 1.3 @@ -223622,7 +271331,7 @@ touch /var/run/texlive/run-mtxrun %postun tabriz-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223644,6 +271353,24 @@ AutoReqProv: No %description tabriz-thesis-doc Documentation for tabriz-thesis +%post tabriz-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tabriz-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tabriz-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package texilikechaps Provides: tex-texilikechaps = %{tl_version} License: LPPL @@ -223673,7 +271400,7 @@ touch /var/run/texlive/run-mtxrun %postun texilikechaps if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223711,7 +271438,7 @@ touch /var/run/texlive/run-mtxrun %postun texilikecover if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223751,7 +271478,7 @@ touch /var/run/texlive/run-mtxrun %postun thesis-ekf if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223773,6 +271500,24 @@ AutoReqProv: No %description thesis-ekf-doc Documentation for thesis-ekf +%post thesis-ekf-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thesis-ekf-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thesis-ekf-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thesis-titlepage-fhac Provides: tex-thesis-titlepage-fhac = %{tl_version} License: LPPL @@ -223806,7 +271551,7 @@ touch /var/run/texlive/run-mtxrun %postun thesis-titlepage-fhac if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223828,6 +271573,24 @@ AutoReqProv: No %description thesis-titlepage-fhac-doc Documentation for thesis-titlepage-fhac +%post thesis-titlepage-fhac-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thesis-titlepage-fhac-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thesis-titlepage-fhac-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package thuthesis Provides: tex-thuthesis = %{tl_version} License: LPPL 1.3 @@ -223880,7 +271643,7 @@ touch /var/run/texlive/run-mtxrun %postun thuthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223902,6 +271665,24 @@ AutoReqProv: No %description thuthesis-doc Documentation for thuthesis +%post thuthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun thuthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans thuthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package toptesi Provides: tex-toptesi = %{tl_version} License: LPPL 1.3 @@ -223952,7 +271733,7 @@ touch /var/run/texlive/run-mtxrun %postun toptesi if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -223974,11 +271755,29 @@ AutoReqProv: No %description toptesi-doc Documentation for toptesi +%post toptesi-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun toptesi-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans toptesi-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tudscr Provides: tex-tudscr = %{tl_version} License: LPPL 1.3 Summary: The Corporate Design of TU Dresden -Version: svn37736.2.04 +Version: svn37945.2.04a Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -224077,7 +271876,7 @@ ionumbers), and the package twocolfix for fixing the positioning bug of headings in two column layout, a comprehensive user documentation as well as several tutorials. -date: 2015-07-02 19:06:13 +0200 +date: 2015-07-24 14:52:08 +0200 %post tudscr mkdir -p /var/run/texlive @@ -224088,7 +271887,7 @@ touch /var/run/texlive/run-mtxrun %postun tudscr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224101,7 +271900,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package tudscr-doc Summary: Documentation for tudscr -Version: svn37736.2.04 +Version: svn37945.2.04a Release: %{tl_noarch_release} Provides: tex-tudscr-doc BuildArch: noarch @@ -224110,6 +271909,24 @@ AutoReqProv: No %description tudscr-doc Documentation for tudscr +%post tudscr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tudscr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tudscr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tugboat Provides: tex-tugboat = %{tl_version} License: LPPL 1.3 @@ -224143,7 +271960,7 @@ touch /var/run/texlive/run-mtxrun %postun tugboat if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224165,6 +271982,24 @@ AutoReqProv: No %description tugboat-doc Documentation for tugboat +%post tugboat-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tugboat-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tugboat-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tugboat-plain Provides: tex-tugboat-plain = %{tl_version} License: Bibtex @@ -224194,7 +272029,7 @@ touch /var/run/texlive/run-mtxrun %postun tugboat-plain if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224216,6 +272051,24 @@ AutoReqProv: No %description tugboat-plain-doc Documentation for tugboat-plain +%post tugboat-plain-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tugboat-plain-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tugboat-plain-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package turabian Provides: tex-turabian = %{tl_version} License: LPPL @@ -224244,7 +272097,7 @@ touch /var/run/texlive/run-mtxrun %postun turabian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224266,6 +272119,24 @@ AutoReqProv: No %description turabian-doc Documentation for turabian +%post turabian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun turabian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans turabian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package tui Provides: tex-tui = %{tl_version} License: LPPL @@ -224312,7 +272183,7 @@ touch /var/run/texlive/run-mtxrun %postun tui if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224334,6 +272205,24 @@ AutoReqProv: No %description tui-doc Documentation for tui +%post tui-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun tui-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans tui-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uaclasses Provides: tex-uaclasses = %{tl_version} License: Public Domain @@ -224372,7 +272261,7 @@ touch /var/run/texlive/run-mtxrun %postun uaclasses if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224394,6 +272283,24 @@ AutoReqProv: No %description uaclasses-doc Documentation for uaclasses +%post uaclasses-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uaclasses-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uaclasses-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uadocs Provides: tex-uadocs = %{tl_version} License: LPPL 1.3 @@ -224441,7 +272348,7 @@ touch /var/run/texlive/run-mtxrun %postun uadocs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224463,6 +272370,24 @@ AutoReqProv: No %description uadocs-doc Documentation for uadocs +%post uadocs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uadocs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uadocs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uafthesis Provides: tex-uafthesis = %{tl_version} License: LPPL @@ -224489,7 +272414,7 @@ touch /var/run/texlive/run-mtxrun %postun uafthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224511,6 +272436,24 @@ AutoReqProv: No %description uafthesis-doc Documentation for uafthesis +%post uafthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uafthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uafthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucbthesis Provides: tex-ucbthesis = %{tl_version} License: LPPL 1.3 @@ -224540,7 +272483,7 @@ touch /var/run/texlive/run-mtxrun %postun ucbthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224562,6 +272505,24 @@ AutoReqProv: No %description ucbthesis-doc Documentation for ucbthesis +%post ucbthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucbthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucbthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucdavisthesis Provides: tex-ucdavisthesis = %{tl_version} License: LPPL @@ -224593,7 +272554,7 @@ touch /var/run/texlive/run-mtxrun %postun ucdavisthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224615,6 +272576,24 @@ AutoReqProv: No %description ucdavisthesis-doc Documentation for ucdavisthesis +%post ucdavisthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucdavisthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucdavisthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucthesis Provides: tex-ucthesis = %{tl_version} License: LPPL 1.3 @@ -224647,7 +272626,7 @@ touch /var/run/texlive/run-mtxrun %postun ucthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224669,6 +272648,24 @@ AutoReqProv: No %description ucthesis-doc Documentation for ucthesis +%post ucthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uestcthesis Provides: tex-uestcthesis = %{tl_version} License: LPPL 1.3 @@ -224728,7 +272725,7 @@ touch /var/run/texlive/run-mtxrun %postun uestcthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224750,6 +272747,24 @@ AutoReqProv: No %description uestcthesis-doc Documentation for uestcthesis +%post uestcthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uestcthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uestcthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uiucredborder Provides: tex-uiucredborder = %{tl_version} License: LPPL 1.2 @@ -224779,7 +272794,7 @@ touch /var/run/texlive/run-mtxrun %postun uiucredborder if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224801,6 +272816,24 @@ AutoReqProv: No %description uiucredborder-doc Documentation for uiucredborder +%post uiucredborder-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uiucredborder-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uiucredborder-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uiucthesis Provides: tex-uiucthesis = %{tl_version} License: LPPL @@ -224831,7 +272864,7 @@ touch /var/run/texlive/run-mtxrun %postun uiucthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224853,11 +272886,29 @@ AutoReqProv: No %description uiucthesis-doc Documentation for uiucthesis +%post uiucthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uiucthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uiucthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ulthese Provides: tex-ulthese = %{tl_version} License: LPPL 1.3 Summary: Thesis class and templates for Universite Laval -Version: svn34407.3.1 +Version: svn38363.4.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -224886,7 +272937,7 @@ 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. -date: 2014-05-26 19:10:44 +0200 +date: 2015-09-11 21:07:42 +0200 %post ulthese mkdir -p /var/run/texlive @@ -224897,7 +272948,7 @@ touch /var/run/texlive/run-mtxrun %postun ulthese if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224910,7 +272961,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ulthese-doc Summary: Documentation for ulthese -Version: svn34407.3.1 +Version: svn38363.4.0 Release: %{tl_noarch_release} Provides: tex-ulthese-doc BuildArch: noarch @@ -224919,6 +272970,24 @@ AutoReqProv: No %description ulthese-doc Documentation for ulthese +%post ulthese-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ulthese-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulthese-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package umthesis Provides: tex-umthesis = %{tl_version} License: LPPL @@ -224951,7 +273020,7 @@ touch /var/run/texlive/run-mtxrun %postun umthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -224973,6 +273042,24 @@ AutoReqProv: No %description umthesis-doc Documentation for umthesis +%post umthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun umthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package umich-thesis Provides: tex-umich-thesis = %{tl_version} License: LPPL @@ -225003,7 +273090,7 @@ touch /var/run/texlive/run-mtxrun %postun umich-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225025,6 +273112,24 @@ AutoReqProv: No %description umich-thesis-doc Documentation for umich-thesis +%post umich-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun umich-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans umich-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unamth-template-doc Summary: Documentation for unamth-template Version: svn33625.2.0 @@ -225036,6 +273141,24 @@ AutoReqProv: No %description unamth-template-doc Documentation for unamth-template +%post unamth-template-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unamth-template-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unamth-template-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unamthesis Provides: tex-unamthesis = %{tl_version} License: LPPL 1.3 @@ -225069,7 +273192,7 @@ touch /var/run/texlive/run-mtxrun %postun unamthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225091,6 +273214,24 @@ AutoReqProv: No %description unamthesis-doc Documentation for unamthesis +%post unamthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unamthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unamthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unswcover Provides: tex-unswcover = %{tl_version} License: LPPL 1.3 @@ -225123,7 +273264,7 @@ touch /var/run/texlive/run-mtxrun %postun unswcover if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225145,6 +273286,24 @@ AutoReqProv: No %description unswcover-doc Documentation for unswcover +%post unswcover-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unswcover-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unswcover-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uothesis Provides: tex-uothesis = %{tl_version} License: LPPL 1.3 @@ -225192,7 +273351,7 @@ touch /var/run/texlive/run-mtxrun %postun uothesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225214,6 +273373,24 @@ AutoReqProv: No %description uothesis-doc Documentation for uothesis +%post uothesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uothesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uothesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package urcls Provides: tex-urcls = %{tl_version} License: LPPL @@ -225262,7 +273439,7 @@ touch /var/run/texlive/run-mtxrun %postun urcls if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225284,6 +273461,24 @@ AutoReqProv: No %description urcls-doc Documentation for urcls +%post urcls-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun urcls-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans urcls-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uowthesis Provides: tex-uowthesis = %{tl_version} License: LPPL 1.3 @@ -225320,7 +273515,7 @@ touch /var/run/texlive/run-mtxrun %postun uowthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225342,6 +273537,24 @@ AutoReqProv: No %description uowthesis-doc Documentation for uowthesis +%post uowthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uowthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uowthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uowthesistitlepage Provides: tex-uowthesistitlepage = %{tl_version} License: LPPL 1.3 @@ -225378,7 +273591,7 @@ touch /var/run/texlive/run-mtxrun %postun uowthesistitlepage if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225400,6 +273613,24 @@ AutoReqProv: No %description uowthesistitlepage-doc Documentation for uowthesistitlepage +%post uowthesistitlepage-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uowthesistitlepage-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uowthesistitlepage-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uspatent Provides: tex-uspatent = %{tl_version} License: LPPL 1.3 @@ -225428,7 +273659,7 @@ touch /var/run/texlive/run-mtxrun %postun uspatent if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225450,11 +273681,29 @@ AutoReqProv: No %description uspatent-doc Documentation for uspatent +%post uspatent-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uspatent-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uspatent-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ut-thesis Provides: tex-ut-thesis = %{tl_version} -License: LPPL +License: LPPL 1.3 Summary: University of Toronto thesis style -Version: svn26793.2.0 +Version: svn38269.2.1 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -225470,7 +273719,7 @@ 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. -date: 2012-06-01 19:19:53 +0200 +date: 2015-09-01 20:49:19 +0200 %post ut-thesis mkdir -p /var/run/texlive @@ -225481,7 +273730,7 @@ touch /var/run/texlive/run-mtxrun %postun ut-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225494,7 +273743,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package ut-thesis-doc Summary: Documentation for ut-thesis -Version: svn26793.2.0 +Version: svn38269.2.1 Release: %{tl_noarch_release} Provides: tex-ut-thesis-doc BuildArch: noarch @@ -225503,6 +273752,24 @@ AutoReqProv: No %description ut-thesis-doc Documentation for ut-thesis +%post ut-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ut-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ut-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package uwthesis Provides: tex-uwthesis = %{tl_version} License: ASL 2.0 @@ -225529,7 +273796,7 @@ touch /var/run/texlive/run-mtxrun %postun uwthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225551,6 +273818,24 @@ AutoReqProv: No %description uwthesis-doc Documentation for uwthesis +%post uwthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun uwthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans uwthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package vancouver Provides: tex-vancouver = %{tl_version} License: LPPL 1.3 @@ -225581,7 +273866,7 @@ touch /var/run/texlive/run-mtxrun %postun vancouver if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225603,6 +273888,24 @@ AutoReqProv: No %description vancouver-doc Documentation for vancouver +%post vancouver-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun vancouver-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans vancouver-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package wsemclassic Provides: tex-wsemclassic = %{tl_version} License: BSD @@ -225653,7 +273956,7 @@ touch /var/run/texlive/run-mtxrun %postun wsemclassic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225675,6 +273978,24 @@ AutoReqProv: No %description wsemclassic-doc Documentation for wsemclassic +%post wsemclassic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun wsemclassic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans wsemclassic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xcookybooky Provides: tex-xcookybooky = %{tl_version} License: LPPL 1.3 @@ -225724,7 +274045,7 @@ touch /var/run/texlive/run-mtxrun %postun xcookybooky if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225746,6 +274067,24 @@ AutoReqProv: No %description xcookybooky-doc Documentation for xcookybooky +%post xcookybooky-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xcookybooky-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xcookybooky-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package yathesis Provides: tex-yathesis = %{tl_version} License: LPPL 1.3 @@ -225815,7 +274154,7 @@ touch /var/run/texlive/run-mtxrun %postun yathesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225837,6 +274176,24 @@ AutoReqProv: No %description yathesis-doc Documentation for yathesis +%post yathesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun yathesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans yathesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package york-thesis Provides: tex-york-thesis = %{tl_version} License: LPPL 1.3 @@ -225868,7 +274225,7 @@ touch /var/run/texlive/run-mtxrun %postun york-thesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -225890,6 +274247,24 @@ AutoReqProv: No %description york-thesis-doc Documentation for york-thesis +%post york-thesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun york-thesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans york-thesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-science Summary: Natural and computer sciences Version: svn36989.0 @@ -226000,7 +274375,7 @@ touch /var/run/texlive/run-mtxrun %postun SIstyle if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226022,6 +274397,24 @@ AutoReqProv: No %description SIstyle-doc Documentation for SIstyle +%post SIstyle-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun SIstyle-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans SIstyle-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package SIunits Provides: tex-SIunits = %{tl_version} License: LPPL 1.3 @@ -226055,7 +274448,7 @@ touch /var/run/texlive/run-mtxrun %postun SIunits if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226077,6 +274470,24 @@ AutoReqProv: No %description SIunits-doc Documentation for SIunits +%post SIunits-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun SIunits-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans SIunits-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package complexity Provides: tex-complexity = %{tl_version} License: LPPL @@ -226111,7 +274522,7 @@ touch /var/run/texlive/run-mtxrun %postun complexity if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226133,6 +274544,24 @@ AutoReqProv: No %description complexity-doc Documentation for complexity +%post complexity-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun complexity-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans complexity-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package computational-complexity Provides: tex-computational-complexity = %{tl_version} License: LPPL @@ -226207,7 +274636,7 @@ touch /var/run/texlive/run-mtxrun %postun computational-complexity if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226229,6 +274658,24 @@ AutoReqProv: No %description computational-complexity-doc Documentation for computational-complexity +%post computational-complexity-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun computational-complexity-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans computational-complexity-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package cryptocode Provides: tex-cryptocode = %{tl_version} License: LPPL 1.3 @@ -226278,7 +274725,7 @@ touch /var/run/texlive/run-mtxrun %postun cryptocode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226300,6 +274747,24 @@ AutoReqProv: No %description cryptocode-doc Documentation for cryptocode +%post cryptocode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun cryptocode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans cryptocode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package digiconfigs Provides: tex-digiconfigs = %{tl_version} License: LPPL @@ -226331,7 +274796,7 @@ touch /var/run/texlive/run-mtxrun %postun digiconfigs if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226353,6 +274818,24 @@ AutoReqProv: No %description digiconfigs-doc Documentation for digiconfigs +%post digiconfigs-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun digiconfigs-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans digiconfigs-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package drawstack Provides: tex-drawstack = %{tl_version} License: LPPL 1.3 @@ -226383,7 +274866,7 @@ touch /var/run/texlive/run-mtxrun %postun drawstack if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226405,6 +274888,24 @@ AutoReqProv: No %description drawstack-doc Documentation for drawstack +%post drawstack-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun drawstack-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans drawstack-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package dyntree Provides: tex-dyntree = %{tl_version} License: LGPLv2+ @@ -226442,7 +274943,7 @@ touch /var/run/texlive/run-mtxrun %postun dyntree if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226464,6 +274965,24 @@ AutoReqProv: No %description dyntree-doc Documentation for dyntree +%post dyntree-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun dyntree-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans dyntree-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package eltex Provides: tex-eltex = %{tl_version} License: LPPL @@ -226500,7 +275019,7 @@ touch /var/run/texlive/run-mtxrun %postun eltex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226522,6 +275041,24 @@ AutoReqProv: No %description eltex-doc Documentation for eltex +%post eltex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun eltex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans eltex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package endiagram Provides: tex-endiagram = %{tl_version} License: LPPL 1.3 @@ -226555,7 +275092,7 @@ touch /var/run/texlive/run-mtxrun %postun endiagram if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226577,6 +275114,24 @@ AutoReqProv: No %description endiagram-doc Documentation for endiagram +%post endiagram-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun endiagram-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans endiagram-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package engtlc Provides: tex-engtlc = %{tl_version} License: LPPL 1.3 @@ -226604,7 +275159,7 @@ touch /var/run/texlive/run-mtxrun %postun engtlc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226626,6 +275181,24 @@ AutoReqProv: No %description engtlc-doc Documentation for engtlc +%post engtlc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun engtlc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans engtlc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fouridx Provides: tex-fouridx = %{tl_version} License: LPPL @@ -226657,7 +275230,7 @@ touch /var/run/texlive/run-mtxrun %postun fouridx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226679,6 +275252,24 @@ AutoReqProv: No %description fouridx-doc Documentation for fouridx +%post fouridx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fouridx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fouridx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package functan Provides: tex-functan = %{tl_version} License: LPPL @@ -226711,7 +275302,7 @@ touch /var/run/texlive/run-mtxrun %postun functan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226733,6 +275324,24 @@ AutoReqProv: No %description functan-doc Documentation for functan +%post functan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun functan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans functan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package galois Provides: tex-galois = %{tl_version} License: LPPL @@ -226761,7 +275370,7 @@ touch /var/run/texlive/run-mtxrun %postun galois if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226783,6 +275392,24 @@ AutoReqProv: No %description galois-doc Documentation for galois +%post galois-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun galois-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans galois-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gastex Provides: tex-gastex = %{tl_version} License: LPPL @@ -226817,7 +275444,7 @@ touch /var/run/texlive/run-mtxrun %postun gastex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226839,6 +275466,24 @@ AutoReqProv: No %description gastex-doc Documentation for gastex +%post gastex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gastex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gastex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gene-logic Provides: tex-gene-logic = %{tl_version} License: Crossword @@ -226867,7 +275512,7 @@ touch /var/run/texlive/run-mtxrun %postun gene-logic if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226889,6 +275534,24 @@ AutoReqProv: No %description gene-logic-doc Documentation for gene-logic +%post gene-logic-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gene-logic-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gene-logic-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ghsystem Provides: tex-ghsystem = %{tl_version} License: LPPL 1.3 @@ -226963,7 +275626,7 @@ touch /var/run/texlive/run-mtxrun %postun ghsystem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -226985,6 +275648,24 @@ AutoReqProv: No %description ghsystem-doc Documentation for ghsystem +%post ghsystem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ghsystem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ghsystem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package gu Provides: tex-gu = %{tl_version} License: LPPL @@ -227022,7 +275703,7 @@ touch /var/run/texlive/run-mtxrun %postun gu if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227044,6 +275725,24 @@ AutoReqProv: No %description gu-doc Documentation for gu +%post gu-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun gu-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans gu-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hep Provides: tex-hep = %{tl_version} License: LPPL @@ -227091,7 +275790,7 @@ touch /var/run/texlive/run-mtxrun %postun hep if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227113,6 +275812,24 @@ AutoReqProv: No %description hep-doc Documentation for hep +%post hep-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hep-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hep-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hepnames Provides: tex-hepnames = %{tl_version} License: LPPL @@ -227154,7 +275871,7 @@ touch /var/run/texlive/run-mtxrun %postun hepnames if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227176,6 +275893,24 @@ AutoReqProv: No %description hepnames-doc Documentation for hepnames +%post hepnames-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hepnames-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepnames-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hepparticles Provides: tex-hepparticles = %{tl_version} License: LPPL @@ -227219,7 +275954,7 @@ touch /var/run/texlive/run-mtxrun %postun hepparticles if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227241,6 +275976,24 @@ AutoReqProv: No %description hepparticles-doc Documentation for hepparticles +%post hepparticles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hepparticles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepparticles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hepthesis Provides: tex-hepthesis = %{tl_version} License: LPPL @@ -227299,7 +276052,7 @@ touch /var/run/texlive/run-mtxrun %postun hepthesis if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227321,6 +276074,24 @@ AutoReqProv: No %description hepthesis-doc Documentation for hepthesis +%post hepthesis-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hepthesis-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepthesis-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package hepunits Provides: tex-hepunits = %{tl_version} License: LPPL @@ -227354,7 +276125,7 @@ touch /var/run/texlive/run-mtxrun %postun hepunits if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227376,6 +276147,24 @@ AutoReqProv: No %description hepunits-doc Documentation for hepunits +%post hepunits-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun hepunits-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans hepunits-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package karnaugh Provides: tex-karnaugh = %{tl_version} License: LPPL @@ -227406,7 +276195,7 @@ touch /var/run/texlive/run-mtxrun %postun karnaugh if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227428,6 +276217,24 @@ AutoReqProv: No %description karnaugh-doc Documentation for karnaugh +%post karnaugh-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun karnaugh-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans karnaugh-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package karnaughmap Provides: tex-karnaughmap = %{tl_version} License: LPPL 1.2 @@ -227461,7 +276268,7 @@ touch /var/run/texlive/run-mtxrun %postun karnaughmap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227483,6 +276290,24 @@ AutoReqProv: No %description karnaughmap-doc Documentation for karnaughmap +%post karnaughmap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun karnaughmap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans karnaughmap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package matlab-prettifier Provides: tex-matlab-prettifier = %{tl_version} License: LPPL 1.3 @@ -227514,7 +276339,7 @@ touch /var/run/texlive/run-mtxrun %postun matlab-prettifier if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227536,11 +276361,29 @@ AutoReqProv: No %description matlab-prettifier-doc Documentation for matlab-prettifier +%post matlab-prettifier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun matlab-prettifier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans matlab-prettifier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mhchem Provides: tex-mhchem = %{tl_version} License: LPPL 1.3 Summary: Typeset chemical formulae/equations and Risk and Safety phrases -Version: svn37037.0 +Version: svn37943.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -227573,7 +276416,7 @@ 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. -date: 2015-04-07 07:12:08 +0200 +date: 2015-07-23 23:19:12 +0200 %post mhchem mkdir -p /var/run/texlive @@ -227584,7 +276427,7 @@ touch /var/run/texlive/run-mtxrun %postun mhchem if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227597,7 +276440,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package mhchem-doc Summary: Documentation for mhchem -Version: svn37037.0 +Version: svn37943.0 Release: %{tl_noarch_release} Provides: tex-mhchem-doc BuildArch: noarch @@ -227606,6 +276449,24 @@ AutoReqProv: No %description mhchem-doc Documentation for mhchem +%post mhchem-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mhchem-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mhchem-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package miller Provides: tex-miller = %{tl_version} License: LPPL @@ -227634,7 +276495,7 @@ touch /var/run/texlive/run-mtxrun %postun miller if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227656,6 +276517,24 @@ AutoReqProv: No %description miller-doc Documentation for miller +%post miller-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun miller-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans miller-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mychemistry Provides: tex-mychemistry = %{tl_version} License: LPPL 1.3 @@ -227691,7 +276570,7 @@ touch /var/run/texlive/run-mtxrun %postun mychemistry if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227713,6 +276592,24 @@ AutoReqProv: No %description mychemistry-doc Documentation for mychemistry +%post mychemistry-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mychemistry-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mychemistry-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package nuc Provides: tex-nuc = %{tl_version} License: LPPL @@ -227744,7 +276641,7 @@ touch /var/run/texlive/run-mtxrun %postun nuc if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227766,6 +276663,24 @@ AutoReqProv: No %description nuc-doc Documentation for nuc +%post nuc-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun nuc-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans nuc-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package objectz Provides: tex-objectz = %{tl_version} License: LPPL @@ -227794,7 +276709,7 @@ touch /var/run/texlive/run-mtxrun %postun objectz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227816,6 +276731,24 @@ AutoReqProv: No %description objectz-doc Documentation for objectz +%post objectz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun objectz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans objectz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package physics Provides: tex-physics = %{tl_version} License: LPPL @@ -227846,7 +276779,7 @@ touch /var/run/texlive/run-mtxrun %postun physics if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227868,6 +276801,24 @@ AutoReqProv: No %description physics-doc Documentation for physics +%post physics-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun physics-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans physics-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pseudocode Provides: tex-pseudocode = %{tl_version} License: LPPL @@ -227897,7 +276848,7 @@ touch /var/run/texlive/run-mtxrun %postun pseudocode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227919,6 +276870,24 @@ AutoReqProv: No %description pseudocode-doc Documentation for pseudocode +%post pseudocode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pseudocode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pseudocode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pygmentex Provides: tex-pygmentex = %{tl_version} License: LPPL 1.3 @@ -227957,7 +276926,7 @@ touch /var/run/texlive/run-mtxrun %postun pygmentex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -227979,6 +276948,24 @@ AutoReqProv: No %description pygmentex-doc Documentation for pygmentex +%post pygmentex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun pygmentex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans pygmentex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package pygmentex-bin Summary: Binaries for pygmentex Version: svn34996.0 @@ -228027,7 +277014,7 @@ touch /var/run/texlive/run-mtxrun %postun sasnrdisplay if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228049,6 +277036,24 @@ AutoReqProv: No %description sasnrdisplay-doc Documentation for sasnrdisplay +%post sasnrdisplay-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sasnrdisplay-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sasnrdisplay-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sciposter Provides: tex-sciposter = %{tl_version} License: LPPL @@ -228102,7 +277107,7 @@ touch /var/run/texlive/run-mtxrun %postun sciposter if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228124,6 +277129,24 @@ AutoReqProv: No %description sciposter-doc Documentation for sciposter +%post sciposter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sciposter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sciposter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sclang-prettifier Provides: tex-sclang-prettifier = %{tl_version} License: LPPL 1.3 @@ -228155,7 +277178,7 @@ touch /var/run/texlive/run-mtxrun %postun sclang-prettifier if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228177,6 +277200,24 @@ AutoReqProv: No %description sclang-prettifier-doc Documentation for sclang-prettifier +%post sclang-prettifier-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sclang-prettifier-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sclang-prettifier-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package sfg Provides: tex-sfg = %{tl_version} License: LPPL @@ -228208,7 +277249,7 @@ touch /var/run/texlive/run-mtxrun %postun sfg if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228230,11 +277271,29 @@ AutoReqProv: No %description sfg-doc Documentation for sfg +%post sfg-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun sfg-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans sfg-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package siunitx Provides: tex-siunitx = %{tl_version} License: LPPL 1.3 Summary: A comprehensive (SI) units package -Version: svn37870.2.6h +Version: svn38377.2.6l Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -228274,7 +277333,7 @@ handle all of the possible unit-related needs of LaTeX users. The package relies on LaTeX 3 support from the l3kernel and l3packages bundles. -date: 2015-07-17 17:16:44 +0200 +date: 2015-09-14 13:26:36 +0200 %post siunitx mkdir -p /var/run/texlive @@ -228285,7 +277344,7 @@ touch /var/run/texlive/run-mtxrun %postun siunitx if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228298,7 +277357,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package siunitx-doc Summary: Documentation for siunitx -Version: svn37870.2.6h +Version: svn38377.2.6l Release: %{tl_noarch_release} Provides: tex-siunitx-doc BuildArch: noarch @@ -228307,6 +277366,24 @@ AutoReqProv: No %description siunitx-doc Documentation for siunitx +%post siunitx-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun siunitx-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans siunitx-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package steinmetz Provides: tex-steinmetz = %{tl_version} License: LPPL @@ -228337,7 +277414,7 @@ touch /var/run/texlive/run-mtxrun %postun steinmetz if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228359,6 +277436,24 @@ AutoReqProv: No %description steinmetz-doc Documentation for steinmetz +%post steinmetz-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun steinmetz-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans steinmetz-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package struktex Provides: tex-struktex = %{tl_version} License: LPPL 1.2 @@ -228404,7 +277499,7 @@ touch /var/run/texlive/run-mtxrun %postun struktex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228426,6 +277521,24 @@ AutoReqProv: No %description struktex-doc Documentation for struktex +%post struktex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun struktex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans struktex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package substances Provides: tex-substances = %{tl_version} License: LPPL 1.3 @@ -228461,7 +277574,7 @@ touch /var/run/texlive/run-mtxrun %postun substances if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228483,6 +277596,24 @@ AutoReqProv: No %description substances-doc Documentation for substances +%post substances-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun substances-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans substances-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package t-angles Provides: tex-t-angles = %{tl_version} License: GPL+ @@ -228515,7 +277646,7 @@ touch /var/run/texlive/run-mtxrun %postun t-angles if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228537,6 +277668,24 @@ AutoReqProv: No %description t-angles-doc Documentation for t-angles +%post t-angles-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun t-angles-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans t-angles-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package textopo Provides: tex-textopo = %{tl_version} License: GPL+ @@ -228569,7 +277718,7 @@ touch /var/run/texlive/run-mtxrun %postun textopo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228591,6 +277740,24 @@ AutoReqProv: No %description textopo-doc Documentation for textopo +%post textopo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun textopo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans textopo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ulqda Provides: tex-ulqda = %{tl_version} License: LPPL @@ -228628,7 +277795,7 @@ touch /var/run/texlive/run-mtxrun %postun ulqda if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228650,6 +277817,24 @@ AutoReqProv: No %description ulqda-doc Documentation for ulqda +%post ulqda-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ulqda-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ulqda-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ulqda-bin Summary: Binaries for ulqda Version: svn13663.0 @@ -228707,7 +277892,7 @@ touch /var/run/texlive/run-mtxrun %postun unitsdef if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228729,6 +277914,24 @@ AutoReqProv: No %description unitsdef-doc Documentation for unitsdef +%post unitsdef-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unitsdef-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unitsdef-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xymtex Provides: tex-xymtex = %{tl_version} License: LPPL 1.3 @@ -228799,7 +278002,7 @@ touch /var/run/texlive/run-mtxrun %postun xymtex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228821,6 +278024,24 @@ AutoReqProv: No %description xymtex-doc Documentation for xymtex +%post xymtex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xymtex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xymtex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package youngtab Provides: tex-youngtab = %{tl_version} License: LPPL @@ -228849,7 +278070,7 @@ touch /var/run/texlive/run-mtxrun %postun youngtab if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228871,9 +278092,27 @@ AutoReqProv: No %description youngtab-doc Documentation for youngtab +%post youngtab-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun youngtab-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans youngtab-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package collection-xetex Summary: XeTeX and packages -Version: svn37812.0 +Version: svn38257.0 Release: %{tl_release} BuildArch: noarch Requires: texlive-base @@ -228896,6 +278135,7 @@ Requires: tex-quran Requires: tex-realscripts Requires: tex-ucharclasses Requires: tex-unisugar +Requires: tex-xebaposter Requires: tex-xecjk Requires: tex-xecolor Requires: tex-xecyr @@ -228957,7 +278197,7 @@ touch /var/run/texlive/run-mtxrun %postun fixlatvian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -228979,6 +278219,24 @@ AutoReqProv: No %description fixlatvian-doc Documentation for fixlatvian +%post fixlatvian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fixlatvian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fixlatvian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontbook Provides: tex-fontbook = %{tl_version} License: LPPL 1.3 @@ -229010,7 +278268,7 @@ touch /var/run/texlive/run-mtxrun %postun fontbook if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229032,6 +278290,24 @@ AutoReqProv: No %description fontbook-doc Documentation for fontbook +%post fontbook-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontbook-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontbook-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package fontwrap Provides: tex-fontwrap = %{tl_version} License: GPL+ @@ -229061,7 +278337,7 @@ touch /var/run/texlive/run-mtxrun %postun fontwrap if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229083,6 +278359,24 @@ AutoReqProv: No %description fontwrap-doc Documentation for fontwrap +%post fontwrap-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun fontwrap-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans fontwrap-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package interchar Provides: tex-interchar = %{tl_version} License: LPPL 1.3 @@ -229114,7 +278408,7 @@ touch /var/run/texlive/run-mtxrun %postun interchar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229136,6 +278430,24 @@ AutoReqProv: No %description interchar-doc Documentation for interchar +%post interchar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun interchar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans interchar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package mathspec Provides: tex-mathspec = %{tl_version} License: LPPL @@ -229173,7 +278485,7 @@ touch /var/run/texlive/run-mtxrun %postun mathspec if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229195,6 +278507,24 @@ AutoReqProv: No %description mathspec-doc Documentation for mathspec +%post mathspec-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun mathspec-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans mathspec-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package philokalia Provides: tex-philokalia = %{tl_version} License: OFL @@ -229230,7 +278560,7 @@ touch /var/run/texlive/run-mtxrun %postun philokalia if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229252,11 +278582,29 @@ AutoReqProv: No %description philokalia-doc Documentation for philokalia +%post philokalia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun philokalia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans philokalia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package polyglossia Provides: tex-polyglossia = %{tl_version} License: LPPL 1.3 Summary: An alternative to babel for XeLaTeX and LuaLaTeX -Version: svn37879.1.40.1 +Version: svn38072.1.42.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -229286,6 +278634,7 @@ 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} @@ -229325,6 +278674,7 @@ Provides: tex(gloss-interlingua.ldf) = %{tl_version} Provides: tex(gloss-irish.ldf) = %{tl_version} Provides: tex(gloss-italian.ldf) = %{tl_version} Provides: tex(gloss-kannada.ldf) = %{tl_version} +Provides: tex(gloss-khmer.ldf) = %{tl_version} Provides: tex(gloss-korean.ldf) = %{tl_version} Provides: tex(gloss-lao.ldf) = %{tl_version} Provides: tex(gloss-latin.ldf) = %{tl_version} @@ -229377,7 +278727,7 @@ version 2.0 at least. This is the first release that supports use with LuaLaTeX; it should be considered "transitional" in that role. -date: 2015-07-15 09:25:05 +0200 +date: 2015-08-07 08:42:07 +0200 %post polyglossia mkdir -p /var/run/texlive @@ -229388,7 +278738,7 @@ touch /var/run/texlive/run-mtxrun %postun polyglossia if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229401,7 +278751,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package polyglossia-doc Summary: Documentation for polyglossia -Version: svn37879.1.40.1 +Version: svn38072.1.42.0 Release: %{tl_noarch_release} Provides: tex-polyglossia-doc BuildArch: noarch @@ -229415,6 +278765,24 @@ Requires: tex-xkeyval-doc %description polyglossia-doc Documentation for polyglossia +%post polyglossia-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun polyglossia-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans polyglossia-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ptext Provides: tex-ptext = %{tl_version} License: LPPL 1.2 @@ -229445,7 +278813,7 @@ touch /var/run/texlive/run-mtxrun %postun ptext if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229467,6 +278835,24 @@ AutoReqProv: No %description ptext-doc Documentation for ptext +%post ptext-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ptext-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ptext-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package quran Provides: tex-quran = %{tl_version} License: LPPL 1.3 @@ -229501,7 +278887,7 @@ touch /var/run/texlive/run-mtxrun %postun quran if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229523,6 +278909,24 @@ AutoReqProv: No %description quran-doc Documentation for quran +%post quran-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun quran-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans quran-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package realscripts Provides: tex-realscripts = %{tl_version} License: LPPL 1.3 @@ -229557,7 +278961,7 @@ touch /var/run/texlive/run-mtxrun %postun realscripts if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229579,6 +278983,24 @@ AutoReqProv: No %description realscripts-doc Documentation for realscripts +%post realscripts-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun realscripts-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans realscripts-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package ucharclasses Provides: tex-ucharclasses = %{tl_version} License: Public Domain @@ -229610,7 +279032,7 @@ touch /var/run/texlive/run-mtxrun %postun ucharclasses if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229632,6 +279054,24 @@ AutoReqProv: No %description ucharclasses-doc Documentation for ucharclasses +%post ucharclasses-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun ucharclasses-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans ucharclasses-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package unisugar Provides: tex-unisugar = %{tl_version} License: LPPL 1.3 @@ -229663,7 +279103,7 @@ touch /var/run/texlive/run-mtxrun %postun unisugar if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229685,6 +279125,103 @@ AutoReqProv: No %description unisugar-doc Documentation for unisugar +%post unisugar-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun unisugar-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans unisugar-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + +%package xebaposter +Provides: tex-xebaposter = %{tl_version} +License: LPPL 1.3 +Summary: Creates beautiful scientific Persian/Latin posters using TikZ +Version: svn38350.2.21 +Release: %{tl_noarch_release} +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +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. + +date: 2015-09-11 13:53:06 +0200 + +%post xebaposter +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +touch /var/run/texlive/run-mtxrun +: + +%postun xebaposter +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xebaposter +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +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 +: + +%package xebaposter-doc +Summary: Documentation for xebaposter +Version: svn38350.2.21 +Release: %{tl_noarch_release} +Provides: tex-xebaposter-doc +BuildArch: noarch +AutoReqProv: No + +%description xebaposter-doc +Documentation for xebaposter + +%post xebaposter-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xebaposter-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xebaposter-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xecjk Provides: tex-xecjk = %{tl_version} License: LPPL 1.3 @@ -229734,7 +279271,7 @@ touch /var/run/texlive/run-mtxrun %postun xecjk if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229756,6 +279293,24 @@ AutoReqProv: No %description xecjk-doc Documentation for xecjk +%post xecjk-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xecjk-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecjk-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xecolor Provides: tex-xecolor = %{tl_version} License: LPPL 1.3 @@ -229786,7 +279341,7 @@ touch /var/run/texlive/run-mtxrun %postun xecolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229808,6 +279363,24 @@ AutoReqProv: No %description xecolor-doc Documentation for xecolor +%post xecolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xecolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xecyr Provides: tex-xecyr = %{tl_version} License: LPPL @@ -229839,7 +279412,7 @@ touch /var/run/texlive/run-mtxrun %postun xecyr if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229861,6 +279434,24 @@ AutoReqProv: No %description xecyr-doc Documentation for xecyr +%post xecyr-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xecyr-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xecyr-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xeindex Provides: tex-xeindex = %{tl_version} License: LPPL @@ -229892,7 +279483,7 @@ touch /var/run/texlive/run-mtxrun %postun xeindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -229914,6 +279505,24 @@ AutoReqProv: No %description xeindex-doc Documentation for xeindex +%post xeindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xeindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xeindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xepersian Provides: tex-xepersian = %{tl_version} License: LPPL 1.3 @@ -230017,7 +279626,7 @@ touch /var/run/texlive/run-mtxrun %postun xepersian if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230039,6 +279648,24 @@ AutoReqProv: No %description xepersian-doc Documentation for xepersian +%post xepersian-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xepersian-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xepersian-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xesearch Provides: tex-xesearch = %{tl_version} License: LPPL @@ -230073,7 +279700,7 @@ touch /var/run/texlive/run-mtxrun %postun xesearch if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230095,6 +279722,24 @@ AutoReqProv: No %description xesearch-doc Documentation for xesearch +%post xesearch-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xesearch-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xesearch-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xespotcolor Provides: tex-xespotcolor = %{tl_version} License: LPPL 1.3 @@ -230128,7 +279773,7 @@ touch /var/run/texlive/run-mtxrun %postun xespotcolor if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230150,6 +279795,24 @@ AutoReqProv: No %description xespotcolor-doc Documentation for xespotcolor +%post xespotcolor-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xespotcolor-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xespotcolor-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetex-def Provides: tex-xetex-def = %{tl_version} License: LPPL @@ -230177,7 +279840,7 @@ touch /var/run/texlive/run-mtxrun %postun xetex-def if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230224,7 +279887,7 @@ touch /var/run/texlive/run-mtxrun %postun xetex-itrans if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230246,6 +279909,24 @@ AutoReqProv: No %description xetex-itrans-doc Documentation for xetex-itrans +%post xetex-itrans-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetex-itrans-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-itrans-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetex-pstricks Provides: tex-xetex-pstricks = %{tl_version} License: Public Domain @@ -230276,7 +279957,7 @@ touch /var/run/texlive/run-mtxrun %postun xetex-pstricks if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230298,6 +279979,24 @@ AutoReqProv: No %description xetex-pstricks-doc Documentation for xetex-pstricks +%post xetex-pstricks-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetex-pstricks-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-pstricks-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetex-tibetan Provides: tex-xetex-tibetan = %{tl_version} License: LPPL @@ -230326,7 +280025,7 @@ touch /var/run/texlive/run-mtxrun %postun xetex-tibetan if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230348,6 +280047,24 @@ AutoReqProv: No %description xetex-tibetan-doc Documentation for xetex-tibetan +%post xetex-tibetan-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetex-tibetan-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetex-tibetan-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetexfontinfo Provides: tex-xetexfontinfo = %{tl_version} License: ASL 2.0 @@ -230377,7 +280094,7 @@ touch /var/run/texlive/run-mtxrun %postun xetexfontinfo if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230399,6 +280116,24 @@ AutoReqProv: No %description xetexfontinfo-doc Documentation for xetexfontinfo +%post xetexfontinfo-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetexfontinfo-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexfontinfo-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xetexko Provides: tex-xetexko = %{tl_version} License: LPPL 1.3 @@ -230436,7 +280171,7 @@ touch /var/run/texlive/run-mtxrun %postun xetexko if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230458,6 +280193,24 @@ AutoReqProv: No %description xetexko-doc Documentation for xetexko +%post xetexko-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xetexko-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xetexko-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xevlna Provides: tex-xevlna = %{tl_version} License: LPPL 1.3 @@ -230491,7 +280244,7 @@ touch /var/run/texlive/run-mtxrun %postun xevlna if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230513,6 +280266,24 @@ AutoReqProv: No %description xevlna-doc Documentation for xevlna +%post xevlna-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xevlna-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xevlna-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xltxtra Provides: tex-xltxtra = %{tl_version} License: LPPL @@ -230555,7 +280326,7 @@ touch /var/run/texlive/run-mtxrun %postun xltxtra if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230578,6 +280349,24 @@ Requires: tex-metalogo-doc %description xltxtra-doc Documentation for xltxtra +%post xltxtra-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xltxtra-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xltxtra-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package xunicode Provides: tex-xunicode = %{tl_version} License: LPPL 1.3 @@ -230612,7 +280401,7 @@ touch /var/run/texlive/run-mtxrun %postun xunicode if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -230635,6 +280424,24 @@ Requires: tex-tipa-doc %description xunicode-doc Documentation for xunicode +%post xunicode-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun xunicode-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans xunicode-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %package scheme-basic Summary: basic scheme (plain and latex) Version: svn25923.0 @@ -231002,7 +280809,7 @@ including PassiveTeX, JadeTeX, ConTeXt and Omega. Provides: tex-texlive-docindex = %{tl_version} License: LPPL Summary: top-level TeX Live doc.html, etc -Version: svn37916.0 +Version: svn38366.0 Release: %{tl_noarch_release} BuildArch: noarch Requires: texlive-base @@ -231023,7 +280830,7 @@ touch /var/run/texlive/run-mtxrun %postun texlive-docindex if [ $1 == 1 ]; then mkdir -p /var/run/texlive - touch /var/run/run-texhash + touch /var/run/texlive/run-texhash else %{_bindir}/texhash 2> /dev/null fi @@ -231036,7 +280843,7 @@ if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texm %package texlive-docindex-doc Summary: Documentation for texlive-docindex -Version: svn37916.0 +Version: svn38366.0 Release: %{tl_noarch_release} Provides: tex-texlive-docindex-doc BuildArch: noarch @@ -231045,6 +280852,24 @@ AutoReqProv: No %description texlive-docindex-doc Documentation for texlive-docindex +%post texlive-docindex-doc +mkdir -p /var/run/texlive +touch /var/run/texlive/run-texhash +: + +%postun texlive-docindex-doc +if [ $1 == 1 ]; then + mkdir -p /var/run/texlive + touch /var/run/texlive/run-texhash +else + %{_bindir}/texhash 2> /dev/null +fi +: + +%posttrans texlive-docindex-doc +if [ -e /var/run/texlive/run-texhash ] && [ -e %{_bindir}/texhash ]; then %{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi +: + %prep %setup -q -c -T @@ -231059,7 +280884,6 @@ xz -dc %{SOURCE0} | tar x for l in `unxz -c %{SOURCE3} | tar t`; do ln -s %{_texdir}/licenses/$l $l done - pushd source ./reautoconf popd @@ -231071,10 +280895,11 @@ 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 --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 --disable-rpath \ +../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 --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 ppc %{power64} s390 s390x aarch64 - --disable-luajittex --disable-mfluajit +--disable-luajittex --disable-mfluajit \ %endif +--disable-rpath # disable rpath for i in `find . -name libtool`; do @@ -231215,62 +281040,61 @@ xz -dc %{SOURCE223} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7007} | tar x -C %{buildroot} 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}/texmf-dist xz -dc %{SOURCE228} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE232} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE235} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE238} | 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}/texmf-dist xz -dc %{SOURCE242} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE244} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE246} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE247} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE248} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE249} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE250} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE251} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE253} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE254} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE257} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE258} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE260} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE262} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE264} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +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} -xz -dc %{SOURCE271} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE272} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE271} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE273} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE274} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE275} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE276} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7008} | tar x -C %{buildroot} xz -dc %{SOURCE7009} | tar x -C %{buildroot} -xz -dc %{SOURCE274} | 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 %{SOURCE278} | 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 %{SOURCE283} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE284} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE286} | 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 @@ -231279,6 +281103,7 @@ 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 %{SOURCE306} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231289,60 +281114,59 @@ xz -dc %{SOURCE312} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE315} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE317} | 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}/texmf-dist xz -dc %{SOURCE323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE324} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE325} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE326} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE328} | 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 %{SOURCE333} | 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 %{SOURCE336} | 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} -xz -dc %{SOURCE339} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE339} | 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} +xz -dc %{SOURCE342} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7010} | tar x -C %{buildroot} -xz -dc %{SOURCE341} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE342} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE344} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE347} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE348} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE350} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE352} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE353} | 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 %{SOURCE356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE357} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE359} | 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 %{SOURCE362} | 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 %{SOURCE365} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE366} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE368} | 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 %{SOURCE371} | 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 %{SOURCE374} | 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 %{SOURCE379} | 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 %{SOURCE382} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE383} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231352,34 +281176,35 @@ 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 %{SOURCE389} | 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 %{SOURCE392} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE394} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE395} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE397} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE398} | 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 %{SOURCE401} | 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 %{SOURCE406} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE407} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7011} | tar x -C %{buildroot} +xz -dc %{SOURCE406} | 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 %{SOURCE409} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE410} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7011} | tar x -C %{buildroot} xz -dc %{SOURCE411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE412} | 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 %{SOURCE415} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE416} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE418} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE419} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE421} | 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 %{SOURCE424} | 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 @@ -231390,8 +281215,8 @@ 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 %{SOURCE439} | 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 %{SOURCE442} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE443} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE445} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231422,16 +281247,16 @@ xz -dc %{SOURCE481} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE482} | 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 %{SOURCE486} | 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 %{SOURCE489} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE490} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE492} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE493} | 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 %{SOURCE499} | 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 @@ -231474,8 +281299,8 @@ xz -dc %{SOURCE557} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE558} | 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}/texmf-dist xz -dc %{SOURCE563} | tar x -C %{buildroot}%{_texdir}/texmf-dist +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 %{SOURCE568} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231487,7 +281312,7 @@ xz -dc %{SOURCE575} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE577} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE578} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE581} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE583} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE585} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE586} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231495,17 +281320,16 @@ xz -dc %{SOURCE588} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE589} | 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 %{SOURCE596} | 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 %{SOURCE599} | 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 %{SOURCE602} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE603} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE605} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE606} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE607} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE608} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231513,27 +281337,27 @@ xz -dc %{SOURCE609} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE610} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE611} | 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 %{SOURCE614} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE615} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE617} | 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 %{SOURCE620} | 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 %{SOURCE623} | 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 %{SOURCE628} | 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 %{SOURCE633} | 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 %{SOURCE636} | 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 %{SOURCE641} | 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 @@ -231549,8 +281373,8 @@ xz -dc %{SOURCE652} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE653} | 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 %{SOURCE656} | 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 %{SOURCE661} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231560,22 +281384,26 @@ xz -dc %{SOURCE664} | 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 %{SOURCE667} | 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 %{SOURCE670} | tar x -C %{buildroot}%{_texdir}/texmf-dist + +# Fix bz1241458 +sed -i 's|\def\pgfsys@svg@newline{\Hnewline}|\def\pgfsys@svg@newline{^^J}|g' %{buildroot}%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def + +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 %{SOURCE675} | 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 %{SOURCE678} | 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 %{SOURCE681} | 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 %{SOURCE684} | 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 %{SOURCE687} | 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 %{SOURCE690} | 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 @@ -231584,27 +281412,27 @@ xz -dc %{SOURCE694} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE695} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE696} | 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 %{SOURCE699} | 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 %{SOURCE702} | 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 %{SOURCE705} | 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 %{SOURCE710} | 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 %{SOURCE717} | 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} -xz -dc %{SOURCE722} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE723} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE724} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7012} | tar x -C %{buildroot} -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 %{SOURCE727} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE728} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231651,8 +281479,8 @@ xz -dc %{SOURCE768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE769} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE770} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE772} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE773} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE774} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE775} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE776} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE777} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231673,35 +281501,35 @@ xz -dc %{SOURCE791} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE792} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE793} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE794} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE795} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE796} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE797} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE798} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE801} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE802} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE803} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE805} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE806} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE808} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE809} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE810} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE811} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE812} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7013} | tar x -C %{buildroot} +xz -dc %{SOURCE811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE812} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE813} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE814} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7014} | tar x -C %{buildroot} +xz -dc %{SOURCE7013} | tar x -C %{buildroot} xz -dc %{SOURCE815} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE816} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7014} | tar x -C %{buildroot} +xz -dc %{SOURCE817} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE818} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7015} | tar x -C %{buildroot} -xz -dc %{SOURCE817} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE819} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE822} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE824} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE825} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE826} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE827} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE828} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE829} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE830} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231714,50 +281542,50 @@ xz -dc %{SOURCE836} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE837} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE838} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE839} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE840} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE841} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE842} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE843} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE844} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE846} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE848} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE849} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE850} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE851} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE853} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE856} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE858} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE859} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE861} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE862} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE863} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE864} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE865} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE866} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE867} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE868} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE869} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE870} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE871} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE873} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE874} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE876} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE877} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE879} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE881} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE884} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE885} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE886} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE888} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE889} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE890} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE891} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE892} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE893} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE894} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE895} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE896} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE897} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE898} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231766,19 +281594,19 @@ xz -dc %{SOURCE901} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE902} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE903} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE904} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE905} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE907} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE908} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE909} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE910} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE912} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE913} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE914} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE915} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE916} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE917} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE919} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE921} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE922} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE923} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE925} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231787,46 +281615,45 @@ xz -dc %{SOURCE927} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE928} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE930} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE932} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE933} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE934} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE935} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE936} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE938} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE940} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE942} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE945} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE946} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE947} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE948} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE950} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE951} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE952} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE953} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE954} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE955} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE956} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE957} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE958} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE959} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE960} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE962} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE963} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE964} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE966} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE967} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE968} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE969} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE971} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE972} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7016} | tar x -C %{buildroot} +xz -dc %{SOURCE971} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE972} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE973} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE976} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE977} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE976} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE977} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7016} | tar x -C %{buildroot} xz -dc %{SOURCE978} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE979} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE980} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE981} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE982} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE983} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231834,33 +281661,34 @@ xz -dc %{SOURCE984} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE985} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE986} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE988} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE989} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE991} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE992} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE993} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE994} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE995} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE996} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE997} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE998} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7017} | tar x -C %{buildroot} +xz -dc %{SOURCE997} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE999} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1000} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1001} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1002} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1004} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1005} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1004} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1005} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7017} | tar x -C %{buildroot} xz -dc %{SOURCE1006} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1008} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1011} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1012} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1013} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1015} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1016} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1017} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1018} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1019} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1020} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1021} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1022} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1023} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231869,60 +281697,60 @@ xz -dc %{SOURCE1025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1026} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1028} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1030} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1031} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1033} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1035} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1036} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1038} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1041} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1042} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1043} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1045} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1044} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1046} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1048} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1049} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1051} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1052} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1053} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1054} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1055} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1057} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1058} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1060} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1061} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1063} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1067} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1068} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1069} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1071} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1072} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1073} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1075} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1077} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1078} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1079} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1082} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1081} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1083} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1085} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1084} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1086} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1087} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1089} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1090} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1093} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1096} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1095} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1097} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1098} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1099} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1100} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1101} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1103} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231933,39 +281761,38 @@ xz -dc %{SOURCE1107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1108} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1110} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1112} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1113} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1114} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1117} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1118} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1120} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1127} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1128} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1130} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1131} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1132} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7018} | tar x -C %{buildroot} -xz -dc %{SOURCE1133} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1132} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1135} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1137} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1142} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1138} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1139} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7018} | tar x -C %{buildroot} +xz -dc %{SOURCE1140} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1141} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7019} | tar x -C %{buildroot} xz -dc %{SOURCE1143} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1144} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1146} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1148} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1149} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1150} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1151} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1152} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1153} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1154} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -231973,105 +281800,106 @@ xz -dc %{SOURCE1155} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1156} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1157} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1159} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1160} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1162} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1163} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1164} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1165} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1167} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1168} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1169} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1170} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1171} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1172} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1173} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1174} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1175} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1177} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1178} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1179} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1181} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1182} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1183} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1184} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1186} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1187} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1189} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1190} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7019} | tar x -C %{buildroot} +xz -dc %{SOURCE1189} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1191} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1193} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1194} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1196} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1197} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1198} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1199} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1200} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7020} | tar x -C %{buildroot} xz -dc %{SOURCE1201} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1202} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1204} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1205} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1207} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1208} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1209} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1210} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1213} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1216} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1217} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7020} | tar x -C %{buildroot} +xz -dc %{SOURCE1216} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1218} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1219} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1220} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1222} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1223} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1224} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1227} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1226} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1227} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7021} | tar x -C %{buildroot} xz -dc %{SOURCE1228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1229} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1236} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1239} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1240} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7021} | tar x -C %{buildroot} +xz -dc %{SOURCE1240} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1242} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1244} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1245} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1246} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1247} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1248} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1249} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1250} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1249} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1250} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7022} | tar x -C %{buildroot} xz -dc %{SOURCE1251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1252} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1253} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1254} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1257} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1258} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1259} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1260} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1262} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1263} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1264} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1265} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1267} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1268} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1269} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1271} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1274} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1273} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1275} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1276} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1277} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232080,8 +281908,8 @@ xz -dc %{SOURCE1279} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1280} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1281} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1283} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1285} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1286} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1287} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1288} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232091,7 +281919,6 @@ xz -dc %{SOURCE1291} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1292} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1293} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1294} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1295} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1296} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1297} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1298} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232106,399 +281933,405 @@ xz -dc %{SOURCE1306} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1307} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1308} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1310} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1311} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1314} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1316} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1317} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1319} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1320} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7022} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1323} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1324} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7023} | tar x -C %{buildroot} -xz -dc %{SOURCE1325} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1326} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1323} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1324} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7024} | tar x -C %{buildroot} -xz -dc %{SOURCE1329} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1330} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7025} | tar x -C %{buildroot} -xz -dc %{SOURCE1331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1330} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1332} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1333} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1335} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1335} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1336} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7024} | tar x -C %{buildroot} xz -dc %{SOURCE1337} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1338} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7026} | tar x -C %{buildroot} xz -dc %{SOURCE1339} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7025} | tar x -C %{buildroot} +xz -dc %{SOURCE1341} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1342} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7026} | tar x -C %{buildroot} xz -dc %{SOURCE1343} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1346} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1347} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1348} | tar x -C %{buildroot}%{_texdir}/texmf-dist + +# patch etex +pushd %{buildroot}%{_texdir}/texmf-dist/tex/plain/etex/ +patch -p0 < %{_sourcedir}/etex-addlanguage-fix-bz1215257.patch +# %patch101 -p0 +popd + +xz -dc %{SOURCE1349} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1350} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7027} | tar x -C %{buildroot} xz -dc %{SOURCE1351} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1353} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1354} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7027} | tar x -C %{buildroot} -xz -dc %{SOURCE1355} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1356} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7028} | tar x -C %{buildroot} -xz -dc %{SOURCE1357} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1358} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1360} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1361} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1362} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1365} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1366} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7028} | tar x -C %{buildroot} +xz -dc %{SOURCE1367} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1368} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7029} | tar x -C %{buildroot} -xz -dc %{SOURCE1362} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1363} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1372} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1373} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7030} | tar x -C %{buildroot} -xz -dc %{SOURCE1364} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1365} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1374} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1375} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7031} | tar x -C %{buildroot} -xz -dc %{SOURCE1366} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1369} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1370} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1371} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1376} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1377} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7032} | tar x -C %{buildroot} -xz -dc %{SOURCE1372} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1373} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7033} | tar x -C %{buildroot} -xz -dc %{SOURCE7034} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7035} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1374} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1377} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1378} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1379} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1381} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1382} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1383} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7033} | tar x -C %{buildroot} +xz -dc %{SOURCE1384} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1385} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7034} | tar x -C %{buildroot} +xz -dc %{SOURCE7035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7036} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1386} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1387} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1389} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1391} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1392} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7036} | tar x -C %{buildroot} -xz -dc %{SOURCE1393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1392} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1394} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1397} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1398} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7037} | tar x -C %{buildroot} -xz -dc %{SOURCE1399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1403} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1404} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7037} | tar x -C %{buildroot} xz -dc %{SOURCE1405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1406} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1409} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1410} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7038} | tar x -C %{buildroot} xz -dc %{SOURCE1411} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1412} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1415} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1417} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1418} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1419} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1422} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1423} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7038} | tar x -C %{buildroot} -xz -dc %{SOURCE1424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1423} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1426} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1428} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1429} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1430} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1431} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1433} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1434} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1435} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7039} | tar x -C %{buildroot} xz -dc %{SOURCE1436} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1437} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1438} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1439} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1440} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1441} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1442} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1444} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1445} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1447} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1448} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1450} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1451} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1452} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1453} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1454} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1455} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1456} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1457} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1459} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1460} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1462} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1463} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1464} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1465} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1467} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1468} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7039} | tar x -C %{buildroot} +xz -dc %{SOURCE1467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1471} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1472} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1474} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1475} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1478} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1478} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1479} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1480} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7040} | tar x -C %{buildroot} -xz -dc %{SOURCE1481} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1482} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1483} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1487} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1488} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1491} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1490} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1491} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7041} | tar x -C %{buildroot} +xz -dc %{SOURCE1493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1494} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1495} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1498} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1499} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1500} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1502} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1503} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1504} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1505} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1507} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1508} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7041} | tar x -C %{buildroot} +xz -dc %{SOURCE1507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1508} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1510} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1512} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1513} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1514} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1515} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1517} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1518} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1519} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1520} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7043} | tar x -C %{buildroot} -xz -dc %{SOURCE1521} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1522} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7044} | tar x -C %{buildroot} +xz -dc %{SOURCE1519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1522} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1523} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1524} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7045} | tar x -C %{buildroot} -xz -dc %{SOURCE1525} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1526} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7046} | tar x -C %{buildroot} -xz -dc %{SOURCE1527} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1528} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7047} | tar x -C %{buildroot} -xz -dc %{SOURCE1529} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1530} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7048} | tar x -C %{buildroot} -xz -dc %{SOURCE1531} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1532} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7049} | tar x -C %{buildroot} -xz -dc %{SOURCE1533} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1534} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7050} | tar x -C %{buildroot} +xz -dc %{SOURCE7042} | tar x -C %{buildroot} +xz -dc %{SOURCE1526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1529} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1535} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1536} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7051} | tar x -C %{buildroot} +xz -dc %{SOURCE7044} | tar x -C %{buildroot} xz -dc %{SOURCE1537} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1538} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7052} | tar x -C %{buildroot} +xz -dc %{SOURCE7045} | tar x -C %{buildroot} xz -dc %{SOURCE1539} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1540} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7053} | tar x -C %{buildroot} +xz -dc %{SOURCE7046} | tar x -C %{buildroot} xz -dc %{SOURCE1541} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7054} | tar x -C %{buildroot} xz -dc %{SOURCE1542} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7047} | tar x -C %{buildroot} xz -dc %{SOURCE1543} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7055} | tar x -C %{buildroot} xz -dc %{SOURCE1544} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7048} | tar x -C %{buildroot} xz -dc %{SOURCE1545} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7056} | tar x -C %{buildroot} xz -dc %{SOURCE1546} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7049} | tar x -C %{buildroot} xz -dc %{SOURCE1547} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7057} | tar x -C %{buildroot} xz -dc %{SOURCE1548} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7050} | tar x -C %{buildroot} xz -dc %{SOURCE1549} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7058} | tar x -C %{buildroot} xz -dc %{SOURCE1550} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7051} | tar x -C %{buildroot} xz -dc %{SOURCE1551} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7059} | tar x -C %{buildroot} xz -dc %{SOURCE1552} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7052} | tar x -C %{buildroot} xz -dc %{SOURCE1553} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7060} | tar x -C %{buildroot} -xz -dc %{SOURCE1554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1555} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1554} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7053} | tar x -C %{buildroot} +xz -dc %{SOURCE1555} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1556} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7054} | tar x -C %{buildroot} xz -dc %{SOURCE1557} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7055} | tar x -C %{buildroot} xz -dc %{SOURCE1558} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1559} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7056} | tar x -C %{buildroot} xz -dc %{SOURCE1560} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7061} | tar x -C %{buildroot} xz -dc %{SOURCE1561} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7057} | tar x -C %{buildroot} xz -dc %{SOURCE1562} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7062} | tar x -C %{buildroot} xz -dc %{SOURCE1563} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7058} | tar x -C %{buildroot} xz -dc %{SOURCE1564} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7063} | tar x -C %{buildroot} xz -dc %{SOURCE1565} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7059} | tar x -C %{buildroot} xz -dc %{SOURCE1566} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7064} | tar x -C %{buildroot} xz -dc %{SOURCE1567} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7060} | tar x -C %{buildroot} xz -dc %{SOURCE1568} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7065} | tar x -C %{buildroot} xz -dc %{SOURCE1569} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1570} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7066} | tar x -C %{buildroot} -xz -dc %{SOURCE1571} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1572} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7067} | tar x -C %{buildroot} +xz -dc %{SOURCE7061} | tar x -C %{buildroot} +xz -dc %{SOURCE1570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1571} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1573} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1574} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7068} | tar x -C %{buildroot} xz -dc %{SOURCE1575} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1576} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7069} | tar x -C %{buildroot} +xz -dc %{SOURCE7062} | tar x -C %{buildroot} xz -dc %{SOURCE1577} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1578} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7070} | tar x -C %{buildroot} +xz -dc %{SOURCE7063} | tar x -C %{buildroot} +xz -dc %{SOURCE1579} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1580} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7064} | tar x -C %{buildroot} xz -dc %{SOURCE1581} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7071} | tar x -C %{buildroot} xz -dc %{SOURCE1582} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7065} | tar x -C %{buildroot} xz -dc %{SOURCE1583} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7072} | tar x -C %{buildroot} xz -dc %{SOURCE1584} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7066} | tar x -C %{buildroot} xz -dc %{SOURCE1585} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7073} | tar x -C %{buildroot} +xz -dc %{SOURCE1586} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7067} | tar x -C %{buildroot} xz -dc %{SOURCE1587} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1588} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7074} | tar x -C %{buildroot} +xz -dc %{SOURCE7068} | tar x -C %{buildroot} xz -dc %{SOURCE1589} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1590} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7075} | tar x -C %{buildroot} +xz -dc %{SOURCE7069} | tar x -C %{buildroot} xz -dc %{SOURCE1591} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1592} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7076} | tar x -C %{buildroot} +xz -dc %{SOURCE7070} | tar x -C %{buildroot} xz -dc %{SOURCE1593} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1594} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7077} | tar x -C %{buildroot} -xz -dc %{SOURCE1595} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7071} | tar x -C %{buildroot} xz -dc %{SOURCE1596} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7078} | tar x -C %{buildroot} xz -dc %{SOURCE1597} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7072} | tar x -C %{buildroot} xz -dc %{SOURCE1598} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7079} | tar x -C %{buildroot} +xz -dc %{SOURCE1599} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7073} | tar x -C %{buildroot} xz -dc %{SOURCE1600} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1601} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7080} | tar x -C %{buildroot} -xz -dc %{SOURCE1602} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7074} | tar x -C %{buildroot} xz -dc %{SOURCE1603} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7081} | tar x -C %{buildroot} xz -dc %{SOURCE1604} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7075} | tar x -C %{buildroot} xz -dc %{SOURCE1605} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7082} | tar x -C %{buildroot} xz -dc %{SOURCE1606} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7076} | tar x -C %{buildroot} xz -dc %{SOURCE1607} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7083} | tar x -C %{buildroot} +xz -dc %{SOURCE1608} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7077} | tar x -C %{buildroot} xz -dc %{SOURCE1609} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1610} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7084} | tar x -C %{buildroot} +xz -dc %{SOURCE7078} | tar x -C %{buildroot} xz -dc %{SOURCE1611} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1612} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7085} | tar x -C %{buildroot} +xz -dc %{SOURCE7079} | tar x -C %{buildroot} xz -dc %{SOURCE1613} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1614} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7086} | tar x -C %{buildroot} -xz -dc %{SOURCE1615} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7080} | tar x -C %{buildroot} xz -dc %{SOURCE1616} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7087} | tar x -C %{buildroot} xz -dc %{SOURCE1617} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7081} | tar x -C %{buildroot} xz -dc %{SOURCE1618} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7088} | tar x -C %{buildroot} xz -dc %{SOURCE1619} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7082} | tar x -C %{buildroot} xz -dc %{SOURCE1620} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7089} | tar x -C %{buildroot} +xz -dc %{SOURCE1621} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7083} | tar x -C %{buildroot} xz -dc %{SOURCE1622} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1623} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7090} | tar x -C %{buildroot} -xz -dc %{SOURCE1624} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7084} | tar x -C %{buildroot} xz -dc %{SOURCE1625} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7091} | tar x -C %{buildroot} xz -dc %{SOURCE1626} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7085} | tar x -C %{buildroot} xz -dc %{SOURCE1627} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7092} | tar x -C %{buildroot} xz -dc %{SOURCE1628} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7086} | tar x -C %{buildroot} xz -dc %{SOURCE1629} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7093} | tar x -C %{buildroot} xz -dc %{SOURCE1630} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7087} | tar x -C %{buildroot} xz -dc %{SOURCE1631} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7094} | tar x -C %{buildroot} xz -dc %{SOURCE1632} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7088} | tar x -C %{buildroot} xz -dc %{SOURCE1633} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7095} | tar x -C %{buildroot} xz -dc %{SOURCE1634} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7089} | tar x -C %{buildroot} xz -dc %{SOURCE1635} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7096} | tar x -C %{buildroot} xz -dc %{SOURCE1636} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1637} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7097} | tar x -C %{buildroot} +xz -dc %{SOURCE7090} | tar x -C %{buildroot} xz -dc %{SOURCE1638} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1639} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7098} | tar x -C %{buildroot} +xz -dc %{SOURCE7091} | tar x -C %{buildroot} xz -dc %{SOURCE1640} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1641} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7099} | tar x -C %{buildroot} -xz -dc %{SOURCE7100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7092} | tar x -C %{buildroot} xz -dc %{SOURCE1642} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1643} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7093} | tar x -C %{buildroot} xz -dc %{SOURCE1644} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1645} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7101} | tar x -C %{buildroot} +xz -dc %{SOURCE7094} | tar x -C %{buildroot} xz -dc %{SOURCE1646} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1647} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE1648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7095} | tar x -C %{buildroot} +xz -dc %{SOURCE1648} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1649} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7096} | tar x -C %{buildroot} +xz -dc %{SOURCE1650} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1651} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7097} | tar x -C %{buildroot} +xz -dc %{SOURCE1652} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1653} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7098} | tar x -C %{buildroot} +xz -dc %{SOURCE1654} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1655} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7099} | tar x -C %{buildroot} +xz -dc %{SOURCE1656} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1657} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7100} | tar x -C %{buildroot} +xz -dc %{SOURCE7101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1658} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1659} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1660} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1661} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7102} | tar x -C %{buildroot} -xz -dc %{SOURCE1649} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1654} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1656} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1657} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7103} | tar x -C %{buildroot} -xz -dc %{SOURCE1660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1662} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1662} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE1663} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE1664} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7103} | tar x -C %{buildroot} xz -dc %{SOURCE1665} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1667} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1668} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1669} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1670} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232506,7 +282339,7 @@ xz -dc %{SOURCE1671} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1672} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1673} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1674} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1675} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7104} | tar x -C %{buildroot} xz -dc %{SOURCE1676} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1677} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1678} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232558,111 +282391,113 @@ xz -dc %{SOURCE1723} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1724} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1725} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1727} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1728} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1730} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1731} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1732} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1733} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1734} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1735} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1737} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1738} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1739} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1740} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1741} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1744} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1746} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1747} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1748} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1749} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1750} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1751} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1752} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1753} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1754} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1755} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1757} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1758} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1759} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1760} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1762} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1763} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1765} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1766} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1769} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1770} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1771} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1772} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1773} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1774} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1775} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1776} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1777} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1778} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1779} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1780} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1781} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1782} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1783} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1785} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1786} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1787} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1788} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1789} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1790} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1791} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1792} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1793} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1794} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1795} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1796} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1797} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1798} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1802} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1803} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1805} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1807} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1810} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1811} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1813} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1814} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1816} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1817} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1819} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1822} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1823} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1825} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1828} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1830} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1831} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1832} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1833} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1835} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1836} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1838} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1839} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1840} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1842} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1843} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1844} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1846} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1847} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1848} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1849} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1850} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1851} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1852} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1853} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232671,7 +282506,6 @@ xz -dc %{SOURCE1855} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1856} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1857} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1859} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1860} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1861} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1862} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232680,9 +282514,10 @@ xz -dc %{SOURCE1864} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1865} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1866} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1869} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1870} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1871} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1872} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1873} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1874} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1875} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232696,10 +282531,9 @@ xz -dc %{SOURCE1882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1883} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1884} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1886} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1888} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1889} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1890} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1891} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1892} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1893} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232713,7 +282547,6 @@ xz -dc %{SOURCE1900} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1901} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1902} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1903} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1904} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1905} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1906} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1907} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232721,6 +282554,7 @@ xz -dc %{SOURCE1908} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1909} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1910} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1911} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1912} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1913} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1914} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1915} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232731,12 +282565,14 @@ xz -dc %{SOURCE1919} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1920} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1921} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1923} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1924} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1925} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1926} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1927} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1928} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1929} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1930} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1931} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1932} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1933} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1934} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232746,15 +282582,14 @@ xz -dc %{SOURCE1937} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1938} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1939} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1940} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1941} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1942} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1945} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1946} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1947} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1948} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1950} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1951} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1952} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1953} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1954} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232771,46 +282606,44 @@ xz -dc %{SOURCE1965} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1966} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1967} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1968} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1969} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1970} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1971} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1972} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1973} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1974} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1975} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1976} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1977} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1978} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1979} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1980} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1981} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1982} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1983} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1984} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1985} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1986} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1987} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1988} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1989} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1990} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1991} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1992} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1993} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1994} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1995} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE1996} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1997} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE1998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE1999} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2000} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2001} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2002} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2003} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2004} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2005} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2006} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2007} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2008} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2009} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2010} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2011} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2012} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2014} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2015} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2016} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2017} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232821,6 +282654,7 @@ xz -dc %{SOURCE2021} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2022} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2023} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2024} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2026} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2027} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2028} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232830,13 +282664,14 @@ xz -dc %{SOURCE2031} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2032} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2033} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2035} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2036} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2037} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2038} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2039} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2040} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2041} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2042} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2043} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2044} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2045} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2046} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232845,22 +282680,25 @@ xz -dc %{SOURCE2048} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2049} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2050} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2051} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2052} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2054} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2055} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2056} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2057} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2058} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2059} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2060} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2062} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2063} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2066} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2068} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2070} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2071} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2074} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2075} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2076} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2077} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -232868,204 +282706,199 @@ xz -dc %{SOURCE2078} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2079} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2081} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2083} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2084} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2086} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2087} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2089} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2090} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2091} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2094} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2095} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2097} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2099} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2100} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2102} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2103} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2108} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2109} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2110} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2111} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2113} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2114} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2117} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7106} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2120} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2122} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2124} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2125} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2127} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2128} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2130} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2131} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2132} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2133} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2134} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2135} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2136} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2137} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2138} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2139} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2140} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2141} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2142} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2144} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2146} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2147} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2148} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7107} | tar x -C %{buildroot} -xz -dc %{SOURCE2150} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2151} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7108} | tar x -C %{buildroot} -xz -dc %{SOURCE2152} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2153} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7109} | tar x -C %{buildroot} -xz -dc %{SOURCE2154} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2155} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7110} | tar x -C %{buildroot} -xz -dc %{SOURCE2156} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2157} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7111} | tar x -C %{buildroot} -xz -dc %{SOURCE2158} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2159} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7112} | tar x -C %{buildroot} +xz -dc %{SOURCE2147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2150} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2151} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2152} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2159} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2161} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2162} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7113} | tar x -C %{buildroot} -xz -dc %{SOURCE2164} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2165} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7114} | tar x -C %{buildroot} xz -dc %{SOURCE2166} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2167} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7115} | tar x -C %{buildroot} +xz -dc %{SOURCE7108} | tar x -C %{buildroot} xz -dc %{SOURCE2168} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2169} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7116} | tar x -C %{buildroot} -xz -dc %{SOURCE7117} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2170} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7109} | tar x -C %{buildroot} +xz -dc %{SOURCE2170} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2171} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7110} | tar x -C %{buildroot} +xz -dc %{SOURCE2172} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2173} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7111} | tar x -C %{buildroot} xz -dc %{SOURCE2174} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7118} | tar x -C %{buildroot} +xz -dc %{SOURCE2175} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7112} | tar x -C %{buildroot} xz -dc %{SOURCE2176} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2177} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7119} | tar x -C %{buildroot} -xz -dc %{SOURCE2178} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7113} | tar x -C %{buildroot} +xz -dc %{SOURCE2178} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2179} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7120} | tar x -C %{buildroot} -xz -dc %{SOURCE2180} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2180} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7114} | tar x -C %{buildroot} +xz -dc %{SOURCE2182} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2183} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7115} | tar x -C %{buildroot} +xz -dc %{SOURCE2184} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2185} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7116} | tar x -C %{buildroot} xz -dc %{SOURCE2186} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2187} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7121} | tar x -C %{buildroot} -xz -dc %{SOURCE7122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7117} | tar x -C %{buildroot} +xz -dc %{SOURCE7118} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2188} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2191} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2192} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2194} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2196} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2191} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2192} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7119} | tar x -C %{buildroot} +xz -dc %{SOURCE2194} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2195} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7120} | tar x -C %{buildroot} +xz -dc %{SOURCE2196} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2197} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7121} | tar x -C %{buildroot} +xz -dc %{SOURCE2198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2199} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2201} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2203} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2204} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2205} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7122} | tar x -C %{buildroot} +xz -dc %{SOURCE7123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2206} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2208} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2209} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2210} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2213} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2216} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2217} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2218} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2219} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2220} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2221} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2222} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2224} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2225} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7123} | tar x -C %{buildroot} +xz -dc %{SOURCE2224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2226} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2228} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2229} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2232} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2233} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2236} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2239} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2240} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2241} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2242} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2243} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7124} | tar x -C %{buildroot} xz -dc %{SOURCE2245} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2247} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2248} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2249} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2250} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2251} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2252} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2254} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2256} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2258} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2259} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2260} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7125} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2264} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2266} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2267} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2268} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2271} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2273} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2275} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2276} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2277} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2278} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2279} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2280} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2282} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2284} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2285} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2286} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2287} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2289} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2291} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2292} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2293} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2294} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233074,103 +282907,105 @@ xz -dc %{SOURCE2296} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2297} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2298} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2300} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2302} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2303} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2305} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2307} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2308} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2309} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2310} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2311} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2314} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2316} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2317} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2318} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2319} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2320} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2321} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2322} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2324} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2325} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7125} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2327} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2328} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2329} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2331} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2333} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2335} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2336} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2337} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2338} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2339} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2341} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2343} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7126} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2343} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2344} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7127} | tar x -C %{buildroot} -xz -dc %{SOURCE2347} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2348} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7128} | tar x -C %{buildroot} -xz -dc %{SOURCE2349} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2350} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7129} | tar x -C %{buildroot} -xz -dc %{SOURCE7130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2347} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2349} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2350} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2352} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2354} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2355} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7131} | tar x -C %{buildroot} +xz -dc %{SOURCE2355} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2357} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2358} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2359} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2360} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7127} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2361} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2362} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2367} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2368} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7128} | tar x -C %{buildroot} +xz -dc %{SOURCE2365} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2366} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7129} | tar x -C %{buildroot} +xz -dc %{SOURCE2367} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2368} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7130} | tar x -C %{buildroot} +xz -dc %{SOURCE7131} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2371} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2372} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2373} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7132} | tar x -C %{buildroot} +xz -dc %{SOURCE2374} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2375} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2377} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2378} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2379} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2380} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2381} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2382} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2384} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2386} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2387} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2388} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2390} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2392} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2395} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2394} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2397} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2400} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2401} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2402} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2404} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2405} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2406} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2407} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2409} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2410} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2413} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233181,73 +283016,69 @@ xz -dc %{SOURCE2419} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2420} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2421} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2423} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2424} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2425} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2427} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2426} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2428} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2429} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2432} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2434} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2435} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2436} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2437} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2439} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2440} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2442} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2444} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2445} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2446} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2448} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2449} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2450} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2451} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2452} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2453} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2454} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2456} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2459} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2461} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2462} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2463} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2464} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2466} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7132} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2467} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2471} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2472} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2473} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2475} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2477} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2478} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2479} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2480} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2481} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2482} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2483} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2487} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2488} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7134} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7135} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2490} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2491} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2494} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2495} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2498} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2499} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2500} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2501} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233257,98 +283088,99 @@ xz -dc %{SOURCE2504} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2505} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2506} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2509} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2510} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2512} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2513} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2515} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2518} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2521} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2522} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7137} | tar x -C %{buildroot} +xz -dc %{SOURCE2520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2522} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2523} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2524} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2525} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2526} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2529} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2531} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7137} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2536} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2539} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2540} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7138} | tar x -C %{buildroot} xz -dc %{SOURCE2541} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2542} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2544} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2546} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2549} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2551} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2553} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2554} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2555} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2558} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2559} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2560} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2561} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2562} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2564} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2565} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2567} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2568} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2569} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2570} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2571} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2572} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2573} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2574} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7138} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2576} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2577} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2578} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7139} | tar x -C %{buildroot} -xz -dc %{SOURCE2580} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7140} | tar x -C %{buildroot} +xz -dc %{SOURCE2578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2580} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2581} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2582} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2583} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2584} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2585} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7141} | tar x -C %{buildroot} +xz -dc %{SOURCE2584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2585} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2586} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2587} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7142} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2589} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2590} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2591} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7139} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2593} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2594} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2595} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2596} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7140} | tar x -C %{buildroot} +xz -dc %{SOURCE2598} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7141} | tar x -C %{buildroot} xz -dc %{SOURCE2599} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2600} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2602} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2602} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2603} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7142} | tar x -C %{buildroot} +xz -dc %{SOURCE2604} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2605} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7143} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2607} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2608} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2609} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233361,9 +283193,9 @@ xz -dc %{SOURCE2615} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2616} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2617} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2619} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2620} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2621} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2622} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2623} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2624} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2625} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233378,7 +283210,6 @@ xz -dc %{SOURCE2633} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2634} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2635} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2636} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2637} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2638} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2639} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2640} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233389,10 +283220,10 @@ xz -dc %{SOURCE2644} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2645} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2646} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7143} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2648} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2649} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2650} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2651} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2652} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2653} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2654} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233407,10 +283238,10 @@ xz -dc %{SOURCE2662} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2663} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2664} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2665} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7144} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2666} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2667} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2668} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2669} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2670} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2671} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2672} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233427,12 +283258,13 @@ xz -dc %{SOURCE2682} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2683} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2684} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2685} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2686} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2687} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2688} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2689} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2690} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2692} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2693} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2694} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2695} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233446,57 +283278,55 @@ xz -dc %{SOURCE2703} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2704} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2705} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2706} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2709} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2710} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2712} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2713} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2714} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2715} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2716} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2717} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2718} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2719} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2720} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2721} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2722} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2723} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2725} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2726} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2727} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2728} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2729} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2731} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2732} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2734} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2735} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2736} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2737} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2738} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2739} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2741} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2742} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2743} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2744} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2746} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2747} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2748} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2749} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2750} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2751} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2752} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2753} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2755} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2756} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2757} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2758} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2759} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2760} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2762} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2763} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2764} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2765} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233505,10 +283335,11 @@ xz -dc %{SOURCE2767} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2769} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2771} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2772} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2774} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7146} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2776} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2777} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2778} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233519,177 +283350,175 @@ xz -dc %{SOURCE2782} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2783} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2784} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2786} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2787} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2788} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2789} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2790} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2792} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2793} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2794} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7147} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2797} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2798} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2799} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2801} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2803} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2804} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7147} | tar x -C %{buildroot} +xz -dc %{SOURCE2803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2804} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2805} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2806} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2808} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2810} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2811} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2812} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2813} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7149} | tar x -C %{buildroot} -xz -dc %{SOURCE2814} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2815} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7150} | tar x -C %{buildroot} +xz -dc %{SOURCE2813} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2814} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2816} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2817} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2818} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2820} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2821} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2822} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2823} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2824} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2825} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7148} | tar x -C %{buildroot} xz -dc %{SOURCE2826} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2828} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2829} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2830} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7151} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2832} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2833} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2834} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2836} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2834} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7150} | tar x -C %{buildroot} +xz -dc %{SOURCE2835} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2836} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7151} | tar x -C %{buildroot} xz -dc %{SOURCE2837} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2838} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2839} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2841} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2842} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2843} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2844} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2846} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2847} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2848} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2849} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2850} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2851} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7152} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2851} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2852} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7153} | tar x -C %{buildroot} xz -dc %{SOURCE2853} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2854} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2855} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2857} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2858} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2859} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2860} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2861} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2862} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2864} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2865} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7154} | tar x -C %{buildroot} +xz -dc %{SOURCE2864} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2866} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2869} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2870} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2872} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2874} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2875} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7155} | tar x -C %{buildroot} -xz -dc %{SOURCE2877} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2878} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7156} | tar x -C %{buildroot} +xz -dc %{SOURCE7153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2872} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2873} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7154} | tar x -C %{buildroot} +xz -dc %{SOURCE2874} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2877} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2879} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2880} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2881} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2884} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2885} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2887} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2885} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2886} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7155} | tar x -C %{buildroot} xz -dc %{SOURCE2888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2890} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2891} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7157} | tar x -C %{buildroot} +xz -dc %{SOURCE2889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2891} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2892} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2893} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2895} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7158} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2897} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2898} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2899} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2895} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2896} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7156} | tar x -C %{buildroot} +xz -dc %{SOURCE2898} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2899} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7157} | tar x -C %{buildroot} xz -dc %{SOURCE2900} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2901} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2902} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2903} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2904} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2906} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2907} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7159} | tar x -C %{buildroot} +xz -dc %{SOURCE2906} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2907} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2908} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2909} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2910} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7160} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2912} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2911} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2912} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7158} | tar x -C %{buildroot} xz -dc %{SOURCE2914} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2915} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2916} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2917} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7159} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2918} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2919} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2920} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2921} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2922} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2923} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2924} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2925} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2926} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7161} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2928} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2927} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2928} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7160} | tar x -C %{buildroot} xz -dc %{SOURCE2929} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2930} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7161} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2932} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2933} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE2934} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2933} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2935} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2936} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2937} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7162} | tar x -C %{buildroot} xz -dc %{SOURCE2938} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2939} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2940} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2941} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2944} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2945} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2946} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2947} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7162} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2950} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2951} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2952} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2953} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2954} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2956} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2954} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE2955} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE2957} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2958} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7163} | tar x -C %{buildroot} xz -dc %{SOURCE2959} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2960} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2962} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2963} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7164} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2964} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2965} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2966} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2967} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233700,181 +283529,181 @@ xz -dc %{SOURCE2971} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2972} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2973} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2974} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7164} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2975} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2976} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2977} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2978} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2979} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2980} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2981} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2982} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7165} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2985} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2986} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2987} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2989} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2990} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2991} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2992} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2993} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2994} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2995} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7166} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2996} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE2997} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE2998} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2999} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3000} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3001} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3002} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3003} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3004} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3005} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3006} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3008} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3011} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3012} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3013} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3014} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3015} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3017} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3016} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3018} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3020} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3022} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3024} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3026} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3027} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3029} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3028} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3030} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3031} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3034} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3035} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3036} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3038} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3040} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3041} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3042} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3044} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3045} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3047} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3048} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3049} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3051} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3053} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3055} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3054} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3057} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3059} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3060} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3062} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3063} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3067} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3068} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3069} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3070} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3072} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3073} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3074} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3076} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3077} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3078} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3080} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3081} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7167} | tar x -C %{buildroot} +xz -dc %{SOURCE3079} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3080} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3082} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3083} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3085} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3086} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7168} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3087} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3089} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3090} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3093} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3095} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3096} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3098} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3099} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3100} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3101} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3102} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3101} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3102} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7168} | tar x -C %{buildroot} xz -dc %{SOURCE3103} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3105} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3106} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7169} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3108} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3110} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3111} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3113} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3114} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3116} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3117} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3118} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7169} | tar x -C %{buildroot} -xz -dc %{SOURCE3119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3118} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3120} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3124} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3126} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3127} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7170} | tar x -C %{buildroot} +xz -dc %{SOURCE3126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3128} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3130} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3131} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3134} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3136} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3137} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7171} | tar x -C %{buildroot} -xz -dc %{SOURCE3138} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3139} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3136} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3138} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3139} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7170} | tar x -C %{buildroot} +xz -dc %{SOURCE3140} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3141} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3143} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3145} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3147} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3148} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7171} | tar x -C %{buildroot} xz -dc %{SOURCE3149} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3150} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3152} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3154} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3155} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3158} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3160} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3161} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7172} | tar x -C %{buildroot} xz -dc %{SOURCE3162} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3163} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3164} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3165} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3166} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3167} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3168} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3170} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3172} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3173} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3174} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3175} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3176} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3178} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3179} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7172} | tar x -C %{buildroot} +xz -dc %{SOURCE3177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3178} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3179} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3180} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3182} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3183} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7173} | tar x -C %{buildroot} +xz -dc %{SOURCE3183} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3185} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3186} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3187} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3188} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233889,22 +283718,27 @@ xz -dc %{SOURCE3197} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3199} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3200} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3201} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3202} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3203} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7173} | tar x -C %{buildroot} xz -dc %{SOURCE3204} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3206} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3206} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3207} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7174} | tar x -C %{buildroot} xz -dc %{SOURCE3208} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3209} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3210} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3211} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3213} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3216} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3217} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3218} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3219} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3220} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3221} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3222} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3223} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3224} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233912,46 +283746,43 @@ xz -dc %{SOURCE3225} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3226} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3227} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3229} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3234} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3233} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3235} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3236} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3238} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3239} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3241} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3243} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3244} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3246} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3247} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3248} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3249} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3250} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3251} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3252} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3253} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3254} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3257} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3258} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3259} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3260} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3261} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3265} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3266} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3267} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3268} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3269} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3271} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3272} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3273} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3275} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3276} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3277} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3278} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -233960,77 +283791,82 @@ xz -dc %{SOURCE3280} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3281} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3282} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3283} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3284} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3285} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3286} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3287} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3288} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3289} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3290} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3291} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3293} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3294} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3296} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3297} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3299} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3300} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3301} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3302} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3304} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3305} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3307} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3308} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3310} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3311} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3316} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3317} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3318} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3319} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3320} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3322} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3324} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3325} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3327} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3328} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3329} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3330} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3331} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3332} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3333} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3334} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3335} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3336} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3338} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3339} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3341} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3342} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3343} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3344} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3345} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3346} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3347} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3348} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3349} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3350} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3352} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3353} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3355} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3357} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3358} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3360} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3361} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3362} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3363} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3364} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3365} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3366} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3368} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3369} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3371} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3372} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3373} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3375} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234041,23 +283877,20 @@ xz -dc %{SOURCE3381} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3382} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3383} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3384} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3385} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3386} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3387} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3389} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3390} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3392} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3394} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3396} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3397} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3400} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3401} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3402} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3403} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3404} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3406} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3407} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3408} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234065,208 +283898,211 @@ xz -dc %{SOURCE3409} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3410} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3413} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3416} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3419} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3420} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3421} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3422} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3423} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3424} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3425} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3426} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3428} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3431} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3432} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3433} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3434} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3435} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3436} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3437} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3440} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3442} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3444} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3443} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3445} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3447} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3448} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3449} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3451} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3452} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3453} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3454} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3457} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3458} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3460} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3462} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3463} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3464} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3466} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3467} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3468} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3471} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3472} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3473} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3474} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3476} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3478} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3479} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3480} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3482} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3481} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3483} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3484} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3486} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3487} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3488} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3489} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3491} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3492} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3494} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3495} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3498} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3499} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3501} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3504} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3505} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3507} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3508} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3510} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3511} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3513} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3516} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3519} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3520} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3522} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3523} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3525} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3526} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3527} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3529} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3528} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3530} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3531} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3536} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3537} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3540} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3542} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3543} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3547} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3546} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3548} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3550} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3549} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3551} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3553} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3552} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3554} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3555} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3557} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3558} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3560} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3562} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3561} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3563} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3564} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3568} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3567} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3569} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3570} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3573} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3576} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3579} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3581} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3583} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3582} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3584} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3586} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3585} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3587} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3589} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3588} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3590} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3591} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3593} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3594} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3596} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3597} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3600} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3602} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3604} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3603} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3605} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3607} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3606} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3609} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3611} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3612} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3615} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3618} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3620} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3621} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3624} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3628} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3627} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3630} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3633} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3636} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3638} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3639} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3641} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3642} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3644} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3645} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3647} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3650} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3651} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3653} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3654} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3656} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3657} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3659} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3661} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3662} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3663} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3664} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3665} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3666} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3668} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3670} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3672} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3673} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3674} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3675} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3676} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3678} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3677} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3679} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3680} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3682} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3683} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3684} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3685} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3686} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3688} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3690} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3693} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3694} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3695} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3696} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3699} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3700} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3701} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3703} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234275,12 +284111,12 @@ xz -dc %{SOURCE3705} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3706} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3708} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3710} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3713} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3714} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3716} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3718} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3719} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3720} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3722} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234289,49 +284125,49 @@ xz -dc %{SOURCE3725} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3726} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3728} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3730} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3732} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3733} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3734} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3736} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3738} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3739} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3740} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3741} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3742} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3743} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3744} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3747} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3749} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3750} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3751} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3753} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3754} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3756} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3757} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3758} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3761} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3762} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3764} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3765} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3767} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3770} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3773} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3774} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3775} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3776} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3778} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3779} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3781} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3782} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3783} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3784} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3785} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3786} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3787} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3788} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3790} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234340,24 +284176,22 @@ xz -dc %{SOURCE3793} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3794} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3796} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3797} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3798} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3799} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3802} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3803} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3804} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3805} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3807} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3808} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3810} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3811} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3813} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3814} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3815} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3817} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3816} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3818} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3819} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3820} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3821} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3822} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3824} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234366,19 +284200,20 @@ xz -dc %{SOURCE3826} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3827} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3829} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3830} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3831} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3833} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3834} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3835} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3836} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3837} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3838} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3839} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3840} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3841} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3842} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3843} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3846} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3848} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3849} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3850} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3852} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234389,74 +284224,75 @@ xz -dc %{SOURCE3857} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3858} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3860} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3861} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3862} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3863} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3865} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3864} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3867} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3868} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3869} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3870} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3871} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3872} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3873} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3874} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3876} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3875} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3877} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3878} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3879} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3880} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3885} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3886} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3887} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3888} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3889} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3890} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3891} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3893} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3894} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3895} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3897} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE3898} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7174} | tar x -C %{buildroot} +xz -dc %{SOURCE3897} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3899} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3900} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3901} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3902} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3904} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3905} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3906} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3907} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3908} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3910} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3909} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3911} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3913} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3912} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3914} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3915} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3916} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3918} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3917} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3919} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3921} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3920} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3923} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3924} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3925} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3925} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE3926} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7175} | tar x -C %{buildroot} xz -dc %{SOURCE3927} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3928} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3929} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3931} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3932} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3933} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3934} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3935} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3936} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3937} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3938} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3939} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3941} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3946} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3947} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3951} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3952} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3953} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3955} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234475,48 +284311,46 @@ xz -dc %{SOURCE3972} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3973} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3975} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3976} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3977} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3978} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3979} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3980} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3981} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3983} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3984} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3985} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3987} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3989} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3990} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3991} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3992} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3993} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3994} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3996} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3995} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3997} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE3998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE3999} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4000} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4001} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4003} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4004} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4005} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4006} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4007} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4008} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4009} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4011} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4012} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4015} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4014} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4016} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4017} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4018} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4020} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4022} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4024} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4026} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4027} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4028} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4030} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4031} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4032} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4034} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234533,130 +284367,130 @@ xz -dc %{SOURCE4048} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4049} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4051} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4053} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4054} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4055} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4056} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4057} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4059} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4062} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4064} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4066} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4068} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4070} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4071} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4072} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4073} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4074} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4076} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4077} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4078} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4079} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4081} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4082} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4084} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4083} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4086} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4089} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4091} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4093} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4094} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4096} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4098} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4099} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4100} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4101} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4102} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4103} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4106} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4108} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4109} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4110} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4112} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4114} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4113} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4115} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4116} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4118} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4119} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4120} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4124} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4125} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4127} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4128} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4129} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7175} | tar x -C %{buildroot} -xz -dc %{SOURCE4131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4130} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4134} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4137} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4139} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4142} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4146} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4148} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4150} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4151} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4152} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4153} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4154} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4155} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4156} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4157} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7176} | tar x -C %{buildroot} xz -dc %{SOURCE4159} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4160} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4162} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4163} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4165} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4166} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4168} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4169} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4171} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4173} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4174} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4176} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4177} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4180} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4181} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4183} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4184} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4186} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4187} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4188} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4189} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4190} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4192} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4193} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4194} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4196} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4197} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4200} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4202} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4203} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4204} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4205} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4206} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4209} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4210} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4213} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4215} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4216} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4217} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234669,87 +284503,87 @@ xz -dc %{SOURCE4225} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4226} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4228} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4229} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4232} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4235} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4236} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4238} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4239} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4240} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4241} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4242} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4244} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4245} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4246} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4247} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4248} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4249} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4250} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4251} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4252} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4253} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4254} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4256} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4257} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4258} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4259} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4260} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4261} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4262} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4265} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4266} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4267} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4268} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4269} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4271} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4272} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4274} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4275} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4276} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4277} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4279} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4280} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4281} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4282} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4283} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4284} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4285} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4287} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4289} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4292} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4293} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4294} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4295} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4296} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4298} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4299} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4300} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4301} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4302} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4303} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4305} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4306} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4308} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4309} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4310} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4311} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4312} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4315} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4316} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4317} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4319} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4321} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4322} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4323} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4324} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4328} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4329} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4330} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4331} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4333} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4334} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4335} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4337} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -234758,303 +284592,304 @@ xz -dc %{SOURCE4340} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4341} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4343} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4347} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4348} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4349} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4350} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4351} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4352} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4353} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4354} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4355} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4357} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4358} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4359} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4360} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4361} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4363} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4366} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4368} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4369} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4371} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4372} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4374} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4375} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4376} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4378} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4379} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4381} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4382} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4384} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4385} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4386} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4387} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4389} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4390} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4392} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4393} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4395} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4396} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4399} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4401} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4404} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4405} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4406} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4407} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4408} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4409} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4410} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4413} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4414} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4415} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4417} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4418} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4419} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4421} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4422} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4424} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4425} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4427} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4428} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4430} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4431} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4432} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4433} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4434} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4436} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4438} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4439} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4441} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4442} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4443} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4444} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4446} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4447} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4450} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4449} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4452} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4455} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4457} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4458} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4460} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4461} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4462} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4464} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4465} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4467} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4468} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4471} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4472} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4474} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4473} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4475} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4476} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4477} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4478} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4479} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4480} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4481} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4484} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4486} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4487} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4489} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4490} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4491} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4492} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4495} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4497} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4499} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4502} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4503} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4504} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4505} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4507} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4508} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4510} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4511} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4512} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4513} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4514} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4515} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4516} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4518} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4519} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4520} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4521} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4523} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4525} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4526} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4527} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4528} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4529} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4531} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4532} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4533} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4536} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4537} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4539} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4540} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4541} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4542} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4544} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4545} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4546} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4547} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4549} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4551} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4553} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4554} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4556} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4557} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4558} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4560} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4561} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4563} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4565} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4567} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4568} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4569} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4571} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4572} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4573} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4574} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4576} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4578} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4579} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4580} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4581} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4583} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4584} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4585} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4586} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4587} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4588} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4589} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4591} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4593} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4596} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4597} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4598} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4599} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4600} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4601} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4602} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4604} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4605} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4607} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4608} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4609} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4610} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4611} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4613} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4614} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4616} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4617} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4618} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4619} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4620} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4621} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4622} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4623} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4624} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4625} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4627} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4628} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4630} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4631} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4632} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4633} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4634} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4636} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4635} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4637} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4639} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4638} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4641} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4642} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4643} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4645} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4647} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4648} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4649} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4650} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4652} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4653} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4654} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4655} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4656} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4658} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4659} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4660} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4662} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4664} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4665} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4667} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4669} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4670} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4672} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4673} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4675} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4676} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4678} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4680} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4681} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4682} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4683} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4684} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4686} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4687} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4688} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4690} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4689} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4692} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4693} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4694} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4696} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4698} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4701} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4702} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4703} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4704} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4705} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4707} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4708} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4709} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4710} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4711} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4713} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4714} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4715} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4717} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4716} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4720} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4719} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4722} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4723} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4724} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4726} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4727} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4729} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4730} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4731} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4732} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4733} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4735} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4736} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4738} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4740} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4741} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4742} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4743} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4744} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4745} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235063,26 +284898,25 @@ xz -dc %{SOURCE4747} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4748} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4750} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4752} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4753} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4754} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4756} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4757} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4759} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4760} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4762} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4763} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4765} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4766} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4769} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4770} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4771} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4772} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4774} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4775} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4776} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4778} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4779} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4780} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4781} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235095,36 +284929,36 @@ xz -dc %{SOURCE4788} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4789} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4791} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4792} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4793} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4794} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4795} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4797} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4798} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4801} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4802} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4803} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4806} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4807} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4808} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4809} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4810} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4811} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4812} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4813} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4814} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4815} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4816} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4817} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4819} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4820} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4822} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4823} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4824} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4826} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4825} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4827} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4828} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4829} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4830} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4831} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4832} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4834} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235135,41 +284969,40 @@ xz -dc %{SOURCE4840} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4841} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4843} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4844} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4846} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4847} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4848} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4849} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4850} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4851} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4852} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4853} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4854} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4855} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4856} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4857} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4858} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4859} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4860} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4861} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4862} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4863} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4864} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4866} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4865} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4867} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4869} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4870} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7176} | tar x -C %{buildroot} -xz -dc %{SOURCE4872} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4868} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4870} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4871} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4873} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4875} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4874} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4876} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4878} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4877} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4879} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4880} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4883} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4884} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4885} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4886} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4887} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4888} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4889} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4890} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4891} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4892} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235180,49 +285013,51 @@ xz -dc %{SOURCE4896} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4897} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4899} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4900} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4901} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4902} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4902} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4903} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4905} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4906} | tar x -C %{buildroot}%{_texdir} xz -dc %{SOURCE7177} | tar x -C %{buildroot} -xz -dc %{SOURCE4904} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4907} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4908} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4909} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4910} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4911} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4912} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4914} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4915} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4916} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4917} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4918} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4919} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4920} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4921} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4922} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4923} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4924} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4925} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4926} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4927} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4928} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4929} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4930} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4931} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4932} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4933} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4934} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4935} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4936} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4937} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4938} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4939} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4941} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4939} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE4940} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7178} | tar x -C %{buildroot} xz -dc %{SOURCE4942} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4944} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4946} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4947} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4948} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4951} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4952} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4953} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4954} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4955} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4956} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4957} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235230,62 +285065,61 @@ xz -dc %{SOURCE4958} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4959} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4960} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4961} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4962} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4963} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4964} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4965} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4966} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4967} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4968} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4969} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4970} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4973} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE4974} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7178} | tar x -C %{buildroot} +xz -dc %{SOURCE4972} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4973} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4974} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4975} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4976} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4977} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4979} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4980} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4982} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4983} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4984} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4985} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE4987} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4986} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4988} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4989} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4990} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4991} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4993} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4995} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4996} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4997} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4998} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE4999} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5000} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5002} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5003} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5004} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5005} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5006} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5007} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5008} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5009} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5011} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5013} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5014} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5016} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5014} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5015} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7179} | tar x -C %{buildroot} xz -dc %{SOURCE5017} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5018} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5019} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5020} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5021} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5022} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5023} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5024} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5026} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5028} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5029} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5030} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5031} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5032} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5033} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5034} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5035} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5037} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235296,92 +285130,91 @@ xz -dc %{SOURCE5043} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5044} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5046} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5048} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5049} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5050} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5051} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5052} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5054} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5057} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5058} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5059} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5061} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5062} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5063} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5064} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5067} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5069} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5070} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5071} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5072} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5074} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5075} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5076} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5077} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5078} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5079} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5081} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5083} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5082} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5084} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5085} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5086} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5087} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5090} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5091} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5093} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5094} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5095} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5096} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5097} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5099} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5100} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5102} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5103} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5104} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5106} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5108} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5109} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5111} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5112} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5113} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5114} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5117} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5118} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5119} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5120} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5122} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5123} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5124} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5125} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5127} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5128} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5129} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5130} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5134} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5135} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5138} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5139} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5141} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5142} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5144} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5146} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5147} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5149} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5150} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5151} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5153} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5154} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5156} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5157} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5158} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5159} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5160} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5161} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235398,235 +285231,233 @@ xz -dc %{SOURCE5172} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5173} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5175} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5177} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5179} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5180} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5181} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5183} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5184} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5186} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5188} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5189} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5190} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5191} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5192} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5194} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5196} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5197} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5199} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5200} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5201} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5203} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5204} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5206} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5209} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5210} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5211} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5215} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5216} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5217} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5218} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5220} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5222} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5223} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5224} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5225} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5226} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5227} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5228} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5229} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5231} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5232} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5233} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5235} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5236} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5238} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5239} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5240} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7179} | tar x -C %{buildroot} -xz -dc %{SOURCE5242} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5241} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5243} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5245} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5244} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5246} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5248} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5249} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5250} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5252} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5253} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5254} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5255} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5256} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5257} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5258} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5259} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5260} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5261} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5262} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5264} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5265} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5266} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5268} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5269} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5272} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5274} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5275} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5277} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5278} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5279} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5281} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5281} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5282} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7180} | tar x -C %{buildroot} xz -dc %{SOURCE5284} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5285} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5286} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5288} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5289} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5291} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5292} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5293} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5294} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5296} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5297} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5299} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5300} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5302} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5303} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5304} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5305} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5307} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5308} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5309} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5311} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5312} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5314} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5315} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5316} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5317} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5318} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5320} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5322} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5323} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5324} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5325} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5327} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5329} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5330} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7180} | tar x -C %{buildroot} +xz -dc %{SOURCE5328} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5331} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5332} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5334} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5335} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5336} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5337} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5338} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5339} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5340} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5341} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5342} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5343} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5344} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5346} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5347} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5348} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5349} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5350} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5351} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5352} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5353} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5354} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5357} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5359} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5360} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5361} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5362} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5363} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5364} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5365} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5366} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5368} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5369} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5370} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5372} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5371} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5372} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7181} | tar x -C %{buildroot} xz -dc %{SOURCE5374} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5375} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5377} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5379} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5380} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5381} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5382} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5383} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5384} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5386} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5388} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5389} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5390} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5391} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5392} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5393} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5394} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5395} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5396} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5397} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5399} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5400} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5401} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5402} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5403} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5405} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5406} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5408} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5409} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5414} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5415} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5416} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5418} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5417} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5419} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5420} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5422} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5424} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5425} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5427} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5430} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5431} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5432} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5433} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5434} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5436} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5437} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5439} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5440} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5442} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5443} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5444} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5445} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5446} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5447} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5448} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5450} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5449} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5451} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5452} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5454} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5455} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5456} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5457} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5458} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5460} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5461} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5462} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5464} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5465} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5466} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5467} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5468} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5472} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5473} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5474} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5475} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5476} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5477} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5479} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235635,81 +285466,83 @@ xz -dc %{SOURCE5482} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5483} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5486} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5487} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5488} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5489} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5490} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5492} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5494} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5495} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5498} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5499} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5501} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5502} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5503} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5506} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5507} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5508} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5509} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5511} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5512} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5514} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5515} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5517} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5518} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5519} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5521} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5523} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5524} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5526} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5525} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5527} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5528} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5529} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5530} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5531} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5533} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5536} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5538} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5539} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5540} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5541} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5542} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5543} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5544} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5546} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5548} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5549} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5550} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5551} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5552} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5553} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5554} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5555} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5556} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5557} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5558} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5560} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5561} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5563} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5565} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5566} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5567} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5568} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5570} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5571} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5572} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5574} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5573} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5575} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5576} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5578} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5579} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5581} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5582} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5583} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5584} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5585} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5586} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5587} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5588} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5589} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235718,28 +285551,24 @@ xz -dc %{SOURCE5591} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5592} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5593} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5595} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5596} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5597} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5598} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5599} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5600} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5601} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5603} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5602} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5604} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5605} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5607} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5608} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5610} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5611} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5612} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5614} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5613} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5615} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5617} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5618} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7181} | tar x -C %{buildroot} +xz -dc %{SOURCE5616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5618} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5619} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5620} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5621} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5622} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5624} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235748,32 +285577,37 @@ xz -dc %{SOURCE5626} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5627} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5628} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5630} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5631} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5633} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5634} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5636} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5637} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5638} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5639} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5640} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5641} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5642} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5643} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5644} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5645} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5646} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5647} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5648} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5650} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5651} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5653} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5654} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5655} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5656} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5660} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5661} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5662} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7182} | tar x -C %{buildroot} xz -dc %{SOURCE5663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5664} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5665} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5666} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5668} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235786,8 +285620,8 @@ xz -dc %{SOURCE5675} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5676} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5678} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5679} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5680} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5681} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5682} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5683} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5684} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5685} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235796,155 +285630,151 @@ xz -dc %{SOURCE5688} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5689} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5690} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5691} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5692} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5693} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5694} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5696} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5697} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5698} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5699} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5701} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5702} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7182} | tar x -C %{buildroot} -xz -dc %{SOURCE5703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5702} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5704} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5705} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5706} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5707} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5708} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5709} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7183} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5711} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5712} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5713} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5714} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5715} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5716} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5717} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5719} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5720} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7184} | tar x -C %{buildroot} -xz -dc %{SOURCE5721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5720} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5723} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5724} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5725} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5726} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5728} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5729} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5730} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5732} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5734} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5735} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5736} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5737} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5739} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5741} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5740} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5742} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5744} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5747} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5748} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7185} | tar x -C %{buildroot} +xz -dc %{SOURCE5743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5745} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5746} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7183} | tar x -C %{buildroot} +xz -dc %{SOURCE5747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5748} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5749} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5750} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5752} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5753} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5754} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5755} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5756} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5757} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5758} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5760} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5761} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5762} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5763} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5764} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7185} | tar x -C %{buildroot} xz -dc %{SOURCE5765} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5766} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5767} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5768} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5770} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5771} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5772} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5773} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5774} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5775} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5776} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5777} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5778} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5779} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5780} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5781} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5782} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5783} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5785} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5786} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5787} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5788} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5790} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5791} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5792} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5789} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5791} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE5792} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7186} | tar x -C %{buildroot} +xz -dc %{SOURCE5794} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5795} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5796} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5797} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5798} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5800} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5802} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5803} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5805} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5806} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5807} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5808} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5810} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5811} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5812} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5813} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5815} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5816} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5817} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5818} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5820} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5821} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7187} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5824} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5825} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5826} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5827} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5828} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5829} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5830} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5831} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5832} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5833} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5834} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5835} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5836} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5837} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5838} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5839} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5840} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5841} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5842} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5843} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5844} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5845} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5847} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5848} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5849} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5850} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5851} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5852} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5854} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5853} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5856} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5857} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5858} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5860} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5861} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5862} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5863} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5864} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5865} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5866} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5867} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5868} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5869} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5870} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5871} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5872} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5873} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -235955,85 +285785,85 @@ xz -dc %{SOURCE5878} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5879} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5880} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5882} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5883} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5884} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5885} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5886} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5887} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5888} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5889} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5891} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5892} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5893} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5894} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5895} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5896} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5898} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5899} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5900} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5901} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5902} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5903} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5904} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5905} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5906} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5907} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5908} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5909} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5910} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5911} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5912} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5913} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5914} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5915} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5916} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5917} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5918} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5919} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5920} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5921} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5922} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5923} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5924} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5925} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5926} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5927} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5928} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5929} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5930} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5931} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5932} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5933} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5934} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5935} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5936} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5937} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5938} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5939} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5940} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5941} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5942} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5943} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5944} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5945} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5946} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5947} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5948} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5949} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5950} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5952} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5951} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5953} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5954} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5955} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5957} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5956} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5958} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5959} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5960} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5961} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5962} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5963} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5964} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5965} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5966} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5967} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5968} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5970} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5971} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5972} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5973} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5974} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5975} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5976} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7188} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5977} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5978} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5979} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236042,128 +285872,126 @@ xz -dc %{SOURCE5981} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5982} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5983} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5984} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5985} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5986} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5987} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5988} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5989} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5990} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5991} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5992} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5993} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7189} | tar x -C %{buildroot} -xz -dc %{SOURCE5995} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE5996} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7190} | tar x -C %{buildroot} +xz -dc %{SOURCE5992} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5993} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5994} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5996} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5997} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE5998} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE5999} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6000} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7191} | tar x -C %{buildroot} +xz -dc %{SOURCE5999} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6001} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6002} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6003} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6004} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6005} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7192} | tar x -C %{buildroot} -xz -dc %{SOURCE6006} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6004} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6005} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6007} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6008} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6009} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7193} | tar x -C %{buildroot} -xz -dc %{SOURCE6010} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6011} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7194} | tar x -C %{buildroot} -xz -dc %{SOURCE6012} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6008} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6010} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6011} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6013} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6014} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6015} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6016} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6018} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6019} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6020} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6021} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6022} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6023} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6024} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7196} | tar x -C %{buildroot} +xz -dc %{SOURCE6023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6024} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6025} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6026} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6027} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6028} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6029} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6030} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6031} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6032} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6033} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6034} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6035} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6036} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6037} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6038} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6039} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6040} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6041} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6039} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6040} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7190} | tar x -C %{buildroot} +xz -dc %{SOURCE6042} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6043} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7191} | tar x -C %{buildroot} xz -dc %{SOURCE6044} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6045} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6046} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6047} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6048} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6046} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6047} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7192} | tar x -C %{buildroot} xz -dc %{SOURCE6049} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6050} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6051} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6051} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6052} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7193} | tar x -C %{buildroot} xz -dc %{SOURCE6053} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6054} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6055} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6056} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6057} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6058} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6055} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6056} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7194} | tar x -C %{buildroot} +xz -dc %{SOURCE6057} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6058} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7195} | tar x -C %{buildroot} xz -dc %{SOURCE6059} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6060} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6061} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6062} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6063} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6064} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6065} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6066} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7196} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6068} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6069} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6070} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6071} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6070} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6071} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7197} | tar x -C %{buildroot} xz -dc %{SOURCE6072} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6073} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6076} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6077} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6078} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6079} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6080} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6081} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6082} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7199} | tar x -C %{buildroot} +xz -dc %{SOURCE6081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6082} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6083} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6084} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6085} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6086} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6087} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6088} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6090} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6089} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6091} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6092} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6093} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6094} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6095} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6096} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6097} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6098} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6099} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6100} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6102} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6103} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6104} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6105} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6107} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6108} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6110} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6111} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6112} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6113} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236172,40 +286000,44 @@ xz -dc %{SOURCE6115} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6116} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6117} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7199} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6119} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6120} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6121} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6122} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6124} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6126} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6127} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6128} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6129} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7200} | tar x -C %{buildroot} xz -dc %{SOURCE6130} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6132} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6133} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6134} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6135} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6136} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6137} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6138} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6139} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6140} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6141} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6142} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6143} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6144} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6145} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6146} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6147} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6148} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6149} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6150} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6151} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6152} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6153} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6154} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6155} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6156} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6157} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6158} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6159} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6161} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6162} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6163} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6164} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236216,162 +286048,164 @@ xz -dc %{SOURCE6168} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6169} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6171} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6172} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6173} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6174} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6175} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6176} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6177} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6178} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6179} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6181} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6182} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6184} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6185} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6187} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6188} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6189} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6190} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6191} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6192} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6193} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6194} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6195} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6196} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6198} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6199} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6201} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6202} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6204} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6205} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6206} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6207} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6208} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6209} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6211} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6213} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6214} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6215} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6216} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6217} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6218} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6219} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6220} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6221} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6222} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6223} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6224} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6226} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6227} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6228} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6229} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6230} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6232} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6233} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6234} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6236} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6237} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6238} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6239} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6240} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6241} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6242} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6243} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6244} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6245} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6246} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6247} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6248} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6249} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6250} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6251} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6252} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6253} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6254} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6255} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6256} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6258} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6257} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6259} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6260} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6261} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6262} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6263} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6264} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6265} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6268} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6269} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6270} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6271} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6272} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6273} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6274} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6276} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6277} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7200} | tar x -C %{buildroot} -xz -dc %{SOURCE6278} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6277} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6279} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6280} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6281} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6282} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6283} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6284} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6286} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6285} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6287} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6288} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6289} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7201} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6290} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6292} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6293} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6294} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6295} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6297} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6298} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6299} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6300} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6302} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6303} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6304} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6305} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6307} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6308} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6309} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6310} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6311} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6312} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6313} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6314} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6316} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6317} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6319} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6320} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6321} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6323} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6324} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6323} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6324} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7201} | tar x -C %{buildroot} +xz -dc %{SOURCE6325} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6326} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6328} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6329} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6330} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6331} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6333} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6334} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6335} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6336} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7202} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6337} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6338} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6339} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6341} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6342} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6343} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6345} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6346} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6347} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6348} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6349} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6350} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6351} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6352} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6353} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6354} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6355} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6357} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6356} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6358} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6359} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6361} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6362} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6364} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6365} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6366} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6367} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6368} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6370} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236382,34 +286216,34 @@ xz -dc %{SOURCE6376} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6377} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6379} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6381} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6382} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6384} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6385} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6387} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6388} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6389} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6390} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6391} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6392} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6394} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6395} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6397} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6398} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6399} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6400} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6401} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6402} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6404} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6405} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6406} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6407} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6408} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6409} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6411} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6412} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6414} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6415} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6416} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6417} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6418} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6419} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236418,30 +286252,30 @@ xz -dc %{SOURCE6422} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6423} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6425} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6426} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6427} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6428} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6429} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6430} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6431} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6432} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6433} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6434} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6435} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6437} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6438} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6439} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6440} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6441} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6442} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6443} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6444} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6445} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6447} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6448} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6450} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6452} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6453} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6454} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6455} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6457} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6458} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6459} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6460} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6461} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236450,83 +286284,78 @@ xz -dc %{SOURCE6464} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6465} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6467} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6469} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6470} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6471} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6472} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6474} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6475} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6476} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6477} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6478} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6479} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6481} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6482} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6484} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6485} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6486} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6487} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6489} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6490} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6491} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6492} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6493} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6494} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6496} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6497} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6499} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6500} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6502} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6503} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6505} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6506} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6507} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6508} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6509} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6511} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6512} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6513} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6514} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6515} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6516} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6517} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6518} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6519} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6520} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6522} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6523} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6525} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6526} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6527} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6528} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6529} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6530} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6531} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6532} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6533} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6534} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6535} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6537} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6538} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6540} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6541} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6543} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6544} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6545} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6546} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6547} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6548} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6549} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6550} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6551} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6552} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6553} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6554} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6555} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6556} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6557} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6558} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6559} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6560} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6561} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6562} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6563} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6564} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6565} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6566} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236539,37 +286368,40 @@ xz -dc %{SOURCE6573} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6574} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6576} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6578} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6579} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6580} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7202} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6581} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6583} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6584} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6585} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6586} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6587} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6588} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6589} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6590} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6591} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6593} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6594} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6595} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6596} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6597} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6598} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6599} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6601} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6602} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6603} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6604} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6605} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6606} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6607} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6608} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6610} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6611} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6613} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6614} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6616} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6617} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6618} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6619} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236577,126 +286409,169 @@ xz -dc %{SOURCE6620} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6621} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6622} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6623} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6624} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6625} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6626} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6627} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6628} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6629} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6630} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6631} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6632} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6633} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7203} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6634} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6635} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6636} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6637} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6638} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6640} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6641} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6642} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6643} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6644} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6645} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6647} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6648} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6649} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6650} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6651} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6652} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6653} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6654} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6655} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6656} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6657} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6658} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6659} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6660} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7203} | tar x -C %{buildroot} +xz -dc %{SOURCE6659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6660} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6661} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6662} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6663} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6664} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6665} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6666} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6667} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6669} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6670} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6672} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6673} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6675} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6676} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6678} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6679} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6680} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6681} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6682} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6683} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6684} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6686} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6687} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE7204} | tar x -C %{buildroot} +xz -dc %{SOURCE6685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6687} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6688} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6689} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6690} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6692} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6693} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6695} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6696} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6697} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6698} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6699} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6700} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6701} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6702} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6703} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6704} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6705} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6706} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6707} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6708} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6709} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6710} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6711} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6712} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7204} | tar x -C %{buildroot} xz -dc %{SOURCE6713} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6715} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6716} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6717} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6718} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6719} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6720} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6722} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6723} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6724} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6725} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6726} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6727} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6728} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6730} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6729} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6731} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6732} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6733} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6732} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6733} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6734} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6735} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6736} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6737} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6739} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6738} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6739} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7205} | tar x -C %{buildroot} xz -dc %{SOURCE6741} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6742} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6744} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6745} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6746} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6747} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6748} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7206} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6750} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6751} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6752} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6753} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6754} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6755} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6756} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6757} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6759} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6760} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE6761} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE7206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6769} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6770} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6777} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6778} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6779} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6780} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6781} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6782} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6784} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6785} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6786} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6787} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6789} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6790} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6791} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6793} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6794} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6795} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6796} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6798} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6799} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6800} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6801} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6802} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6803} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6804} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6807} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6808} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6809} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6810} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6811} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6812} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6814} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6815} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7207} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7208} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7209} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -236705,8 +286580,9 @@ xz -dc %{SOURCE7211} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7212} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7213} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7214} | tar x -C %{buildroot}%{_texdir}/texmf-dist -xz -dc %{SOURCE6762} | tar x -C %{buildroot}%{_texdir} -xz -dc %{SOURCE6763} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE7215} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6816} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6817} | tar x -C %{buildroot}%{_texdir} # nuke useless tlmgr packaging stuff and doc droppings rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ @@ -236798,6 +286674,7 @@ 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 @@ -236810,6 +286687,8 @@ 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 bibexport.sh +ln -s /usr/share/texlive/texmf-dist/scripts/bibexport.sh bibexport.sh rm -f rungs ln -s /usr/share/texlive/texmf-dist/scripts/texlive/rungs.tlu rungs rm -f context @@ -237116,13 +286995,7 @@ sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL = $TEXMFROOT/texmf-local//|' %{buildroot}/ # create macro file for building texlive mkdir -p %{buildroot}%{macrosdir} -cat << EOF > %{buildroot}%{macrosdir}/macros.texlive -# macros to keep trees in texlive consistent -%_texmf_main /usr/share/texlive/texmf -%_texmf_vendor /usr/share/texlive/texmf -%_texmf_var /var/lib/texmf -%_texmf_conf /usr/share/texlive/texmf-config -EOF +cp -a %{SOURCE9} %{buildroot}%{macrosdir}/macros.texlive %clean rm -rf %{buildroot} @@ -237234,6 +287107,7 @@ fi %dir %{_texdir}/texmf-dist/bibtex/bst/economic %dir %{_texdir}/texmf-dist/bibtex/bst/elsarticle %dir %{_texdir}/texmf-dist/bibtex/bst/fbs +%dir %{_texdir}/texmf-dist/bibtex/bst/fcavtex %dir %{_texdir}/texmf-dist/bibtex/bst/figbib %dir %{_texdir}/texmf-dist/bibtex/bst/finbib %dir %{_texdir}/texmf-dist/bibtex/bst/francais-bst @@ -237265,9 +287139,11 @@ fi %dir %{_texdir}/texmf-dist/bibtex/bst/multibib %dir %{_texdir}/texmf-dist/bibtex/bst/multibibliography %dir %{_texdir}/texmf-dist/bibtex/bst/munich +%dir %{_texdir}/texmf-dist/bibtex/bst/nar %dir %{_texdir}/texmf-dist/bibtex/bst/natbib %dir %{_texdir}/texmf-dist/bibtex/bst/nature %dir %{_texdir}/texmf-dist/bibtex/bst/nddiss +%dir %{_texdir}/texmf-dist/bibtex/bst/nmbib %dir %{_texdir}/texmf-dist/bibtex/bst/opcit %dir %{_texdir}/texmf-dist/bibtex/bst/perception %dir %{_texdir}/texmf-dist/bibtex/bst/persian-bib @@ -237695,6 +287571,7 @@ fi %dir %{_texdir}/texmf-dist/doc/fonts/ocr-b-outline %dir %{_texdir}/texmf-dist/doc/fonts/ogham %dir %{_texdir}/texmf-dist/doc/fonts/oinuit +%dir %{_texdir}/texmf-dist/doc/fonts/old-arrows %dir %{_texdir}/texmf-dist/doc/fonts/oldlatin %dir %{_texdir}/texmf-dist/doc/fonts/oldstandard %dir %{_texdir}/texmf-dist/doc/fonts/opensans @@ -237771,7 +287648,6 @@ fi %dir %{_texdir}/texmf-dist/doc/fonts/xits %dir %{_texdir}/texmf-dist/doc/fonts/xq %dir %{_texdir}/texmf-dist/doc/fonts/yannisgr -%dir %{_texdir}/texmf-dist/doc/fonts/yfonts-t1 %dir %{_texdir}/texmf-dist/doc/fonts/yhmath %dir %{_texdir}/texmf-dist/doc/fonts/zhmetrics %dir %{_texdir}/texmf-dist/doc/fonts/zlmtt @@ -237858,6 +287734,10 @@ fi %dir %{_texdir}/texmf-dist/doc/generic/dowith %dir %{_texdir}/texmf-dist/doc/generic/dratex %dir %{_texdir}/texmf-dist/doc/generic/ean +%dir %{_texdir}/texmf-dist/doc/generic/e-french +%dir %{_texdir}/texmf-dist/doc/generic/e-french/install +%dir %{_texdir}/texmf-dist/doc/generic/e-french/manuels +%dir %{_texdir}/texmf-dist/doc/generic/e-french/src %dir %{_texdir}/texmf-dist/doc/generic/elhyphen %dir %{_texdir}/texmf-dist/doc/generic/enctex %dir %{_texdir}/texmf-dist/doc/generic/encxvlna @@ -238141,6 +288021,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/aiaa/pre2004/demos/talk %dir %{_texdir}/texmf-dist/doc/latex/akktex %dir %{_texdir}/texmf-dist/doc/latex/akletter +%dir %{_texdir}/texmf-dist/doc/latex/alertmessage %dir %{_texdir}/texmf-dist/doc/latex/alg %dir %{_texdir}/texmf-dist/doc/latex/algorithm2e %dir %{_texdir}/texmf-dist/doc/latex/algorithmicx @@ -238247,6 +288128,9 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-conference-talk %dir %{_texdir}/texmf-dist/doc/latex/beamer/examples/a-lecture %dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin +%dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc +%dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex +%dir %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex %dir %{_texdir}/texmf-dist/doc/latex/beamerposter %dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions %dir %{_texdir}/texmf-dist/doc/latex/beamer/solutions/conference-talks @@ -238328,6 +288212,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/bizcard %dir %{_texdir}/texmf-dist/doc/latex/blindtext %dir %{_texdir}/texmf-dist/doc/latex/blkarray +%dir %{_texdir}/texmf-dist/doc/latex/blochsphere %dir %{_texdir}/texmf-dist/doc/latex/block %dir %{_texdir}/texmf-dist/doc/latex/bloques %dir %{_texdir}/texmf-dist/doc/latex/blowup @@ -238373,6 +288258,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/sample %dir %{_texdir}/texmf-dist/doc/latex/bxeepic %dir %{_texdir}/texmf-dist/doc/latex/bxjscls +%dir %{_texdir}/texmf-dist/doc/latex/bxpdfver %dir %{_texdir}/texmf-dist/doc/latex/bytefield %dir %{_texdir}/texmf-dist/doc/latex/cachepic %dir %{_texdir}/texmf-dist/doc/latex/calcage @@ -238430,6 +288316,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/chappg %dir %{_texdir}/texmf-dist/doc/latex/chapterfolder %dir %{_texdir}/texmf-dist/doc/latex/chbibref +%dir %{_texdir}/texmf-dist/doc/latex/checklistings %dir %{_texdir}/texmf-dist/doc/latex/chembst %dir %{_texdir}/texmf-dist/doc/latex/chemcompounds %dir %{_texdir}/texmf-dist/doc/latex/chemcono @@ -238483,6 +288370,10 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/classicthesis/Examples %dir %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter %dir %{_texdir}/texmf-dist/doc/latex/classicthesis/gfx +%dir %{_texdir}/texmf-dist/doc/latex/cleanthesis +%dir %{_texdir}/texmf-dist/doc/latex/cleanthesis/content +%dir %{_texdir}/texmf-dist/doc/latex/cleanthesis/doc +%dir %{_texdir}/texmf-dist/doc/latex/cleanthesis/gfx %dir %{_texdir}/texmf-dist/doc/latex/clefval %dir %{_texdir}/texmf-dist/doc/latex/cleveref %dir %{_texdir}/texmf-dist/doc/latex/clipboard @@ -238717,7 +288608,6 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/dlfltxb %dir %{_texdir}/texmf-dist/doc/latex/dnaseq %dir %{_texdir}/texmf-dist/doc/latex/doclicense -%dir %{_texdir}/texmf-dist/doc/latex/doclicense/images %dir %{_texdir}/texmf-dist/doc/latex/docmfp %dir %{_texdir}/texmf-dist/doc/latex/docmute %dir %{_texdir}/texmf-dist/doc/latex/doctools @@ -238761,6 +288651,8 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/easyfig %dir %{_texdir}/texmf-dist/doc/latex/easy/for-latex2html %dir %{_texdir}/texmf-dist/doc/latex/easylist +%dir %{_texdir}/texmf-dist/doc/latex/easyreview +%dir %{_texdir}/texmf-dist/doc/latex/easyreview/doc %dir %{_texdir}/texmf-dist/doc/latex/easy-todo %dir %{_texdir}/texmf-dist/doc/latex/ebezier %dir %{_texdir}/texmf-dist/doc/latex/ebong @@ -238912,9 +288804,13 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help %dir %{_texdir}/texmf-dist/doc/latex/fast-diagram/sources_help/images %dir %{_texdir}/texmf-dist/doc/latex/fbithesis +%dir %{_texdir}/texmf-dist/doc/latex/fcavtex +%dir %{_texdir}/texmf-dist/doc/latex/fcavtex/examples +%dir %{_texdir}/texmf-dist/doc/latex/fcavtex/manual %dir %{_texdir}/texmf-dist/doc/latex/fcltxdoc %dir %{_texdir}/texmf-dist/doc/latex/fcolumn %dir %{_texdir}/texmf-dist/doc/latex/fdsymbol +%dir %{_texdir}/texmf-dist/doc/latex/fei %dir %{_texdir}/texmf-dist/doc/latex/feupphdteses %dir %{_texdir}/texmf-dist/doc/latex/feupphdteses/Figures %dir %{_texdir}/texmf-dist/doc/latex/feynmf @@ -238932,6 +288828,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/fink %dir %{_texdir}/texmf-dist/doc/latex/finstrut %dir %{_texdir}/texmf-dist/doc/latex/first-latex-doc +%dir %{_texdir}/texmf-dist/doc/latex/fitbox %dir %{_texdir}/texmf-dist/doc/latex/fithesis %dir %{_texdir}/texmf-dist/doc/latex/fithesis/guide %dir %{_texdir}/texmf-dist/doc/latex/fithesis/guide/mu @@ -238993,8 +288890,6 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/frankenstein %dir %{_texdir}/texmf-dist/doc/latex/frankenstein/unsupported %dir %{_texdir}/texmf-dist/doc/latex/frege -%dir %{_texdir}/texmf-dist/doc/latex/frenchle -%dir %{_texdir}/texmf-dist/doc/latex/frenchle/sources %dir %{_texdir}/texmf-dist/doc/latex/frletter %dir %{_texdir}/texmf-dist/doc/latex/frontespizio %dir %{_texdir}/texmf-dist/doc/latex/ftcap @@ -239157,6 +289052,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/IEEEconf %dir %{_texdir}/texmf-dist/doc/latex/ieeepes %dir %{_texdir}/texmf-dist/doc/latex/IEEEtran +%dir %{_texdir}/texmf-dist/doc/latex/IEEEtran/bibtex %dir %{_texdir}/texmf-dist/doc/latex/IEEEtran/tools %dir %{_texdir}/texmf-dist/doc/latex/ifetex %dir %{_texdir}/texmf-dist/doc/latex/ifmslide @@ -239488,6 +289384,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/mdsymbol %dir %{_texdir}/texmf-dist/doc/latex/mdwtools %dir %{_texdir}/texmf-dist/doc/latex/media9 +%dir %{_texdir}/texmf-dist/doc/latex/medstarbeamer %dir %{_texdir}/texmf-dist/doc/latex/meetingmins %dir %{_texdir}/texmf-dist/doc/latex/meetingmins/samples %dir %{_texdir}/texmf-dist/doc/latex/memexsupp @@ -239503,6 +289400,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/method %dir %{_texdir}/texmf-dist/doc/latex/metre %dir %{_texdir}/texmf-dist/doc/latex/metrix +%dir %{_texdir}/texmf-dist/doc/latex/mfirstuc %dir %{_texdir}/texmf-dist/doc/latex/mflogo %dir %{_texdir}/texmf-dist/doc/latex/mfnfss %dir %{_texdir}/texmf-dist/doc/latex/mfpic4ode @@ -239567,6 +289465,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/mugsthesis %dir %{_texdir}/texmf-dist/doc/latex/mugsthesis/sample %dir %{_texdir}/texmf-dist/doc/latex/multenum +%dir %{_texdir}/texmf-dist/doc/latex/multiaudience %dir %{_texdir}/texmf-dist/doc/latex/multibbl %dir %{_texdir}/texmf-dist/doc/latex/multibib %dir %{_texdir}/texmf-dist/doc/latex/multibibliography @@ -239604,6 +289503,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/needspace %dir %{_texdir}/texmf-dist/doc/latex/neuralnetwork %dir %{_texdir}/texmf-dist/doc/latex/neuralnetwork/examples +%dir %{_texdir}/texmf-dist/doc/latex/nevelok %dir %{_texdir}/texmf-dist/doc/latex/newcommand %dir %{_texdir}/texmf-dist/doc/latex/newenviron %dir %{_texdir}/texmf-dist/doc/latex/newfile @@ -239619,6 +289519,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/nicetext/demo %dir %{_texdir}/texmf-dist/doc/latex/nih %dir %{_texdir}/texmf-dist/doc/latex/nlctdoc +%dir %{_texdir}/texmf-dist/doc/latex/nmbib %dir %{_texdir}/texmf-dist/doc/latex/noconflict %dir %{_texdir}/texmf-dist/doc/latex/noindentafter %dir %{_texdir}/texmf-dist/doc/latex/noitcrul @@ -239712,6 +289613,9 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/pdfcomment %dir %{_texdir}/texmf-dist/doc/latex/pdfcprot %dir %{_texdir}/texmf-dist/doc/latex/pdfmarginpar +%dir %{_texdir}/texmf-dist/doc/latex/pdfpagediff +%dir %{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc +%dir %{_texdir}/texmf-dist/doc/latex/pdfpagediff/example %dir %{_texdir}/texmf-dist/doc/latex/pdfpages %dir %{_texdir}/texmf-dist/doc/latex/pdfscreen %dir %{_texdir}/texmf-dist/doc/latex/pdfslide @@ -239808,6 +289712,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/program %dir %{_texdir}/texmf-dist/doc/latex/progress %dir %{_texdir}/texmf-dist/doc/latex/progressbar +%dir %{_texdir}/texmf-dist/doc/latex/proofread %dir %{_texdir}/texmf-dist/doc/latex/properties %dir %{_texdir}/texmf-dist/doc/latex/proposal %dir %{_texdir}/texmf-dist/doc/latex/proposal/base @@ -240370,6 +290275,7 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/uafthesis/bib_styles %dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example %dir %{_texdir}/texmf-dist/doc/latex/uafthesis/example/fig +%dir %{_texdir}/texmf-dist/doc/latex/uassign %dir %{_texdir}/texmf-dist/doc/latex/ucbthesis %dir %{_texdir}/texmf-dist/doc/latex/ucbthesis/example %dir %{_texdir}/texmf-dist/doc/latex/ucdavisthesis @@ -240491,6 +290397,8 @@ fi %dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example/pic %dir %{_texdir}/texmf-dist/doc/latex/xcookybooky/example/tex %dir %{_texdir}/texmf-dist/doc/latex/xdoc +%dir %{_texdir}/texmf-dist/doc/latex/xebaposter +%dir %{_texdir}/texmf-dist/doc/latex/xebaposter/images %dir %{_texdir}/texmf-dist/doc/latex/xfor %dir %{_texdir}/texmf-dist/doc/latex/xhfill %dir %{_texdir}/texmf-dist/doc/latex/xifthen @@ -240636,6 +290544,7 @@ fi %dir %{_texdir}/texmf-dist/doc/metapost/piechartmp %dir %{_texdir}/texmf-dist/doc/metapost/piechartmp/examples %dir %{_texdir}/texmf-dist/doc/metapost/repere +%dir %{_texdir}/texmf-dist/doc/metapost/roundrect %dir %{_texdir}/texmf-dist/doc/metapost/shapes %dir %{_texdir}/texmf-dist/doc/metapost/slideshow %dir %{_texdir}/texmf-dist/doc/metapost/splines @@ -240968,7 +290877,6 @@ fi %dir %{_texdir}/texmf-dist/dvips/xcolor %dir %{_texdir}/texmf-dist/dvips/xdvi %dir %{_texdir}/texmf-dist/dvips/xypic -%dir %{_texdir}/texmf-dist/dvips/yfonts-t1 %dir %{_texdir}/texmf-dist/dvips/zapfchan %dir %{_texdir}/texmf-dist/dvips/zapfding %dir %{_texdir}/texmf-dist/fonts @@ -241101,6 +291009,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/afm/public/newpx %dir %{_texdir}/texmf-dist/fonts/afm/public/newtx %dir %{_texdir}/texmf-dist/fonts/afm/public/ocherokee +%dir %{_texdir}/texmf-dist/fonts/afm/public/old-arrows %dir %{_texdir}/texmf-dist/fonts/afm/public/omega %dir %{_texdir}/texmf-dist/fonts/afm/public/opensans %dir %{_texdir}/texmf-dist/fonts/afm/public/phaistos @@ -241122,7 +291031,6 @@ fi %dir %{_texdir}/texmf-dist/fonts/afm/public/wasy2-ps %dir %{_texdir}/texmf-dist/fonts/afm/public/xcharter %dir %{_texdir}/texmf-dist/fonts/afm/public/xypic -%dir %{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1 %dir %{_texdir}/texmf-dist/fonts/afm/uhc %dir %{_texdir}/texmf-dist/fonts/afm/uhc/umj %dir %{_texdir}/texmf-dist/fonts/afm/urw @@ -241257,6 +291165,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/enc/dvips/newpx %dir %{_texdir}/texmf-dist/fonts/enc/dvips/newtx %dir %{_texdir}/texmf-dist/fonts/enc/dvips/newtxtt +%dir %{_texdir}/texmf-dist/fonts/enc/dvips/old-arrows %dir %{_texdir}/texmf-dist/fonts/enc/dvips/opensans %dir %{_texdir}/texmf-dist/fonts/enc/dvips/overlock %dir %{_texdir}/texmf-dist/fonts/enc/dvips/paratype @@ -241406,6 +291315,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/map/dvips/fira %dir %{_texdir}/texmf-dist/fonts/map/dvips/foekfont %dir %{_texdir}/texmf-dist/fonts/map/dvips/fonetika +%dir %{_texdir}/texmf-dist/fonts/map/dvips/fontawesome %dir %{_texdir}/texmf-dist/fonts/map/dvips/fonts-tlwg %dir %{_texdir}/texmf-dist/fonts/map/dvips/fourier %dir %{_texdir}/texmf-dist/fonts/map/dvips/frcursive @@ -241471,6 +291381,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/map/dvips/ocherokee %dir %{_texdir}/texmf-dist/fonts/map/dvips/ocr-b-outline %dir %{_texdir}/texmf-dist/fonts/map/dvips/oinuit +%dir %{_texdir}/texmf-dist/fonts/map/dvips/old-arrows %dir %{_texdir}/texmf-dist/fonts/map/dvips/omega %dir %{_texdir}/texmf-dist/fonts/map/dvips/opensans %dir %{_texdir}/texmf-dist/fonts/map/dvips/overlock @@ -241531,7 +291442,6 @@ fi %dir %{_texdir}/texmf-dist/fonts/map/dvips/wasy2-ps %dir %{_texdir}/texmf-dist/fonts/map/dvips/xcharter %dir %{_texdir}/texmf-dist/fonts/map/dvips/xypic -%dir %{_texdir}/texmf-dist/fonts/map/dvips/yfonts-t1 %dir %{_texdir}/texmf-dist/fonts/map/dvips/yhmath %dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfchan %dir %{_texdir}/texmf-dist/fonts/map/dvips/zapfding @@ -242130,6 +292040,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/tfm/public/ocr-b %dir %{_texdir}/texmf-dist/fonts/tfm/public/ogham %dir %{_texdir}/texmf-dist/fonts/tfm/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/tfm/public/old-arrows %dir %{_texdir}/texmf-dist/fonts/tfm/public/oldlatin %dir %{_texdir}/texmf-dist/fonts/tfm/public/omega %dir %{_texdir}/texmf-dist/fonts/tfm/public/opensans @@ -242490,6 +292401,7 @@ fi %dir %{_texdir}/texmf-dist/fonts/type1/public/ocherokee %dir %{_texdir}/texmf-dist/fonts/type1/public/ocr-b-outline %dir %{_texdir}/texmf-dist/fonts/type1/public/oinuit +%dir %{_texdir}/texmf-dist/fonts/type1/public/old-arrows %dir %{_texdir}/texmf-dist/fonts/type1/public/omega %dir %{_texdir}/texmf-dist/fonts/type1/public/opensans %dir %{_texdir}/texmf-dist/fonts/type1/public/pdftex @@ -242522,7 +292434,6 @@ fi %dir %{_texdir}/texmf-dist/fonts/type1/public/wasy2-ps %dir %{_texdir}/texmf-dist/fonts/type1/public/xcharter %dir %{_texdir}/texmf-dist/fonts/type1/public/xypic -%dir %{_texdir}/texmf-dist/fonts/type1/public/yfonts-t1 %dir %{_texdir}/texmf-dist/fonts/type1/public/yhmath %dir %{_texdir}/texmf-dist/fonts/type1/rozynski %dir %{_texdir}/texmf-dist/fonts/type1/rozynski/comicneue @@ -242760,6 +292671,7 @@ fi %dir %{_texdir}/texmf-dist/makeindex/confproc %dir %{_texdir}/texmf-dist/makeindex/disser %dir %{_texdir}/texmf-dist/makeindex/dtk +%dir %{_texdir}/texmf-dist/makeindex/e-french %dir %{_texdir}/texmf-dist/makeindex/fixlatvian %dir %{_texdir}/texmf-dist/makeindex/gatech-thesis %dir %{_texdir}/texmf-dist/makeindex/gmdoc @@ -242827,6 +292739,7 @@ fi %dir %{_texdir}/texmf-dist/metapost/nkarta %dir %{_texdir}/texmf-dist/metapost/piechartmp %dir %{_texdir}/texmf-dist/metapost/repere +%dir %{_texdir}/texmf-dist/metapost/roundrect %dir %{_texdir}/texmf-dist/metapost/shapes %dir %{_texdir}/texmf-dist/metapost/slideshow %dir %{_texdir}/texmf-dist/metapost/splines @@ -242877,6 +292790,7 @@ fi %dir %{_texdir}/texmf-dist/scripts/bundledoc %dir %{_texdir}/texmf-dist/scripts/cachepic %dir %{_texdir}/texmf-dist/scripts/checkcites +%dir %{_texdir}/texmf-dist/scripts/checklistings %dir %{_texdir}/texmf-dist/scripts/chktex %dir %{_texdir}/texmf-dist/scripts/cjk-gs-integrate %dir %{_texdir}/texmf-dist/scripts/cloze @@ -242947,6 +292861,7 @@ fi %dir %{_texdir}/texmf-dist/scripts/match_parens %dir %{_texdir}/texmf-dist/scripts/mathspic %dir %{_texdir}/texmf-dist/scripts/mf2pt1 +%dir %{_texdir}/texmf-dist/scripts/mfirstuc %dir %{_texdir}/texmf-dist/scripts/mkgrkindex %dir %{_texdir}/texmf-dist/scripts/mkjobtexmf %dir %{_texdir}/texmf-dist/scripts/mkpic @@ -243263,6 +293178,7 @@ fi %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/dstroke +%dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ec %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk %dir %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/hebrew @@ -243480,6 +293396,7 @@ fi %dir %{_texdir}/texmf-dist/tex/generic/dvips %dir %{_texdir}/texmf-dist/tex/generic/ean %dir %{_texdir}/texmf-dist/tex/generic/edmac +%dir %{_texdir}/texmf-dist/tex/generic/e-french %dir %{_texdir}/texmf-dist/tex/generic/eijkhout %dir %{_texdir}/texmf-dist/tex/generic/encodings %dir %{_texdir}/texmf-dist/tex/generic/enctex @@ -243553,8 +293470,6 @@ fi %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc -%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/circular -%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/control %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/multilevelmixer @@ -243562,15 +293477,21 @@ fi %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity -%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/trees %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics +%dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/tools %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees %dir %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/tex @@ -243578,6 +293499,8 @@ fi %dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/datavisualization %dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations %dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgf +%dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgf/luamath %dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes %dir %{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits %dir %{_texdir}/texmf-dist/tex/generic/pgf/lua @@ -243764,6 +293687,8 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/akktex %dir %{_texdir}/texmf-dist/tex/latex/akletter %dir %{_texdir}/texmf-dist/tex/latex/alegreya +%dir %{_texdir}/texmf-dist/tex/latex/alertmessage +%dir %{_texdir}/texmf-dist/tex/latex/alertmessage/img %dir %{_texdir}/texmf-dist/tex/latex/alg %dir %{_texdir}/texmf-dist/tex/latex/algorithm2e %dir %{_texdir}/texmf-dist/tex/latex/algorithmicx @@ -243856,7 +293781,6 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/beamerdarkthemes %dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation %dir %{_texdir}/texmf-dist/tex/latex/beamer/emulation/examples -%dir %{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin %dir %{_texdir}/texmf-dist/tex/latex/beamer/multimedia %dir %{_texdir}/texmf-dist/tex/latex/beamerposter %dir %{_texdir}/texmf-dist/tex/latex/beamersubframe @@ -243955,6 +293879,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/blacklettert1 %dir %{_texdir}/texmf-dist/tex/latex/blindtext %dir %{_texdir}/texmf-dist/tex/latex/blkarray +%dir %{_texdir}/texmf-dist/tex/latex/blochsphere %dir %{_texdir}/texmf-dist/tex/latex/block %dir %{_texdir}/texmf-dist/tex/latex/bloques %dir %{_texdir}/texmf-dist/tex/latex/blowup @@ -244001,6 +293926,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/bxdpx-beamer %dir %{_texdir}/texmf-dist/tex/latex/bxeepic %dir %{_texdir}/texmf-dist/tex/latex/bxjscls +%dir %{_texdir}/texmf-dist/tex/latex/bxpdfver %dir %{_texdir}/texmf-dist/tex/latex/bytefield %dir %{_texdir}/texmf-dist/tex/latex/cabin %dir %{_texdir}/texmf-dist/tex/latex/cachepic @@ -244049,6 +293975,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/chappg %dir %{_texdir}/texmf-dist/tex/latex/chapterfolder %dir %{_texdir}/texmf-dist/tex/latex/chbibref +%dir %{_texdir}/texmf-dist/tex/latex/checklistings %dir %{_texdir}/texmf-dist/tex/latex/chemarrow %dir %{_texdir}/texmf-dist/tex/latex/chemcompounds %dir %{_texdir}/texmf-dist/tex/latex/chemcono @@ -244101,6 +294028,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/classics %dir %{_texdir}/texmf-dist/tex/latex/classicthesis %dir %{_texdir}/texmf-dist/tex/latex/classpack +%dir %{_texdir}/texmf-dist/tex/latex/cleanthesis %dir %{_texdir}/texmf-dist/tex/latex/clearsans %dir %{_texdir}/texmf-dist/tex/latex/clefval %dir %{_texdir}/texmf-dist/tex/latex/cleveref @@ -244289,6 +294217,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/dlfltxb %dir %{_texdir}/texmf-dist/tex/latex/dnaseq %dir %{_texdir}/texmf-dist/tex/latex/doclicense +%dir %{_texdir}/texmf-dist/tex/latex/doclicense/images %dir %{_texdir}/texmf-dist/tex/latex/docmfp %dir %{_texdir}/texmf-dist/tex/latex/docmute %dir %{_texdir}/texmf-dist/tex/latex/doctools @@ -244329,6 +294258,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/easy %dir %{_texdir}/texmf-dist/tex/latex/easyfig %dir %{_texdir}/texmf-dist/tex/latex/easylist +%dir %{_texdir}/texmf-dist/tex/latex/easyreview %dir %{_texdir}/texmf-dist/tex/latex/easy-todo %dir %{_texdir}/texmf-dist/tex/latex/ebezier %dir %{_texdir}/texmf-dist/tex/latex/ebgaramond @@ -244464,9 +294394,11 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/fbb %dir %{_texdir}/texmf-dist/tex/latex/fbithesis %dir %{_texdir}/texmf-dist/tex/latex/fc +%dir %{_texdir}/texmf-dist/tex/latex/fcavtex %dir %{_texdir}/texmf-dist/tex/latex/fcltxdoc %dir %{_texdir}/texmf-dist/tex/latex/fcolumn %dir %{_texdir}/texmf-dist/tex/latex/fdsymbol +%dir %{_texdir}/texmf-dist/tex/latex/fei %dir %{_texdir}/texmf-dist/tex/latex/fetamont %dir %{_texdir}/texmf-dist/tex/latex/feupphdteses %dir %{_texdir}/texmf-dist/tex/latex/feyn @@ -244484,6 +294416,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/fink %dir %{_texdir}/texmf-dist/tex/latex/finstrut %dir %{_texdir}/texmf-dist/tex/latex/fira +%dir %{_texdir}/texmf-dist/tex/latex/fitbox %dir %{_texdir}/texmf-dist/tex/latex/fithesis %dir %{_texdir}/texmf-dist/tex/latex/fithesis/locale %dir %{_texdir}/texmf-dist/tex/latex/fithesis/locale/mu @@ -244560,7 +294493,6 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/frankenstein %dir %{_texdir}/texmf-dist/tex/latex/frcursive %dir %{_texdir}/texmf-dist/tex/latex/frege -%dir %{_texdir}/texmf-dist/tex/latex/frenchle %dir %{_texdir}/texmf-dist/tex/latex/frletter %dir %{_texdir}/texmf-dist/tex/latex/frontespizio %dir %{_texdir}/texmf-dist/tex/latex/ftcap @@ -244857,7 +294789,6 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/lengthconvert %dir %{_texdir}/texmf-dist/tex/latex/lettre %dir %{_texdir}/texmf-dist/tex/latex/lettrine -%dir %{_texdir}/texmf-dist/tex/latex/lettrine/contrib %dir %{_texdir}/texmf-dist/tex/latex/lewis %dir %{_texdir}/texmf-dist/tex/latex/lexikon %dir %{_texdir}/texmf-dist/tex/latex/lexref @@ -244971,6 +294902,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/media9 %dir %{_texdir}/texmf-dist/tex/latex/media9/javascript %dir %{_texdir}/texmf-dist/tex/latex/media9/players +%dir %{_texdir}/texmf-dist/tex/latex/medstarbeamer %dir %{_texdir}/texmf-dist/tex/latex/meetingmins %dir %{_texdir}/texmf-dist/tex/latex/memexsupp %dir %{_texdir}/texmf-dist/tex/latex/memoir @@ -244983,6 +294915,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/method %dir %{_texdir}/texmf-dist/tex/latex/metre %dir %{_texdir}/texmf-dist/tex/latex/metrix +%dir %{_texdir}/texmf-dist/tex/latex/mfirstuc %dir %{_texdir}/texmf-dist/tex/latex/mflogo %dir %{_texdir}/texmf-dist/tex/latex/mfnfss %dir %{_texdir}/texmf-dist/tex/latex/mfpic4ode @@ -245032,6 +294965,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/mtgreek %dir %{_texdir}/texmf-dist/tex/latex/mugsthesis %dir %{_texdir}/texmf-dist/tex/latex/multenum +%dir %{_texdir}/texmf-dist/tex/latex/multiaudience %dir %{_texdir}/texmf-dist/tex/latex/multibbl %dir %{_texdir}/texmf-dist/tex/latex/multibib %dir %{_texdir}/texmf-dist/tex/latex/multibibliography @@ -245069,6 +295003,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/needspace %dir %{_texdir}/texmf-dist/tex/latex/nestquot %dir %{_texdir}/texmf-dist/tex/latex/neuralnetwork +%dir %{_texdir}/texmf-dist/tex/latex/nevelok %dir %{_texdir}/texmf-dist/tex/latex/newenviron %dir %{_texdir}/texmf-dist/tex/latex/newfile %dir %{_texdir}/texmf-dist/tex/latex/newlfm @@ -245088,6 +295023,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/nicetext/run %dir %{_texdir}/texmf-dist/tex/latex/nih %dir %{_texdir}/texmf-dist/tex/latex/nlctdoc +%dir %{_texdir}/texmf-dist/tex/latex/nmbib %dir %{_texdir}/texmf-dist/tex/latex/noconflict %dir %{_texdir}/texmf-dist/tex/latex/noindentafter %dir %{_texdir}/texmf-dist/tex/latex/noitcrul @@ -245119,6 +295055,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/ocgx2 %dir %{_texdir}/texmf-dist/tex/latex/ocr-latex %dir %{_texdir}/texmf-dist/tex/latex/octavo +%dir %{_texdir}/texmf-dist/tex/latex/old-arrows %dir %{_texdir}/texmf-dist/tex/latex/oldstyle %dir %{_texdir}/texmf-dist/tex/latex/onlyamsmath %dir %{_texdir}/texmf-dist/tex/latex/onrannual @@ -245173,6 +295110,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/pdfcomment %dir %{_texdir}/texmf-dist/tex/latex/pdfcprot %dir %{_texdir}/texmf-dist/tex/latex/pdfmarginpar +%dir %{_texdir}/texmf-dist/tex/latex/pdfpagediff %dir %{_texdir}/texmf-dist/tex/latex/pdfpages %dir %{_texdir}/texmf-dist/tex/latex/pdfscreen %dir %{_texdir}/texmf-dist/tex/latex/pdfslide @@ -245258,6 +295196,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/program %dir %{_texdir}/texmf-dist/tex/latex/progress %dir %{_texdir}/texmf-dist/tex/latex/progressbar +%dir %{_texdir}/texmf-dist/tex/latex/proofread %dir %{_texdir}/texmf-dist/tex/latex/properties %dir %{_texdir}/texmf-dist/tex/latex/proposal %dir %{_texdir}/texmf-dist/tex/latex/proposal/base @@ -245706,6 +295645,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/ticket %dir %{_texdir}/texmf-dist/tex/latex/ticollege %dir %{_texdir}/texmf-dist/tex/latex/tikz-3dplot +%dir %{_texdir}/texmf-dist/tex/latex/tikz-bayesnet %dir %{_texdir}/texmf-dist/tex/latex/tikz-cd %dir %{_texdir}/texmf-dist/tex/latex/tikz-dependency %dir %{_texdir}/texmf-dist/tex/latex/tikz-dimline @@ -245790,6 +295730,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/uaclasses %dir %{_texdir}/texmf-dist/tex/latex/uadocs %dir %{_texdir}/texmf-dist/tex/latex/uafthesis +%dir %{_texdir}/texmf-dist/tex/latex/uassign %dir %{_texdir}/texmf-dist/tex/latex/ucbthesis %dir %{_texdir}/texmf-dist/tex/latex/ucdavisthesis %dir %{_texdir}/texmf-dist/tex/latex/ucharcat @@ -245890,6 +295831,7 @@ fi %dir %{_texdir}/texmf-dist/tex/latex/xcolor-solarized %dir %{_texdir}/texmf-dist/tex/latex/xcookybooky %dir %{_texdir}/texmf-dist/tex/latex/xdoc +%dir %{_texdir}/texmf-dist/tex/latex/xebaposter %dir %{_texdir}/texmf-dist/tex/latex/xfor %dir %{_texdir}/texmf-dist/tex/latex/xhfill %dir %{_texdir}/texmf-dist/tex/latex/xifthen @@ -246603,12 +296545,12 @@ fi %files acro %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/acro/acro.sty %files acro-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/acro/README %{_texdir}/texmf-dist/doc/latex/acro/acro_en.pdf %{_texdir}/texmf-dist/doc/latex/acro/acro_en.tex @@ -250396,6 +300338,21 @@ fi %{_bindir}/aleph %{_bindir}/lamed +%files alertmessage +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/alertmessage/alertmessage.sty +%{_texdir}/texmf-dist/tex/latex/alertmessage/img/alertmessage-error.png +%{_texdir}/texmf-dist/tex/latex/alertmessage/img/alertmessage-info.png +%{_texdir}/texmf-dist/tex/latex/alertmessage/img/alertmessage-success.png +%{_texdir}/texmf-dist/tex/latex/alertmessage/img/alertmessage-warning.png + +%files alertmessage-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/alertmessage/README.md +%{_texdir}/texmf-dist/doc/latex/alertmessage/alertmessage.pdf + %files algorithm2e %defattr(-,root,root) %doc lppl1.txt @@ -253666,134 +303623,76 @@ fi %doc lppl1.txt %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-novoc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kurdish.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kurdish.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-novoc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-novoc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-voc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-novoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-uighur.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-uighur.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-fullvoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-fullvoc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-novoc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-novoc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-voc.tec +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-voc.map +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-voc.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map @@ -253805,7 +303704,7 @@ fi %files arabxetex-doc %defattr(-,root,root) %doc lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/README +%{_texdir}/texmf-dist/doc/xelatex/arabxetex/README.md %{_texdir}/texmf-dist/doc/xelatex/arabxetex/arabxetex.pdf %{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.pdf %{_texdir}/texmf-dist/doc/xelatex/arabxetex/examples/ednotes_example.tex @@ -256823,6 +306722,7 @@ fi %files babel-estonian-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-estonian/README.txt %{_texdir}/texmf-dist/doc/generic/babel-estonian/estonian.pdf %files babel-finnish @@ -256902,7 +306802,6 @@ fi %{_texdir}/texmf-dist/tex/generic/babel-greek/athnum.sty %{_texdir}/texmf-dist/tex/generic/babel-greek/greek.ldf %{_texdir}/texmf-dist/tex/generic/babel-greek/grmath.sty -%{_texdir}/texmf-dist/tex/generic/babel-greek/grsymb.sty %files babel-greek-doc %defattr(-,root,root) @@ -256912,7 +306811,6 @@ fi %{_texdir}/texmf-dist/doc/generic/babel-greek/athnum.pdf %{_texdir}/texmf-dist/doc/generic/babel-greek/babel-greek.pdf %{_texdir}/texmf-dist/doc/generic/babel-greek/grmath.pdf -%{_texdir}/texmf-dist/doc/generic/babel-greek/grsymb.pdf %{_texdir}/texmf-dist/doc/generic/babel-greek/test-greek.pdf %{_texdir}/texmf-dist/doc/generic/babel-greek/test-greek.tex %{_texdir}/texmf-dist/doc/generic/babel-greek/test-unicode-greek.pdf @@ -257030,12 +306928,12 @@ fi %files babel-latin %defattr(-,root,root) -%doc lppl1.3.txt +%doc lppl1.txt %{_texdir}/texmf-dist/tex/generic/babel-latin/latin.ldf %files babel-latin-doc %defattr(-,root,root) -%doc lppl1.3.txt +%doc lppl1.txt %{_texdir}/texmf-dist/doc/generic/babel-latin/latin.pdf %files babel-latvian @@ -257353,6 +307251,7 @@ fi %files babel-welsh-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/babel-welsh/README %{_texdir}/texmf-dist/doc/generic/babel-welsh/welsh.pdf %files background @@ -258738,29 +308637,21 @@ fi %{_texdir}/texmf-dist/doc/latex/beamerdarkthemes/magpieexampletree.pdf %{_texdir}/texmf-dist/doc/latex/beamerdarkthemes/makeexamples.sh -%files beamer-FUBerlin -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/FUbeamer.cls -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty -%{_texdir}/texmf-dist/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty - %files beamer-FUBerlin-doc %defattr(-,root,root) %doc lppl1.txt %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/Changes -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FULogo.png -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUbib.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf %{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/README -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.tex -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.tex -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/geo.jpg -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/silberlaube2.jpg +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc/README.doc +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc/exampleClass.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc/exampleClass.tex +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc/exampleTheme.pdf +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/doc/exampleTheme.tex +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex/FUbeamer.cls +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex/beamercolorthemeBerlinFU.sty +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex/beamerfontthemeBerlinFU.sty +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex/beamerouterthemeBerlinFU.sty +%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/tex/latex/beamerthemeBerlinFU.sty %files beamerposter %defattr(-,root,root) @@ -259263,6 +309154,7 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex @@ -259302,11 +309194,14 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/Binding.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/BindingToPGF.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/Tantau2012.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/doc.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Anchoring.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/ComponentAlign.lua @@ -259320,6 +309215,7 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/NodeAnchors.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/doc.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Cluster.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Edge.lua @@ -259327,8 +309223,6 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Iterators.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Node.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Vector.lua -%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/circular/Tantau2012.lua -%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/control/Anchoring.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout.lua @@ -259374,7 +309268,6 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/RankingModule.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/TwoLayerCrossMin.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity/PlanarizationLayout.lua -%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/trees/ReingoldTilford1981.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/ASCIIDisplayer.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/BindingToASCII.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/SimpleDemo.lua @@ -259396,6 +309289,28 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringHu2006.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringLayouts.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/library.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/FruchtermanReingold.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/HuSpringElectricalFW.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SimpleSpring.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityCloseness.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityDegree.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/CoarseGraphFW.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceController.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/InitialTemplate.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/PathLengthsFW.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/Preprocessing.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/doc.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceAbsoluteValue.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasDistance.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasPosition.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceGraphDistance.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToGrid.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToPoint.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/CircularInitialPositioning.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/GridInitialPositioning.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/RandomInitialPositioning.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToAlgorithms.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceToC.lua @@ -259437,9 +309352,12 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Edge.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path_arced.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Vertex.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf/library.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/Koerner2015.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/AuthorDefinedPhylogeny.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/BalancedMinimumEvolution.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/BalancedNearestNeighbourInterchange.lua @@ -259448,10 +309366,14 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/PhylogeneticTree.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/SokalMichener1958.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/library.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/Hints.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/NecklaceRouting.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/tools/make_gd_wrap.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ChildSpec.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ReingoldTilford1981.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/SpanningTreeComputation.lua +%{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/library.lua %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex @@ -259470,9 +309392,9 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgf/luamath/functions.lua +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgf/luamath/parser.lua %{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgfluamath.functions.lua -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/luamath/pgfluamath.parser.lua %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex @@ -259483,12 +309405,25 @@ fi %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryintersections.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibraryshadings.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex +%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex %{_texdir}/texmf-dist/tex/generic/pgf/lua/pgf/manual.lua %{_texdir}/texmf-dist/tex/generic/pgf/lua/pgf/manual/DocumentParser.lua %{_texdir}/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex @@ -259612,6 +309547,7 @@ fi %{_texdir}/texmf-dist/doc/generic/pgf/FILES %{_texdir}/texmf-dist/doc/generic/pgf/INSTALL %{_texdir}/texmf-dist/doc/generic/pgf/README +%{_texdir}/texmf-dist/doc/generic/pgf/README-3.0.0 %{_texdir}/texmf-dist/doc/generic/pgf/pgfmanual.pdf %{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb %{_texdir}/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg @@ -259665,6 +309601,7 @@ fi %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex @@ -259682,6 +309619,7 @@ fi %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex +%{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex %{_texdir}/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex @@ -259919,7 +309857,6 @@ fi %{_texdir}/texmf-dist/bibtex/bst/beebe/jthcarsu.bst %{_texdir}/texmf-dist/bibtex/bst/beebe/named.bst %{_texdir}/texmf-dist/bibtex/bst/beebe/namunsrt.bst -%{_texdir}/texmf-dist/bibtex/bst/beebe/nar.bst %{_texdir}/texmf-dist/bibtex/bst/beebe/newapa.bst %{_texdir}/texmf-dist/bibtex/bst/beebe/phaip.bst %{_texdir}/texmf-dist/bibtex/bst/beebe/phapalik.bst @@ -261010,6 +310947,7 @@ fi %files bibexport %defattr(-,root,root) %doc lppl1.3.txt +%{_bindir}/bibexport.sh %{_texdir}/texmf-dist/bibtex/bst/bibexport/expcites.bst %{_texdir}/texmf-dist/bibtex/bst/bibexport/expkeys.bst %{_texdir}/texmf-dist/bibtex/bst/bibexport/export.bst @@ -262590,6 +312528,20 @@ fi %{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.pdf %{_texdir}/texmf-dist/doc/latex/blkarray/blkarray.tex +%files blochsphere +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/blochsphere/blochsphere.sty + +%files blochsphere-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/blochsphere/LICENSE +%{_texdir}/texmf-dist/doc/latex/blochsphere/README.md +%{_texdir}/texmf-dist/doc/latex/blochsphere/blochsphere.pdf +%{_texdir}/texmf-dist/doc/latex/blochsphere/example.pdf +%{_texdir}/texmf-dist/doc/latex/blochsphere/example.tex + %files blockdraw_mp %defattr(-,root,root) %doc lppl1.txt @@ -263955,7 +313907,6 @@ fi %files breqn-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/breqn/README %{_texdir}/texmf-dist/doc/latex/breqn/breqn.pdf %{_texdir}/texmf-dist/doc/latex/breqn/flexisym.pdf %{_texdir}/texmf-dist/doc/latex/breqn/mathstyle.pdf @@ -264139,17 +314090,36 @@ fi %files bxjscls %defattr(-,root,root) -%doc other-free.txt +%doc bsd.txt %{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls -%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsptex.def +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsbook.cls +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def %{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsreport.cls +%{_texdir}/texmf-dist/tex/latex/bxjscls/bxjsslide.cls %files bxjscls-doc %defattr(-,root,root) -%doc other-free.txt +%doc bsd.txt %{_texdir}/texmf-dist/doc/latex/bxjscls/LICENSE -%{_texdir}/texmf-dist/doc/latex/bxjscls/README -%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf +%{_texdir}/texmf-dist/doc/latex/bxjscls/README-ja.md +%{_texdir}/texmf-dist/doc/latex/bxjscls/README.md +%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjscls-manual.pdf +%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex +%{_texdir}/texmf-dist/doc/latex/bxjscls/bxjscls.pdf + +%files bxpdfver +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/tex/latex/bxpdfver/bxpdfver.sty + +%files bxpdfver-doc +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/doc/latex/bxpdfver/LICENSE +%{_texdir}/texmf-dist/doc/latex/bxpdfver/README +%{_texdir}/texmf-dist/doc/latex/bxpdfver/README-ja +%{_texdir}/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex %files bytefield %defattr(-,root,root) @@ -269850,6 +319820,28 @@ fi %doc lppl1.3.txt %{_bindir}/checkcites +%files checklistings +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/scripts/checklistings/checklistings.sh +%{_texdir}/texmf-dist/tex/latex/checklistings/checklistings.sty + +%files checklistings-doc +%defattr(-,root,root) +%doc lppl1.2.txt +%{_texdir}/texmf-dist/doc/latex/checklistings/Makefile +%{_texdir}/texmf-dist/doc/latex/checklistings/README.md +%{_texdir}/texmf-dist/doc/latex/checklistings/checklistings.hva +%{_texdir}/texmf-dist/doc/latex/checklistings/checklistings.pdf +%{_texdir}/texmf-dist/doc/latex/checklistings/example.html +%{_texdir}/texmf-dist/doc/latex/checklistings/example.pdf +%{_texdir}/texmf-dist/doc/latex/checklistings/example.tex + +%files checklistings-bin +%defattr(-,root,root) +%doc lppl1.2.txt +%{_bindir}/checklistings + %files chemarrow %defattr(-,root,root) %doc pd.txt @@ -269980,7 +319972,32 @@ fi %files chemmacros %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.acid-base.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.all.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.charges.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.chemformula.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.greek.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.isotopes.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.mechanisms.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.newman.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.nomenclature.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.orbital.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.phases.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.reactions.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.redox.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.symbols.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.thermodynamics.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.tikz.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.module.xfrac.code.tex %{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros.sty +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros4.sty +%{_texdir}/texmf-dist/tex/latex/chemmacros/chemmacros5.sty %files chemmacros-doc %defattr(-,root,root) @@ -270287,7 +320304,7 @@ fi %files chronology-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chronology/README +%{_texdir}/texmf-dist/doc/latex/chronology/README.md %{_texdir}/texmf-dist/doc/latex/chronology/example.pdf %{_texdir}/texmf-dist/doc/latex/chronology/example.tex @@ -276099,12 +326116,13 @@ fi %files classicthesis %defattr(-,root,root) -%doc gpl.txt +%doc gpl2.txt %{_texdir}/texmf-dist/tex/latex/classicthesis/classicthesis.sty %files classicthesis-doc %defattr(-,root,root) -%doc gpl.txt +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/latex/classicthesis/AMiede_Publications.bib %{_texdir}/texmf-dist/doc/latex/classicthesis/Bibliography.bib %{_texdir}/texmf-dist/doc/latex/classicthesis/CHANGES %{_texdir}/texmf-dist/doc/latex/classicthesis/COPYING @@ -276135,7 +326153,7 @@ fi %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex -%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publication.tex +%{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex %{_texdir}/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex %{_texdir}/texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf @@ -276166,6 +326184,35 @@ fi %{_texdir}/texmf-dist/doc/support/classpack/readme.xml %{_texdir}/texmf-dist/doc/support/classpack/test.sh +%files cleanthesis +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/cleanthesis/cleanthesis.sty + +%files cleanthesis-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/cleanthesis/CHANGELOG.md +%{_texdir}/texmf-dist/doc/latex/cleanthesis/MANIFEST.md +%{_texdir}/texmf-dist/doc/latex/cleanthesis/README.md +%{_texdir}/texmf-dist/doc/latex/cleanthesis/bib-refs.bib +%{_texdir}/texmf-dist/doc/latex/cleanthesis/thesis-example.pdf +%{_texdir}/texmf-dist/doc/latex/cleanthesis/thesis-example.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/abstract.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/acknowledgement.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/chapter-concepts.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/chapter-conclusion.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/chapter-introduction.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/chapter-related-work.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/chapter-system.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/colophon.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/declaration.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/content/titlepages.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/doc/cleanthesis-doc.pdf +%{_texdir}/texmf-dist/doc/latex/cleanthesis/doc/cleanthesis-doc.tex +%{_texdir}/texmf-dist/doc/latex/cleanthesis/gfx/Clean-Thesis-Figure.pdf +%{_texdir}/texmf-dist/doc/latex/cleanthesis/gfx/Clean-Thesis-Logo.pdf + %files clearsans %defattr(-,root,root) %doc apache2.txt @@ -282487,6 +332534,32 @@ fi %{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf %{_texdir}/texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex +%files nar +%defattr(-,root,root) +%doc other-free.txt +%{_texdir}/texmf-dist/bibtex/bst/nar/nar.bst + +%files nmbib +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/nmbib/chronoplainnm.bst +%{_texdir}/texmf-dist/bibtex/bst/nmbib/plainnm.bst +%{_texdir}/texmf-dist/bibtex/bst/nmbib/unsrtnm.bst +%{_texdir}/texmf-dist/tex/latex/nmbib/nmbib.sty + +%files nmbib-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/nmbib/Makefile +%{_texdir}/texmf-dist/doc/latex/nmbib/README +%{_texdir}/texmf-dist/doc/latex/nmbib/nmbib.bib +%{_texdir}/texmf-dist/doc/latex/nmbib/nmbib.pdf +%{_texdir}/texmf-dist/doc/latex/nmbib/nmbibtex.1 +%{_texdir}/texmf-dist/doc/latex/nmbib/nmbibtex.pl +%{_texdir}/texmf-dist/doc/latex/nmbib/nmsample.pdf +%{_texdir}/texmf-dist/doc/latex/nmbib/nmsample.tex +%{_texdir}/texmf-dist/doc/latex/nmbib/type.bib + %files notes2bib %defattr(-,root,root) %doc lppl1.txt @@ -282703,19 +332776,19 @@ fi %files ctanify %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_mandir}/man1/ctanify.1* %{_texdir}/texmf-dist/scripts/ctanify/ctanify %files ctanify-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/ctanify/README %{_texdir}/texmf-dist/doc/latex/ctanify/ctanify.pdf %files ctanify-bin %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_bindir}/ctanify %files ctanupload @@ -297347,6 +347420,7 @@ fi %{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomeone.enc %{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomethree.enc %{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome/fontawesometwo.enc +%{_texdir}/texmf-dist/fonts/map/dvips/fontawesome/fontawesome.map %{_texdir}/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf %{_texdir}/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm %{_texdir}/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm @@ -297356,11 +347430,13 @@ fi %{_texdir}/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex %{_texdir}/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex %{_texdir}/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex +%{_texdir}/texmf-dist/tex/latex/fontawesome/ufontawesomeone.fd +%{_texdir}/texmf-dist/tex/latex/fontawesome/ufontawesomethree.fd +%{_texdir}/texmf-dist/tex/latex/fontawesome/ufontawesometwo.fd %files fontawesome-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/fontawesome/README %{_texdir}/texmf-dist/doc/fonts/fontawesome/README.md %{_texdir}/texmf-dist/doc/fonts/fontawesome/fontawesome.pdf %{_texdir}/texmf-dist/doc/fonts/fontawesome/fontawesome.tex @@ -297379,6 +347455,61 @@ fi %{_texdir}/texmf-dist/doc/fonts/fontmfizz/fontmfizz.pdf %{_texdir}/texmf-dist/doc/fonts/fontmfizz/fontmfizz.tex +%files old-arrows +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oabsy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oabsy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oabsy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy10.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy5.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy6.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy7.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy8.afm +%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/oasy9.afm +%{_texdir}/texmf-dist/fonts/enc/dvips/old-arrows/oasy.enc +%{_texdir}/texmf-dist/fonts/map/dvips/old-arrows/oasy.map +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oabsy9.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy10.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy5.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy6.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy8.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/oasy9.tfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oabsy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy10.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy10.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy5.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy5.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy6.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy6.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy7.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy7.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy8.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy8.pfm +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy9.pfb +%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/oasy9.pfm +%{_texdir}/texmf-dist/tex/latex/old-arrows/old-arrows.sty + +%files old-arrows-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/fonts/old-arrows/README.md +%{_texdir}/texmf-dist/doc/fonts/old-arrows/old-arrows-italian.pdf +%{_texdir}/texmf-dist/doc/fonts/old-arrows/old-arrows-italian.tex +%{_texdir}/texmf-dist/doc/fonts/old-arrows/old-arrows.pdf +%{_texdir}/texmf-dist/doc/fonts/old-arrows/old-arrows.tex + %files fourier %defattr(-,root,root) %doc lppl1.txt @@ -298948,7 +349079,7 @@ fi %files gothic %defattr(-,root,root) %doc collection.txt -%{_texdir}/texmf-dist/fonts/source/public/gothic/cmfrabas.mf +%{_texdir}/texmf-dist/fonts/source/public/gothic/cmfrabase.mf %{_texdir}/texmf-dist/fonts/source/public/gothic/cmfrak.mf %{_texdir}/texmf-dist/fonts/source/public/gothic/cmfraklow.mf %{_texdir}/texmf-dist/fonts/source/public/gothic/cmfrakmis.mf @@ -309587,18 +359718,11 @@ fi %{_texdir}/texmf-dist/fonts/afm/public/newpx/zplr.afm %{_texdir}/texmf-dist/fonts/afm/public/newpx/zplri.afm %{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ecsups.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ecth-lf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ecth-osf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ecth-tlf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ecth-tosf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ot1-th-osf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-ot1-th-tlf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-texnansi-th-osf.enc -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ntx-texnansi-th-tlf.enc %{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ot1sups.enc %{_texdir}/texmf-dist/fonts/enc/dvips/newpx/texnansxsups.enc %{_texdir}/texmf-dist/fonts/enc/dvips/newpx/tgpdiff.enc %{_texdir}/texmf-dist/fonts/map/dvips/newpx/newpx.map +%{_texdir}/texmf-dist/fonts/map/dvips/newpx/newpxtext.map %{_texdir}/texmf-dist/fonts/opentype/public/newpx/TeXGyrePagellaX-Bold.otf %{_texdir}/texmf-dist/fonts/opentype/public/newpx/TeXGyrePagellaX-BoldItalic.otf %{_texdir}/texmf-dist/fonts/opentype/public/newpx/TeXGyrePagellaX-Italic.otf @@ -310165,15 +360289,19 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Bold.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-BoldItalic.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Italic.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsups-Regular.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsy.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsy5.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/ntxsy7.tfm @@ -310235,6 +360363,7 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/newtx/nxlmia.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/nxlsy5.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/nxlsy7.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/newtx/qtmr.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/rfxlr-alt.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/rfxlri-alt.tfm %{_texdir}/texmf-dist/fonts/tfm/public/newtx/rfxlri-vw.tfm @@ -321957,32 +372086,42 @@ fi %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/chalph.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/chtabosf.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_bwwzc2.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_ch2jyx.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_d2abnl.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_gq3a6i.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_jfcsri.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_jltj6c.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_ks4pfu.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_lq6vvn.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_sq3mdu.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_w7s2xk.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_wy7dbt.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch1_zcck2t.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_2663q7.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_2b3ply.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_aprite.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_atk3my.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_bwwzc2.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_ch2jyx.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_d2abnl.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_eofewb.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_ft2zfi.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_gq3a6i.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_h3miu6.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_hoftv6.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_jfcsri.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_jltj6c.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_kdlizx.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_ks4pfu.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_lq6vvn.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_sq3mdu.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_tdq2l3.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_tuu2ww.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_uoltgb.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_w7s2xk.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_wy7dbt.enc %{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_y6sx2d.enc +%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/xch_zcck2t.enc %{_texdir}/texmf-dist/fonts/map/dvips/xcharter/XCharter.map %{_texdir}/texmf-dist/fonts/opentype/public/xcharter/XCharter-Bold.otf %{_texdir}/texmf-dist/fonts/opentype/public/xcharter/XCharter-BoldItalic.otf @@ -321992,12 +372131,17 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BolIta-alph.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ot1G.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1--base.tfm @@ -322006,8 +372150,11 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-t1--base.tfm @@ -322016,12 +372163,17 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ot1G.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1--base.tfm @@ -322030,8 +372182,11 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-t1--base.tfm @@ -322041,12 +372196,17 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Ita-alph.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ot1G.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1--base.tfm @@ -322055,8 +372215,11 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-t1--base.tfm @@ -322065,12 +372228,17 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ot1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ot1G.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1--base.tfm @@ -322079,8 +372247,11 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-t1--base.tfm @@ -322088,40 +372259,52 @@ fi %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ts1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ts1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter-osf.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-to.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ts1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-to.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ts1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-to.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ts1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ts1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-to.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-ly1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ly1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ly1.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ot1--base.tfm +%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ot1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-t1--base.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-t1.tfm %{_texdir}/texmf-dist/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-t1--base.tfm @@ -322137,68 +372320,88 @@ fi %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ot1G.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tosf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ot1G.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ot1G.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tosf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ot1G.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ts1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-to.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Bold-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-to.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-to.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Italic-tosf-ts1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-to.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-ly1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-ly1.vf +%{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-ot1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-t1.vf %{_texdir}/texmf-dist/fonts/vf/public/xcharter/XCharter1-Roman-tosf-ts1.vf @@ -322207,6 +372410,9 @@ fi %{_texdir}/texmf-dist/tex/latex/xcharter/LY1XCharter-Sup.fd %{_texdir}/texmf-dist/tex/latex/xcharter/LY1XCharter-TLF.fd %{_texdir}/texmf-dist/tex/latex/xcharter/LY1XCharter-TOsF.fd +%{_texdir}/texmf-dist/tex/latex/xcharter/OT1XCharter-Sup.fd +%{_texdir}/texmf-dist/tex/latex/xcharter/OT1XCharter-TLF.fd +%{_texdir}/texmf-dist/tex/latex/xcharter/OT1XCharter-TOsF.fd %{_texdir}/texmf-dist/tex/latex/xcharter/T1XCharter-Sup.fd %{_texdir}/texmf-dist/tex/latex/xcharter/T1XCharter-TLF.fd %{_texdir}/texmf-dist/tex/latex/xcharter/T1XCharter-TOsF.fd @@ -322263,23 +372469,6 @@ fi %{_texdir}/texmf-dist/doc/latex/yfonts/liesmich %{_texdir}/texmf-dist/doc/latex/yfonts/readme -%files yfonts-t1 -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/dvips/yfonts-t1/config.yfrak -%{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1/yfrak.afm -%{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1/ygoth.afm -%{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1/yswab.afm -%{_texdir}/texmf-dist/fonts/map/dvips/yfonts-t1/yfrak.map -%{_texdir}/texmf-dist/fonts/type1/public/yfonts-t1/yfrak.pfb -%{_texdir}/texmf-dist/fonts/type1/public/yfonts-t1/ygoth.pfb -%{_texdir}/texmf-dist/fonts/type1/public/yfonts-t1/yswab.pfb - -%files yfonts-t1-doc -%defattr(-,root,root) -%doc other-free.txt -%{_texdir}/texmf-dist/doc/fonts/yfonts-t1/README - %files zlmtt %defattr(-,root,root) %doc lppl1.3.txt @@ -332176,6 +382365,8 @@ fi %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmccsc.htf %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/dstroke/dsrom.htf %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/dstroke/esint.htf +%{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ec/eccc-uni.htf +%{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/ec/eccc.htf %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk/fibr.htf %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/hebrew/cjhebltx.htf %{_texdir}/texmf-dist/tex4ht/ht-fonts/unicode/hebrew/crml.htf @@ -332733,10 +382924,6 @@ fi %{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-eledpar_mwe.tex %{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-eledpar_pages_different_languages_lualatex.pdf %{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-eledpar_pages_different_languages_lualatex.tex -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-reledpar_columns_different_languages.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-reledpar_mwe.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/3-reledpar_same_page_number_in_both_side.pdf %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_column_mix_with_not_column.pdf %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_column_mix_with_not_column.tex %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_columns_alignment.pdf @@ -332757,16 +382944,6 @@ fi %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_titles_not_in_line_numbering.tex %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_verse_text_between.pdf %{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-eledpar_verse_text_between.tex -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_column_mix_with_not_column.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_columns_alignment.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_one_series_per_pstart.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_page_titles_in_line_numbering_with_notes.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_pages_long_notes.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_pages_notes_leftpage.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf -%{_texdir}/texmf-dist/doc/latex/eledmac/examples/4-reledpar_verse_text_between.pdf %{_texdir}/texmf-dist/doc/latex/eledmac/examples/eledmac.xdy %{_texdir}/texmf-dist/doc/latex/eledmac/examples/makefile @@ -342713,7 +392890,7 @@ fi %files dtxtut-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/dtxtut/README %{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.dtx %{_texdir}/texmf-dist/doc/latex/dtxtut/cskeleton.ins @@ -348616,6 +398793,17 @@ fi %{_texdir}/texmf-dist/doc/latex/lshort-turkish/lshort-tr.pdf %{_texdir}/texmf-dist/doc/latex/lshort-turkish/trlshort-src.zip +%files nevelok +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/nevelok/nevelok.sty + +%files nevelok-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/nevelok/README.md +%{_texdir}/texmf-dist/doc/latex/nevelok/nevelok.pdf + %files swebib %defattr(-,root,root) %doc lppl1.2.txt @@ -348676,6 +398864,81 @@ fi %{_texdir}/texmf-dist/doc/latex/droit-fr/example/titre.tex %{_texdir}/texmf-dist/doc/latex/droit-fr/example/toc.tex +%files e-french +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/makeindex/e-french/fridx1.ist +%{_texdir}/texmf-dist/tex/generic/e-french/deutschx.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/efrench.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/efrench.sty +%{_texdir}/texmf-dist/tex/generic/e-french/enbib.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/epreuve.sty +%{_texdir}/texmf-dist/tex/generic/e-french/fenglish.sty +%{_texdir}/texmf-dist/tex/generic/e-french/frabbrev.tex +%{_texdir}/texmf-dist/tex/generic/e-french/francais.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/frbabel.sty +%{_texdir}/texmf-dist/tex/generic/e-french/frbib.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/french-msg.tex +%{_texdir}/texmf-dist/tex/generic/e-french/french.all +%{_texdir}/texmf-dist/tex/generic/e-french/french.cfg +%{_texdir}/texmf-dist/tex/generic/e-french/french.chk +%{_texdir}/texmf-dist/tex/generic/e-french/french.cmd +%{_texdir}/texmf-dist/tex/generic/e-french/french.dmy +%{_texdir}/texmf-dist/tex/generic/e-french/french.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/french.sty +%{_texdir}/texmf-dist/tex/generic/e-french/french_french-msg.tex +%{_texdir}/texmf-dist/tex/generic/e-french/frenchle.cfg +%{_texdir}/texmf-dist/tex/generic/e-french/frenchle.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/frenchle.sty +%{_texdir}/texmf-dist/tex/generic/e-french/frenchpro.ldf +%{_texdir}/texmf-dist/tex/generic/e-french/frenchpro.sty +%{_texdir}/texmf-dist/tex/generic/e-french/frhyphex.tex +%{_texdir}/texmf-dist/tex/generic/e-french/fxabbrev.tex +%{_texdir}/texmf-dist/tex/generic/e-french/german_french-msg.tex +%{_texdir}/texmf-dist/tex/generic/e-french/internat.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-01.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-31.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-33.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-49.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-49n.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp-opts.sty +%{_texdir}/texmf-dist/tex/generic/e-french/mlp.sty +%{_texdir}/texmf-dist/tex/generic/e-french/ndeutsch.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/noesterr.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/oesterre.mlp +%{_texdir}/texmf-dist/tex/generic/e-french/pmfrench.sty + +%files e-french-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/generic/e-french/README +%{_texdir}/texmf-dist/doc/generic/e-french/changements.html +%{_texdir}/texmf-dist/doc/generic/e-french/histoire.html +%{_texdir}/texmf-dist/doc/generic/e-french/licence.html +%{_texdir}/texmf-dist/doc/generic/e-french/lisez-moi.html +%{_texdir}/texmf-dist/doc/generic/e-french/install/MiniDocEf_Lnx.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/install/MiniDocEf_Win.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/install/MiniDoc_Unx.txt +%{_texdir}/texmf-dist/doc/generic/e-french/install/MiniDoc_Win.txt +%{_texdir}/texmf-dist/doc/generic/e-french/install/Probl_Msg.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/install/Probl_Msg.txt +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/FrenchLe.html +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/FrenchPro.html +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/efrench.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/faq.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/french_doc.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/manuels/frenchle.pdf +%{_texdir}/texmf-dist/doc/generic/e-french/src/MiniDocEf_Lnx.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/MiniDocEf_Win.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/Probl_Msg.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/efrench.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/faq.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/french_doc.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/french_doc.txt +%{_texdir}/texmf-dist/doc/generic/e-french/src/frenchle.tex +%{_texdir}/texmf-dist/doc/generic/e-french/src/myfroptn.sty +%{_texdir}/texmf-dist/doc/generic/e-french/src/mymaj.sty + %files epslatex-fr-doc %defattr(-,root,root) %doc gpl.txt @@ -348756,28 +399019,6 @@ fi %{_texdir}/texmf-dist/doc/xelatex/facture/facture.pdf %{_texdir}/texmf-dist/doc/xelatex/facture/makefile -%files frenchle -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/tex/latex/frenchle/babelfr.sty -%{_texdir}/texmf-dist/tex/latex/frenchle/french.ldf -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.cfg -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.ldf -%{_texdir}/texmf-dist/tex/latex/frenchle/frenchle.sty - -%files frenchle-doc -%defattr(-,root,root) -%doc lppl1.txt -%{_texdir}/texmf-dist/doc/latex/frenchle/ALIRE.le -%{_texdir}/texmf-dist/doc/latex/frenchle/README -%{_texdir}/texmf-dist/doc/latex/frenchle/README.le -%{_texdir}/texmf-dist/doc/latex/frenchle/faq.pdf -%{_texdir}/texmf-dist/doc/latex/frenchle/frenchle.pdf -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/faq.tex -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/frenchle.tex -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/myfroptn.sty -%{_texdir}/texmf-dist/doc/latex/frenchle/sources/mymaj.sty - %files frletter %defattr(-,root,root) %doc pd.txt @@ -353704,8 +403945,10 @@ fi %files udesoftec %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst +%{_texdir}/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty +%{_texdir}/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty %{_texdir}/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty %{_texdir}/texmf-dist/tex/latex/udesoftec/udesoftec-cover-uba.pdf %{_texdir}/texmf-dist/tex/latex/udesoftec/udesoftec-cover-ude-de.pdf @@ -353715,7 +403958,7 @@ fi %files udesoftec-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf %files umlaute @@ -353824,6 +404067,9 @@ fi %{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc-test.pdf %{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc-test.tex %{_texdir}/texmf-dist/doc/latex/greek-fontenc/lgrenc.def.html +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/test-active-semicolon.pdf +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/test-nameclashes.pdf +%{_texdir}/texmf-dist/doc/latex/greek-fontenc/textalpha-doc.html %{_texdir}/texmf-dist/doc/latex/greek-fontenc/textalpha-doc.pdf %{_texdir}/texmf-dist/doc/latex/greek-fontenc/textalpha-doc.tex %{_texdir}/texmf-dist/doc/latex/greek-fontenc/textalpha.sty.html @@ -363549,11 +413795,12 @@ fi %files l3kernel-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3kernel/README +%{_texdir}/texmf-dist/doc/latex/l3kernel/README.md %{_texdir}/texmf-dist/doc/latex/l3kernel/expl3.pdf %{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.pdf %{_texdir}/texmf-dist/doc/latex/l3kernel/interface3.tex %{_texdir}/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf +%{_texdir}/texmf-dist/doc/latex/l3kernel/l3obsolete.txt %{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf %{_texdir}/texmf-dist/doc/latex/l3kernel/l3styleguide.tex %{_texdir}/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf @@ -363573,7 +413820,7 @@ fi %files l3packages-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3packages/README +%{_texdir}/texmf-dist/doc/latex/l3packages/README.md %{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e-demo.tex %{_texdir}/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf %{_texdir}/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf @@ -363780,7 +414027,7 @@ fi %files l3experimental-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3experimental/README +%{_texdir}/texmf-dist/doc/latex/l3experimental/README.md %{_texdir}/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf %{_texdir}/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf %{_texdir}/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf @@ -364014,7 +414261,7 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/pdfpages/pdfpages.sty -%{_texdir}/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def +%{_texdir}/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def %{_texdir}/texmf-dist/tex/latex/pdfpages/ppdvips.def %{_texdir}/texmf-dist/tex/latex/pdfpages/ppluatex.def %{_texdir}/texmf-dist/tex/latex/pdfpages/ppnull.def @@ -364589,6 +414836,22 @@ fi %doc gpl3.txt %{_bindir}/fig4latex +%files fitbox +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/fitbox/fitbox.sty + +%files fitbox-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/fitbox/Makefile +%{_texdir}/texmf-dist/doc/latex/fitbox/README +%{_texdir}/texmf-dist/doc/latex/fitbox/fitbox.bib +%{_texdir}/texmf-dist/doc/latex/fitbox/fitbox.pdf +%{_texdir}/texmf-dist/doc/latex/fitbox/sample.pdf +%{_texdir}/texmf-dist/doc/latex/fitbox/sample.tex +%{_texdir}/texmf-dist/doc/latex/fitbox/vitruvian.jpg + %files flowchart %defattr(-,root,root) %doc lppl1.3.txt @@ -365865,6 +416128,11 @@ fi %{_texdir}/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation.tex %{_texdir}/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation_figures.tex +%files tikz-bayesnet +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex + %files tikz-bayesnet-doc %defattr(-,root,root) %doc lppl1.3.txt @@ -365876,7 +416144,6 @@ fi %{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_lda.tex %{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_pca.tex %{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/model_pca2.tex -%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex %files tikz-cd %defattr(-,root,root) @@ -368000,7 +418267,8 @@ fi %files datetime2-basque-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-basque/README +%{_texdir}/texmf-dist/doc/latex/datetime2-basque/CHANGES +%{_texdir}/texmf-dist/doc/latex/datetime2-basque/README.txt %{_texdir}/texmf-dist/doc/latex/datetime2-basque/datetime2-basque.pdf %files datetime2-breton @@ -368302,10 +418570,16 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/README %{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/datetime2-it-fulltext.pdf +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/BatTest.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/BatTestDate.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/it-fulltext-en-fulltext.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-second.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-semplice.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-twenty-four-second.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-twenty-four.tex %{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext.tex -%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext2.tex -%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext3.tex -%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext4.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-timedatestyle1.tex +%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/samples/sample-it-timedatestyle2.tex %files datetime2-latin %defattr(-,root,root) @@ -368633,11 +418907,12 @@ fi %files detlev-cm-doc %defattr(-,root,root) %{_texdir}/texmf-dist/doc/latex/detlev-cm/LogoTop.png +%{_texdir}/texmf-dist/doc/latex/detlev-cm/README.txt %{_texdir}/texmf-dist/doc/latex/detlev-cm/SAS-CRJ900.png -%{_texdir}/texmf-dist/doc/latex/detlev-cm/Sample.pdf -%{_texdir}/texmf-dist/doc/latex/detlev-cm/Sample.tex %{_texdir}/texmf-dist/doc/latex/detlev-cm/Wing.png %{_texdir}/texmf-dist/doc/latex/detlev-cm/WingSunrise.png +%{_texdir}/texmf-dist/doc/latex/detlev-cm/beamer-theme-detlevcm.pdf +%{_texdir}/texmf-dist/doc/latex/detlev-cm/beamer-theme-detlevcm.tex %files diagbox %defattr(-,root,root) @@ -368802,32 +419077,35 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-UKenglish.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-USenglish.ldf +%{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-acadian.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-american.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-australian.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-british.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-canadian.ldf +%{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-canadien.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-english.ldf +%{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-french.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-german.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-newzealand.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-ngerman.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense-spanish.ldf %{_texdir}/texmf-dist/tex/latex/doclicense/doclicense.sty +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nc-eu.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nc-nd-eu.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nc-sa-eu.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nc-sa.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nc.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-nd.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-sa.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-pd.pdf +%{_texdir}/texmf-dist/tex/latex/doclicense/images/doclicense-CC-zero.pdf %files doclicense-doc %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/doclicense/README %{_texdir}/texmf-dist/doc/latex/doclicense/doclicense.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-eu.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-nd-eu.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-sa-eu.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc-sa.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nc.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-nd.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by-sa.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-by.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-pd.pdf -%{_texdir}/texmf-dist/doc/latex/doclicense/images/doclicense-CC-zero.pdf %files docmfp %defattr(-,root,root) @@ -369210,6 +419488,18 @@ fi %{_texdir}/texmf-dist/doc/latex/easylist/easylist-doc.pdf %{_texdir}/texmf-dist/doc/latex/easylist/easylist-doc.tex +%files easyreview +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/easyreview/easyReview.sty + +%files easyreview-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/easyreview/README.txt +%{_texdir}/texmf-dist/doc/latex/easyreview/doc/easyReview.pdf +%{_texdir}/texmf-dist/doc/latex/easyreview/doc/easyReview.tex + %files ebezier %defattr(-,root,root) %doc lppl1.txt @@ -369222,14 +419512,13 @@ fi %files ecclesiastic %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/ecclesiastic/ecclesiastic.sty %files ecclesiastic-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/ecclesiastic/README -%{_texdir}/texmf-dist/doc/latex/ecclesiastic/README.TEXLIVE %{_texdir}/texmf-dist/doc/latex/ecclesiastic/ecclesiastic.pdf %{_texdir}/texmf-dist/doc/latex/ecclesiastic/manifest.txt @@ -369810,7 +420099,7 @@ fi %files etoolbox-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/etoolbox/README +%{_texdir}/texmf-dist/doc/latex/etoolbox/README.md %{_texdir}/texmf-dist/doc/latex/etoolbox/etoolbox.pdf %{_texdir}/texmf-dist/doc/latex/etoolbox/etoolbox.tex @@ -371670,15 +421959,12 @@ fi %{_texdir}/texmf-dist/scripts/glossaries/makeglossaries %{_texdir}/texmf-dist/scripts/glossaries/makeglossaries-lite.lua %{_texdir}/texmf-dist/scripts/glossaries/makeglossaries.bat -%{_texdir}/texmf-dist/scripts/glossaries/mfirstuc.perl %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty %{_texdir}/texmf-dist/tex/latex/glossaries/base/glossaries.sty -%{_texdir}/texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty -%{_texdir}/texmf-dist/tex/latex/glossaries/base/mfirstuc.sty %{_texdir}/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty %{_texdir}/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty %{_texdir}/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty @@ -371718,9 +422004,6 @@ fi %{_texdir}/texmf-dist/doc/latex/glossaries/glossary2glossaries.html %{_texdir}/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf %{_texdir}/texmf-dist/doc/latex/glossaries/glossary2glossaries.tex -%{_texdir}/texmf-dist/doc/latex/glossaries/mfirstuc-manual.html -%{_texdir}/texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf -%{_texdir}/texmf-dist/doc/latex/glossaries/mfirstuc-manual.tex %{_texdir}/texmf-dist/doc/latex/glossaries/samples/README-samples %{_texdir}/texmf-dist/doc/latex/glossaries/samples/database1.tex %{_texdir}/texmf-dist/doc/latex/glossaries/samples/database2.tex @@ -371760,8 +422043,6 @@ fi %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-inline.tex %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex -%{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.pdf -%{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex %{_texdir}/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf @@ -373424,7 +423705,7 @@ fi %files l3build-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3build/README +%{_texdir}/texmf-dist/doc/latex/l3build/README.md %{_texdir}/texmf-dist/doc/latex/l3build/l3build.pdf %files labbook @@ -373663,13 +423944,13 @@ fi %files lettrine %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lettrine/contrib/optfile.cfl -%{_texdir}/texmf-dist/tex/latex/lettrine/contrib/pacl.cfl -%{_texdir}/texmf-dist/tex/latex/lettrine/contrib/padl.cfl -%{_texdir}/texmf-dist/tex/latex/lettrine/contrib/pzc2.cfl -%{_texdir}/texmf-dist/tex/latex/lettrine/contrib/pzc3.cfl %{_texdir}/texmf-dist/tex/latex/lettrine/lettrine.cfg %{_texdir}/texmf-dist/tex/latex/lettrine/lettrine.sty +%{_texdir}/texmf-dist/tex/latex/lettrine/optfile.cfl +%{_texdir}/texmf-dist/tex/latex/lettrine/pacl.cfl +%{_texdir}/texmf-dist/tex/latex/lettrine/padl.cfl +%{_texdir}/texmf-dist/tex/latex/lettrine/pzc2.cfl +%{_texdir}/texmf-dist/tex/latex/lettrine/pzc3.cfl %files lettrine-doc %defattr(-,root,root) @@ -374312,7 +424593,7 @@ fi %files mathastext-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mathastext/README +%{_texdir}/texmf-dist/doc/latex/mathastext/README.md %{_texdir}/texmf-dist/doc/latex/mathastext/mathastext.pdf %{_texdir}/texmf-dist/doc/latex/mathastext/mathastexttestalphabets.pdf @@ -374449,6 +424730,19 @@ fi %{_texdir}/texmf-dist/doc/latex/media9/README %{_texdir}/texmf-dist/doc/latex/media9/media9.pdf +%files medstarbeamer +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/medstarbeamer/medstarbeamer.cls + +%files medstarbeamer-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/medstarbeamer/README.txt +%{_texdir}/texmf-dist/doc/latex/medstarbeamer/medstarpresentation.Rnw +%{_texdir}/texmf-dist/doc/latex/medstarbeamer/medstarpresentation.pdf +%{_texdir}/texmf-dist/doc/latex/medstarbeamer/presentationtex.pdf + %files meetingmins %defattr(-,root,root) %doc lppl1.3.txt @@ -374541,6 +424835,25 @@ fi %{_texdir}/texmf-dist/doc/latex/metre/igreek3.tex %{_texdir}/texmf-dist/doc/latex/metre/metre.pdf +%files mfirstuc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/scripts/mfirstuc/mfirstuc.perl +%{_texdir}/texmf-dist/tex/latex/mfirstuc/mfirstuc-english.sty +%{_texdir}/texmf-dist/tex/latex/mfirstuc/mfirstuc.sty + +%files mfirstuc-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/mfirstuc/CHANGES +%{_texdir}/texmf-dist/doc/latex/mfirstuc/README +%{_texdir}/texmf-dist/doc/latex/mfirstuc/mfirstuc-code.pdf +%{_texdir}/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.html +%{_texdir}/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.pdf +%{_texdir}/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.tex +%{_texdir}/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.pdf +%{_texdir}/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.tex + %files mftinc %defattr(-,root,root) %doc lppl1.txt @@ -375069,9 +425382,15 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/moderncv/moderncv.cls +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvbodyi.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvbodyii.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvbodyiii.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvbodyiv.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvbodyv.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcollection.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorblack.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorblue.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorburgundy.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorgreen.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorgrey.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolororange.sty @@ -375079,6 +425398,13 @@ fi %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcolorred.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvcompatibility.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvdebugtools.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvfooti.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadi.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadii.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadiii.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadiv.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadv.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvheadvi.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsawesome.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsletters.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncviconsmarvosym.sty @@ -375086,6 +425412,7 @@ fi %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstylecasual.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty +%{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstylefancy.sty %{_texdir}/texmf-dist/tex/latex/moderncv/moderncvstyleoldstyle.sty %{_texdir}/texmf-dist/tex/latex/moderncv/tweaklist.sty @@ -375095,18 +425422,26 @@ fi %{_texdir}/texmf-dist/doc/latex/moderncv/CHANGELOG %{_texdir}/texmf-dist/doc/latex/moderncv/KNOWN_BUGS %{_texdir}/texmf-dist/doc/latex/moderncv/README +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/Makefile %{_texdir}/texmf-dist/doc/latex/moderncv/examples/picture.eps %{_texdir}/texmf-dist/doc/latex/moderncv/examples/picture.jpg %{_texdir}/texmf-dist/doc/latex/moderncv/examples/publications.bib %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-es.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-es.tex +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-multibib.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-multibib.tex %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template-zh.tex %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template.tex +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_banking_red-fullrules-center.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_banking_red-norules.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_banking_red-shortrules-right.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_casual_orange-left.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_classic_green-right.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf -%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf +%{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_fancy_purple.pdf %{_texdir}/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.pdf %files moderntimeline @@ -375117,6 +425452,7 @@ fi %files moderntimeline-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/moderntimeline/README %{_texdir}/texmf-dist/doc/latex/moderntimeline/moderntimeline.pdf %files modref @@ -375371,6 +425707,23 @@ fi %{_texdir}/texmf-dist/doc/latex/multenum/multienum.pdf %{_texdir}/texmf-dist/doc/latex/multenum/multienum.sample +%files multiaudience +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/multiaudience/multiaudience.sty + +%files multiaudience-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/multiaudience/Makefile +%{_texdir}/texmf-dist/doc/latex/multiaudience/README +%{_texdir}/texmf-dist/doc/latex/multiaudience/multiaudience.pdf +%{_texdir}/texmf-dist/doc/latex/multiaudience/sample-admins.pdf +%{_texdir}/texmf-dist/doc/latex/multiaudience/sample-devs.pdf +%{_texdir}/texmf-dist/doc/latex/multiaudience/sample-execs.pdf +%{_texdir}/texmf-dist/doc/latex/multiaudience/sample.tex +%{_texdir}/texmf-dist/doc/latex/multiaudience/verbatim.tex + %files multibbl %defattr(-,root,root) %doc lppl1.txt @@ -376764,6 +427117,28 @@ fi %{_texdir}/texmf-dist/doc/latex/pdfmarginpar/pgfmanual-en-macros.tex %{_texdir}/texmf-dist/doc/latex/pdfmarginpar/pgfplots-macros.tex +%files pdfpagediff +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/tex/latex/pdfpagediff/pdfpagediff.sty + +%files pdfpagediff-doc +%defattr(-,root,root) +%doc lppl1.txt +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/README +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/manifest.txt +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/Makefile +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/ar1.png +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/ar2.png +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/ar3.png +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/pdfpagediff-doc.pdf +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/pdfpagediff-doc.sty +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/doc/pdfpagediff-doc.tex +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/example/file1.pdf +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/example/file2.pdf +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/example/ltest.pdf +%{_texdir}/texmf-dist/doc/latex/pdfpagediff/example/ltest.tex + %files pdfscreen %defattr(-,root,root) %doc lppl1.txt @@ -377266,6 +427641,21 @@ fi %{_texdir}/texmf-dist/doc/latex/progressbar/progressbar.pdf %{_texdir}/texmf-dist/doc/latex/progressbar/progressbar.tex +%files proofread +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/proofread/proofread.sty + +%files proofread-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/proofread/README +%{_texdir}/texmf-dist/doc/latex/proofread/README.txt +%{_texdir}/texmf-dist/doc/latex/proofread/example.tex +%{_texdir}/texmf-dist/doc/latex/proofread/proofread.hd +%{_texdir}/texmf-dist/doc/latex/proofread/proofread.pdf +%{_texdir}/texmf-dist/doc/latex/proofread/vimrc + %files properties %defattr(-,root,root) %doc lppl1.txt @@ -378439,8 +428829,8 @@ fi %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/shdoc/README -%{_texdir}/texmf-dist/doc/latex/shdoc/shdoc_example.pdf -%{_texdir}/texmf-dist/doc/latex/shdoc/shdoc_example.tex +%{_texdir}/texmf-dist/doc/latex/shdoc/README.txt +%{_texdir}/texmf-dist/doc/latex/shdoc/shdoc.pdf %files shipunov %defattr(-,root,root) @@ -380667,6 +431057,7 @@ fi %files translations %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/translations/translations-basic-dictionary-catalan.trsl %{_texdir}/texmf-dist/tex/latex/translations/translations-basic-dictionary-english.trsl %{_texdir}/texmf-dist/tex/latex/translations/translations-basic-dictionary-french.trsl %{_texdir}/texmf-dist/tex/latex/translations/translations-basic-dictionary-german.trsl @@ -380848,6 +431239,18 @@ fi %{_texdir}/texmf-dist/doc/latex/typogrid/testtypogrid.tex %{_texdir}/texmf-dist/doc/latex/typogrid/typogrid.pdf +%files uassign +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/tex/latex/uassign/uassign.sty + +%files uassign-doc +%defattr(-,root,root) +%doc gpl2.txt +%{_texdir}/texmf-dist/doc/latex/uassign/README +%{_texdir}/texmf-dist/doc/latex/uassign/uassign.pdf +%{_texdir}/texmf-dist/doc/latex/uassign/uassign.tex + %files ucs %defattr(-,root,root) %doc lppl1.3.txt @@ -383238,6 +433641,7 @@ fi %files mhequ-doc %defattr(-,root,root) +%{_texdir}/texmf-dist/doc/latex/mhequ/README %{_texdir}/texmf-dist/doc/latex/mhequ/example.pdf %{_texdir}/texmf-dist/doc/latex/mhequ/example.tex @@ -383637,9 +434041,11 @@ fi %files unicode-math-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/unicode-math/README +%{_texdir}/texmf-dist/doc/latex/unicode-math/README.md +%{_texdir}/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex %{_texdir}/texmf-dist/doc/latex/unicode-math/unicode-math.pdf %{_texdir}/texmf-dist/doc/latex/unicode-math/unimath-example.ltx +%{_texdir}/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx %{_texdir}/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf %files venn @@ -384757,10 +435163,12 @@ fi %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex -%{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc-030.eps +%{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc-032.eps %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc.mf %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf %{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex +%{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf +%{_texdir}/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex %files metago %defattr(-,root,root) @@ -385113,26 +435521,28 @@ fi %defattr(-,root,root) %{_texdir}/texmf-dist/metafont/roex/roex.mf +%files roundrect +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/metapost/roundrect/roundrect.mp + +%files roundrect-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/metapost/roundrect/CHANGES +%{_texdir}/texmf-dist/doc/metapost/roundrect/README +%{_texdir}/texmf-dist/doc/metapost/roundrect/lppl.txt +%{_texdir}/texmf-dist/doc/metapost/roundrect/roundrect.pdf + %files shapes %defattr(-,root,root) %doc lppl1.3.txt %{_texdir}/texmf-dist/metapost/shapes/shapes.mp -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex -%{_texdir}/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex %files shapes-doc %defattr(-,root,root) %doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/metapost/shapes/CHANGES %{_texdir}/texmf-dist/doc/metapost/shapes/README %{_texdir}/texmf-dist/doc/metapost/shapes/lppl.txt %{_texdir}/texmf-dist/doc/metapost/shapes/shapes.pdf @@ -385599,6 +436009,7 @@ fi %{_texdir}/texmf-dist/doc/generic/musixtex/ChangeLog-115.txt %{_texdir}/texmf-dist/doc/generic/musixtex/ChangeLog-116.txt %{_texdir}/texmf-dist/doc/generic/musixtex/ChangeLog-117.txt +%{_texdir}/texmf-dist/doc/generic/musixtex/ChangeLog-118.txt %{_texdir}/texmf-dist/doc/generic/musixtex/ChangeLog-musixdoc.txt %{_texdir}/texmf-dist/doc/generic/musixtex/README %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc.pdf @@ -385701,10 +436112,6 @@ fi %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.tex -%{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixhv.tex -%{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixplt.tex -%{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixtex.tex -%{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/musixtmr.tex %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/parameters.tex %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/preparing.tex %{_texdir}/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex @@ -386367,6 +436774,7 @@ fi %files font-change %defattr(-,root,root) %{_texdir}/texmf-dist/tex/plain/font-change/font-change.tex +%{_texdir}/texmf-dist/tex/plain/font-change/font-change_FRENCH.tex %{_texdir}/texmf-dist/tex/plain/font-change/font_antp_euler.tex %{_texdir}/texmf-dist/tex/plain/font-change/font_antt-condensed-light.tex %{_texdir}/texmf-dist/tex/plain/font-change/font_antt-condensed-medium.tex @@ -386416,9 +436824,10 @@ fi %files font-change-doc %defattr(-,root,root) -%{_texdir}/texmf-dist/doc/plain/font-change/README +%{_texdir}/texmf-dist/doc/plain/font-change/README.txt %{_texdir}/texmf-dist/doc/plain/font-change/default-amssymbols.tex %{_texdir}/texmf-dist/doc/plain/font-change/font-change.pdf +%{_texdir}/texmf-dist/doc/plain/font-change/font-change_FRENCH.pdf %files fontch %defattr(-,root,root) @@ -388352,6 +438761,7 @@ fi %{_texdir}/texmf-dist/dvips/pstricks/pst-algparser.pro %{_texdir}/texmf-dist/dvips/pstricks/pst-dots.pro %{_texdir}/texmf-dist/dvips/pstricks/pst-dots97.pro +%{_texdir}/texmf-dist/dvips/pstricks/pst-show.pro %{_texdir}/texmf-dist/dvips/pstricks/pstricks.pro %{_texdir}/texmf-dist/dvips/pstricks/pstricks97.pro %{_texdir}/texmf-dist/tex/generic/pstricks/config/Changes @@ -388410,7 +438820,6 @@ fi %{_texdir}/texmf-dist/doc/generic/pstricks/pst-news15.tex %{_texdir}/texmf-dist/doc/generic/pstricks/pst-user.pdf %{_texdir}/texmf-dist/doc/generic/pstricks/pst-user.tgz -%{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data %{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-bug.tex %{_texdir}/texmf-dist/doc/generic/pstricks/pstricks-doc.pdf %{_texdir}/texmf-dist/doc/generic/pstricks/test-pst.pdf @@ -388596,14 +439005,16 @@ fi %{_texdir}/texmf-dist/doc/latex/IEEEtran/bare_conf_compsoc.tex %{_texdir}/texmf-dist/doc/latex/IEEEtran/bare_jrnl.tex %{_texdir}/texmf-dist/doc/latex/IEEEtran/bare_jrnl_compsoc.tex +%{_texdir}/texmf-dist/doc/latex/IEEEtran/bare_jrnl_comsoc.tex %{_texdir}/texmf-dist/doc/latex/IEEEtran/bare_jrnl_transmag.tex %{_texdir}/texmf-dist/doc/latex/IEEEtran/changelog.txt -%{_texdir}/texmf-dist/doc/latex/IEEEtran/font_install_how.txt %{_texdir}/texmf-dist/doc/latex/IEEEtran/testflow.tex %{_texdir}/texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf %{_texdir}/texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf %{_texdir}/texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf %{_texdir}/texmf-dist/doc/latex/IEEEtran/tux.eps +%{_texdir}/texmf-dist/doc/latex/IEEEtran/tux.pdf +%{_texdir}/texmf-dist/doc/latex/IEEEtran/bibtex/changelog.txt %{_texdir}/texmf-dist/doc/latex/IEEEtran/tools/changelog.txt %files confproc @@ -388912,6 +439323,23 @@ fi %{_texdir}/texmf-dist/doc/latex/fbithesis/fbithesis.dtx.asc %{_texdir}/texmf-dist/doc/latex/fbithesis/fbithesis.pdf +%files fcavtex +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/bibtex/bst/fcavtex/fcavtex.bst +%{_texdir}/texmf-dist/tex/latex/fcavtex/fcavtex.cls + +%files fcavtex-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/fcavtex/README +%{_texdir}/texmf-dist/doc/latex/fcavtex/examples/basico-cap1.tex +%{_texdir}/texmf-dist/doc/latex/fcavtex/examples/basico-principal.pdf +%{_texdir}/texmf-dist/doc/latex/fcavtex/examples/basico-principal.tex +%{_texdir}/texmf-dist/doc/latex/fcavtex/examples/basico-resumo.tex +%{_texdir}/texmf-dist/doc/latex/fcavtex/manual/fcavtex.pdf +%{_texdir}/texmf-dist/doc/latex/fcavtex/manual/fcavtex.tex + %files fcltxdoc %defattr(-,root,root) %doc lppl1.3.txt @@ -388922,6 +439350,21 @@ fi %doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/fcltxdoc/fcltxdoc.pdf +%files fei +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/fei/fei.cls + +%files fei-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/fei/README +%{_texdir}/texmf-dist/doc/latex/fei/README.txt +%{_texdir}/texmf-dist/doc/latex/fei/fei-template-sublist.tex +%{_texdir}/texmf-dist/doc/latex/fei/fei-template.tex +%{_texdir}/texmf-dist/doc/latex/fei/fei.pdf +%{_texdir}/texmf-dist/doc/latex/fei/referencias.bib + %files gaceta %defattr(-,root,root) %doc lppl1.txt @@ -391028,12 +441471,12 @@ fi %files ut-thesis %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls %files ut-thesis-doc %defattr(-,root,root) -%doc lppl1.txt +%doc lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/ut-thesis/README %{_texdir}/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex @@ -392030,7 +442473,8 @@ fi %files siunitx-doc %defattr(-,root,root) %doc lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/siunitx/README +%{_texdir}/texmf-dist/doc/latex/siunitx/LICENSE.md +%{_texdir}/texmf-dist/doc/latex/siunitx/README.md %{_texdir}/texmf-dist/doc/latex/siunitx/siunitx.pdf %files steinmetz @@ -392337,6 +442781,7 @@ fi %{_texdir}/texmf-dist/tex/latex/polyglossia/arabicnumbers.sty %{_texdir}/texmf-dist/tex/latex/polyglossia/babel-hebrewalph.def %{_texdir}/texmf-dist/tex/latex/polyglossia/babelsh.def +%{_texdir}/texmf-dist/tex/latex/polyglossia/bengalidigits.sty %{_texdir}/texmf-dist/tex/latex/polyglossia/cal-util.def %{_texdir}/texmf-dist/tex/latex/polyglossia/devanagaridigits.sty %{_texdir}/texmf-dist/tex/latex/polyglossia/farsical.sty @@ -392376,6 +442821,7 @@ fi %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-irish.ldf %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-italian.ldf %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-kannada.ldf +%{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-khmer.ldf %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-korean.ldf %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-lao.ldf %{_texdir}/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf @@ -392438,6 +442884,8 @@ fi %{_texdir}/texmf-dist/doc/latex/polyglossia/examples.tex %{_texdir}/texmf-dist/doc/latex/polyglossia/polyglossia.pdf %{_texdir}/texmf-dist/doc/latex/polyglossia/polyglossia.tex +%{_texdir}/texmf-dist/doc/latex/polyglossia/test-welsh.pdf +%{_texdir}/texmf-dist/doc/latex/polyglossia/test-welsh.tex %files ptext %defattr(-,root,root) @@ -392505,6 +442953,29 @@ fi %{_texdir}/texmf-dist/doc/xelatex/unisugar/unisugar.pdf %{_texdir}/texmf-dist/doc/xelatex/unisugar/unisugar.tex +%files xebaposter +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/xebaposter/xebaposter.cls + +%files xebaposter-doc +%defattr(-,root,root) +%doc lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/xebaposter/README +%{_texdir}/texmf-dist/doc/latex/xebaposter/poster-fa.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/poster-fa.tex +%{_texdir}/texmf-dist/doc/latex/xebaposter/xebaposter-doc.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/xebaposter-doc.tex +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/docs-boxshape.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/docs-headerborder.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/docs-headershape.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/fig3.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/fig4.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/fig5.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/fig6.pdf +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/logo.png +%{_texdir}/texmf-dist/doc/latex/xebaposter/images/shariflogo.png + %files xecjk %defattr(-,root,root) %doc lppl1.3.txt @@ -392896,13 +443367,35 @@ fi %{_includedir}/kpathsea/* %{_includedir}/synctex/ %{_includedir}/texlua52/ -%ifnarch ppc %{power64} s390 s390x aarch64 %{_includedir}/texluajit/ -%endif %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog +* Wed Sep 16 2015 Tom Callaway - 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 - 5:2015-6.20150724 - increment epoch to force upgrade (i hate versioning) @@ -392913,7 +443406,7 @@ fi - disable luajittex on secondary arch * Thu Aug 20 2015 Than Ngo - 4:2015-3.20150724 -- rebuilt to fix some broken dependencies +- rebuilt to fix some broken dependencies * Wed Aug 5 2015 Tom Callaway 4:2015-2.20150724 - fix fmtutil.pl symlink, for you know, working fmtutil diff --git a/texlive.spec.template b/texlive.spec.template index 0fb8afb..b2e3aee 100644 --- a/texlive.spec.template +++ b/texlive.spec.template @@ -1,6 +1,6 @@ %global source_date 20150728_r37987 %global tl_version 2015 -%global tl_rel 6 +%global tl_rel 7 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} %global source_name texlive-%{source_date}-source @@ -56,6 +56,7 @@ 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 @@ -66,6 +67,7 @@ Source6: texlive.spec.template Source7: co_source Source8: co_archive Source9: b_one_srpm +Source10: macros.texlive %include _sources.spec %description @@ -347,13 +349,7 @@ sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL\ =\ \$TEXMFROOT/texmf-local//|' %{buildroo # create macro file for building texlive mkdir -p %{buildroot}%{macrosdir} -cat << EOF > %{buildroot}%{macrosdir}/macros.texlive -# macros to keep trees in texlive consistent -%_texmf_main /usr/share/texlive/texmf -%_texmf_vendor /usr/share/texlive/texmf -%_texmf_var /var/lib/texmf -%_texmf_conf /usr/share/texlive/texmf-config -EOF +cp -a %{SOURCE9} %{buildroot}%{macrosdir}/macros.texlive %clean rm -rf %{buildroot} diff --git a/texlive.tlpdb b/texlive.tlpdb index 83e14c3..4e6451a 100644 --- a/texlive.tlpdb +++ b/texlive.tlpdb @@ -181,8 +181,8 @@ catalogue-license pd name abc category Package -revision 15878 -shortdesc Support ABC music notation in LaTeX. +revision 38340 +shortdesc Support ABC music notation in LaTeX relocated 1 longdesc The abc package lets you include lines of music written in the longdesc ABC Plus language. The package will then employ the \write18 @@ -192,7 +192,7 @@ longdesc inclusion in your document. runfiles size=3 RELOC/tex/latex/abc/abc.sty RELOC/tex/latex/abc/mup.sty -docfiles size=46 +docfiles size=73 RELOC/doc/latex/abc/README RELOC/doc/latex/abc/abc.pdf RELOC/doc/latex/abc/example.tex @@ -202,10 +202,12 @@ docfiles size=46 srcfiles size=8 RELOC/source/latex/abc/abc.dtx RELOC/source/latex/abc/abc.ins +catalogue-also abc2mtex catalogue-ctan /macros/latex/contrib/abc -catalogue-date 2011-12-23 16:04:21 +0100 +catalogue-date 2015-09-10 18:28:53 +0200 catalogue-license lppl1.2 -catalogue-version 2.0 +catalogue-topics music foreign-import +catalogue-version 2.0a name abntex2 category Package @@ -675,8 +677,8 @@ catalogue-version 0.1 name acro category Package -revision 37328 -shortdesc Typeset acronyms. +revision 38306 +shortdesc Typeset acronyms relocated 1 longdesc The package enables the author to create acronyms in a simple longdesc way, and provides means to add them to different 'classes' of @@ -685,18 +687,19 @@ longdesc package option 'single' instructs the package to ignore longdesc acronyms that are used only once in the whole document. As an longdesc experimental feature the package also offers the option 'sort' longdesc which automatically sorts the list created by \printacronyms. -runfiles size=24 +runfiles size=30 RELOC/tex/latex/acro/acro.sty -docfiles size=142 +docfiles size=154 RELOC/doc/latex/acro/README RELOC/doc/latex/acro/acro_en.pdf RELOC/doc/latex/acro/acro_en.tex RELOC/doc/latex/acro/example_one.tex RELOC/doc/latex/acro/example_two.tex catalogue-ctan /macros/latex/contrib/acro -catalogue-date 2015-05-10 23:30:05 +0200 -catalogue-license lppl -catalogue-version 1.6b +catalogue-date 2015-09-05 14:46:46 +0200 +catalogue-license lppl1.3 +catalogue-topics acronym +catalogue-version 2.1 name active-conf category Package @@ -1772,8 +1775,8 @@ catalogue-version 1.5i name alegreya category Package -revision 34200 -shortdesc Alegreya fonts with LaTeX support. +revision 38278 +shortdesc Alegreya fonts with LaTeX support relocated 1 longdesc The Alegreya fonts are designed by Juan Pablo del Peral for longdesc Huerta Tipografica. Alegreya is a typeface originally intended @@ -4195,8 +4198,9 @@ docfiles size=37 RELOC/doc/fonts/alegreya/alegreya-samples.pdf RELOC/doc/fonts/alegreya/alegreya-samples.tex catalogue-ctan /fonts/alegreya -catalogue-date 2014-05-22 16:28:18 +0200 +catalogue-date 2015-09-02 13:51:30 +0200 catalogue-license ofl +catalogue-topics font font-serif font-sans font-type1 font-ttf name aleph category Package @@ -4229,6 +4233,31 @@ binfiles arch=i386-linux size=171 bin/i386-linux/aleph bin/i386-linux/lamed +name alertmessage +category Package +revision 38055 +shortdesc Alert messages for LaTeX +relocated 1 +longdesc Some macros to display alert messages (informations, errors, +longdesc warnings and success messages). +runfiles size=5 + RELOC/tex/latex/alertmessage/alertmessage.sty + RELOC/tex/latex/alertmessage/img/alertmessage-error.png + RELOC/tex/latex/alertmessage/img/alertmessage-info.png + RELOC/tex/latex/alertmessage/img/alertmessage-success.png + RELOC/tex/latex/alertmessage/img/alertmessage-warning.png +docfiles size=28 + RELOC/doc/latex/alertmessage/README.md + RELOC/doc/latex/alertmessage/alertmessage.pdf +srcfiles size=3 + RELOC/source/latex/alertmessage/alertmessage.dtx + RELOC/source/latex/alertmessage/alertmessage.ins +catalogue-ctan /macros/latex/contrib/alertmessage +catalogue-date 2015-08-05 05:51:16 +0200 +catalogue-license lppl1.3 +catalogue-topics boxing +catalogue-version 1.1 + name algorithm2e category Package revision 28749 @@ -4296,8 +4325,8 @@ catalogue-license lppl name algorithms category Package -revision 15878 -shortdesc A suite of tools for typesetting algorithms in pseudo-code. +revision 38085 +shortdesc A suite of tools for typesetting algorithms in pseudo-code relocated 1 longdesc Consists of two environments: algorithm and algorithmic. The longdesc algorithm package defines a floating algorithm environment @@ -4315,9 +4344,11 @@ docfiles size=91 srcfiles size=13 RELOC/source/latex/algorithms/algorithms.dtx RELOC/source/latex/algorithms/algorithms.ins +catalogue-also alg catalogue-ctan /macros/latex/contrib/algorithms -catalogue-date 2011-10-12 10:50:16 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license lgpl +catalogue-topics pseudocode catalogue-version 0.1 name alg @@ -6065,8 +6096,8 @@ docfiles size=32 name animate category Package -revision 37617 -shortdesc Create PDF animations from graphics files and inline graphics. +revision 38230 +shortdesc Create PDF animations from graphics files and inline graphics relocated 1 longdesc The package provides an interface to create portable, longdesc JavaScript driven PDF animations from sets of graphics files or @@ -6092,7 +6123,7 @@ srcfiles size=43 RELOC/source/latex/animate/files/pstmetronome.tex RELOC/source/latex/animate/files/scarab.mp catalogue-ctan /macros/latex/contrib/animate -catalogue-date 2015-06-19 13:50:42 +0200 +catalogue-date 2015-08-28 18:23:54 +0200 catalogue-license lppl catalogue-topics graphics-motion @@ -7759,8 +7790,8 @@ catalogue-version 3.17 name arabxetex category Package -revision 17470 -shortdesc An ArabTeX-like interface for XeLaTeX. +revision 38299 +shortdesc An ArabTeX-like interface for XeLaTeX relocated 1 longdesc ArabXeTeX provides a convenient ArabTeX-like user-interface for longdesc typesetting languages using the Arabic script in XeLaTeX, with @@ -7771,142 +7802,82 @@ longdesc parsing and converting of ArabTeX input to Unicode is done by longdesc means of TECkit mappings. Version 1.0 provides support for longdesc Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi, longdesc Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur. -longdesc The documentation (not yet complete) covers topics such as -longdesc typesetting the Holy Quran, typesetting bidirectional critical -longdesc editions (with ednotes), and information on various recommended -longdesc OpenType fonts for the Arabic script and for transliterating -longdesc Oriental languages. -runfiles size=376 +longdesc The documentation covers topics such as typesetting the Holy +longdesc Quran and typesetting bidirectional critical editions with the +longdesc package ednotes. +runfiles size=197 RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-novoc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map - RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-novoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kashmiri-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kurdish.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-kurdish.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-novoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-maghribi-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-novoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-malay-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-novoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-novoc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-novoc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-voc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-novoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-turk-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-uighur.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-uighur.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-fullvoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-fullvoc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-novoc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-novoc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-voc.tec + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-voc.map + RELOC/fonts/misc/xetex/fontmapping/arabxetex/arabtex-voc.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec RELOC/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map @@ -7914,28 +7885,27 @@ runfiles size=376 RELOC/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.map RELOC/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.tec RELOC/tex/xelatex/arabxetex/arabxetex.sty -docfiles size=101 - RELOC/doc/xelatex/arabxetex/README +docfiles size=89 + RELOC/doc/xelatex/arabxetex/README.md RELOC/doc/xelatex/arabxetex/arabxetex.pdf RELOC/doc/xelatex/arabxetex/examples/ednotes_example.pdf RELOC/doc/xelatex/arabxetex/examples/ednotes_example.tex RELOC/doc/xelatex/arabxetex/examples/minimal.tex -srcfiles size=54 +srcfiles size=43 RELOC/source/xelatex/arabxetex/arabtex-farsi-trans-loc.map - RELOC/source/xelatex/arabxetex/arabtex-kurdish.maps RELOC/source/xelatex/arabxetex/arabtex-pashto-trans-loc.map RELOC/source/xelatex/arabxetex/arabtex-sindhi-trans-loc.map RELOC/source/xelatex/arabxetex/arabtex-trans-dmg.map RELOC/source/xelatex/arabxetex/arabtex-trans-loc.map - RELOC/source/xelatex/arabxetex/arabtex-uighur.maps RELOC/source/xelatex/arabxetex/arabtex-urdu-trans-loc.map RELOC/source/xelatex/arabxetex/arabtex.maps RELOC/source/xelatex/arabxetex/arabxetex.dtx RELOC/source/xelatex/arabxetex/makemaps.pl catalogue-ctan /macros/xetex/latex/arabxetex -catalogue-date 2014-09-06 10:23:38 +0200 +catalogue-date 2015-09-04 12:07:48 +0200 catalogue-license lppl -catalogue-version v1.1.4 +catalogue-topics multilingual xetex +catalogue-version 1.2.1 name aramaic-serto category Package @@ -8108,7 +8078,7 @@ binfiles arch=i386-linux size=1 name archaic category Package -revision 37773 +revision 38005 shortdesc A collection of archaic fonts. relocated 1 longdesc The collection contains fonts to represent Aramaic, Cypriot, @@ -8240,7 +8210,7 @@ runfiles size=271 RELOC/tex/latex/archaic/t1vik.fd RELOC/tex/latex/archaic/ugarite.sty RELOC/tex/latex/archaic/viking.sty -docfiles size=962 +docfiles size=964 RELOC/doc/fonts/archaic/README.PRW RELOC/doc/fonts/archaic/aramaic-README RELOC/doc/fonts/archaic/aramaic.pdf @@ -11420,23 +11390,24 @@ catalogue-version 1.31 name babel-bosnian category Package -revision 36308 +revision 38174 shortdesc Babel contrib support for Bosnian relocated 1 longdesc The package provides a language definition file that enables longdesc support of Bosnian with babel. runfiles size=1 RELOC/tex/generic/babel-bosnian/bosnian.ldf -docfiles size=29 +docfiles size=27 RELOC/doc/generic/babel-bosnian/README RELOC/doc/generic/babel-bosnian/bosnian.pdf srcfiles size=4 RELOC/source/generic/babel-bosnian/bosnian.dtx RELOC/source/generic/babel-bosnian/bosnian.ins catalogue-ctan /macros/latex/contrib/babel-contrib/bosnian -catalogue-date 2015-03-01 06:19:26 +0100 +catalogue-date 2015-08-21 00:26:56 +0200 catalogue-license lppl1.3 -catalogue-version 1.0 +catalogue-topics bosnian multilingual-addon +catalogue-version 1.1 name babel-breton category Package @@ -11624,23 +11595,25 @@ catalogue-version 1.4t name babel-estonian category Package -revision 33023 -shortdesc Babel support for Estonian. +revision 38064 +shortdesc Babel support for Estonian relocated 1 longdesc The package provides the language definition file for support longdesc of Estonian in babel. Some shortcuts are defined, as well as longdesc translations to Estonian of standard "LaTeX names". runfiles size=2 RELOC/tex/generic/babel-estonian/estonian.ldf -docfiles size=23 +docfiles size=28 + RELOC/doc/generic/babel-estonian/README.txt RELOC/doc/generic/babel-estonian/estonian.pdf srcfiles size=8 RELOC/source/generic/babel-estonian/estonian.dtx RELOC/source/generic/babel-estonian/estonian.ins catalogue-ctan /macros/latex/contrib/babel-contrib/estonian -catalogue-date 2014-05-22 11:58:32 +0200 +catalogue-date 2015-08-05 10:58:42 +0200 catalogue-license lppl1.3 -catalogue-version 1.1 +catalogue-topics estonian +catalogue-version 1.1a name babel-finnish category Package @@ -11656,8 +11629,8 @@ srcfiles size=6 name babel-french category Package -revision 37701 -shortdesc Babel contributed support for French. +revision 38160 +shortdesc Babel contributed support for French relocated 1 longdesc The package establishes French conventions in a document (or a longdesc subset of the conventions, if French is not the main language @@ -11665,17 +11638,17 @@ longdesc of the document). runfiles size=17 RELOC/tex/generic/babel-french/frenchb.ldf RELOC/tex/generic/babel-french/frenchb.lua -docfiles size=65 +docfiles size=66 RELOC/doc/generic/babel-french/README RELOC/doc/generic/babel-french/frenchb.pdf srcfiles size=48 RELOC/source/generic/babel-french/frenchb.dtx RELOC/source/generic/babel-french/frenchb.ins catalogue-ctan /macros/latex/contrib/babel-contrib/french -catalogue-date 2015-06-27 15:53:19 +0200 +catalogue-date 2015-08-19 19:30:43 +0200 catalogue-license lppl1.3 catalogue-topics french multilingual-addon -catalogue-version 3.1g +catalogue-version 3.1h name babel-friulan category Package @@ -11759,25 +11732,23 @@ catalogue-version 2.7b name babel-greek category Package -revision 35414 -shortdesc Babel support for documents written in Greek. +revision 38296 +shortdesc Babel support for documents written in Greek relocated 1 longdesc The file provides modes for monotonic (single-diacritic) and longdesc polytonic (multiple-diacritic) modes of writing. Provision is longdesc made for Greek function names in mathematics, and for classical- longdesc era symbols. -runfiles size=9 +runfiles size=7 RELOC/tex/generic/babel-greek/athnum.sty RELOC/tex/generic/babel-greek/greek.ldf RELOC/tex/generic/babel-greek/grmath.sty - RELOC/tex/generic/babel-greek/grsymb.sty -docfiles size=318 +docfiles size=282 RELOC/doc/generic/babel-greek/README RELOC/doc/generic/babel-greek/README.html RELOC/doc/generic/babel-greek/athnum.pdf RELOC/doc/generic/babel-greek/babel-greek.pdf RELOC/doc/generic/babel-greek/grmath.pdf - RELOC/doc/generic/babel-greek/grsymb.pdf RELOC/doc/generic/babel-greek/test-greek.pdf RELOC/doc/generic/babel-greek/test-greek.tex RELOC/doc/generic/babel-greek/test-unicode-greek.pdf @@ -11786,16 +11757,16 @@ docfiles size=318 RELOC/doc/generic/babel-greek/test-unicode-lgr.tex RELOC/doc/generic/babel-greek/usage.pdf RELOC/doc/generic/babel-greek/usage.tex -srcfiles size=23 +srcfiles size=21 RELOC/source/generic/babel-greek/athnum.dtx RELOC/source/generic/babel-greek/babel-greek.dtx RELOC/source/generic/babel-greek/babel-greek.ins RELOC/source/generic/babel-greek/grmath.dtx - RELOC/source/generic/babel-greek/grsymb.dtx catalogue-ctan /macros/latex/contrib/babel-contrib/greek -catalogue-date 2014-10-21 10:35:19 +0200 +catalogue-date 2015-09-04 16:00:57 +0200 catalogue-license lppl1.3 -catalogue-version 1.9c +catalogue-topics greek multilingual-addon +catalogue-version 1.9d name babel-hebrew category Package @@ -11981,25 +11952,26 @@ catalogue-version 1.1 name babel-latin category Package -revision 34389 -shortdesc Babel support for Latin. +revision 38173 +shortdesc Babel support for Latin relocated 1 longdesc The package provides the language definition file for support longdesc of Latin in babel. Translations to Latin (in both modern and longdesc medieval spelling) of standard "LaTeX names", and some longdesc shortcuts, are provided. Apart from the modern vs. medieval longdesc setting, a further switch permits addition of prosodic marks. -runfiles size=3 +runfiles size=2 RELOC/tex/generic/babel-latin/latin.ldf -docfiles size=37 +docfiles size=39 RELOC/doc/generic/babel-latin/latin.pdf -srcfiles size=10 +srcfiles size=11 RELOC/source/generic/babel-latin/latin.dtx RELOC/source/generic/babel-latin/latin.ins catalogue-ctan /macros/latex/contrib/babel-contrib/latin -catalogue-date 2014-06-02 21:04:11 +0200 -catalogue-license lppl1.3 -catalogue-version 3.0 +catalogue-date 2015-08-21 11:47:02 +0200 +catalogue-license lppl1 +catalogue-topics latin multilingual-addon +catalogue-version 3.5 name babel-latvian category Package @@ -12397,8 +12369,8 @@ catalogue-version 1.0.0 name babel category Package -revision 35266 -shortdesc Multilingual support for Plain TeX or LaTeX. +revision 38036 +shortdesc Multilingual support for Plain TeX or LaTeX relocated 1 longdesc The package manages culturally-determined typographical (and longdesc other) rules, and hyphenation patterns for a wide range of @@ -12472,7 +12444,7 @@ runfiles size=86 RELOC/tex/generic/babel/usorbian.sty RELOC/tex/generic/babel/welsh.sty RELOC/tex/generic/babel/xebabel.def -docfiles size=99 +docfiles size=100 RELOC/doc/latex/babel/CONTRIB RELOC/doc/latex/babel/FIXES39 RELOC/doc/latex/babel/README @@ -12484,9 +12456,10 @@ srcfiles size=97 RELOC/source/latex/babel/bbidxglo.dtx RELOC/source/latex/babel/bbunicode.dtx catalogue-ctan /macros/latex/required/babel/base -catalogue-date 2014-09-25 21:08:35 +0200 +catalogue-date 2015-08-03 16:04:17 +0200 catalogue-license lppl1.3 -catalogue-version 3.9l +catalogue-topics multilingual +catalogue-version 3.9m name babel-turkish category Package @@ -12540,23 +12513,25 @@ catalogue-version 1.3 name babel-welsh category Package -revision 30299 -shortdesc Babel support for Welsh. +revision 38372 +shortdesc Babel support for Welsh relocated 1 longdesc The package provides the language definition file for Welsh. longdesc (Mostly Welsh-language versions of the standard names in a longdesc LaTeX file.) runfiles size=1 RELOC/tex/generic/babel-welsh/welsh.ldf -docfiles size=27 +docfiles size=29 + RELOC/doc/generic/babel-welsh/README RELOC/doc/generic/babel-welsh/welsh.pdf srcfiles size=4 RELOC/source/generic/babel-welsh/welsh.dtx RELOC/source/generic/babel-welsh/welsh.ins catalogue-ctan /macros/latex/contrib/babel-contrib/welsh -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-09-04 20:16:13 +0200 catalogue-license lppl1.3 -catalogue-version 1.0d +catalogue-topics welsh multilingual-addon +catalogue-version 1.1a name background category Package @@ -14218,8 +14193,8 @@ catalogue-version 0.4.1 name beamer-FUBerlin category Package -revision 15878 -shortdesc Beamer, using the style of FU Berlin. +revision 38159 +shortdesc Beamer, using the style of FU Berlin relocated 1 longdesc The bundle provides a beamer-derived class and a theme style longdesc file for the corporate design of the Free University in Berlin. @@ -14228,28 +14203,24 @@ longdesc the usual way with \usetheme{BerlinFU}. Examples of using both longdesc the class and the theme are provided; the PDF is visually longdesc identical, so the catalogue only lists one; the sources of the longdesc examples do of course differ. -runfiles size=6 - RELOC/tex/latex/beamer-FUBerlin/FUbeamer.cls - RELOC/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty - RELOC/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty - RELOC/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty - RELOC/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty -docfiles size=248 +docfiles size=167 RELOC/doc/latex/beamer-FUBerlin/Changes - RELOC/doc/latex/beamer-FUBerlin/FULogo.png - RELOC/doc/latex/beamer-FUBerlin/FUbib.jpg - RELOC/doc/latex/beamer-FUBerlin/FUlogo.pdf RELOC/doc/latex/beamer-FUBerlin/README - RELOC/doc/latex/beamer-FUBerlin/exampleClass.pdf - RELOC/doc/latex/beamer-FUBerlin/exampleClass.tex - RELOC/doc/latex/beamer-FUBerlin/exampleTheme.pdf - RELOC/doc/latex/beamer-FUBerlin/exampleTheme.tex - RELOC/doc/latex/beamer-FUBerlin/geo.jpg - RELOC/doc/latex/beamer-FUBerlin/silberlaube2.jpg + RELOC/doc/latex/beamer-FUBerlin/doc/README.doc + RELOC/doc/latex/beamer-FUBerlin/doc/exampleClass.pdf + RELOC/doc/latex/beamer-FUBerlin/doc/exampleClass.tex + RELOC/doc/latex/beamer-FUBerlin/doc/exampleTheme.pdf + RELOC/doc/latex/beamer-FUBerlin/doc/exampleTheme.tex + RELOC/doc/latex/beamer-FUBerlin/tex/latex/FUbeamer.cls + RELOC/doc/latex/beamer-FUBerlin/tex/latex/beamercolorthemeBerlinFU.sty + RELOC/doc/latex/beamer-FUBerlin/tex/latex/beamerfontthemeBerlinFU.sty + RELOC/doc/latex/beamer-FUBerlin/tex/latex/beamerouterthemeBerlinFU.sty + RELOC/doc/latex/beamer-FUBerlin/tex/latex/beamerthemeBerlinFU.sty catalogue-ctan /macros/latex/contrib/beamer-FUBerlin -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-19 20:38:31 +0200 catalogue-license lppl -catalogue-version 0.02 +catalogue-topics presentation +catalogue-version 0.02b name beamerposter category Package @@ -14787,9 +14758,9 @@ catalogue-license gpl name beebe category Package -revision 37656 +revision 38101 relocated 1 -runfiles size=1204 +runfiles size=1198 RELOC/bibtex/bib/beebe/gut.bib RELOC/bibtex/bib/beebe/komoedie.bib RELOC/bibtex/bib/beebe/texbook1.bib @@ -14827,7 +14798,6 @@ runfiles size=1204 RELOC/bibtex/bst/beebe/jthcarsu.bst RELOC/bibtex/bst/beebe/named.bst RELOC/bibtex/bst/beebe/namunsrt.bst - RELOC/bibtex/bst/beebe/nar.bst RELOC/bibtex/bst/beebe/newapa.bst RELOC/bibtex/bst/beebe/phaip.bst RELOC/bibtex/bst/beebe/phapalik.bst @@ -17923,13 +17893,13 @@ catalogue-version 0.1 name bidi category Package -revision 37745 -shortdesc Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine. +revision 38190 +shortdesc Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine relocated 1 longdesc A convenient interface for typesetting bidirectional texts with longdesc plain TeX and LaTeX. The package includes adaptations for use longdesc with many other commonly-used packages. -runfiles size=255 +runfiles size=256 RELOC/tex/xelatex/bidi/adjmulticol-xetex-bidi.def RELOC/tex/xelatex/bidi/algorithm2e-xetex-bidi.def RELOC/tex/xelatex/bidi/amsart-xetex-bidi.def @@ -18050,7 +18020,7 @@ runfiles size=255 RELOC/tex/xelatex/bidi/wrapfig-xetex-bidi.def RELOC/tex/xelatex/bidi/xcolor-xetex-bidi.def RELOC/tex/xelatex/bidi/xltxtra-xetex-bidi.def -docfiles size=947 +docfiles size=948 RELOC/doc/xelatex/bidi/README RELOC/doc/xelatex/bidi/bidi-logo.pdf RELOC/doc/xelatex/bidi/bidi-logo.tex @@ -18079,15 +18049,15 @@ srcfiles size=205 RELOC/source/xelatex/bidi/bidi.dtx RELOC/source/xelatex/bidi/bidi.ins catalogue-ctan /macros/xetex/latex/bidi -catalogue-date 2015-07-03 17:42:13 +0200 +catalogue-date 2015-08-23 08:07:08 +0200 catalogue-license lppl1.3 catalogue-topics typesetting xetex bidi class -catalogue-version 17.5 +catalogue-version 17.6 name bigfoot category Package -revision 35482 -shortdesc Footnotes for critical editions. +revision 38248 +shortdesc Footnotes for critical editions relocated 1 longdesc The package aims to provide a 'one-stop' solution to longdesc requirements for footnotes. It offers: Multiple footnote @@ -18104,7 +18074,7 @@ runfiles size=14 RELOC/tex/latex/bigfoot/bigfoot.sty RELOC/tex/latex/bigfoot/perpage.sty RELOC/tex/latex/bigfoot/suffix.sty -docfiles size=201 +docfiles size=202 RELOC/doc/latex/bigfoot/COPYING RELOC/doc/latex/bigfoot/Makefile RELOC/doc/latex/bigfoot/README @@ -18120,9 +18090,10 @@ srcfiles size=49 RELOC/source/latex/bigfoot/suffix.drv RELOC/source/latex/bigfoot/suffix.dtx catalogue-ctan /macros/latex/contrib/bigfoot -catalogue-date 2014-11-02 19:31:14 +0100 +catalogue-date 2015-08-30 19:17:38 +0200 catalogue-license gpl2 -catalogue-version 2.0 +catalogue-topics footnote +catalogue-version 2.1 name bigints category Package @@ -18354,6 +18325,33 @@ catalogue-date 2015-02-28 13:23:59 +0100 catalogue-license lppl catalogue-version 0.07 +name blochsphere +category Package +revision 38137 +shortdesc Draw pseudo-3D diagrams of Bloch spheres +relocated 1 +longdesc This package is used to draw pseudo-3D Blochsphere diagrams. It +longdesc supports various annotations, such as great and small circles, +longdesc axes, rotation markings and state vectors. It can be used in a +longdesc standalone fashion, or nested within a tikzpicture environment +longdesc by setting the environment option nested to true. +runfiles size=5 + RELOC/tex/latex/blochsphere/blochsphere.sty +docfiles size=39 + RELOC/doc/latex/blochsphere/LICENSE + RELOC/doc/latex/blochsphere/README.md + RELOC/doc/latex/blochsphere/blochsphere.pdf + RELOC/doc/latex/blochsphere/example.pdf + RELOC/doc/latex/blochsphere/example.tex +srcfiles size=9 + RELOC/source/latex/blochsphere/blochsphere.dtx + RELOC/source/latex/blochsphere/blochsphere.ins +catalogue-ctan /graphics/pgf/contrib/blochsphere +catalogue-date 2015-08-17 17:33:55 +0200 +catalogue-license lppl1.3 +catalogue-topics physics pgf-tikz +catalogue-version 1.0 + name blockdraw_mp category Package revision 15878 @@ -20145,8 +20143,8 @@ catalogue-version 1.40 name breqn category Package -revision 35027 -shortdesc Automatic line breaking of displayed equations. +revision 38099 +shortdesc Automatic line breaking of displayed equations relocated 1 longdesc The package provides solutions to a number of common longdesc difficulties in writing displayed equations and getting high- @@ -20170,19 +20168,19 @@ runfiles size=42 RELOC/tex/latex/breqn/mathptmx.sym RELOC/tex/latex/breqn/mathstyle.sty RELOC/tex/latex/breqn/msabm.sym -docfiles size=280 - RELOC/doc/latex/breqn/README +docfiles size=281 RELOC/doc/latex/breqn/breqn.pdf RELOC/doc/latex/breqn/flexisym.pdf RELOC/doc/latex/breqn/mathstyle.pdf -srcfiles size=83 +srcfiles size=84 RELOC/source/latex/breqn/breqn.dtx RELOC/source/latex/breqn/flexisym.dtx RELOC/source/latex/breqn/mathstyle.dtx catalogue-ctan /macros/latex/contrib/breqn -catalogue-date 2014-08-20 12:40:46 +0200 +catalogue-date 2015-08-11 18:03:08 +0200 catalogue-license lppl1.3 -catalogue-version 0.98c +catalogue-topics maths +catalogue-version 0.98d name br-lex category Package @@ -20466,25 +20464,60 @@ catalogue-version 0.2 name bxjscls category Package -revision 28901 -shortdesc Document classes based on jsclasses. +revision 38324 +shortdesc Japanese document class collection for all major engines relocated 1 -longdesc Provides classes, based on jsclasses. -runfiles size=25 +longdesc This package provides an extended version of the Japanese +longdesc document class collection provided by jsclasses. While the +longdesc original version supports only pLaTeX and upLaTeX, the extended +longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the +longdesc aid of suitable packages that provide capability of Japanese +longdesc typesetting. +runfiles size=62 RELOC/tex/latex/bxjscls/bxjsarticle.cls - RELOC/tex/latex/bxjscls/bxjsptex.def + RELOC/tex/latex/bxjscls/bxjsbook.cls + RELOC/tex/latex/bxjscls/bxjsja-minimal.def + RELOC/tex/latex/bxjscls/bxjsja-standard.def RELOC/tex/latex/bxjscls/bxjsreport.cls -docfiles size=50 + RELOC/tex/latex/bxjscls/bxjsslide.cls +docfiles size=409 RELOC/doc/latex/bxjscls/LICENSE - RELOC/doc/latex/bxjscls/README - RELOC/doc/latex/bxjscls/bxjsclasses.pdf -srcfiles size=39 - RELOC/source/latex/bxjscls/bxjsclasses.dtx - RELOC/source/latex/bxjscls/bxjsclasses.ins + RELOC/doc/latex/bxjscls/README-ja.md + RELOC/doc/latex/bxjscls/README.md + RELOC/doc/latex/bxjscls/bxjscls-manual.pdf + RELOC/doc/latex/bxjscls/bxjscls-manual.tex + RELOC/doc/latex/bxjscls/bxjscls.pdf +srcfiles size=53 + RELOC/source/latex/bxjscls/bxjscls.dtx + RELOC/source/latex/bxjscls/bxjscls.ins catalogue-ctan /language/japanese/BX/bxjscls -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-09-08 13:12:40 +0200 +catalogue-license bsd2 +catalogue-topics japanese class +catalogue-version 1.0b + +name bxpdfver +category Package +revision 38050 +shortdesc Specify version and compression level of output PDF files +relocated 1 +longdesc This package enables users to specify in their sources the +longdesc following settings on the PDF document to output: PDF version +longdesc (1.4, 1.5 etc.); whether or not to compress streams; whether or +longdesc not to use object streams. This package supports all major PDF- +longdesc output engines and dvipdfmx. +runfiles size=3 + RELOC/tex/latex/bxpdfver/bxpdfver.sty +docfiles size=4 + RELOC/doc/latex/bxpdfver/LICENSE + RELOC/doc/latex/bxpdfver/README + RELOC/doc/latex/bxpdfver/README-ja + RELOC/doc/latex/bxpdfver/sample-bxpdfver.tex +catalogue-ctan /macros/latex/contrib/bxpdfver +catalogue-date 2015-08-05 08:59:43 +0200 catalogue-license other-free -catalogue-version 0.3a +catalogue-topics pdf-feat +catalogue-version 0.2a name bytefield category Package @@ -26862,6 +26895,45 @@ shortdesc i386-linux files of checkcites binfiles arch=i386-linux size=1 bin/i386-linux/checkcites +name checklistings +category Package +revision 38300 +shortdesc Pass verbatim contents through a compiler and reincorporate the resulting output +longdesc This package augments the fancyvrb and listings packages to +longdesc allow the source code they contain to be checked by an external +longdesc tool (like a compiler). The external tool's messages can be +longdesc automatically reincorporated into the original document. The +longdesc package does not focus on a specific programming language, but +longdesc it is designed to work well with languages and compilers in the +longdesc ML family. +depend checklistings.ARCH +runfiles size=6 + texmf-dist/scripts/checklistings/checklistings.sh + texmf-dist/tex/latex/checklistings/checklistings.sty +docfiles size=96 + texmf-dist/doc/latex/checklistings/Makefile + texmf-dist/doc/latex/checklistings/README.md + texmf-dist/doc/latex/checklistings/checklistings.hva + texmf-dist/doc/latex/checklistings/checklistings.pdf + texmf-dist/doc/latex/checklistings/example.html + texmf-dist/doc/latex/checklistings/example.pdf + texmf-dist/doc/latex/checklistings/example.tex +srcfiles size=11 + texmf-dist/source/latex/checklistings/checklistings.dtx + texmf-dist/source/latex/checklistings/checklistings.ins +catalogue-ctan /macros/latex/contrib/checklistings +catalogue-date 2015-09-03 19:26:31 +0200 +catalogue-license lppl1.2 +catalogue-topics callback listing +catalogue-version 1.0 + +name checklistings.i386-linux +category Package +revision 38300 +shortdesc i386-linux files of checklistings +binfiles arch=i386-linux size=1 + bin/i386-linux/checklistings + name chemarrow category Package revision 17146 @@ -27025,8 +27097,8 @@ catalogue-version 1.1a name chemformula category Package -revision 37722 -shortdesc Command for typesetting chemical formulas and reactions. +revision 38341 +shortdesc Command for typesetting chemical formulas and reactions relocated 1 longdesc The package provides a command to typeset chemical formulas and longdesc reactions in support of other chemistry packages (such as @@ -27034,15 +27106,15 @@ longdesc chemmacros). The package used to be distributed as a part of longdesc chemmacros. runfiles size=30 RELOC/tex/latex/chemformula/chemformula.sty -docfiles size=248 +docfiles size=250 RELOC/doc/latex/chemformula/README RELOC/doc/latex/chemformula/chemformula_en.pdf RELOC/doc/latex/chemformula/chemformula_en.tex catalogue-ctan /macros/latex/contrib/chemformula -catalogue-date 2015-06-30 17:24:43 +0200 +catalogue-date 2015-09-09 07:24:52 +0200 catalogue-license lppl1.3 catalogue-topics chemistry -catalogue-version 4.11 +catalogue-version 4.12b name chemgreek category Package @@ -27084,8 +27156,8 @@ catalogue-license gpl name chemmacros category Package -revision 36234 -shortdesc A collection of macros to support typesetting chemistry documents. +revision 38359 +shortdesc A collection of macros to support typesetting chemistry documents relocated 1 longdesc The bundle offers a collection of macros and commands which are longdesc intended to make typesetting chemistry documents faster and @@ -27099,16 +27171,42 @@ longdesc and ghsystem, providing for the UN globally harmonised chemical longdesc notation. The packages are written using current versions of longdesc the experimental LaTeX 3 coding conventions and the LaTeX 3 longdesc support packages. -runfiles size=38 +runfiles size=93 + RELOC/tex/latex/chemmacros/chemmacros.module.acid-base.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.all.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.base.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.charges.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.chemformula.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.greek.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.isotopes.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.lang.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.mechanisms.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.newman.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.nomenclature.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.orbital.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.particles.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.phases.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.reactions.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.redox.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.scheme.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.symbols.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.thermodynamics.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.tikz.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.units.code.tex + RELOC/tex/latex/chemmacros/chemmacros.module.xfrac.code.tex RELOC/tex/latex/chemmacros/chemmacros.sty -docfiles size=232 + RELOC/tex/latex/chemmacros/chemmacros4.sty + RELOC/tex/latex/chemmacros/chemmacros5.sty +docfiles size=267 RELOC/doc/latex/chemmacros/README RELOC/doc/latex/chemmacros/chemmacros_en.pdf RELOC/doc/latex/chemmacros/chemmacros_en.tex catalogue-ctan /macros/latex/contrib/chemmacros -catalogue-date 2015-02-08 16:14:18 +0100 +catalogue-date 2015-09-11 21:33:13 +0200 catalogue-license lppl1.3 -catalogue-version 4.7 +catalogue-topics chemistry expl3 +catalogue-version 5.0 name chemnum category Package @@ -27385,8 +27483,8 @@ catalogue-version 1.2 name chet category Package -revision 34821 -shortdesc LaTeX layout inspired by harvmac. +revision 38161 +shortdesc LaTeX layout inspired by harvmac relocated 1 longdesc The package aims to streamline the work of typesetting, and to longdesc provide the look and feel of harvmac for readers. @@ -27398,9 +27496,10 @@ docfiles size=46 RELOC/doc/latex/chet/chetdoc.pdf RELOC/doc/latex/chet/chetdoc.tex catalogue-ctan /macros/latex/contrib/chet -catalogue-date 2014-08-02 23:18:33 +0200 +catalogue-date 2015-08-18 23:28:09 +0200 catalogue-license lppl1.3 -catalogue-version 2.0 +catalogue-topics layout +catalogue-version 2.1 name chextras category Package @@ -27587,7 +27686,7 @@ catalogue-version 1.0a name chronology category Package -revision 29682 +revision 37934 shortdesc Provides a horizontal timeline. relocated 1 longdesc A timeline package that allows labelling of events with per-day @@ -27597,13 +27696,14 @@ longdesc to specified width. runfiles size=1 RELOC/tex/latex/chronology/chronology.sty docfiles size=6 - RELOC/doc/latex/chronology/README + RELOC/doc/latex/chronology/README.md RELOC/doc/latex/chronology/example.pdf RELOC/doc/latex/chronology/example.tex catalogue-ctan /macros/latex/contrib/chronology -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-07-23 12:12:39 +0200 catalogue-license lppl1.3 -catalogue-version 1.1 +catalogue-topics planning calendar +catalogue-version 1.1.1 name chronosys category Package @@ -28516,17 +28616,18 @@ catalogue-version 0.1 name classicthesis category Package -revision 27416 -shortdesc A "classically styled" thesis package. +revision 38304 +shortdesc A "classically styled" thesis package relocated 1 longdesc The classicthesis package provides an elegant layout designed longdesc in homage to Bringhurst's "The Elements of Typographic Style". longdesc It makes use of a range of techniques to get the best results longdesc achievable using TeX. Included in the bundle are templates to longdesc make thesis writing easier. -runfiles size=8 +runfiles size=9 RELOC/tex/latex/classicthesis/classicthesis.sty -docfiles size=211 +docfiles size=205 + RELOC/doc/latex/classicthesis/AMiede_Publications.bib RELOC/doc/latex/classicthesis/Bibliography.bib RELOC/doc/latex/classicthesis/CHANGES RELOC/doc/latex/classicthesis/COPYING @@ -28554,7 +28655,7 @@ docfiles size=211 RELOC/doc/latex/classicthesis/FrontBackmatter/Declaration.tex RELOC/doc/latex/classicthesis/FrontBackmatter/Dedication.tex RELOC/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex - RELOC/doc/latex/classicthesis/FrontBackmatter/Publication.tex + RELOC/doc/latex/classicthesis/FrontBackmatter/Publications.tex RELOC/doc/latex/classicthesis/FrontBackmatter/Titleback.tex RELOC/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex RELOC/doc/latex/classicthesis/LISTOFFILES @@ -28566,9 +28667,10 @@ docfiles size=211 RELOC/doc/latex/classicthesis/gfx/example_3.jpg RELOC/doc/latex/classicthesis/gfx/example_4.jpg catalogue-ctan /macros/latex/contrib/classicthesis -catalogue-date 2012-08-15 13:45:23 +0200 -catalogue-license gpl -catalogue-version 4.1 +catalogue-date 2015-09-06 15:59:03 +0200 +catalogue-license gpl2 +catalogue-topics dissertation +catalogue-version 4.2 name classpack category Package @@ -28603,6 +28705,42 @@ catalogue-date 2014-03-06 12:57:31 +0100 catalogue-license lppl1.3 catalogue-version 0.77 +name cleanthesis +category Package +revision 38221 +shortdesc A clean LaTeX style for thesis documents +relocated 1 +longdesc The package offers a clean, simple, and elegant LaTeX style for +longdesc thesis documents. +runfiles size=6 + RELOC/tex/latex/cleanthesis/cleanthesis.sty +docfiles size=465 + RELOC/doc/latex/cleanthesis/CHANGELOG.md + RELOC/doc/latex/cleanthesis/MANIFEST.md + RELOC/doc/latex/cleanthesis/README.md + RELOC/doc/latex/cleanthesis/bib-refs.bib + RELOC/doc/latex/cleanthesis/content/abstract.tex + RELOC/doc/latex/cleanthesis/content/acknowledgement.tex + RELOC/doc/latex/cleanthesis/content/chapter-concepts.tex + RELOC/doc/latex/cleanthesis/content/chapter-conclusion.tex + RELOC/doc/latex/cleanthesis/content/chapter-introduction.tex + RELOC/doc/latex/cleanthesis/content/chapter-related-work.tex + RELOC/doc/latex/cleanthesis/content/chapter-system.tex + RELOC/doc/latex/cleanthesis/content/colophon.tex + RELOC/doc/latex/cleanthesis/content/declaration.tex + RELOC/doc/latex/cleanthesis/content/titlepages.tex + RELOC/doc/latex/cleanthesis/doc/cleanthesis-doc.pdf + RELOC/doc/latex/cleanthesis/doc/cleanthesis-doc.tex + RELOC/doc/latex/cleanthesis/gfx/Clean-Thesis-Figure.pdf + RELOC/doc/latex/cleanthesis/gfx/Clean-Thesis-Logo.pdf + RELOC/doc/latex/cleanthesis/thesis-example.pdf + RELOC/doc/latex/cleanthesis/thesis-example.tex +catalogue-ctan /macros/latex/contrib/cleanthesis +catalogue-date 2015-08-27 10:18:22 +0200 +catalogue-license lppl1.3 +catalogue-topics dissertation +catalogue-version 0.3.1 + name clearsans category Package revision 34405 @@ -32298,8 +32436,8 @@ catalogue-license lppl name cnltx category Package -revision 36025 -shortdesc LaTeX tools and documenting facilities. +revision 38138 +shortdesc LaTeX tools and documenting facilities relocated 1 longdesc This is a versatile bundle of packages and classes for longdesc consistent formatting of control sequences, package options, @@ -32312,7 +32450,7 @@ longdesc intention behind this bundle mainly is a selfish one: longdesc documenting my own packages. The bundle contains an index style longdesc file cnltx.ist that should be placed in a directory in a TDS longdesc makeindex directory. -runfiles size=49 +runfiles size=50 RELOC/bibtex/bib/cnltx/cnltx.bib RELOC/makeindex/cnltx/cnltx.ist RELOC/tex/latex/cnltx/cnltx-base.sty @@ -32326,14 +32464,15 @@ runfiles size=49 RELOC/tex/latex/cnltx/cnltx.cbx RELOC/tex/latex/cnltx/cnltx.dbx RELOC/tex/latex/cnltx/cnltx.sty -docfiles size=222 +docfiles size=223 RELOC/doc/latex/cnltx/README RELOC/doc/latex/cnltx/cnltx_en.pdf RELOC/doc/latex/cnltx/cnltx_en.tex catalogue-ctan /macros/latex/contrib/cnltx -catalogue-date 2015-01-11 15:53:45 +0100 +catalogue-date 2015-08-17 17:04:10 +0200 catalogue-license lppl1.3 -catalogue-version 0.12 +catalogue-topics doc-supp class expl3 +catalogue-version 0.13 name cns category Package @@ -32873,7 +33012,7 @@ depend xdvi name collection-bibtexextra category Collection -revision 37536 +revision 38100 shortdesc BibTeX additional styles relocated 1 longdesc Additional BibTeX styles and bibliography data(bases), notably @@ -32963,6 +33102,8 @@ depend margbib depend multibib depend multibibliography depend munich +depend nar +depend nmbib depend notes2bib depend oscola depend perception @@ -32981,7 +33122,7 @@ depend xcite name collection-binextra category Collection -revision 37751 +revision 38300 shortdesc TeX auxiliary programs relocated 1 longdesc Various useful, but non-essential, support programs. Includes @@ -32995,6 +33136,7 @@ depend asymptote depend bibtex8 depend bibtexu depend bundledoc +depend checklistings depend chktex depend ctan_chk depend ctanify @@ -33106,7 +33248,7 @@ depend context-visualcounter name collection-fontsextra category Collection -revision 37744 +revision 38204 shortdesc Additional fonts relocated 1 depend collection-basic @@ -33216,6 +33358,7 @@ depend foekfont depend fonetika depend fontawesome depend fontmfizz +depend old-arrows depend fourier depend fouriernc depend frcursive @@ -33828,7 +33971,7 @@ depend xetexref name collection-langeuropean category Collection -revision 36307 +revision 38353 shortdesc Other European languages relocated 1 longdesc Support for a number of European languages; others (Greek, @@ -33891,12 +34034,13 @@ depend lshort-dutch depend lshort-finnish depend lshort-slovenian depend lshort-turkish +depend nevelok depend swebib depend turkmen name collection-langfrench category Collection -revision 30372 +revision 38142 shortdesc French relocated 1 longdesc Support for French and Basque. @@ -33911,9 +34055,9 @@ depend bib-fr depend bibleref-french depend booktabs-fr depend droit-fr +depend e-french depend epslatex-fr depend facture -depend frenchle depend frletter depend hyphen-basque depend hyphen-french @@ -34208,7 +34352,7 @@ depend spanish-mx name collection-latexextra category Collection -revision 37928 +revision 38352 shortdesc LaTeX additional packages relocated 1 longdesc A very large collection of add-on packages for LaTeX. @@ -34236,6 +34380,7 @@ depend adrconv depend advdate depend akktex depend akletter +depend alertmessage depend alnumsec depend alterqcm depend altfont @@ -34302,6 +34447,7 @@ depend breakurl depend bullcntr depend bussproofs depend bxdpx-beamer +depend bxpdfver depend calcage depend calctab depend calculator @@ -34491,6 +34637,7 @@ depend easy depend easy-todo depend easyfig depend easylist +depend easyreview depend ebezier depend ecclesiastic depend ecv @@ -34803,6 +34950,7 @@ depend mcite depend mciteplus depend mdframed depend media9 +depend medstarbeamer depend meetingmins depend memexsupp depend memory @@ -34810,6 +34958,7 @@ depend menu depend menukeys depend method depend metre +depend mfirstuc depend mftinc depend midpage depend minibox @@ -34841,6 +34990,7 @@ depend msg depend mslapa depend mtgreek depend multenum +depend multiaudience depend multibbl depend multicap depend multienv @@ -34930,6 +35080,7 @@ depend pdf14 depend pdfcomment depend pdfcprot depend pdfmarginpar +depend pdfpagediff depend pdfscreen depend pdfslide depend pdfsync @@ -34962,6 +35113,7 @@ depend probsoln depend program depend progress depend progressbar +depend proofread depend properties depend prosper depend protex @@ -35189,6 +35341,7 @@ depend txgreeks depend type1cm depend typeface depend typogrid +depend uassign depend ucs depend uebungsblatt depend umoline @@ -35468,7 +35621,7 @@ depend ytableau name collection-metapost category Collection -revision 37898 +revision 37994 shortdesc MetaPost and Metafont packages relocated 1 depend collection-basic @@ -35505,6 +35658,7 @@ depend mpgraphics depend piechartmp depend repere depend roex +depend roundrect depend shapes depend slideshow depend splines @@ -35560,7 +35714,7 @@ depend otibet name collection-pictures category Collection -revision 37604 +revision 38139 shortdesc Graphics, pictures, diagrams relocated 1 longdesc Including TikZ, pict, etc., but MetaPost and PStricks are @@ -35572,6 +35726,7 @@ depend asyfig depend asypictureb depend autoarea depend bardiag +depend blochsphere depend bloques depend blox depend bodegraph @@ -35601,6 +35756,7 @@ depend epspdfconversion depend esk depend fast-diagram depend fig4latex +depend fitbox depend flowchart depend forest depend genealogytree @@ -35835,7 +35991,7 @@ depend vocaltract name collection-publishers category Collection -revision 37710 +revision 38364 shortdesc Publisher styles, theses, etc. relocated 1 depend collection-latex @@ -35868,6 +36024,7 @@ depend brandeis-dissertation depend cascadilla depend chem-journal depend classicthesis +depend cleanthesis depend cmpj depend confproc depend dccpaper @@ -35882,9 +36039,12 @@ depend elteikthesis depend erdc depend estcpmm depend fbithesis +depend fcavtex depend fcltxdoc +depend fei depend gaceta depend gatech-thesis +depend gradstudentresume depend gsemthesis depend gzt depend har2nat @@ -36060,7 +36220,7 @@ depend youngtab name collection-xetex category Collection -revision 37812 +revision 38257 shortdesc XeTeX and packages relocated 1 longdesc Packages for XeTeX, the Unicode/OpenType-enabled TeX by @@ -36084,6 +36244,7 @@ depend quran depend realscripts depend ucharclasses depend unisugar +depend xebaposter depend xecjk depend xecolor depend xecyr @@ -37869,11 +38030,11 @@ catalogue-license gpl name context-letter category ConTeXt -revision 35567 -shortdesc Context package for writing letters. +revision 38202 +shortdesc ConTeXt package for writing letters relocated 1 longdesc A means of writing 'vanilla' letters and memos is provided, -longdesc with support covering Context Mkii and Mkiv. The design of +longdesc with support covering ConTeXt Mkii and Mkiv. The design of longdesc letters may be amended by a wide range of style specifications. depend context runfiles size=120 @@ -37948,8 +38109,9 @@ runfiles size=120 docfiles size=1 RELOC/doc/context/third/letter/README catalogue-ctan /macros/context/contrib/context-letter -catalogue-date 2014-11-01 10:53:28 +0100 +catalogue-date 2015-08-08 19:53:23 +0200 catalogue-license gpl +catalogue-topics letter name context-lettrine category ConTeXt @@ -41715,8 +41877,8 @@ catalogue-license lppl name crossrefware category Package -revision 35401 -shortdesc Scripts for working with crossref.org. +revision 38181 +shortdesc Scripts for working with crossref.org longdesc This bundle contains the following scripts: bibdoiadd.pl: add longdesc DOI numbers to papers in a given bib file, bibzbladd.pl: add longdesc Zbl numbers to papers in a given bib file, ltx2crossrefxml.pl: @@ -41743,9 +41905,10 @@ docfiles size=56 texmf-dist/doc/support/crossrefware/crossrefware.pdf texmf-dist/doc/support/crossrefware/head.ltx catalogue-ctan /support/crossrefware -catalogue-date 2014-10-26 09:12:08 +0100 +catalogue-date 2015-08-22 05:44:09 +0200 catalogue-license gpl -catalogue-version 1.0 +catalogue-topics bibtex-util +catalogue-version 1.1 name crossrefware.i386-linux category Package @@ -41948,7 +42111,7 @@ binfiles arch=i386-linux size=2 name csplain category Package -revision 37901 +revision 38351 shortdesc Plain TeX multilanguage support longdesc CSplain is a small extension of basic Plain TeX macros, the longdesc formats csplain and pdfcsplain can be generated. It supports: @@ -41971,7 +42134,7 @@ execute AddFormat name=csplain engine=pdftex options="-etex -e execute AddFormat name=pdfcsplain engine=pdftex options="-etex -enc csplain-utf8.ini" execute AddFormat name=pdfcsplain engine=xetex options="-etex csplain.ini" execute AddFormat name=pdfcsplain engine=luatex options="-etex csplain.ini" -runfiles size=169 +runfiles size=170 texmf-dist/tex/csplain/base/csenc-k.tex texmf-dist/tex/csplain/base/csenc-p.tex texmf-dist/tex/csplain/base/csenc-u.tex @@ -42035,7 +42198,7 @@ runfiles size=169 texmf-dist/tex/csplain/opmac/opmac.tex texmf-dist/tex/csplain/opmac/pdfuni.tex catalogue-ctan /macros/cstex/base/csplain.tar.gz -catalogue-date 2014-06-22 17:50:01 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license other-free catalogue-topics czech slovak format @@ -42596,8 +42759,8 @@ catalogue-version 1.12 name ctable category Package -revision 33900 -shortdesc Flexible typesetting of table and figure floats using key/value directives. +revision 38241 +shortdesc Flexible typesetting of table and figure floats using key/value directives relocated 1 longdesc Provides commands to typeset centered, left- or right-aligned longdesc table and (multiple-)figure floats, with footnotes. Instead of @@ -42605,9 +42768,9 @@ longdesc an environment, a command with 4 arguments is used; the first longdesc is optional and is used for key,value pairs generating longdesc variations on the defaults and offering a route for future longdesc extensions. -runfiles size=4 +runfiles size=3 RELOC/tex/latex/ctable/ctable.sty -docfiles size=244 +docfiles size=243 RELOC/doc/latex/ctable/01a RELOC/doc/latex/ctable/01b RELOC/doc/latex/ctable/02k @@ -42645,9 +42808,10 @@ srcfiles size=14 RELOC/source/latex/ctable/ctable.dtx RELOC/source/latex/ctable/ctable.ins catalogue-ctan /macros/latex/contrib/ctable -catalogue-date 2014-05-07 16:18:46 +0200 +catalogue-date 2015-08-29 16:36:51 +0200 catalogue-license lppl -catalogue-version 1.29 +catalogue-topics table float +catalogue-version 1.30 name ctan_chk category Package @@ -42671,8 +42835,8 @@ catalogue-version 1.0 name ctanify category Package -revision 37571 -shortdesc Prepare a package for upload to CTAN. +revision 38373 +shortdesc Prepare a package for upload to CTAN longdesc Given a list of filenames, ctanify creates a tarball (a .tar.gz longdesc file) with the files laid out in CTAN's preferred structure. longdesc The tarball additionally contains a ZIP (.zip) file with copies @@ -42691,10 +42855,10 @@ docfiles size=14 texmf-dist/doc/man/man1/ctanify.man1.pdf catalogue-also ctanupload catalogue-ctan /support/ctanify -catalogue-date 2015-06-16 12:49:34 +0200 -catalogue-license lppl +catalogue-date 2015-09-11 19:04:11 +0200 +catalogue-license lppl1.3 catalogue-topics ctan -catalogue-version 1.6 +catalogue-version 1.7 name ctanify.i386-linux category Package @@ -43744,8 +43908,8 @@ catalogue-license other-free name dantelogo category Package -revision 35295 -shortdesc A font for DANTE's logo. +revision 38105 +shortdesc A font for DANTE's logo relocated 1 longdesc The DANTE font for the logo of DANTE (http://www.dante.de), the longdesc German speaking TeX users group. The font includes only the @@ -43783,9 +43947,10 @@ docfiles size=21 RELOC/doc/fonts/dantelogo/dantelogo-doc.pdf RELOC/doc/fonts/dantelogo/dantelogo-doc.tex catalogue-ctan /fonts/dantelogo -catalogue-date 2014-10-01 21:31:06 +0200 +catalogue-date 2015-08-12 20:01:39 +0200 catalogue-license lppl -catalogue-version 0.02 +catalogue-topics font font-otf font-type1 +catalogue-version 0.02a name dashbox category Package @@ -44051,25 +44216,25 @@ catalogue-version 1.0 name datetime2-basque category Package -revision 36682 -shortdesc Basque language module for the datetime2 package. +revision 38287 +shortdesc Basque language module for the datetime2 package relocated 1 longdesc This module provides the "basque" style that can be set using -longdesc \DTMsetstyle provided by datetime2.sty. This package is -longdesc currently unmaintained. Please see the README for the procedure -longdesc to follow if you want to take over the maintenance. -runfiles size=2 +longdesc \DTMsetstyle provided by datetime2.sty. +runfiles size=3 RELOC/tex/latex/datetime2-basque/datetime2-basque.ldf -docfiles size=69 - RELOC/doc/latex/datetime2-basque/README +docfiles size=90 + RELOC/doc/latex/datetime2-basque/CHANGES + RELOC/doc/latex/datetime2-basque/README.txt RELOC/doc/latex/datetime2-basque/datetime2-basque.pdf srcfiles size=5 RELOC/source/latex/datetime2-basque/datetime2-basque.dtx RELOC/source/latex/datetime2-basque/datetime2-basque.ins catalogue-ctan /macros/latex/contrib/datetime2-contrib/datetime2-basque -catalogue-date 2015-04-01 18:13:45 +0200 +catalogue-date 2015-09-03 13:51:49 +0200 catalogue-license lppl1.3 -catalogue-version 1.0 +catalogue-topics date-time multilingual +catalogue-version 1.2 name datetime2-breton category Package @@ -44590,8 +44755,8 @@ catalogue-version 1.3 name datetime2-it-fulltext category Package -revision 37155 -shortdesc Italian full text styles for the datetime2 package. +revision 38093 +shortdesc Italian full text styles for the datetime2 package relocated 1 longdesc Italian date and time styles that use words for the numbers and longdesc ordinals. This package provides the following date and time @@ -44600,24 +44765,31 @@ longdesc style uses a format "am pm", the second a format "24 hours". longdesc The necessary packages are datetime2, itnumpar, ifxetex, and longdesc ifluatex. This package is the translation and adaptation of longdesc datetime2-en-fulltext. -runfiles size=5 +runfiles size=10 RELOC/tex/latex/datetime2-it-fulltext/datetime2-it-fulltext-ascii.ldf RELOC/tex/latex/datetime2-it-fulltext/datetime2-it-fulltext-utf8.ldf RELOC/tex/latex/datetime2-it-fulltext/datetime2-it-fulltext.sty -docfiles size=29 +docfiles size=44 RELOC/doc/latex/datetime2-it-fulltext/README RELOC/doc/latex/datetime2-it-fulltext/datetime2-it-fulltext.pdf + RELOC/doc/latex/datetime2-it-fulltext/samples/BatTest.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/BatTestDate.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/it-fulltext-en-fulltext.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-second.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-semplice.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-twenty-four-second.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext-twenty-four.tex RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext.tex - RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext2.tex - RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext3.tex - RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-fulltext4.tex -srcfiles size=5 + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-timedatestyle1.tex + RELOC/doc/latex/datetime2-it-fulltext/samples/sample-it-timedatestyle2.tex +srcfiles size=9 RELOC/source/latex/datetime2-it-fulltext/datetime2-it-fulltext.dtx RELOC/source/latex/datetime2-it-fulltext/datetime2-it-fulltext.ins catalogue-ctan /macros/latex/contrib/datetime2-contrib/datetime2-it-fulltext -catalogue-date 2015-05-02 08:38:12 +0200 +catalogue-date 2015-08-10 11:32:47 +0200 catalogue-license lppl1.3 -catalogue-version 1.0 +catalogue-topics date-time multilingual +catalogue-version 1.6 name datetime2-latin category Package @@ -46092,20 +46264,21 @@ binfiles arch=i386-linux size=36 name detlev-cm category Package -revision 32383 +revision 38288 relocated 1 runfiles size=5 RELOC/tex/latex/detlev-cm/beamercolorthemeETII.sty RELOC/tex/latex/detlev-cm/beamerfontthemeDetlevCM.sty RELOC/tex/latex/detlev-cm/beamerouterthemeDetlevCM.sty RELOC/tex/latex/detlev-cm/beamerthemeDetlevCM.sty -docfiles size=350 +docfiles size=360 RELOC/doc/latex/detlev-cm/LogoTop.png + RELOC/doc/latex/detlev-cm/README.txt RELOC/doc/latex/detlev-cm/SAS-CRJ900.png - RELOC/doc/latex/detlev-cm/Sample.pdf - RELOC/doc/latex/detlev-cm/Sample.tex RELOC/doc/latex/detlev-cm/Wing.png RELOC/doc/latex/detlev-cm/WingSunrise.png + RELOC/doc/latex/detlev-cm/beamer-theme-detlevcm.pdf + RELOC/doc/latex/detlev-cm/beamer-theme-detlevcm.tex name devnag category TLCore @@ -46767,8 +46940,8 @@ catalogue-version 1.0 name disser category Package -revision 35960 -shortdesc Class and templates for typesetting dissertations in Russian. +revision 38162 +shortdesc Class and templates for typesetting dissertations in Russian relocated 1 longdesc Disser comprises a document class and set of templates for longdesc typesetting dissertations in Russian. One of its primary @@ -46896,9 +47069,10 @@ srcfiles size=61 RELOC/source/latex/disser/titlepage.dtx RELOC/source/latex/disser/toc.dtx catalogue-ctan /macros/latex/contrib/disser -catalogue-date 2015-01-04 07:21:28 +0100 +catalogue-date 2015-08-18 21:03:15 +0200 catalogue-license lppl1.3 -catalogue-version 1.3.1 +catalogue-topics dissertation class +catalogue-version 1.3.2 name dithesis category Package @@ -47066,48 +47240,51 @@ catalogue-license other-free name doclicense category Package -revision 37640 -shortdesc Support for putting documents under a license. +revision 38264 +shortdesc Support for putting documents under a license relocated 1 longdesc This package allows you to put your document under a license longdesc and include a link to read about the license or include an icon longdesc or image of the license. Currently, only Creative Commons is longdesc supported, but this package is designed to handle all kinds of longdesc licenses. -runfiles size=13 +runfiles size=39 RELOC/tex/latex/doclicense/doclicense-UKenglish.ldf RELOC/tex/latex/doclicense/doclicense-USenglish.ldf + RELOC/tex/latex/doclicense/doclicense-acadian.ldf RELOC/tex/latex/doclicense/doclicense-american.ldf RELOC/tex/latex/doclicense/doclicense-australian.ldf RELOC/tex/latex/doclicense/doclicense-british.ldf RELOC/tex/latex/doclicense/doclicense-canadian.ldf + RELOC/tex/latex/doclicense/doclicense-canadien.ldf RELOC/tex/latex/doclicense/doclicense-english.ldf + RELOC/tex/latex/doclicense/doclicense-french.ldf RELOC/tex/latex/doclicense/doclicense-german.ldf RELOC/tex/latex/doclicense/doclicense-newzealand.ldf RELOC/tex/latex/doclicense/doclicense-ngerman.ldf RELOC/tex/latex/doclicense/doclicense-spanish.ldf RELOC/tex/latex/doclicense/doclicense.sty -docfiles size=97 + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nc-eu.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nc-nd-eu.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nc-sa-eu.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nc-sa.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nc.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-nd.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by-sa.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-by.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-pd.pdf + RELOC/tex/latex/doclicense/images/doclicense-CC-zero.pdf +docfiles size=75 RELOC/doc/latex/doclicense/README RELOC/doc/latex/doclicense/doclicense.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nc-eu.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nc-nd-eu.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nc-sa-eu.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nc-sa.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nc.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-nd.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by-sa.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-by.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-pd.pdf - RELOC/doc/latex/doclicense/images/doclicense-CC-zero.pdf srcfiles size=7 RELOC/source/latex/doclicense/doclicense.dtx RELOC/source/latex/doclicense/doclicense.ins catalogue-ctan /macros/latex/contrib/doclicense -catalogue-date 2015-05-16 21:45:21 +0200 +catalogue-date 2015-08-04 21:13:10 +0200 catalogue-license lppl1.3 catalogue-topics licence-mgmt -catalogue-version 1.2 +catalogue-version 1.3 name docmfp category Package @@ -47874,8 +48051,8 @@ catalogue-license lppl1.3 name drm category Package -revision 37153 -shortdesc A complete family of fonts written in Metafont. +revision 38157 +shortdesc A complete family of fonts written in Metafont relocated 1 longdesc The package provides access to the DRM (Don's Revised Modern) longdesc family of fonts, which includes a variety of optical sizes in @@ -47888,7 +48065,7 @@ longdesc textual ("old-style") and lining figures, and even has small- longdesc caps figures. It also comes with extensible decorative rules to longdesc be used with ornaments from itself or other fonts, along with longdesc an extremely flexible ellipsis package. -runfiles size=8143 +runfiles size=8144 RELOC/fonts/afm/public/drm/drm10.afm RELOC/fonts/afm/public/drm/drm11.afm RELOC/fonts/afm/public/drm/drm12.afm @@ -49617,7 +49794,7 @@ runfiles size=8143 RELOC/fonts/type1/public/drm/drmuibx8.pfb RELOC/fonts/type1/public/drm/drmuibx9.pfb RELOC/tex/latex/drm/drm.sty -docfiles size=1004 +docfiles size=1005 RELOC/doc/fonts/drm/CHANGES RELOC/doc/fonts/drm/OFL.txt RELOC/doc/fonts/drm/README @@ -49640,9 +49817,10 @@ srcfiles size=39 RELOC/source/fonts/drm/drm.dtx RELOC/source/fonts/drm/drm.ins catalogue-ctan /fonts/drm -catalogue-date 2015-05-01 22:59:45 +0200 +catalogue-date 2015-08-18 22:47:45 +0200 catalogue-license lppl1.3 -catalogue-version 4.2 +catalogue-topics font font-otf font-type1 font-mf +catalogue-version 4.4 name droid category Package @@ -50464,21 +50642,22 @@ catalogue-version 1 name dtxgen category Package -revision 36108 -shortdesc Creates a template for a self-extracting .dtx file. +revision 38325 +shortdesc Creates a template for a self-extracting .dtx file longdesc The bash script dtxgen creates a template for a self-extracting longdesc .dtx file. It is useful for those who plan to create a new longdesc Documented LaTeX Source (.dtx) file. depend dtxgen.ARCH runfiles size=4 texmf-dist/scripts/dtxgen/dtxgen -docfiles size=12 +docfiles size=13 texmf-dist/doc/support/dtxgen/README texmf-dist/doc/support/dtxgen/dtxgen.pdf catalogue-ctan /support/dtxgen -catalogue-date 2015-01-20 20:03:22 +0100 +catalogue-date 2015-09-07 22:44:43 +0200 catalogue-license gpl -catalogue-version 1.05 +catalogue-topics file-mgmt +catalogue-version 1.06 name dtxgen.i386-linux category Package @@ -50489,13 +50668,13 @@ binfiles arch=i386-linux size=1 name dtxtut category Package -revision 15878 +revision 38375 shortdesc Tutorial on writing .dtx and .ins files relocated 1 longdesc This tutorial is intended for advanced LaTeX2e users who want longdesc to learn how to create .ins and .dtx files for distributing longdesc their homebrewed classes and package files. -docfiles size=88 +docfiles size=98 RELOC/doc/latex/dtxtut/README RELOC/doc/latex/dtxtut/cskeleton.dtx RELOC/doc/latex/dtxtut/cskeleton.ins @@ -50503,9 +50682,12 @@ docfiles size=88 RELOC/doc/latex/dtxtut/dtxtut.tex RELOC/doc/latex/dtxtut/skeleton.dtx RELOC/doc/latex/dtxtut/skeleton.ins +catalogue-also makedtx sty2dtx catalogue-ctan /info/dtxtut -catalogue-date 2012-06-15 14:27:55 +0200 -catalogue-license lppl +catalogue-date 2015-09-14 17:57:19 +0200 +catalogue-license lppl1.3 +catalogue-topics tut-latex-prg +catalogue-version 2.1 name duerer-latex category Package @@ -50862,17 +51044,19 @@ binfiles arch=i386-linux size=167 name dvipdfmx-def category Package -revision 36647 -shortdesc Configuration file for dvipdfmx graphics. +revision 38150 +shortdesc Configuration file for dvipdfmx graphics relocated 1 longdesc This is the graphics driver for use when output is to be longdesc processed by dvipdfmx. runfiles size=3 RELOC/tex/latex/dvipdfmx-def/dvipdfmx.def -catalogue-ctan /macros/latex/contrib/dvipdfmx-def/dvipdfmx.def -catalogue-date 2015-03-27 07:24:17 +0100 +catalogue-also xetex-def +catalogue-ctan /macros/latex/contrib/dvipdfmx-def +catalogue-date 2015-08-18 08:18:11 +0200 catalogue-license lppl1 -catalogue-version 4.04 +catalogue-topics graphics-drv +catalogue-version 4.05 name dvipdfmx category TLCore @@ -51053,14 +51237,14 @@ catalogue-version 1.6 name dvips category Package -revision 37754 -shortdesc A DVI to PostScript driver. +revision 38208 +shortdesc A DVI to PostScript driver longdesc This package has been withdrawn from CTAN, and bundled into the longdesc distributions' package sets. The current sources of dvips may longdesc be found in the distribution of dvipsk which forms part of the -longdesc TeX-live sources. +longdesc TeX Live sources. depend dvips.ARCH -runfiles size=1782 +runfiles size=1786 texmf-dist/dvips/base/color.pro texmf-dist/dvips/base/crop.pro texmf-dist/dvips/base/ehandler.ps @@ -51152,7 +51336,7 @@ docfiles size=272 texmf-dist/doc/man/man1/afm2tfm.man1.pdf texmf-dist/doc/man/man1/dvips.1 texmf-dist/doc/man/man1/dvips.man1.pdf -catalogue-date 2015-03-27 20:45:01 +0100 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license gpl catalogue-topics dvi-print @@ -51341,6 +51525,31 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license lppl catalogue-version 1.3 +name easyreview +category Package +revision 38352 +shortdesc Package to provide a way to review (or perform editorial process) in LaTeX +relocated 1 +longdesc The easyReview package provides a way to review (or perform +longdesc editorial process) in LaTeX. You can use the provided commands +longdesc to claim attention in different ways to part of the text, or +longdesc even to indicate that a text was added, needs to be removed, +longdesc needs to be replaced and add comments to the text. +runfiles size=1 + RELOC/tex/latex/easyreview/easyReview.sty +docfiles size=86 + RELOC/doc/latex/easyreview/README.txt + RELOC/doc/latex/easyreview/doc/easyReview.pdf + RELOC/doc/latex/easyreview/doc/easyReview.tex +srcfiles size=3 + RELOC/source/latex/easyreview/easyReview.dtx + RELOC/source/latex/easyreview/easyReview.ins +catalogue-ctan /macros/latex/contrib/easyreview +catalogue-date 2015-09-11 21:22:23 +0200 +catalogue-license lppl +catalogue-topics notes editorial +catalogue-version 1.0 + name easy category Package revision 19440 @@ -51902,8 +52111,8 @@ catalogue-version 1.0 name ecclesiastic category Package -revision 27252 -shortdesc Typesetting Ecclesiastic Latin. +revision 38172 +shortdesc Typesetting Ecclesiastic Latin relocated 1 longdesc The package modifies the way the latin option to babel operates longdesc when typesetting Latin. The style is somewhat 'frenchified' in @@ -51912,17 +52121,17 @@ longdesc are available in order to set accents on all vowels, including longdesc y and the diphthongs ae and oe. runfiles size=2 RELOC/tex/latex/ecclesiastic/ecclesiastic.sty -docfiles size=60 +docfiles size=93 RELOC/doc/latex/ecclesiastic/README - RELOC/doc/latex/ecclesiastic/README.TEXLIVE RELOC/doc/latex/ecclesiastic/ecclesiastic.pdf RELOC/doc/latex/ecclesiastic/manifest.txt -srcfiles size=6 +srcfiles size=7 RELOC/source/latex/ecclesiastic/ecclesiastic.dtx catalogue-ctan /macros/latex/contrib/ecclesiastic -catalogue-date 2014-02-26 23:03:13 +0100 -catalogue-license lppl -catalogue-version 0.2 +catalogue-date 2015-08-21 17:57:17 +0200 +catalogue-license lppl1.3 +catalogue-topics multilingual-addon +catalogue-version 0.3 name ecc category Package @@ -54163,6 +54372,90 @@ catalogue-date 2015-03-30 22:55:45 +0200 catalogue-license lppl1.3 catalogue-version 1.0 +name e-french +category Package +revision 38141 +shortdesc Comprehensive LaTeX support for French-language typesetting +relocated 1 +longdesc E-french is a distribution that keeps alive the work of Bernard +longdesc Gaulle (now deceased), under a free licence. It replaces the +longdesc the old "full" frenchpro (the "professional" distribution) and +longdesc the light-weight frenchle packages. +runfiles size=105 + RELOC/makeindex/e-french/fridx1.ist + RELOC/tex/generic/e-french/deutschx.mlp + RELOC/tex/generic/e-french/efrench.ldf + RELOC/tex/generic/e-french/efrench.sty + RELOC/tex/generic/e-french/enbib.ldf + RELOC/tex/generic/e-french/epreuve.sty + RELOC/tex/generic/e-french/fenglish.sty + RELOC/tex/generic/e-french/frabbrev.tex + RELOC/tex/generic/e-french/francais.mlp + RELOC/tex/generic/e-french/frbabel.sty + RELOC/tex/generic/e-french/frbib.ldf + RELOC/tex/generic/e-french/french-msg.tex + RELOC/tex/generic/e-french/french.all + RELOC/tex/generic/e-french/french.cfg + RELOC/tex/generic/e-french/french.chk + RELOC/tex/generic/e-french/french.cmd + RELOC/tex/generic/e-french/french.dmy + RELOC/tex/generic/e-french/french.ldf + RELOC/tex/generic/e-french/french.sty + RELOC/tex/generic/e-french/french_french-msg.tex + RELOC/tex/generic/e-french/frenchle.cfg + RELOC/tex/generic/e-french/frenchle.ldf + RELOC/tex/generic/e-french/frenchle.sty + RELOC/tex/generic/e-french/frenchpro.ldf + RELOC/tex/generic/e-french/frenchpro.sty + RELOC/tex/generic/e-french/frhyphex.tex + RELOC/tex/generic/e-french/fxabbrev.tex + RELOC/tex/generic/e-french/german_french-msg.tex + RELOC/tex/generic/e-french/internat.mlp + RELOC/tex/generic/e-french/mlp-01.sty + RELOC/tex/generic/e-french/mlp-31.sty + RELOC/tex/generic/e-french/mlp-33.sty + RELOC/tex/generic/e-french/mlp-49.sty + RELOC/tex/generic/e-french/mlp-49n.sty + RELOC/tex/generic/e-french/mlp-opts.sty + RELOC/tex/generic/e-french/mlp.sty + RELOC/tex/generic/e-french/ndeutsch.mlp + RELOC/tex/generic/e-french/noesterr.mlp + RELOC/tex/generic/e-french/oesterre.mlp + RELOC/tex/generic/e-french/pmfrench.sty +docfiles size=663 + RELOC/doc/generic/e-french/README + RELOC/doc/generic/e-french/changements.html + RELOC/doc/generic/e-french/histoire.html + RELOC/doc/generic/e-french/install/MiniDocEf_Lnx.pdf + RELOC/doc/generic/e-french/install/MiniDocEf_Win.pdf + RELOC/doc/generic/e-french/install/MiniDoc_Unx.txt + RELOC/doc/generic/e-french/install/MiniDoc_Win.txt + RELOC/doc/generic/e-french/install/Probl_Msg.pdf + RELOC/doc/generic/e-french/install/Probl_Msg.txt + RELOC/doc/generic/e-french/licence.html + RELOC/doc/generic/e-french/lisez-moi.html + RELOC/doc/generic/e-french/manuels/FrenchLe.html + RELOC/doc/generic/e-french/manuels/FrenchPro.html + RELOC/doc/generic/e-french/manuels/efrench.pdf + RELOC/doc/generic/e-french/manuels/faq.pdf + RELOC/doc/generic/e-french/manuels/french_doc.pdf + RELOC/doc/generic/e-french/manuels/frenchle.pdf + RELOC/doc/generic/e-french/src/MiniDocEf_Lnx.tex + RELOC/doc/generic/e-french/src/MiniDocEf_Win.tex + RELOC/doc/generic/e-french/src/Probl_Msg.tex + RELOC/doc/generic/e-french/src/efrench.tex + RELOC/doc/generic/e-french/src/faq.tex + RELOC/doc/generic/e-french/src/french_doc.tex + RELOC/doc/generic/e-french/src/french_doc.txt + RELOC/doc/generic/e-french/src/frenchle.tex + RELOC/doc/generic/e-french/src/myfroptn.sty + RELOC/doc/generic/e-french/src/mymaj.sty +catalogue-ctan /language/french/e-french +catalogue-date 2015-08-17 12:36:14 +0200 +catalogue-license lppl1.3 +catalogue-topics french +catalogue-version 5.9995 + name egameps category Package revision 15878 @@ -55886,32 +56179,33 @@ catalogue-version 1.005-b name eledform category Package -revision 27922 -shortdesc Define textual variants. +revision 38114 +shortdesc Define textual variants relocated 1 longdesc The package provides commands to formalize textual variants in longdesc critical editions typeset using eledmac. runfiles size=1 RELOC/tex/latex/eledform/eledform.sty -docfiles size=36 +docfiles size=37 RELOC/doc/latex/eledform/README.md RELOC/doc/latex/eledform/eledform.pdf RELOC/doc/latex/eledform/example.pdf RELOC/doc/latex/eledform/example.tex RELOC/doc/latex/eledform/include/stemma.tex RELOC/doc/latex/eledform/makefile -srcfiles size=4 +srcfiles size=5 RELOC/source/latex/eledform/eledform.dtx RELOC/source/latex/eledform/eledform.ins catalogue-ctan /macros/latex/contrib/eledform -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-13 14:25:03 +0200 catalogue-license lppl1.3 -catalogue-version 1.0 +catalogue-topics crit-ed +catalogue-version 1.1a name eledmac category Package -revision 37907 -shortdesc Typeset scholarly editions. +revision 38276 +shortdesc Typeset scholarly editions relocated 1 longdesc A package for typesetting scholarly critical editions, longdesc replacing the established ledmac package. Ledmac itself was a @@ -55923,7 +56217,7 @@ longdesc reledmac. runfiles size=66 RELOC/tex/latex/eledmac/eledmac.sty RELOC/tex/latex/eledmac/eledpar.sty -docfiles size=626 +docfiles size=528 RELOC/doc/latex/eledmac/Makefile RELOC/doc/latex/eledmac/README RELOC/doc/latex/eledmac/eledmac.pdf @@ -55960,10 +56254,6 @@ docfiles size=626 RELOC/doc/latex/eledmac/examples/3-eledpar_mwe.tex RELOC/doc/latex/eledmac/examples/3-eledpar_pages_different_languages_lualatex.pdf RELOC/doc/latex/eledmac/examples/3-eledpar_pages_different_languages_lualatex.tex - RELOC/doc/latex/eledmac/examples/3-reledpar_columns_different_languages.pdf - RELOC/doc/latex/eledmac/examples/3-reledpar_mwe.pdf - RELOC/doc/latex/eledmac/examples/3-reledpar_pages_different_languages_lualatex.pdf - RELOC/doc/latex/eledmac/examples/3-reledpar_same_page_number_in_both_side.pdf RELOC/doc/latex/eledmac/examples/4-eledpar_column_mix_with_not_column.pdf RELOC/doc/latex/eledmac/examples/4-eledpar_column_mix_with_not_column.tex RELOC/doc/latex/eledmac/examples/4-eledpar_columns_alignment.pdf @@ -55984,16 +56274,6 @@ docfiles size=626 RELOC/doc/latex/eledmac/examples/4-eledpar_titles_not_in_line_numbering.tex RELOC/doc/latex/eledmac/examples/4-eledpar_verse_text_between.pdf RELOC/doc/latex/eledmac/examples/4-eledpar_verse_text_between.tex - RELOC/doc/latex/eledmac/examples/4-reledpar_column_mix_with_not_column.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_columns_alignment.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_columns_titles_in_line_numbering_with_notes.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_one_series_per_pstart.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_page_titles_in_line_numbering_with_notes.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_pages_long_notes.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_pages_notes_leftpage.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_pages_paragraph_separator_between.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_titles_not_in_line_numbering.pdf - RELOC/doc/latex/eledmac/examples/4-reledpar_verse_text_between.pdf RELOC/doc/latex/eledmac/examples/eledmac.xdy RELOC/doc/latex/eledmac/examples/makefile RELOC/doc/latex/eledmac/latexmkrc @@ -56004,10 +56284,10 @@ srcfiles size=216 RELOC/source/latex/eledmac/eledpar.ins catalogue-also ednotes poemscol ledmac catalogue-ctan /macros/latex/contrib/eledmac -catalogue-date 2015-07-20 00:35:39 +0200 +catalogue-date 2015-09-02 18:26:56 +0200 catalogue-license lppl1.3 catalogue-topics crit-ed -catalogue-version 1.24.6 +catalogue-version 1.24.8 name elements category Package @@ -56314,8 +56594,8 @@ catalogue-version 1.0 name embrac category Package -revision 34508 -shortdesc Upright brackets in emphasised text. +revision 38317 +shortdesc Upright brackets in emphasised text relocated 1 longdesc The package redefines the commands \emph and \textit so that longdesc parentheses and square brackets are typeset in an upright font @@ -56330,9 +56610,10 @@ docfiles size=119 RELOC/doc/latex/embrac/embrac_en.tex RELOC/doc/latex/embrac/embrac_kerning_test.tex catalogue-ctan /macros/latex/contrib/embrac -catalogue-date 2014-08-08 18:24:57 +0200 +catalogue-date 2015-09-07 13:02:13 +0200 catalogue-license lppl1.3 -catalogue-version 0.6a +catalogue-topics typesetting expl3 +catalogue-version 0.6b name emp category Package @@ -56691,7 +56972,7 @@ catalogue-version 0.1 name enotez category Package -revision 37678 +revision 37995 shortdesc Support for end-notes. relocated 1 longdesc The package allows nested endnotes, supports hyperref and @@ -56700,17 +56981,17 @@ longdesc package requires the expl3 bundle and packages from the LaTeX 3 longdesc 'package set'. runfiles size=10 RELOC/tex/latex/enotez/enotez.sty -docfiles size=121 +docfiles size=122 RELOC/doc/latex/enotez/README RELOC/doc/latex/enotez/enotez_en.pdf RELOC/doc/latex/enotez/enotez_en.tex RELOC/doc/latex/enotez/enotez_split_example.tex catalogue-also endnote endnotes catalogue-ctan /macros/latex/contrib/enotez -catalogue-date 2015-06-25 06:09:22 +0200 +catalogue-date 2015-07-29 12:34:24 +0200 catalogue-license lppl1.3 catalogue-topics endnote expl3 -catalogue-version 0.8 +catalogue-version 0.8a name enumitem category Package @@ -58893,8 +59174,8 @@ catalogue-version 2.6 name etex-pkg category Package -revision 37807 -shortdesc E-TeX support package. +revision 38279 +shortdesc E-TeX support package relocated 1 longdesc The package provides support for LaTeX documents to use many of longdesc the extensions offered by e-TeX; in particular, it modifies @@ -58907,10 +59188,10 @@ docfiles size=1 RELOC/doc/latex/etex-pkg/README catalogue-also elocalloc catalogue-ctan /macros/latex/contrib/etex-pkg -catalogue-date 2015-07-08 16:11:36 +0200 +catalogue-date 2015-09-02 12:41:39 +0200 catalogue-license lppl1.3 catalogue-topics macro-supp -catalogue-version 2.3 +catalogue-version 2.4 name etex category Package @@ -59240,8 +59521,8 @@ catalogue-version 0.7 name etoc category Package -revision 37121 -shortdesc Completely customisable TOCs. +revision 38242 +shortdesc Completely customisable TOCs relocated 1 longdesc The package gives the user complete control of how the entries longdesc of the table of contents should be constituted from the name, @@ -59265,13 +59546,15 @@ docfiles size=219 RELOC/doc/latex/etoc/README.md RELOC/doc/latex/etoc/etoc-DE.pdf RELOC/doc/latex/etoc/etoc.pdf -srcfiles size=128 +srcfiles size=129 RELOC/source/latex/etoc/etoc.dtx RELOC/source/latex/etoc/etoc.ins +catalogue-also titletoc tocbasic catalogue-ctan /macros/latex/contrib/etoc -catalogue-date 2015-04-29 08:12:48 +0200 +catalogue-date 2015-08-29 14:18:39 +0200 catalogue-license lppl1.3 -catalogue-version 1.08f +catalogue-topics toc-etc +catalogue-version 1.08g name etoolbox-de category Package @@ -59289,8 +59572,8 @@ catalogue-version 1 name etoolbox category Package -revision 37189 -shortdesc e-TeX tools for LaTeX. +revision 38031 +shortdesc e-TeX tools for LaTeX relocated 1 longdesc The package is a toolbox of programming facilities geared longdesc primarily towards LaTeX class and package authors. It provides @@ -59305,14 +59588,15 @@ longdesc kernel. runfiles size=12 RELOC/tex/latex/etoolbox/etoolbox.def RELOC/tex/latex/etoolbox/etoolbox.sty -docfiles size=73 - RELOC/doc/latex/etoolbox/README +docfiles size=74 + RELOC/doc/latex/etoolbox/README.md RELOC/doc/latex/etoolbox/etoolbox.pdf RELOC/doc/latex/etoolbox/etoolbox.tex catalogue-ctan /macros/latex/contrib/etoolbox -catalogue-date 2015-05-04 19:25:56 +0200 +catalogue-date 2015-08-03 06:47:20 +0200 catalogue-license lppl1.3 -catalogue-version 2.2 +catalogue-topics macro-supp +catalogue-version 2.2a name euenc category Package @@ -60413,8 +60697,8 @@ catalogue-version 1.0 name factura category Package -revision 36841 -shortdesc Typeset and calculate invoices according to Venezuelan law. +revision 38223 +shortdesc Typeset and calculate invoices according to Venezuelan law relocated 1 longdesc The class provides convenient means for typesetting and longdesc calculating invoices, according to the requirements of SENIAT @@ -60424,7 +60708,7 @@ longdesc re-usable for other jurisdictions, by rather simple editing. runfiles size=21 RELOC/tex/latex/factura/factura.cls RELOC/tex/latex/factura/factura.def -docfiles size=220 +docfiles size=222 RELOC/doc/latex/factura/README RELOC/doc/latex/factura/factura-beispiel-rechnung.tex RELOC/doc/latex/factura/factura-ejemplo-cotizacion.tex @@ -60443,13 +60727,14 @@ docfiles size=220 RELOC/doc/latex/factura/factura-ejemplo-reporte3.tex RELOC/doc/latex/factura/factura.hd RELOC/doc/latex/factura/factura.pdf -srcfiles size=44 +srcfiles size=45 RELOC/source/latex/factura/factura.dtx RELOC/source/latex/factura/factura.ins catalogue-ctan /macros/latex/contrib/factura -catalogue-date 2015-04-13 17:52:44 +0200 +catalogue-date 2015-08-26 10:06:40 +0200 catalogue-license lppl1.3 -catalogue-version 2.05 +catalogue-topics invoice spanish +catalogue-version 2.1 name facture category Package @@ -60943,8 +61228,8 @@ catalogue-version 1.1 name fbb category Package -revision 37585 -shortdesc A free Bembo-like font. +revision 38195 +shortdesc A free Bembo-like font relocated 1 longdesc The package provides a Bembo-like font package based on Cardo longdesc but with many modifications, adding Bold Italic, small caps in @@ -60954,7 +61239,7 @@ longdesc OpenType and Adobe Type 1 versions are provided; all necessary longdesc support files are provided. The font works well with longdesc newtxmath's libertine option. execute addMap fbb.map -runfiles size=1531 +runfiles size=1287 RELOC/fonts/enc/dvips/fbb/fbb_2xteu2.enc RELOC/fonts/enc/dvips/fbb/fbb_3pafo2.enc RELOC/fonts/enc/dvips/fbb/fbb_3q7523.enc @@ -61385,10 +61670,10 @@ docfiles size=134 RELOC/doc/fonts/fbb/fbb-doc.pdf RELOC/doc/fonts/fbb/fbb-doc.tex catalogue-ctan /fonts/fbb -catalogue-date 2015-06-17 07:02:04 +0200 +catalogue-date 2015-08-24 07:51:32 +0200 catalogue-license ofl catalogue-topics font font-type1 font-otf -catalogue-version 1.08a +catalogue-version 1.09 name fbithesis category Package @@ -61437,6 +61722,32 @@ catalogue-ctan /biblio/bibtex/contrib/misc/fbs.bst catalogue-date 2014-10-17 01:12:51 +0200 catalogue-license lppl +name fcavtex +category Package +revision 38074 +shortdesc A thesis class for the FCAV/UNESP (Brazil) +relocated 1 +longdesc This package provides a class and a bibliography style for the +longdesc FCAV-UNESP (Faculdade de Ciencias Agrarias e Veterinarias de +longdesc Jaboticabal UNESP) brazilian university, written based on the +longdesc institution rules for thesis publications. +runfiles size=20 + RELOC/bibtex/bst/fcavtex/fcavtex.bst + RELOC/tex/latex/fcavtex/fcavtex.cls +docfiles size=89 + RELOC/doc/latex/fcavtex/README + RELOC/doc/latex/fcavtex/examples/basico-cap1.tex + RELOC/doc/latex/fcavtex/examples/basico-principal.pdf + RELOC/doc/latex/fcavtex/examples/basico-principal.tex + RELOC/doc/latex/fcavtex/examples/basico-resumo.tex + RELOC/doc/latex/fcavtex/manual/fcavtex.pdf + RELOC/doc/latex/fcavtex/manual/fcavtex.tex +catalogue-ctan /macros/latex/contrib/fcavtex +catalogue-date 2015-08-07 07:51:48 +0200 +catalogue-license lppl1.3 +catalogue-topics dissertation class +catalogue-version 1.1 + name fcltxdoc category Package revision 24500 @@ -62995,6 +63306,42 @@ catalogue-date 2014-10-09 21:22:26 +0200 catalogue-license gpl catalogue-version 0.8.8 +name fei +category Package +revision 38364 +shortdesc Class for academic works at FEI University Center -- Brazil +relocated 1 +longdesc fei is a class created by graduate students and LaTeX +longdesc enthusiasts that allows students from FEI University Center to +longdesc create their academic works, be it a monograph, masters +longdesc dissertation or phd thesis, under the typographic rules of the +longdesc institution. The class makes it possible to create a full +longdesc academic work, supporting functionalities such as cover, title +longdesc page, catalog entry, dedication, summary, lists of figures, +longdesc tables, algorithms, acronyms and symbols, multiple authors, +longdesc index, references, appendices and attachments. fei is loosely +longdesc based in the Brazilian National Standards Organization +longdesc (Associacao Brasileira de Normas Tecnicas, ABNT) standards for +longdesc the creation of academic works, such as ABNT NBR 10520:2002 +longdesc (Citations) and ABNT NBR 6023:2002 (Bibliographic References). +runfiles size=5 + RELOC/tex/latex/fei/fei.cls +docfiles size=80 + RELOC/doc/latex/fei/README + RELOC/doc/latex/fei/README.txt + RELOC/doc/latex/fei/fei-template-sublist.tex + RELOC/doc/latex/fei/fei-template.tex + RELOC/doc/latex/fei/fei.pdf + RELOC/doc/latex/fei/referencias.bib +srcfiles size=22 + RELOC/source/latex/fei/fei.dtx + RELOC/source/latex/fei/fei.ins +catalogue-ctan /macros/latex/contrib/fei +catalogue-date 2015-09-11 14:57:10 +0200 +catalogue-license lppl1.3 +catalogue-topics dissertation class +catalogue-version 2.0 + name fenixpar category Package revision 24730 @@ -65728,10 +66075,38 @@ catalogue-ctan /info/first-latex-doc catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license pd +name fitbox +category Package +revision 38139 +shortdesc Fit graphics on a page +relocated 1 +longdesc The package allows a box (usually an \includegraphics box) to +longdesc fit on the page. It scales the box to the maximal allowed size +longdesc within the user-set limits. If there is not enough space on the +longdesc page, the box is moved to the next one. +runfiles size=2 + RELOC/tex/latex/fitbox/fitbox.sty +docfiles size=104 + RELOC/doc/latex/fitbox/Makefile + RELOC/doc/latex/fitbox/README + RELOC/doc/latex/fitbox/fitbox.bib + RELOC/doc/latex/fitbox/fitbox.pdf + RELOC/doc/latex/fitbox/sample.pdf + RELOC/doc/latex/fitbox/sample.tex + RELOC/doc/latex/fitbox/vitruvian.jpg +srcfiles size=4 + RELOC/source/latex/fitbox/fitbox.dtx + RELOC/source/latex/fitbox/fitbox.ins +catalogue-ctan /macros/latex/contrib/fitbox +catalogue-date 2015-08-16 21:45:31 +0200 +catalogue-license lppl1.3 +catalogue-topics boxing +catalogue-version 1.00 + name fithesis category Package -revision 37804 -shortdesc Thesis class and template for Masaryk University (Brno, Czech Republic). +revision 38318 +shortdesc Thesis class and template for Masaryk University (Brno, Czech Republic) relocated 1 longdesc A document class for the typesetting of theses at the Masaryk longdesc University (Brno, Czech Republic). The class has been designed @@ -65828,7 +66203,7 @@ runfiles size=1799 RELOC/tex/latex/fithesis/style/mu/fithesis-ped.sty RELOC/tex/latex/fithesis/style/mu/fithesis-phil.sty RELOC/tex/latex/fithesis/style/mu/fithesis-sci.sty -docfiles size=848 +docfiles size=854 RELOC/doc/latex/fithesis/README RELOC/doc/latex/fithesis/fithesis.pdf RELOC/doc/latex/fithesis/guide/mu/econ.pdf @@ -65873,10 +66248,10 @@ srcfiles size=67 RELOC/source/latex/fithesis/style/mu/sci.dtx RELOC/source/latex/fithesis/style/mu/sci.ins catalogue-ctan /macros/latex/contrib/fithesis -catalogue-date 2015-07-08 05:09:28 +0200 +catalogue-date 2015-09-07 07:39:22 +0200 catalogue-license lppl1.3 catalogue-topics dissertation class -catalogue-version 0.3.20 +catalogue-version 0.3.21 name fix2col category Package @@ -66931,16 +67306,18 @@ catalogue-license other-free name fontawesome category Package -revision 37890 -shortdesc Font containing web-related icons. +revision 38051 +shortdesc Font containing web-related icons relocated 1 longdesc The package offers access to the large number of web-related longdesc icons provided by the included font. The package requires the longdesc package, fontspec, if run with XeTeX or LuaTeX. -runfiles size=90 +execute addMap fontawesome.map +runfiles size=104 RELOC/fonts/enc/dvips/fontawesome/fontawesomeone.enc RELOC/fonts/enc/dvips/fontawesome/fontawesomethree.enc RELOC/fonts/enc/dvips/fontawesome/fontawesometwo.enc + RELOC/fonts/map/dvips/fontawesome/fontawesome.map RELOC/fonts/opentype/public/fontawesome/FontAwesome.otf RELOC/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm RELOC/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm @@ -66950,16 +67327,18 @@ runfiles size=90 RELOC/tex/latex/fontawesome/fontawesomesymbols-generic.tex RELOC/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex RELOC/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex -docfiles size=57 - RELOC/doc/fonts/fontawesome/README + RELOC/tex/latex/fontawesome/ufontawesomeone.fd + RELOC/tex/latex/fontawesome/ufontawesomethree.fd + RELOC/tex/latex/fontawesome/ufontawesometwo.fd +docfiles size=62 RELOC/doc/fonts/fontawesome/README.md RELOC/doc/fonts/fontawesome/fontawesome.pdf RELOC/doc/fonts/fontawesome/fontawesome.tex catalogue-ctan /fonts/fontawesome -catalogue-date 2015-07-18 07:05:18 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license lppl1.3 -catalogue-topics font font-supp-symbol font-symbol font-otf -catalogue-version 4.3.0-1 +catalogue-topics font font-supp-symbol font-symbol font-otf font-type1 +catalogue-version 4.4.0 name fontaxes category Package @@ -67009,8 +67388,8 @@ catalogue-version 0.2 name font-change category Package -revision 36535 -shortdesc Macros to change text and mathematics fonts in plain TeX. +revision 38286 +shortdesc Macros to change text and mathematics fonts in plain TeX relocated 1 longdesc Macros to Change Text and Mathematics fonts in TeX: 45 longdesc Beautiful Variants The macros are written for plain TeX and may @@ -67021,8 +67400,9 @@ longdesc one statement. The fonts may be used readily at various longdesc predefined sizes. All the fonts called by these macro files are longdesc free and are included in current MiKTeX and TeX Live longdesc distributions. -runfiles size=175 +runfiles size=220 RELOC/tex/plain/font-change/font-change.tex + RELOC/tex/plain/font-change/font-change_FRENCH.tex RELOC/tex/plain/font-change/font_antp_euler.tex RELOC/tex/plain/font-change/font_antt-condensed-light.tex RELOC/tex/plain/font-change/font_antt-condensed-medium.tex @@ -67069,14 +67449,16 @@ runfiles size=175 RELOC/tex/plain/font-change/font_palatino.tex RELOC/tex/plain/font-change/font_times.tex RELOC/tex/plain/font-change/font_utopia.tex -docfiles size=221 - RELOC/doc/plain/font-change/README +docfiles size=476 + RELOC/doc/plain/font-change/README.txt RELOC/doc/plain/font-change/default-amssymbols.tex RELOC/doc/plain/font-change/font-change.pdf + RELOC/doc/plain/font-change/font-change_FRENCH.pdf catalogue-ctan /macros/plain/contrib/font-change -catalogue-date 2015-03-16 05:45:52 +0100 +catalogue-date 2015-09-02 22:32:21 +0200 catalogue-license other-free -catalogue-version 2015.1 +catalogue-topics font-supp plain-ext +catalogue-version 2015.2 name fontch category Package @@ -67324,8 +67706,8 @@ catalogue-license other-free name fontname category Package -revision 29725 -shortdesc Scheme for naming fonts in TeX. +revision 38345 +shortdesc Scheme for naming fonts in TeX relocated 1 longdesc The scheme for assigning names is described (in the longdesc documentation part of the package), and map files giving the @@ -67354,7 +67736,7 @@ runfiles size=377 RELOC/fonts/map/fontname/weight.map RELOC/fonts/map/fontname/width.map RELOC/fonts/map/fontname/yandy.map -docfiles size=788 +docfiles size=781 RELOC/doc/fonts/fontname/8a.html RELOC/doc/fonts/fontname/8r.html RELOC/doc/fonts/fontname/Adobe-fonts.html @@ -67402,8 +67784,9 @@ docfiles size=788 RELOC/doc/fonts/fontname/xt2.html RELOC/doc/info/fontname.info catalogue-ctan /info/fontname -catalogue-date 2012-07-06 23:09:35 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license gpl +catalogue-topics font-doc name fontools category Package @@ -68185,7 +68568,7 @@ catalogue-version 2.7 name forest category Package -revision 37872 +revision 37933 shortdesc Drawing (linguistic) trees. relocated 1 longdesc The package is provides a PGF/TikZ-based mechanism for drawing @@ -68200,17 +68583,17 @@ longdesc PGF/TikZ; and an externalization mechanism sensitive to code- longdesc changes. runfiles size=41 RELOC/tex/latex/forest/forest.sty -docfiles size=219 +docfiles size=218 RELOC/doc/latex/forest/README RELOC/doc/latex/forest/forest.pdf srcfiles size=100 RELOC/source/latex/forest/forest.dtx RELOC/source/latex/forest/forest.ins catalogue-ctan /graphics/pgf/contrib/forest -catalogue-date 2015-07-16 05:32:40 +0200 +catalogue-date 2015-07-23 06:55:24 +0200 catalogue-license lppl1.3 catalogue-topics tree pgf-tikz linguistic -catalogue-version 1.09 +catalogue-version 1.0.10 name forloop category Package @@ -69031,41 +69414,6 @@ catalogue-date 2014-03-25 19:16:16 +0100 catalogue-license gpl catalogue-version 1.3 -name frenchle -category Package -revision 29803 -shortdesc French macros, usable stand-alone or with Babel. -relocated 1 -longdesc This is a redistribution and repackaging of the late Bernard -longdesc Gaulle's "light" package to typeset French documents according -longdesc to the rules of the "Imprimerie Nationale". The package offers -longdesc a package, two Babel language definition files (french.ldf and -longdesc frenchle.ldf), and a package to enable the non-standard -longdesc definition files to be loaded into an unmodified Babel. The -longdesc user may simply use frenchle.sty if typesetting a French-only -longdesc document, but should use Babel with the frenchle option for a -longdesc multilingual document. -runfiles size=26 - RELOC/tex/latex/frenchle/babelfr.sty - RELOC/tex/latex/frenchle/french.ldf - RELOC/tex/latex/frenchle/frenchle.cfg - RELOC/tex/latex/frenchle/frenchle.ldf - RELOC/tex/latex/frenchle/frenchle.sty -docfiles size=205 - RELOC/doc/latex/frenchle/ALIRE.le - RELOC/doc/latex/frenchle/README - RELOC/doc/latex/frenchle/README.le - RELOC/doc/latex/frenchle/faq.pdf - RELOC/doc/latex/frenchle/frenchle.pdf - RELOC/doc/latex/frenchle/sources/faq.tex - RELOC/doc/latex/frenchle/sources/frenchle.tex - RELOC/doc/latex/frenchle/sources/myfroptn.sty - RELOC/doc/latex/frenchle/sources/mymaj.sty -catalogue-ctan /language/french/frenchle -catalogue-date 2012-05-31 00:57:47 +0200 -catalogue-license lppl -catalogue-version 5.9995 - name frletter category Package revision 15878 @@ -72061,8 +72409,8 @@ catalogue-version 1.0 name glossaries category Package -revision 37869 -shortdesc Create glossaries and lists of acronyms. +revision 38342 +shortdesc Create glossaries and lists of acronyms longdesc The glossaries package supports acronyms and multiple longdesc glossaries, and has provision for operation in several longdesc languages (using the facilities of either babel or @@ -72083,20 +72431,17 @@ longdesc the first letter of a word to upper case. The package longdesc supersedes the author's glossary package (which is now longdesc obsolete), and a conversion tool is provided. depend glossaries.ARCH -runfiles size=164 +runfiles size=160 texmf-dist/scripts/glossaries/glossaries.perl texmf-dist/scripts/glossaries/makeglossaries texmf-dist/scripts/glossaries/makeglossaries-lite.lua texmf-dist/scripts/glossaries/makeglossaries.bat - texmf-dist/scripts/glossaries/mfirstuc.perl texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty texmf-dist/tex/latex/glossaries/base/glossaries.sty - texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty - texmf-dist/tex/latex/glossaries/base/mfirstuc.sty texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty @@ -72119,7 +72464,7 @@ runfiles size=164 texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-parent.tex texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-symbols.tex texmf-dist/tex/latex/glossaries/test-entries/example-glossaries-url.tex -docfiles size=1942 +docfiles size=1862 texmf-dist/doc/latex/glossaries/CHANGES texmf-dist/doc/latex/glossaries/INSTALL texmf-dist/doc/latex/glossaries/README @@ -72133,9 +72478,6 @@ docfiles size=1942 texmf-dist/doc/latex/glossaries/glossary2glossaries.html texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf texmf-dist/doc/latex/glossaries/glossary2glossaries.tex - texmf-dist/doc/latex/glossaries/mfirstuc-manual.html - texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf - texmf-dist/doc/latex/glossaries/mfirstuc-manual.tex texmf-dist/doc/latex/glossaries/samples/README-samples texmf-dist/doc/latex/glossaries/samples/database1.tex texmf-dist/doc/latex/glossaries/samples/database2.tex @@ -72175,8 +72517,6 @@ docfiles size=1942 texmf-dist/doc/latex/glossaries/samples/sample-inline.tex texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex - texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.pdf - texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf @@ -72237,14 +72577,14 @@ docfiles size=1942 texmf-dist/doc/latex/glossaries/samples/samplexdy.tex texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex -srcfiles size=275 +srcfiles size=273 texmf-dist/source/latex/glossaries/glossaries.dtx texmf-dist/source/latex/glossaries/glossaries.ins catalogue-ctan /macros/latex/contrib/glossaries -catalogue-date 2015-07-17 16:36:31 +0200 +catalogue-date 2015-09-09 19:08:14 +0200 catalogue-license lppl1.3 catalogue-topics glossary -catalogue-version 4.17 +catalogue-version 4.18 name glossaries.i386-linux category Package @@ -72645,8 +72985,8 @@ catalogue-version 1.2a name gothic category Package -revision 36022 -shortdesc A collection of old German-style fonts. +revision 38263 +shortdesc A collection of old German-style fonts relocated 1 longdesc A collection of fonts that reproduce those used in "old German" longdesc printing and handwriting. The set comprises Gothic, Schwabacher @@ -72656,7 +72996,7 @@ longdesc addition, there are two re-encoding packages for Haralambous's longdesc fonts, providing T1, using virtual fonts, and OT1 and T1, using longdesc Metafont. runfiles size=246 - RELOC/fonts/source/public/gothic/cmfrabas.mf + RELOC/fonts/source/public/gothic/cmfrabase.mf RELOC/fonts/source/public/gothic/cmfrak.mf RELOC/fonts/source/public/gothic/cmfraklow.mf RELOC/fonts/source/public/gothic/cmfrakmis.mf @@ -72738,8 +73078,9 @@ docfiles size=61 srcfiles size=1 RELOC/source/fonts/gothic/mfall.bat catalogue-ctan /fonts/gothic -catalogue-date 2014-05-03 14:16:52 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license collection +catalogue-topics font font-collection font-gothic name go category Package @@ -72816,6 +73157,25 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license lppl1.3 catalogue-version 0.2 +name gradstudentresume +category Package +revision 38147 +shortdesc A generic template for graduate student resumes +relocated 1 +longdesc The package offers a template for graduate students writing an +longdesc academic CV. The goal is to create a flexible template that can +longdesc be customized based on each specific individual's needs. +runfiles size=1 + RELOC/tex/latex/gradstudentresume/gradstudentresume.cls +docfiles size=27 + RELOC/doc/latex/gradstudentresume/README.txt + RELOC/doc/latex/gradstudentresume/RESUME15.pdf + RELOC/doc/latex/gradstudentresume/RESUME15.tex +catalogue-ctan /macros/latex/contrib/gradstudentresume +catalogue-date 2015-08-18 00:12:40 +0200 +catalogue-license unknown +catalogue-topics dissertation class + name grafcet category Package revision 22509 @@ -73082,13 +73442,13 @@ catalogue-version 1.0 name greek-fontenc category Package -revision 35920 -shortdesc LICR macros and encoding definition files for Greek. +revision 38297 +shortdesc LICR macros and encoding definition files for Greek relocated 1 longdesc The package provides Greek LICR macro definitions and encoding longdesc definition files for Greek text font encodings for use with longdesc fontenc. -runfiles size=41 +runfiles size=44 RELOC/tex/latex/greek-fontenc/alphabeta-euenc.def RELOC/tex/latex/greek-fontenc/alphabeta-lgr.def RELOC/tex/latex/greek-fontenc/alphabeta.sty @@ -73096,7 +73456,7 @@ runfiles size=41 RELOC/tex/latex/greek-fontenc/greek-fontenc.def RELOC/tex/latex/greek-fontenc/lgrenc.def RELOC/tex/latex/greek-fontenc/textalpha.sty -docfiles size=444 +docfiles size=630 RELOC/doc/latex/greek-fontenc/README RELOC/doc/latex/greek-fontenc/README.html RELOC/doc/latex/greek-fontenc/alphabeta-doc.pdf @@ -73117,26 +73477,31 @@ docfiles size=444 RELOC/doc/latex/greek-fontenc/lgrenc-test.pdf RELOC/doc/latex/greek-fontenc/lgrenc-test.tex RELOC/doc/latex/greek-fontenc/lgrenc.def.html + RELOC/doc/latex/greek-fontenc/test-active-semicolon.pdf + RELOC/doc/latex/greek-fontenc/test-nameclashes.pdf + RELOC/doc/latex/greek-fontenc/textalpha-doc.html RELOC/doc/latex/greek-fontenc/textalpha-doc.pdf RELOC/doc/latex/greek-fontenc/textalpha-doc.tex RELOC/doc/latex/greek-fontenc/textalpha.sty.html +catalogue-also lgrx catalogue-ctan /language/greek/greek-fontenc -catalogue-date 2014-12-25 18:20:18 +0100 +catalogue-date 2015-09-04 15:15:28 +0200 catalogue-license lppl1.3 -catalogue-version 0.12 +catalogue-topics greek inputenc +catalogue-version 0.13 name greek-inputenc category Package -revision 37774 -shortdesc Greek encoding support for inputenc. +revision 38080 +shortdesc Greek encoding support for inputenc relocated 1 longdesc The bundle provides UTF-8, Macintosh Greek encoding and ISO longdesc 8859-7 definition files for use with inputenc. -runfiles size=11 +runfiles size=12 RELOC/tex/latex/greek-inputenc/iso-8859-7.def RELOC/tex/latex/greek-inputenc/lgrenc.dfu RELOC/tex/latex/greek-inputenc/macgreek.def -docfiles size=131 +docfiles size=130 RELOC/doc/latex/greek-inputenc/README RELOC/doc/latex/greek-inputenc/README.html RELOC/doc/latex/greek-inputenc/greek-utf8.pdf @@ -73146,10 +73511,10 @@ docfiles size=131 RELOC/doc/latex/greek-inputenc/test-iso-8859-7.tex RELOC/doc/latex/greek-inputenc/unicode-licr.txt catalogue-ctan /language/greek/greek-inputenc -catalogue-date 2015-06-04 17:39:02 +0200 +catalogue-date 2015-08-08 10:58:05 +0200 catalogue-license lppl1.3 catalogue-topics inputenc greek -catalogue-version 1.5.1 +catalogue-version 1.6 name greektex category Package @@ -78081,21 +78446,22 @@ catalogue-version 0.2 name idxcmds category Package -revision 31557 -shortdesc Semantic commands for adding formatted index entries. +revision 38115 +shortdesc Semantic commands for adding formatted index entries relocated 1 longdesc The package provides commands for adding formatted index longdesc entries; it arises from the author's work on large documents. runfiles size=3 RELOC/tex/latex/idxcmds/idxcmds.sty -docfiles size=33 +docfiles size=105 RELOC/doc/latex/idxcmds/README RELOC/doc/latex/idxcmds/idxcmds_en.pdf RELOC/doc/latex/idxcmds/idxcmds_en.tex catalogue-ctan /macros/latex/contrib/idxcmds -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-13 13:06:19 +0200 catalogue-license lppl1.3 -catalogue-version 0.2b +catalogue-topics index +catalogue-version 0.2c name idxlayout category Package @@ -78167,14 +78533,14 @@ catalogue-version 4.0 name IEEEtran category Package -revision 35194 -shortdesc Document class for IEEE Transactions journals and conferences. +revision 38238 +shortdesc Document class for IEEE Transactions journals and conferences relocated 1 longdesc The class and its BibTeX style enable authors to produce longdesc officially-correct output for the Institute of Electrical and longdesc Electronics Engineers (IEEE) transactions, journals and longdesc conferences. -runfiles size=201 +runfiles size=205 RELOC/bibtex/bib/IEEEtran/IEEEabrv.bib RELOC/bibtex/bib/IEEEtran/IEEEexample.bib RELOC/bibtex/bib/IEEEtran/IEEEfull.bib @@ -78185,7 +78551,7 @@ runfiles size=201 RELOC/bibtex/bst/IEEEtran/IEEEtranSN.bst RELOC/tex/latex/IEEEtran/IEEEtran.cls RELOC/tex/latex/IEEEtran/IEEEtrantools.sty -docfiles size=486 +docfiles size=482 RELOC/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf RELOC/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf RELOC/doc/latex/IEEEtran/IEEEtrantools_doc.txt @@ -78199,19 +78565,22 @@ docfiles size=486 RELOC/doc/latex/IEEEtran/bare_conf_compsoc.tex RELOC/doc/latex/IEEEtran/bare_jrnl.tex RELOC/doc/latex/IEEEtran/bare_jrnl_compsoc.tex + RELOC/doc/latex/IEEEtran/bare_jrnl_comsoc.tex RELOC/doc/latex/IEEEtran/bare_jrnl_transmag.tex + RELOC/doc/latex/IEEEtran/bibtex/changelog.txt RELOC/doc/latex/IEEEtran/changelog.txt - RELOC/doc/latex/IEEEtran/font_install_how.txt RELOC/doc/latex/IEEEtran/testflow.tex RELOC/doc/latex/IEEEtran/testflow_ctl_A4.pdf RELOC/doc/latex/IEEEtran/testflow_ctl_LTR.pdf RELOC/doc/latex/IEEEtran/testflow_doc.pdf RELOC/doc/latex/IEEEtran/tools/changelog.txt RELOC/doc/latex/IEEEtran/tux.eps + RELOC/doc/latex/IEEEtran/tux.pdf catalogue-ctan /macros/latex/contrib/IEEEtran -catalogue-date 2014-10-01 09:31:17 +0200 +catalogue-date 2015-08-28 21:41:19 +0200 catalogue-license lppl1.3 -catalogue-version 1.8a +catalogue-topics journalpub class +catalogue-version 1.8b name ifetex category Package @@ -87557,15 +87926,15 @@ catalogue-version 3.18 name kotex-oblivoir category Package -revision 37845 -shortdesc A LaTeX document class for typesetting Korean documents. +revision 38033 +shortdesc A LaTeX document class for typesetting Korean documents relocated 1 longdesc The class is based on memoir, and is adapted to typesetting longdesc Korean documents. The bundle (of class and associated packages) longdesc belongs to the ko.TeX bundle. depend memoir depend kotex-utf -runfiles size=59 +runfiles size=60 RELOC/tex/latex/kotex-oblivoir/memhangul-ucs/10_5.sty RELOC/tex/latex/kotex-oblivoir/memhangul-ucs/fapapersize.sty RELOC/tex/latex/kotex-oblivoir/memhangul-ucs/hfontsel.sty @@ -87600,10 +87969,10 @@ docfiles size=98 RELOC/doc/latex/kotex-oblivoir/doc/oblivoir-simpledoc.tex RELOC/doc/latex/kotex-oblivoir/doc/oblivoir-test.tex catalogue-ctan /language/korean/kotex-oblivoir -catalogue-date 2015-07-12 09:16:37 +0200 +catalogue-date 2015-08-03 16:37:48 +0200 catalogue-license lppl1.3 catalogue-topics korean class -catalogue-version 2.1.2 +catalogue-version 2.1.4 name kotex-plain category Package @@ -90550,8 +90919,8 @@ catalogue-version 2.3 name l3build category Package -revision 37679 -shortdesc A testing and building system for (La)TeX. +revision 38376 +shortdesc A testing and building system for (La)TeX relocated 1 longdesc The build system supports testing and building LaTeX3 code, on longdesc Linux, Mac OS X and Windows systems. The package offers: A unit @@ -90561,25 +90930,25 @@ longdesc documentation; and An automated process for creating CTAN longdesc releases. The package is essentially independent of other longdesc material released by the LaTeX3 team, and may be updated on a longdesc different schedule. -runfiles size=13 +runfiles size=15 RELOC/tex/latex/l3build/l3build.lua RELOC/tex/latex/l3build/regression-test.tex -docfiles size=136 - RELOC/doc/latex/l3build/README +docfiles size=147 + RELOC/doc/latex/l3build/README.md RELOC/doc/latex/l3build/l3build.pdf -srcfiles size=14 +srcfiles size=15 RELOC/source/latex/l3build/l3build.dtx RELOC/source/latex/l3build/l3build.ins catalogue-ctan /macros/latex/contrib/l3build -catalogue-date 2015-06-25 16:12:19 +0200 +catalogue-date 2015-09-14 17:31:25 +0200 catalogue-license lppl1.3 catalogue-topics package-devel macro-supp -catalogue-version SVN 5639 +catalogue-version SVN 6007 name l3experimental category Package -revision 37621 -shortdesc Experimental LaTeX3 concepts. +revision 38360 +shortdesc Experimental LaTeX3 concepts relocated 1 longdesc The l3experimental packages are a collection of experimental longdesc implementations for aspects of the LaTeX3 kernel, dealing with @@ -90598,7 +90967,7 @@ longdesc alignment of boxes using a series of 'handle' positions, longdesc supplementing the simple TeX reference point. All the files of longdesc the bundle are also available in the Subversion (SVN) longdesc repository of the LaTeX3 Project. The bundle on CTAN is based -longdesc on a snapshot of the SVN repository on 2013-10-11. +longdesc on a snapshot of the SVN repository on 2015-09-11. runfiles size=116 RELOC/tex/latex/l3experimental/l3sort/l3sort.sty RELOC/tex/latex/l3experimental/l3str/l3flag.sty @@ -90635,7 +91004,7 @@ runfiles size=116 RELOC/tex/latex/l3experimental/xgalley/l3galley.sty RELOC/tex/latex/l3experimental/xgalley/xgalley.sty docfiles size=1039 - RELOC/doc/latex/l3experimental/README + RELOC/doc/latex/l3experimental/README.md RELOC/doc/latex/l3experimental/l3sort/l3sort.pdf RELOC/doc/latex/l3experimental/l3str/l3flag.pdf RELOC/doc/latex/l3experimental/l3str/l3regex.pdf @@ -90665,15 +91034,15 @@ srcfiles size=180 RELOC/source/latex/l3experimental/xgalley/xgalley.ins catalogue-also l3kernel l3packages catalogue-ctan /macros/latex/contrib/l3experimental -catalogue-date 2015-06-19 16:24:00 +0200 +catalogue-date 2015-09-12 09:51:31 +0200 catalogue-license lppl1.3 catalogue-topics macro-supp layout latex3 pre-release -catalogue-version SVN 5630 +catalogue-version SVN 6001 name l3kernel category Package -revision 37621 -shortdesc LaTeX3 programming conventions. +revision 38371 +shortdesc LaTeX3 programming conventions relocated 1 longdesc The l3kernel bundle provides an implementation of the LaTeX3 longdesc programmers' interface, as a set of packages that run under @@ -90683,7 +91052,7 @@ longdesc TeX programmers. The packages are set up so that the LaTeX3 longdesc conventions can be used with regular LaTeX 2e packages. All the longdesc files of the bundle are also available in the project's longdesc Subversion (SVN) repository -runfiles size=209 +runfiles size=222 RELOC/tex/latex/l3kernel/expl3-code.tex RELOC/tex/latex/l3kernel/expl3-generic.tex RELOC/tex/latex/l3kernel/expl3.sty @@ -90715,12 +91084,13 @@ runfiles size=209 RELOC/tex/latex/l3kernel/l3token.sty RELOC/tex/latex/l3kernel/l3unicode-data.def RELOC/tex/latex/l3kernel/l3xdvipdfmx.def -docfiles size=1855 - RELOC/doc/latex/l3kernel/README +docfiles size=1836 + RELOC/doc/latex/l3kernel/README.md RELOC/doc/latex/l3kernel/expl3.pdf RELOC/doc/latex/l3kernel/interface3.pdf RELOC/doc/latex/l3kernel/interface3.tex RELOC/doc/latex/l3kernel/l3docstrip.pdf + RELOC/doc/latex/l3kernel/l3obsolete.txt RELOC/doc/latex/l3kernel/l3styleguide.pdf RELOC/doc/latex/l3kernel/l3styleguide.tex RELOC/doc/latex/l3kernel/l3syntax-changes.pdf @@ -90728,7 +91098,7 @@ docfiles size=1855 RELOC/doc/latex/l3kernel/source3.pdf RELOC/doc/latex/l3kernel/source3.tex RELOC/doc/latex/l3kernel/source3body.tex -srcfiles size=550 +srcfiles size=572 RELOC/source/latex/l3kernel/expl3.dtx RELOC/source/latex/l3kernel/l3.ins RELOC/source/latex/l3kernel/l3alloc.dtx @@ -90760,6 +91130,7 @@ srcfiles size=550 RELOC/source/latex/l3kernel/l3fp.dtx RELOC/source/latex/l3kernel/l3int.dtx RELOC/source/latex/l3kernel/l3keys.dtx + RELOC/source/latex/l3kernel/l3luatex.dtx RELOC/source/latex/l3kernel/l3msg.dtx RELOC/source/latex/l3kernel/l3names.dtx RELOC/source/latex/l3kernel/l3oldmodules.dtx @@ -90769,20 +91140,21 @@ srcfiles size=550 RELOC/source/latex/l3kernel/l3seq.dtx RELOC/source/latex/l3kernel/l3skip.dtx RELOC/source/latex/l3kernel/l3str.dtx + RELOC/source/latex/l3kernel/l3sys.dtx RELOC/source/latex/l3kernel/l3tl.dtx RELOC/source/latex/l3kernel/l3token.dtx RELOC/source/latex/l3kernel/l3unicode-data.dtx catalogue-also l3packages l3experimental catalogue-ctan /macros/latex/contrib/l3kernel -catalogue-date 2015-06-19 16:13:25 +0200 +catalogue-date 2015-09-12 08:20:42 +0200 catalogue-license lppl1.3 catalogue-topics format latex3 pre-release -catalogue-version SVN 5630 +catalogue-version SVN 6002 name l3packages category Package -revision 37621 -shortdesc High-level LaTeX3 concepts. +revision 38360 +shortdesc High-level LaTeX3 concepts relocated 1 longdesc The bundle holds prototype implementations of concepts for a longdesc LaTeX designer interface, to be used with the experimental @@ -90795,16 +91167,16 @@ longdesc declaring document commands; and xtemplate, which provides a longdesc means of defining generic functions using a key-value syntax. longdesc All the files of the bundle are also available in the longdesc Subversion (SVN) repository of the LaTeX3 Project. The bundle -longdesc on CTAN is based on a snapshot of the SVN repository on; it -longdesc should be used with copies of the l3kernel at SVN version 2544 -longdesc or later. +longdesc on CTAN is based on a snapshot of the SVN repository; it should +longdesc be used with copies of the l3kernel at SVN version 6001 or +longdesc later. runfiles size=33 RELOC/tex/latex/l3packages/l3keys2e/l3keys2e.sty RELOC/tex/latex/l3packages/xfrac/xfrac.sty RELOC/tex/latex/l3packages/xparse/xparse.sty RELOC/tex/latex/l3packages/xtemplate/xtemplate.sty docfiles size=418 - RELOC/doc/latex/l3packages/README + RELOC/doc/latex/l3packages/README.md RELOC/doc/latex/l3packages/l3keys2e/l3keys2e-demo.tex RELOC/doc/latex/l3packages/l3keys2e/l3keys2e.pdf RELOC/doc/latex/l3packages/xfrac/xfrac.pdf @@ -90821,10 +91193,10 @@ srcfiles size=73 RELOC/source/latex/l3packages/xtemplate/xtemplate.ins catalogue-also l3kernel l3experimental catalogue-ctan /macros/latex/contrib/l3packages -catalogue-date 2015-06-19 16:18:53 +0200 +catalogue-date 2015-09-12 09:01:48 +0200 catalogue-license lppl1.3 catalogue-topics macro-supp latex3 pre-release -catalogue-version SVN 5530 +catalogue-version SVN 6001 name labbook category Package @@ -91696,7 +92068,7 @@ catalogue-version 1.13 name latexconfig category Package -revision 37197 +revision 38205 relocated 1 runfiles size=15 RELOC/tex/latex/latexconfig/color.cfg @@ -94350,7 +94722,7 @@ catalogue-version 0.3 name leadsheets category Package -revision 37793 +revision 37982 shortdesc Typesetting leadsheets and songbooks. relocated 1 longdesc This LaTeX package offers support for typesetting simple @@ -94368,16 +94740,16 @@ runfiles size=24 RELOC/tex/latex/leadsheets/leadsheets.library.translations.code.tex RELOC/tex/latex/leadsheets/leadsheets.library.transposing.code.tex RELOC/tex/latex/leadsheets/leadsheets.sty -docfiles size=224 +docfiles size=225 RELOC/doc/latex/leadsheets/README RELOC/doc/latex/leadsheets/leadsheets_en.pdf RELOC/doc/latex/leadsheets/leadsheets_en.tex catalogue-also songs songbook catalogue-ctan /macros/latex/contrib/leadsheets -catalogue-date 2015-07-07 16:45:22 +0200 +catalogue-date 2015-07-28 14:20:08 +0200 catalogue-license lppl1.3 catalogue-topics music chords -catalogue-version 0.2a +catalogue-version 0.3 name leaflet category Package @@ -94632,8 +95004,8 @@ catalogue-version 2.353 name lettrine category Package -revision 36295 -shortdesc Typeset dropped capitals. +revision 38268 +shortdesc Typeset dropped capitals relocated 1 longdesc The lettrine package supports various dropped capitals styles, longdesc typically those described in the French typographic books. In @@ -94641,14 +95013,14 @@ longdesc particular, it has facilities for the paragraph text's left longdesc edge to follow the outline of capitals that have a regular longdesc shape (such as "A" and "V"). runfiles size=11 - RELOC/tex/latex/lettrine/contrib/optfile.cfl - RELOC/tex/latex/lettrine/contrib/pacl.cfl - RELOC/tex/latex/lettrine/contrib/padl.cfl - RELOC/tex/latex/lettrine/contrib/pzc2.cfl - RELOC/tex/latex/lettrine/contrib/pzc3.cfl RELOC/tex/latex/lettrine/lettrine.cfg RELOC/tex/latex/lettrine/lettrine.sty -docfiles size=138 + RELOC/tex/latex/lettrine/optfile.cfl + RELOC/tex/latex/lettrine/pacl.cfl + RELOC/tex/latex/lettrine/padl.cfl + RELOC/tex/latex/lettrine/pzc2.cfl + RELOC/tex/latex/lettrine/pzc3.cfl +docfiles size=143 RELOC/doc/latex/lettrine/README RELOC/doc/latex/lettrine/W.eps RELOC/doc/latex/lettrine/W.pdf @@ -94657,13 +95029,14 @@ docfiles size=138 RELOC/doc/latex/lettrine/demo.pdf RELOC/doc/latex/lettrine/demo.tex RELOC/doc/latex/lettrine/lettrine.pdf -srcfiles size=10 +srcfiles size=11 RELOC/source/latex/lettrine/lettrine.dtx RELOC/source/latex/lettrine/lettrine.ins catalogue-ctan /macros/latex/contrib/lettrine -catalogue-date 2015-02-16 19:33:10 +0100 +catalogue-date 2015-09-01 14:20:07 +0200 catalogue-license lppl1.3 -catalogue-version 1.8 +catalogue-topics lettrine +catalogue-version 1.9 name levy category Package @@ -101741,14 +102114,14 @@ catalogue-version 2.2 name luamplib category Package -revision 36637 +revision 38019 shortdesc Use LuaTeX's built-in MetaPost interpreter. relocated 1 longdesc The package enables the user to specify MetaPost diagrams longdesc (which may include colour specifications from the color or longdesc xcolor packages) into a document, using LuaTeX's built-in longdesc MetaPost library. The facility is only available in PDF mode. -runfiles size=11 +runfiles size=12 RELOC/tex/luatex/luamplib/luamplib.lua RELOC/tex/luatex/luamplib/luamplib.sty docfiles size=40 @@ -101757,13 +102130,14 @@ docfiles size=40 RELOC/doc/luatex/luamplib/luamplib.pdf RELOC/doc/luatex/luamplib/test-luamplib-latex.tex RELOC/doc/luatex/luamplib/test-luamplib-plain.tex -srcfiles size=21 +srcfiles size=22 RELOC/source/luatex/luamplib/Makefile RELOC/source/luatex/luamplib/luamplib.dtx catalogue-ctan /macros/luatex/generic/luamplib -catalogue-date 2015-03-26 12:09:13 +0100 +catalogue-date 2015-08-01 16:12:44 +0200 catalogue-license gpl2 -catalogue-version 2.10.1 +catalogue-topics mp-use graphics-in-tex luatex +catalogue-version 2.11.0 name luaotfload category Package @@ -101937,13 +102311,13 @@ catalogue-version 0.6 name luatexja category Package -revision 37454 -shortdesc Typeset Japanese with lua(la)tex. +revision 38309 +shortdesc Typeset Japanese with Lua(La)TeX relocated 1 longdesc The package offers support for typesetting Japanese documents longdesc with LuaTeX. Either of the Plain and LaTeX2e formats may be longdesc used with the package. -runfiles size=339 +runfiles size=340 RELOC/tex/luatex/luatexja/addons/luatexja-adjust.sty RELOC/tex/luatex/luatexja/addons/luatexja-ajmacros.sty RELOC/tex/luatex/luatexja/addons/luatexja-fontspec-24.sty @@ -102028,7 +102402,7 @@ runfiles size=339 RELOC/tex/luatex/luatexja/patches/lltjp-tascmac.sty RELOC/tex/luatex/luatexja/patches/lltjp-unicode-math.sty RELOC/tex/luatex/luatexja/patches/lltjp-xunicode.sty -docfiles size=1036 +docfiles size=1048 RELOC/doc/luatex/luatexja/COPYING RELOC/doc/luatex/luatexja/README RELOC/doc/luatex/luatexja/jfm-test.lua @@ -102069,9 +102443,10 @@ srcfiles size=106 RELOC/source/luatex/luatexja/tool/otf-KozMinPr6N-Regular.txt RELOC/source/luatex/luatexja/tool/unicodeBlocks.tex catalogue-ctan /macros/luatex/generic/luatexja -catalogue-date 2015-05-18 13:38:18 +0200 +catalogue-date 2015-09-06 09:23:59 +0200 catalogue-license bsd -catalogue-version 20150518.0 +catalogue-topics japanese luatex class +catalogue-version 20150906.0 name luatexko category Package @@ -103321,8 +103696,8 @@ catalogue-version 1.07 name mathastext category Package -revision 36408 -shortdesc Use the text font in maths mode. +revision 38358 +shortdesc Use the text font in maths mode relocated 1 longdesc The package uses a text font (usually the document's text font) longdesc for the letters of the Latin alphabet needed when typesetting @@ -103338,17 +103713,18 @@ longdesc under LuaTeX, requires the TeX live 2013 distribution (or longdesc later). runfiles size=21 RELOC/tex/latex/mathastext/mathastext.sty -docfiles size=109 - RELOC/doc/latex/mathastext/README +docfiles size=110 + RELOC/doc/latex/mathastext/README.md RELOC/doc/latex/mathastext/mathastext.pdf RELOC/doc/latex/mathastext/mathastexttestalphabets.pdf -srcfiles size=75 +srcfiles size=76 RELOC/source/latex/mathastext/mathastext.dtx RELOC/source/latex/mathastext/mathastext.ins catalogue-ctan /macros/latex/contrib/mathastext -catalogue-date 2015-02-28 05:24:56 +0100 +catalogue-date 2015-09-12 19:34:01 +0200 catalogue-license lppl1.3 -catalogue-version 1.3d +catalogue-topics font font-maths font-sel +catalogue-version 1.3f name mathcomp category Package @@ -105623,28 +105999,30 @@ catalogue-license gpl name mcf2graph category Package -revision 37906 -shortdesc Draw chemical structure diagrams with Metafont/MetaPost. +revision 38374 +shortdesc Draw chemical structure diagrams with Metafont/MetaPost relocated 1 longdesc The Molecular Coding Format (MCF) is a linear notation for longdesc describing chemical structure diagrams. This package converts longdesc MCF to graphic files using Metafont / MetaPost. -runfiles size=12 +runfiles size=13 RELOC/metapost/mcf2graph/mcf2graph.mf -docfiles size=125 +docfiles size=195 RELOC/doc/metapost/mcf2graph/README RELOC/doc/metapost/mcf2graph/mcf_exa_soc.mf RELOC/doc/metapost/mcf2graph/mcf_example.pdf RELOC/doc/metapost/mcf2graph/mcf_example.tex - RELOC/doc/metapost/mcf2graph/mcf_man_soc-030.eps + RELOC/doc/metapost/mcf2graph/mcf_man_soc-032.eps RELOC/doc/metapost/mcf2graph/mcf_man_soc.mf RELOC/doc/metapost/mcf2graph/mcf_manual.pdf RELOC/doc/metapost/mcf2graph/mcf_manual.tex + RELOC/doc/metapost/mcf2graph/mcf_mplib_exa.pdf + RELOC/doc/metapost/mcf2graph/mcf_mplib_exa.tex catalogue-ctan /graphics/mcf2graph -catalogue-date 2015-07-20 12:29:20 +0200 +catalogue-date 2015-09-14 11:04:55 +0200 catalogue-license bsd catalogue-topics graphics graphics-mpost chemistry -catalogue-version 3.52 +catalogue-version 3.63 name mciteplus category Package @@ -105979,8 +106357,8 @@ catalogue-version 1.05.4 name media9 category Package -revision 37909 -shortdesc Multimedia inclusion package with Adobe Reader-9/X compatibility. +revision 38267 +shortdesc Multimedia inclusion package with Adobe Reader-9/X compatibility relocated 1 longdesc The package provides an interface to embed interactive Flash longdesc (SWF) and 3D objects (Adobe U3D & PRC), as well as video and @@ -105992,7 +106370,7 @@ longdesc Player supports the efficient H.264 codec for video longdesc compression. The package is based on the RichMedia Annotation, longdesc an Adobe addition to the PDF specification. It replaces the now longdesc obsolete movie15 package. -runfiles size=494 +runfiles size=495 RELOC/tex/latex/media9/javascript/3Dmenu.js RELOC/tex/latex/media9/javascript/3Dspintool.js RELOC/tex/latex/media9/javascript/animation.js @@ -106004,7 +106382,7 @@ runfiles size=494 RELOC/tex/latex/media9/players/StrobeMediaPlayback.swf RELOC/tex/latex/media9/players/VPlayer.swf RELOC/tex/latex/media9/players/VPlayer9.swf -docfiles size=882 +docfiles size=884 RELOC/doc/latex/media9/ChangeLog RELOC/doc/latex/media9/README RELOC/doc/latex/media9/media9.pdf @@ -106043,10 +106421,33 @@ srcfiles size=424 RELOC/source/latex/media9/players/VPlayer.mxml RELOC/source/latex/media9/players/VPlayer9.mxml catalogue-ctan /macros/latex/contrib/media9 -catalogue-date 2015-07-20 12:52:12 +0200 +catalogue-date 2015-08-18 14:23:05 +0200 catalogue-license lppl1.3 catalogue-topics multimedia -catalogue-version 0.55 +catalogue-version 0.58 + +name medstarbeamer +category Package +revision 38231 +shortdesc Beamer document class for MedStar Health Research Institute +relocated 1 +longdesc This is a beamer template for MedStar Health presentations. It +longdesc includes sample presentations using both .tex files and .rnw +longdesc files. The document class is obviously compatible with both. +longdesc The advantage of the .rnw file is that it can be used with +longdesc knitr such that you can weave your R code with your +longdesc presentation. +runfiles size=1 + RELOC/tex/latex/medstarbeamer/medstarbeamer.cls +docfiles size=53 + RELOC/doc/latex/medstarbeamer/README.txt + RELOC/doc/latex/medstarbeamer/medstarpresentation.Rnw + RELOC/doc/latex/medstarbeamer/medstarpresentation.pdf + RELOC/doc/latex/medstarbeamer/presentationtex.pdf +catalogue-ctan /macros/latex/contrib/medstarbeamer +catalogue-date 2015-08-28 06:44:34 +0200 +catalogue-license lppl1.3 +catalogue-topics presentation name meetingmins category Package @@ -107099,8 +107500,8 @@ catalogue-version 1.0 name metrix category Package -revision 36376 -shortdesc Typeset metric marks for Latin text. +revision 38280 +shortdesc Typeset metric marks for Latin text relocated 1 longdesc The package may be used to type the prosodics/metrics of longdesc (latin) verse; it provides macros to typeset the symbols @@ -107108,18 +107509,19 @@ longdesc standing alone, and in combination with symbols, giving longdesc automatic alignment. The package requires tikz (including the longdesc calc library, and the xparse package (thus also requiring the longdesc experimental LaTeX 3 environment). -runfiles size=6 +runfiles size=7 RELOC/tex/latex/metrix/metrix.sty -docfiles size=124 +docfiles size=125 RELOC/doc/latex/metrix/README RELOC/doc/latex/metrix/metrix.pdf -srcfiles size=20 +srcfiles size=21 RELOC/source/latex/metrix/metrix.dtx RELOC/source/latex/metrix/metrix.ins catalogue-ctan /macros/latex/contrib/metrix -catalogue-date 2015-02-24 06:28:22 +0100 +catalogue-date 2015-09-02 20:53:24 +0200 catalogue-license lppl1.3 -catalogue-version 1.1 +catalogue-topics latin verse expl3 +catalogue-version 1.2 name mex category Package @@ -107204,6 +107606,36 @@ shortdesc i386-linux files of mf2pt1 binfiles arch=i386-linux size=1 bin/i386-linux/mf2pt1 +name mfirstuc +category Package +revision 38343 +shortdesc Uppercase the first letter of a word +relocated 1 +longdesc The package provides commands \makefirstuc that uppercases the +longdesc first letter in its argument, and \xmakefirstuc which expands +longdesc the argument before uppercasing. +runfiles size=4 + RELOC/scripts/mfirstuc/mfirstuc.perl + RELOC/tex/latex/mfirstuc/mfirstuc-english.sty + RELOC/tex/latex/mfirstuc/mfirstuc.sty +docfiles size=134 + RELOC/doc/latex/mfirstuc/CHANGES + RELOC/doc/latex/mfirstuc/README + RELOC/doc/latex/mfirstuc/mfirstuc-code.pdf + RELOC/doc/latex/mfirstuc/mfirstuc-manual.html + RELOC/doc/latex/mfirstuc/mfirstuc-manual.pdf + RELOC/doc/latex/mfirstuc/mfirstuc-manual.tex + RELOC/doc/latex/mfirstuc/sample-mfirstuc.pdf + RELOC/doc/latex/mfirstuc/sample-mfirstuc.tex +srcfiles size=5 + RELOC/source/latex/mfirstuc/mfirstuc.dtx + RELOC/source/latex/mfirstuc/mfirstuc.ins +catalogue-ctan /macros/latex/contrib/mfirstuc +catalogue-date 2015-09-09 18:23:50 +0200 +catalogue-license lppl1.3 +catalogue-topics macro-supp +catalogue-version 2.0 + name mflogo-font category Package revision 36898 @@ -107443,7 +107875,7 @@ binfiles arch=i386-linux size=197 name mhchem category Package -revision 37037 +revision 37943 shortdesc Typeset chemical formulae/equations and Risk and Safety phrases. relocated 1 longdesc The bundle provides three packages: The mhchem package provides @@ -107458,20 +107890,22 @@ runfiles size=93 RELOC/tex/latex/mhchem/hpstatement.sty RELOC/tex/latex/mhchem/mhchem.sty RELOC/tex/latex/mhchem/rsphrase.sty -docfiles size=114 +docfiles size=115 RELOC/doc/latex/mhchem/README RELOC/doc/latex/mhchem/lppl-1-3c.txt RELOC/doc/latex/mhchem/manifest.txt RELOC/doc/latex/mhchem/mhchem.pdf RELOC/doc/latex/mhchem/mhchem.tex +catalogue-also r-und-s catalogue-ctan /macros/latex/contrib/mhchem -catalogue-date 2015-04-07 07:12:08 +0200 +catalogue-date 2015-07-23 23:19:12 +0200 catalogue-license lppl1.3 +catalogue-topics safety-notice chemistry name mhequ category Package -revision 15878 -shortdesc Multicolumn equations, tags, labels, sub-numbering. +revision 38224 +shortdesc Multicolumn equations, tags, labels, sub-numbering relocated 1 longdesc MHequ simplifies creating multi-column equation environments, longdesc and tagging the equations therein. It supports sub-numbers of @@ -107481,13 +107915,15 @@ longdesc (1.2). The labels can be shown in draft mode. Comments in the longdesc package itself describe usage. runfiles size=3 RELOC/tex/latex/mhequ/mhequ.sty -docfiles size=13 +docfiles size=27 + RELOC/doc/latex/mhequ/README RELOC/doc/latex/mhequ/example.pdf RELOC/doc/latex/mhequ/example.tex catalogue-ctan /macros/latex/contrib/mhequ -catalogue-date 2012-06-24 11:08:44 +0200 -catalogue-license other-free -catalogue-version 1.61 +catalogue-date 2015-08-26 07:26:32 +0200 +catalogue-license pd +catalogue-topics maths +catalogue-version 1.7 name microtype-de category Package @@ -108169,27 +108605,29 @@ catalogue-version 1.1 name minted category Package -revision 36197 -shortdesc Highlighted source code for LaTeX. +revision 38339 +shortdesc Highlighted source code for LaTeX relocated 1 longdesc The package that facilitates expressive syntax highlighting in longdesc LaTeX using the powerful Pygments library. The package also longdesc provides options to customize the highlighted source code longdesc output using fancyvrb. -runfiles size=15 +runfiles size=17 RELOC/tex/latex/minted/minted.sty RELOC/tex/latex/minted/minted1.sty -docfiles size=153 +docfiles size=167 RELOC/doc/latex/minted/Makefile RELOC/doc/latex/minted/README RELOC/doc/latex/minted/minted.pdf -srcfiles size=43 +srcfiles size=50 RELOC/source/latex/minted/minted.dtx RELOC/source/latex/minted/minted.ins +catalogue-also texments verbments catalogue-ctan /macros/latex/contrib/minted -catalogue-date 2015-02-02 13:51:15 +0100 +catalogue-date 2015-09-09 23:19:24 +0200 catalogue-license lppl1.3 -catalogue-version 2.0 +catalogue-topics listing +catalogue-version 2.1 name mintspirit category Package @@ -109399,7 +109837,7 @@ catalogue-version 1.4 name moderncv category Package -revision 30189 +revision 37992 shortdesc A modern curriculum vitae class. relocated 1 longdesc The class provides facilities for typesetting modern @@ -109407,11 +109845,17 @@ longdesc curriculums vitae, both in a classic and in a casual style. It longdesc is fairly customizable, allowing you to define your own style longdesc by changing the colours, the fonts, etc. A number of templates longdesc are provided in the distribution examples subdirectory. -runfiles size=39 +runfiles size=61 RELOC/tex/latex/moderncv/moderncv.cls + RELOC/tex/latex/moderncv/moderncvbodyi.sty + RELOC/tex/latex/moderncv/moderncvbodyii.sty + RELOC/tex/latex/moderncv/moderncvbodyiii.sty + RELOC/tex/latex/moderncv/moderncvbodyiv.sty + RELOC/tex/latex/moderncv/moderncvbodyv.sty RELOC/tex/latex/moderncv/moderncvcollection.sty RELOC/tex/latex/moderncv/moderncvcolorblack.sty RELOC/tex/latex/moderncv/moderncvcolorblue.sty + RELOC/tex/latex/moderncv/moderncvcolorburgundy.sty RELOC/tex/latex/moderncv/moderncvcolorgreen.sty RELOC/tex/latex/moderncv/moderncvcolorgrey.sty RELOC/tex/latex/moderncv/moderncvcolororange.sty @@ -109419,6 +109863,13 @@ runfiles size=39 RELOC/tex/latex/moderncv/moderncvcolorred.sty RELOC/tex/latex/moderncv/moderncvcompatibility.sty RELOC/tex/latex/moderncv/moderncvdebugtools.sty + RELOC/tex/latex/moderncv/moderncvfooti.sty + RELOC/tex/latex/moderncv/moderncvheadi.sty + RELOC/tex/latex/moderncv/moderncvheadii.sty + RELOC/tex/latex/moderncv/moderncvheadiii.sty + RELOC/tex/latex/moderncv/moderncvheadiv.sty + RELOC/tex/latex/moderncv/moderncvheadv.sty + RELOC/tex/latex/moderncv/moderncvheadvi.sty RELOC/tex/latex/moderncv/moderncviconsawesome.sty RELOC/tex/latex/moderncv/moderncviconsletters.sty RELOC/tex/latex/moderncv/moderncviconsmarvosym.sty @@ -109426,49 +109877,61 @@ runfiles size=39 RELOC/tex/latex/moderncv/moderncvstylecasual.sty RELOC/tex/latex/moderncv/moderncvstyleclassic.sty RELOC/tex/latex/moderncv/moderncvstyleempty.sty + RELOC/tex/latex/moderncv/moderncvstylefancy.sty RELOC/tex/latex/moderncv/moderncvstyleoldstyle.sty RELOC/tex/latex/moderncv/tweaklist.sty -docfiles size=265 +docfiles size=460 RELOC/doc/latex/moderncv/CHANGELOG RELOC/doc/latex/moderncv/KNOWN_BUGS RELOC/doc/latex/moderncv/README + RELOC/doc/latex/moderncv/examples/Makefile RELOC/doc/latex/moderncv/examples/picture.eps RELOC/doc/latex/moderncv/examples/picture.jpg RELOC/doc/latex/moderncv/examples/publications.bib RELOC/doc/latex/moderncv/examples/template-es.pdf RELOC/doc/latex/moderncv/examples/template-es.tex + RELOC/doc/latex/moderncv/examples/template-multibib.pdf + RELOC/doc/latex/moderncv/examples/template-multibib.tex RELOC/doc/latex/moderncv/examples/template-zh.pdf RELOC/doc/latex/moderncv/examples/template-zh.tex RELOC/doc/latex/moderncv/examples/template.tex + RELOC/doc/latex/moderncv/examples/template_banking_red-fullrules-center.pdf + RELOC/doc/latex/moderncv/examples/template_banking_red-norules.pdf + RELOC/doc/latex/moderncv/examples/template_banking_red-shortrules-right.pdf RELOC/doc/latex/moderncv/examples/template_banking_red.pdf + RELOC/doc/latex/moderncv/examples/template_casual_orange-left.pdf RELOC/doc/latex/moderncv/examples/template_casual_orange.pdf + RELOC/doc/latex/moderncv/examples/template_classic_green-right.pdf RELOC/doc/latex/moderncv/examples/template_classic_green.pdf - RELOC/doc/latex/moderncv/examples/template_multibib.pdf + RELOC/doc/latex/moderncv/examples/template_fancy_purple.pdf RELOC/doc/latex/moderncv/examples/template_oldstyle_grey.pdf catalogue-ctan /macros/latex/contrib/moderncv -catalogue-date 2013-04-30 08:59:42 +0200 +catalogue-date 2015-07-29 10:05:58 +0200 catalogue-license lppl1.3 -catalogue-version 1.5.1 +catalogue-topics cv class +catalogue-version 2.0.0 name moderntimeline category Package -revision 36450 -shortdesc Timelines for use with moderncv. +revision 38254 +shortdesc Timelines for use with moderncv relocated 1 longdesc The package provides commands to configure and to draw time longdesc line diagrams; such diagrams are designed to fit into longdesc Curriculum Vitae documents written using the moderncv class. runfiles size=2 RELOC/tex/latex/moderntimeline/moderntimeline.sty -docfiles size=44 +docfiles size=46 + RELOC/doc/latex/moderntimeline/README RELOC/doc/latex/moderntimeline/moderntimeline.pdf srcfiles size=6 RELOC/source/latex/moderntimeline/moderntimeline.dtx RELOC/source/latex/moderntimeline/moderntimeline.ins catalogue-ctan /macros/latex/contrib/moderntimeline -catalogue-date 2015-03-06 06:01:47 +0100 +catalogue-date 2015-08-31 18:43:19 +0200 catalogue-license lppl1.3 -catalogue-version 0.8 +catalogue-topics cv diagram +catalogue-version 0.9 name modiagram category Package @@ -110750,6 +111213,33 @@ catalogue-ctan /macros/latex/contrib/multenum catalogue-date 2012-01-23 15:27:59 +0100 catalogue-license lppl1 +name multiaudience +category Package +revision 38035 +shortdesc Several versions of output from the same source +relocated 1 +longdesc This package allows to generate several versions of the same +longdesc document for different audiences. +runfiles size=1 + RELOC/tex/latex/multiaudience/multiaudience.sty +docfiles size=181 + RELOC/doc/latex/multiaudience/Makefile + RELOC/doc/latex/multiaudience/README + RELOC/doc/latex/multiaudience/multiaudience.pdf + RELOC/doc/latex/multiaudience/sample-admins.pdf + RELOC/doc/latex/multiaudience/sample-devs.pdf + RELOC/doc/latex/multiaudience/sample-execs.pdf + RELOC/doc/latex/multiaudience/sample.tex + RELOC/doc/latex/multiaudience/verbatim.tex +srcfiles size=5 + RELOC/source/latex/multiaudience/multiaudience.dtx + RELOC/source/latex/multiaudience/multiaudience.ins +catalogue-ctan /macros/latex/contrib/multiaudience +catalogue-date 2015-08-03 07:57:25 +0200 +catalogue-license lppl1.3 +catalogue-topics cond-comp +catalogue-version 1.03 + name multibbl category Package revision 15878 @@ -111296,7 +111786,7 @@ catalogue-topics font font-type1 font-music name musixtex category Package -revision 37576 +revision 37959 shortdesc Sophisticated music typesetting longdesc MusiXTeX provides a set of macros, based on the earlier longdesc MusicTeX, for typesetting music with TeX. To produce optimal @@ -111363,11 +111853,12 @@ runfiles size=140 texmf-dist/tex/latex/musixtex/musixfll.sty texmf-dist/tex/latex/musixtex/musixltx.tex texmf-dist/tex/latex/musixtex/musixtex.sty -docfiles size=1059 +docfiles size=1012 texmf-dist/doc/generic/musixtex/ChangeLog-114.txt texmf-dist/doc/generic/musixtex/ChangeLog-115.txt texmf-dist/doc/generic/musixtex/ChangeLog-116.txt texmf-dist/doc/generic/musixtex/ChangeLog-117.txt + texmf-dist/doc/generic/musixtex/ChangeLog-118.txt texmf-dist/doc/generic/musixtex/ChangeLog-musixdoc.txt texmf-dist/doc/generic/musixtex/README texmf-dist/doc/generic/musixtex/examples/8bitchar.tex @@ -111468,10 +111959,6 @@ docfiles size=1059 texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.tex - texmf-dist/doc/generic/musixtex/musixdoc/musixhv.tex - texmf-dist/doc/generic/musixtex/musixdoc/musixplt.tex - texmf-dist/doc/generic/musixtex/musixdoc/musixtex.tex - texmf-dist/doc/generic/musixtex/musixdoc/musixtmr.tex texmf-dist/doc/generic/musixtex/musixdoc/parameters.tex texmf-dist/doc/generic/musixtex/musixdoc/preparing.tex texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex @@ -111517,10 +112004,10 @@ srcfiles size=12 texmf-dist/source/generic/musixtex/musixcrd/strip.tex catalogue-also pmx catalogue-ctan /macros/musixtex -catalogue-date 2015-05-29 00:16:36 +0200 +catalogue-date 2015-07-26 12:12:26 +0200 catalogue-license gpl2 catalogue-topics music -catalogue-version 1.17 +catalogue-version 1.18 name musixtex.i386-linux category Package @@ -113781,6 +114268,22 @@ catalogue-date 2014-05-17 10:22:20 +0200 catalogue-license ofl catalogue-version 3.0 +name nar +category Package +revision 38100 +shortdesc BibTeX style for Nucleic Acid Research +relocated 1 +longdesc This BibTeX bibliography style is for the journal Nucleic Acid +longdesc Research. It was adapted from the standard unsrt.bst style +longdesc file. +runfiles size=6 + RELOC/bibtex/bst/nar/nar.bst +catalogue-ctan /biblio/bibtex/contrib/misc/nar.bst +catalogue-date 2015-08-11 07:28:38 +0200 +catalogue-license other-free +catalogue-topics bibtex-sty journalpub +catalogue-version 3.19 + name natbib category Package revision 20668 @@ -114270,7 +114773,7 @@ catalogue-version 3.0 name ndsu-thesis category Package -revision 37238 +revision 37996 shortdesc North Dakota State University disquisition class. relocated 1 longdesc A class for generating disquisitions, intended to be in @@ -114282,8 +114785,9 @@ docfiles size=37 RELOC/doc/latex/ndsu-thesis/ndsu-thesis.pdf RELOC/doc/latex/ndsu-thesis/ndsu-thesis.tex catalogue-ctan /macros/latex/contrib/ndsu-thesis -catalogue-date 2015-05-06 18:40:13 +0200 +catalogue-date 2015-07-29 19:07:40 +0200 catalogue-license lppl1.3 +catalogue-topics dissertation class name needspace category Package @@ -114342,6 +114846,26 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license gpl catalogue-version 1.0 +name nevelok +category Package +revision 38353 +shortdesc LaTeX package for automatic definite articles for Hungarian +relocated 1 +longdesc LaTeX package for automatic definite articles for Hungarian +runfiles size=1 + RELOC/tex/latex/nevelok/nevelok.sty +docfiles size=47 + RELOC/doc/latex/nevelok/README.md + RELOC/doc/latex/nevelok/nevelok.pdf +srcfiles size=4 + RELOC/source/latex/nevelok/nevelok.dtx + RELOC/source/latex/nevelok/nevelok.ins +catalogue-ctan /macros/latex/contrib/nevelok +catalogue-date 2015-09-10 22:18:39 +0200 +catalogue-license lppl1.3 +catalogue-topics hungarian +catalogue-version 1.00 + name newcommand category Package revision 18704 @@ -114479,8 +115003,8 @@ catalogue-version 9.4 name newpx category Package -revision 37897 -shortdesc Alternative uses of the PX fonts, with improved metrics. +revision 38086 +shortdesc Alternative uses of the PX fonts, with improved metrics relocated 1 longdesc This package, initially based on pxfonts, provides many fixes longdesc and enhancements to that package, and splits it in two parts @@ -114490,24 +115014,17 @@ longdesc options. For proper operation, the packages require that the longdesc packages newtxmath, pxfonts, and TeXGyrePagella be installed longdesc and their map files enabled. execute addMap newpx.map -runfiles size=1226 +runfiles size=1232 RELOC/fonts/afm/public/newpx/zplb.afm RELOC/fonts/afm/public/newpx/zplbi.afm RELOC/fonts/afm/public/newpx/zplr.afm RELOC/fonts/afm/public/newpx/zplri.afm RELOC/fonts/enc/dvips/newpx/ecsups.enc - RELOC/fonts/enc/dvips/newpx/ntx-ecth-lf.enc - RELOC/fonts/enc/dvips/newpx/ntx-ecth-osf.enc - RELOC/fonts/enc/dvips/newpx/ntx-ecth-tlf.enc - RELOC/fonts/enc/dvips/newpx/ntx-ecth-tosf.enc - RELOC/fonts/enc/dvips/newpx/ntx-ot1-th-osf.enc - RELOC/fonts/enc/dvips/newpx/ntx-ot1-th-tlf.enc - RELOC/fonts/enc/dvips/newpx/ntx-texnansi-th-osf.enc - RELOC/fonts/enc/dvips/newpx/ntx-texnansi-th-tlf.enc RELOC/fonts/enc/dvips/newpx/ot1sups.enc RELOC/fonts/enc/dvips/newpx/texnansxsups.enc RELOC/fonts/enc/dvips/newpx/tgpdiff.enc RELOC/fonts/map/dvips/newpx/newpx.map + RELOC/fonts/map/dvips/newpx/newpxtext.map RELOC/fonts/opentype/public/newpx/TeXGyrePagellaX-Bold.otf RELOC/fonts/opentype/public/newpx/TeXGyrePagellaX-BoldItalic.otf RELOC/fonts/opentype/public/newpx/TeXGyrePagellaX-Italic.otf @@ -114805,10 +115322,10 @@ docfiles size=69 RELOC/doc/fonts/newpx/pxfontseg-crop.pdf catalogue-also pxfonts catalogue-ctan /fonts/newpx -catalogue-date 2015-07-18 23:08:31 +0200 +catalogue-date 2015-08-09 07:49:24 +0200 catalogue-license lppl catalogue-topics font-maths font font-type1 font-otf -catalogue-version 1.29 +catalogue-version 1.293 name newsletr category Package @@ -114903,8 +115420,8 @@ catalogue-version 1.03 name newtx category Package -revision 37826 -shortdesc Alternative uses of the TX fonts, with improved metrics. +revision 38255 +shortdesc Alternative uses of the TX fonts, with improved metrics relocated 1 longdesc The bundle splits txfonts.sty (from the TX fonts distribution) longdesc into two independent packages, newtxtext.sty and newtxmath.sty, @@ -114917,7 +115434,7 @@ longdesc newtxmath can also use the maths italic font provided with the longdesc garamondx package, thus offering a garamond-alike text-with- longdesc maths combination. execute addMap newtx.map -runfiles size=1851 +runfiles size=1857 RELOC/fonts/afm/public/newtx/ntxsups-Bold.afm RELOC/fonts/afm/public/newtx/ntxsups-BoldItalic.afm RELOC/fonts/afm/public/newtx/ntxsups-Italic.afm @@ -115182,15 +115699,19 @@ runfiles size=1851 RELOC/fonts/tfm/public/newtx/ntxsups-Bold-ly1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Bold-ot1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Bold-t1.tfm + RELOC/fonts/tfm/public/newtx/ntxsups-Bold.tfm RELOC/fonts/tfm/public/newtx/ntxsups-BoldItalic-ly1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-BoldItalic-ot1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-BoldItalic-t1.tfm + RELOC/fonts/tfm/public/newtx/ntxsups-BoldItalic.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Italic-ly1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Italic-ot1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Italic-t1.tfm + RELOC/fonts/tfm/public/newtx/ntxsups-Italic.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Regular-ly1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Regular-ot1.tfm RELOC/fonts/tfm/public/newtx/ntxsups-Regular-t1.tfm + RELOC/fonts/tfm/public/newtx/ntxsups-Regular.tfm RELOC/fonts/tfm/public/newtx/ntxsy.tfm RELOC/fonts/tfm/public/newtx/ntxsy5.tfm RELOC/fonts/tfm/public/newtx/ntxsy7.tfm @@ -115252,6 +115773,7 @@ runfiles size=1851 RELOC/fonts/tfm/public/newtx/nxlmia.tfm RELOC/fonts/tfm/public/newtx/nxlsy5.tfm RELOC/fonts/tfm/public/newtx/nxlsy7.tfm + RELOC/fonts/tfm/public/newtx/qtmr.tfm RELOC/fonts/tfm/public/newtx/rfxlr-alt.tfm RELOC/fonts/tfm/public/newtx/rfxlri-alt.tfm RELOC/fonts/tfm/public/newtx/rfxlri-vw.tfm @@ -115490,7 +116012,7 @@ runfiles size=1851 RELOC/tex/latex/newtx/untxsym.fd RELOC/tex/latex/newtx/untxtt.fd RELOC/tex/latex/newtx/uzmnmia.fd -docfiles size=214 +docfiles size=216 RELOC/doc/fonts/newtx/MANIFEST-newtx.txt RELOC/doc/fonts/newtx/README RELOC/doc/fonts/newtx/implementation.pdf @@ -115507,10 +116029,10 @@ docfiles size=214 RELOC/doc/fonts/newtx/sample-tx-crop.pdf catalogue-also minion2newtx catalogue-ctan /fonts/newtx -catalogue-date 2015-07-10 11:26:50 +0200 +catalogue-date 2015-08-31 14:42:17 +0200 catalogue-license lppl1.3 catalogue-topics font font-maths font-type1 -catalogue-version 1.45 +catalogue-version 1.46 name newtxtt category Package @@ -115998,6 +116520,41 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license lppl catalogue-version 1.04 +name nmbib +category Package +revision 37984 +shortdesc Multiple versions of a bibliography, with different sort orders. +relocated 1 +longdesc This package is a rewrite of the multibibliography package +longdesc providing multiple bibliographies with different sorting. The +longdesc new version offers a number of citation commands, streamlines +longdesc the creation of bibliographies, ensures compatibility with the +longdesc natbib package, and provides other improvements. +runfiles size=24 + RELOC/bibtex/bst/nmbib/chronoplainnm.bst + RELOC/bibtex/bst/nmbib/plainnm.bst + RELOC/bibtex/bst/nmbib/unsrtnm.bst + RELOC/tex/latex/nmbib/nmbib.sty +docfiles size=117 + RELOC/doc/latex/nmbib/Makefile + RELOC/doc/latex/nmbib/README + RELOC/doc/latex/nmbib/nmbib.bib + RELOC/doc/latex/nmbib/nmbib.pdf + RELOC/doc/latex/nmbib/nmbibtex.1 + RELOC/doc/latex/nmbib/nmbibtex.pl + RELOC/doc/latex/nmbib/nmsample.pdf + RELOC/doc/latex/nmbib/nmsample.tex + RELOC/doc/latex/nmbib/type.bib +srcfiles size=12 + RELOC/source/latex/nmbib/nmbib.dtx + RELOC/source/latex/nmbib/nmbib.ins +catalogue-also multibibliography +catalogue-ctan /macros/latex/contrib/nmbib +catalogue-date 2015-07-28 05:59:29 +0200 +catalogue-license lppl1.3 +catalogue-topics bibtex-supp +catalogue-version 1.04 + name noconflict category Package revision 30140 @@ -116279,7 +116836,7 @@ catalogue-version 2.0k name notes category Package -revision 26263 +revision 37998 shortdesc Mark sections of a document. relocated 1 longdesc The package provides environments to highlight significant @@ -116313,9 +116870,10 @@ srcfiles size=7 RELOC/source/latex/notes/notes.dtx RELOC/source/latex/notes/notes.ins catalogue-ctan /macros/latex/contrib/notes -catalogue-date 2012-06-09 12:09:52 +0200 +catalogue-date 2015-07-07 21:00:22 +0200 catalogue-license lppl -catalogue-version v1.0.1 +catalogue-topics decoration +catalogue-version 1.0.1 name notoccite category Package @@ -117669,17 +118227,16 @@ catalogue-version 0.4 name ocgx2 category Package -revision 37910 -shortdesc Drop-in replacement for the `ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx +revision 38361 +shortdesc Drop-in replacement for the 'ocgx' package; adds support for dvips+ps2pdf, XeLaTeX, dvipdfmx relocated 1 longdesc This package is a drop-in replacement for the ocgx package by -longdesc Paul Gaborit It re-implements the functionality of the 'ocg', -longdesc 'ocgx' and 'ocg-p' packages and adds support for all known -longdesc engines and back-ends including: LaTeX -> dvips -> -longdesc ps2pdf/Distiller (Xe)LaTeX(x) -> dvipdfmx PdfLaTeX and LuaLaTeX -longdesc It also ensures compatibility with the media9 and animate -longdesc packages. -runfiles size=5 +longdesc Paul Gaborit. It re-implements the functionality of the ocg, +longdesc ocgx, and ocg-p packages and adds support for all known engines +longdesc and back-ends including: LaTeX -> dvips -> ps2pdf/Distiller +longdesc (Xe)LaTeX(x) -> dvipdfmx PdfLaTeX and LuaLaTeX . It also +longdesc ensures compatibility with the media9 and animate packages. +runfiles size=7 RELOC/tex/latex/ocgx2/fixocgx.sty RELOC/tex/latex/ocgx2/ocgx2.sty docfiles size=2 @@ -117687,10 +118244,10 @@ docfiles size=2 RELOC/doc/latex/ocgx2/README catalogue-also ocgx ocg-p catalogue-ctan /macros/latex/contrib/ocgx2 -catalogue-date 2015-07-20 12:42:47 +0200 +catalogue-date 2015-09-11 21:52:50 +0200 catalogue-license lppl1.3 catalogue-topics pdf-feat -catalogue-version 0.7 +catalogue-version 0.8 name ocgx category Package @@ -118052,6 +118609,73 @@ catalogue-ctan /language/inuktitut/oinuit catalogue-date 2012-12-31 10:40:46 +0100 catalogue-license lppl +name old-arrows +category Package +revision 38349 +shortdesc Computer Modern old-style arrows with smaller arrowheads +relocated 1 +longdesc This package provides Computer Modern old-style arrows with +longdesc smaller arrowheads, associated with the usual LaTeX commands. +longdesc It can be used in documents that contain other amssymb arrow +longdesc characters that also have small arrowheads. It is also possible +longdesc to use the usual new-style Computer Modern arrows together with +longdesc the old-style ones. +execute addMap oasy.map +runfiles size=53 + RELOC/fonts/afm/public/old-arrows/oabsy10.afm + RELOC/fonts/afm/public/old-arrows/oabsy5.afm + RELOC/fonts/afm/public/old-arrows/oabsy7.afm + RELOC/fonts/afm/public/old-arrows/oasy10.afm + RELOC/fonts/afm/public/old-arrows/oasy5.afm + RELOC/fonts/afm/public/old-arrows/oasy6.afm + RELOC/fonts/afm/public/old-arrows/oasy7.afm + RELOC/fonts/afm/public/old-arrows/oasy8.afm + RELOC/fonts/afm/public/old-arrows/oasy9.afm + RELOC/fonts/enc/dvips/old-arrows/oasy.enc + RELOC/fonts/map/dvips/old-arrows/oasy.map + RELOC/fonts/tfm/public/old-arrows/oabsy10.tfm + RELOC/fonts/tfm/public/old-arrows/oabsy5.tfm + RELOC/fonts/tfm/public/old-arrows/oabsy6.tfm + RELOC/fonts/tfm/public/old-arrows/oabsy7.tfm + RELOC/fonts/tfm/public/old-arrows/oabsy8.tfm + RELOC/fonts/tfm/public/old-arrows/oabsy9.tfm + RELOC/fonts/tfm/public/old-arrows/oasy10.tfm + RELOC/fonts/tfm/public/old-arrows/oasy5.tfm + RELOC/fonts/tfm/public/old-arrows/oasy6.tfm + RELOC/fonts/tfm/public/old-arrows/oasy7.tfm + RELOC/fonts/tfm/public/old-arrows/oasy8.tfm + RELOC/fonts/tfm/public/old-arrows/oasy9.tfm + RELOC/fonts/type1/public/old-arrows/oabsy10.pfb + RELOC/fonts/type1/public/old-arrows/oabsy10.pfm + RELOC/fonts/type1/public/old-arrows/oabsy5.pfb + RELOC/fonts/type1/public/old-arrows/oabsy5.pfm + RELOC/fonts/type1/public/old-arrows/oabsy7.pfb + RELOC/fonts/type1/public/old-arrows/oabsy7.pfm + RELOC/fonts/type1/public/old-arrows/oasy10.pfb + RELOC/fonts/type1/public/old-arrows/oasy10.pfm + RELOC/fonts/type1/public/old-arrows/oasy5.pfb + RELOC/fonts/type1/public/old-arrows/oasy5.pfm + RELOC/fonts/type1/public/old-arrows/oasy6.pfb + RELOC/fonts/type1/public/old-arrows/oasy6.pfm + RELOC/fonts/type1/public/old-arrows/oasy7.pfb + RELOC/fonts/type1/public/old-arrows/oasy7.pfm + RELOC/fonts/type1/public/old-arrows/oasy8.pfb + RELOC/fonts/type1/public/old-arrows/oasy8.pfm + RELOC/fonts/type1/public/old-arrows/oasy9.pfb + RELOC/fonts/type1/public/old-arrows/oasy9.pfm + RELOC/tex/latex/old-arrows/old-arrows.sty +docfiles size=139 + RELOC/doc/fonts/old-arrows/README.md + RELOC/doc/fonts/old-arrows/old-arrows-italian.pdf + RELOC/doc/fonts/old-arrows/old-arrows-italian.tex + RELOC/doc/fonts/old-arrows/old-arrows.pdf + RELOC/doc/fonts/old-arrows/old-arrows.tex +catalogue-ctan /fonts/old-arrows +catalogue-date 2015-09-11 18:21:22 +0200 +catalogue-license lppl1.3 +catalogue-topics font-symbol-maths font-type1 +catalogue-version 1.1 + name oldlatin category Package revision 17932 @@ -120105,8 +120729,8 @@ catalogue-license lppl name pagecolor category Package -revision 37646 -shortdesc Interrogate page colour. +revision 38249 +shortdesc Interrogate page colour relocated 1 longdesc This package provides the command \thepagecolor, which gives longdesc the current page (background) colour, i. e. the argument used @@ -120117,20 +120741,20 @@ longdesc result of using the \nopagecolor command). In that case longdesc \thepagecolor is "white" and \thepagecolornone is "none". runfiles size=3 RELOC/tex/latex/pagecolor/pagecolor.sty -docfiles size=103 +docfiles size=104 RELOC/doc/latex/pagecolor/README RELOC/doc/latex/pagecolor/pagecolor-example.pdf RELOC/doc/latex/pagecolor/pagecolor-example.tex RELOC/doc/latex/pagecolor/pagecolor.pdf -srcfiles size=14 +srcfiles size=15 RELOC/source/latex/pagecolor/pagecolor.drv RELOC/source/latex/pagecolor/pagecolor.dtx RELOC/source/latex/pagecolor/pagecolor.ins catalogue-ctan /macros/latex/contrib/pagecolor -catalogue-date 2015-06-22 19:09:16 +0200 +catalogue-date 2015-08-30 17:27:39 +0200 catalogue-license lppl1.3 catalogue-topics colour -catalogue-version 1.0g +catalogue-version 1.0h name pagecont category Package @@ -120196,8 +120820,8 @@ catalogue-version 0.5 name pageslts category Package -revision 32720 -shortdesc Variants of last page labels. +revision 38152 +shortdesc Variants of last page labels relocated 1 longdesc The package was designed as an extension of the lastpage longdesc package -- as well as that package's LastPage label (created @@ -120210,7 +120834,7 @@ longdesc the numbering scheme is arabic, roman, etc. The package relies longdesc on the undolabl package. runfiles size=12 RELOC/tex/latex/pageslts/pageslts.sty -docfiles size=242 +docfiles size=244 RELOC/doc/latex/pageslts/README RELOC/doc/latex/pageslts/pageslts-example.pdf RELOC/doc/latex/pageslts/pageslts-example.tex @@ -120220,9 +120844,10 @@ srcfiles size=56 RELOC/source/latex/pageslts/pageslts.dtx RELOC/source/latex/pageslts/pageslts.ins catalogue-ctan /macros/latex/contrib/pageslts -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-18 04:58:17 +0200 catalogue-license lppl1.3 -catalogue-version 1.2c +catalogue-topics label-ref +catalogue-version 1.2e name palatino category Package @@ -122242,45 +122867,73 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license gpl catalogue-version 0.92 +name pdfpagediff +category Package +revision 37946 +shortdesc Find difference between two PDF's +relocated 1 +longdesc Find difference between two PDF's +runfiles size=2 + RELOC/tex/latex/pdfpagediff/pdfpagediff.sty +docfiles size=294 + RELOC/doc/latex/pdfpagediff/README + RELOC/doc/latex/pdfpagediff/doc/Makefile + RELOC/doc/latex/pdfpagediff/doc/ar1.png + RELOC/doc/latex/pdfpagediff/doc/ar2.png + RELOC/doc/latex/pdfpagediff/doc/ar3.png + RELOC/doc/latex/pdfpagediff/doc/pdfpagediff-doc.pdf + RELOC/doc/latex/pdfpagediff/doc/pdfpagediff-doc.sty + RELOC/doc/latex/pdfpagediff/doc/pdfpagediff-doc.tex + RELOC/doc/latex/pdfpagediff/example/file1.pdf + RELOC/doc/latex/pdfpagediff/example/file2.pdf + RELOC/doc/latex/pdfpagediff/example/ltest.pdf + RELOC/doc/latex/pdfpagediff/example/ltest.tex + RELOC/doc/latex/pdfpagediff/manifest.txt +catalogue-ctan /macros/latex/contrib/pdfpagediff +catalogue-date 2015-07-24 15:20:52 +0200 +catalogue-license lppl1 +catalogue-topics pdf-view pdfprocess +catalogue-version 1.4 + name pdfpages category Package -revision 37567 -shortdesc Include PDF documents in LaTeX. +revision 38140 +shortdesc Include PDF documents in LaTeX relocated 1 longdesc This package simplifies the inclusion of external multi-page longdesc PDF documents in LaTeX documents. Pages may be freely selected longdesc and similar to psnup it is possible to put several logical longdesc pages onto each sheet of paper. Furthermore a lot of hypertext longdesc features like hyperlinks and article threads are provided. The -longdesc package supports pdfTeX (pdflatex) and VTeX. With VTeX it is +longdesc package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is longdesc even possible to use this package to insert PostScript files, longdesc in addition to PDF files. depend eso-pic runfiles size=24 RELOC/tex/latex/pdfpages/pdfpages.sty - RELOC/tex/latex/pdfpages/ppdvipdfm.def + RELOC/tex/latex/pdfpages/ppdvipdfmx.def RELOC/tex/latex/pdfpages/ppdvips.def RELOC/tex/latex/pdfpages/ppluatex.def RELOC/tex/latex/pdfpages/ppnull.def RELOC/tex/latex/pdfpages/pppdftex.def RELOC/tex/latex/pdfpages/ppvtex.def RELOC/tex/latex/pdfpages/ppxetex.def -docfiles size=86 +docfiles size=87 RELOC/doc/latex/pdfpages/dummy-l.pdf RELOC/doc/latex/pdfpages/dummy.pdf RELOC/doc/latex/pdfpages/pdf-ex.tex RELOC/doc/latex/pdfpages/pdf-hyp.tex RELOC/doc/latex/pdfpages/pdf-toc.tex RELOC/doc/latex/pdfpages/pdfpages.pdf -srcfiles size=42 +srcfiles size=43 RELOC/source/latex/pdfpages/README RELOC/source/latex/pdfpages/pdfpages.dtx RELOC/source/latex/pdfpages/pdfpages.ins catalogue-ctan /macros/latex/contrib/pdfpages -catalogue-date 2015-06-15 22:24:47 +0200 +catalogue-date 2015-08-16 21:36:26 +0200 catalogue-license lppl1.3 catalogue-topics graphics-incl -catalogue-version 0.4y +catalogue-version 0.5c name pdfscreen category Package @@ -122399,8 +123052,8 @@ catalogue-version 0.06d name pdftex category TLCore -revision 37754 -shortdesc A TeX extension for direct creation of PDF. +revision 38314 +shortdesc A TeX extension for direct creation of PDF longdesc An extension of TeX which can be configured to directly longdesc generate PDF documents instead of DVI. All current free TeX longdesc distributions including TeX live, MacTeX and MiKTeX include @@ -122414,7 +123067,7 @@ execute AddFormat name=pdftex engine=pdftex patterns=language.def 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" execute addMap dummy-space.map -runfiles size=1367 +runfiles size=1371 texmf-dist/fonts/map/dvips/dummy-space/dummy-space.map texmf-dist/fonts/map/pdftex/updmap/pdftex.map texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map @@ -122478,7 +123131,7 @@ docfiles size=1170 texmf-dist/doc/pdftex/thanh/ext/mktfm8z texmf-dist/doc/pdftex/thanh/ext/protcode.tex texmf-dist/doc/pdftex/thanh/ext/ufntinst.sty -catalogue-date 2015-04-04 16:29:12 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license gpl catalogue-topics engine @@ -123254,19 +123907,19 @@ catalogue-version 1.1 name pgf category Package -revision 37914 -shortdesc Create PostScript and PDF graphics in TeX. +revision 38237 +shortdesc Create PostScript and PDF graphics in TeX relocated 1 longdesc PGF is a macro package for creating graphics. It is platform- longdesc and format-independent and works together with the most -longdesc important TeX backend drivers, including pdftex and dvips. It +longdesc important TeX backend drivers, including pdfTeX and dvips. It longdesc comes with a user-friendly syntax layer called TikZ. Its usage longdesc is similar to pstricks and the standard picture environment. longdesc PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. longdesc Unlike pstricks, it can produce either PostScript or PDF longdesc output. depend xkeyval -runfiles size=1111 +runfiles size=1311 RELOC/tex/context/third/pgf/basiclayer/t-pgf.tex RELOC/tex/context/third/pgf/basiclayer/t-pgfbim.tex RELOC/tex/context/third/pgf/basiclayer/t-pgfbla.tex @@ -123347,6 +124000,7 @@ runfiles size=1111 RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex + RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex RELOC/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex @@ -123380,6 +124034,7 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/BindingToPGF.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/Tantau2012.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/doc.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Anchoring.lua @@ -123394,6 +124049,7 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/NodeAnchors.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/doc.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Cluster.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Edge.lua @@ -123402,8 +124058,6 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Node.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/Vector.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc.lua - RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/circular/Tantau2012.lua - RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/control/Anchoring.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FMMMLayout.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FastMultipoleEmbedder.lua @@ -123449,7 +124103,6 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/TwoLayerCrossMin.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity/PlanarizationLayout.lua - RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/trees/ReingoldTilford1981.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/ASCIIDisplayer.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/BindingToASCII.lua @@ -123472,6 +124125,28 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringElectricalWalshaw2000.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringHu2006.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/SpringLayouts.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/FruchtermanReingold.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/HuSpringElectricalFW.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SimpleSpring.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityCloseness.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/SocialGravityDegree.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/CoarseGraphFW.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceController.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/InitialTemplate.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/PathLengthsFW.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/Preprocessing.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/doc.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceAbsoluteValue.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasDistance.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceCanvasPosition.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForceGraphDistance.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToGrid.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/ForcePullToPoint.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/CircularInitialPositioning.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/GridInitialPositioning.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/RandomInitialPositioning.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/InterfaceCore.lua @@ -123518,10 +124193,14 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Edge.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Hyperedge.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Path_arced.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/Vertex.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf/library.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/Koerner2015.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/AuthorDefinedPhylogeny.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/BalancedMinimumEvolution.lua @@ -123531,11 +124210,16 @@ runfiles size=1111 RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/PhylogeneticTree.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/SokalMichener1958.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/library.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/Hints.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/NecklaceRouting.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/library.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/tools/make_gd_wrap.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ChildSpec.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/ReingoldTilford1981.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/SpanningTreeComputation.lua + RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua RELOC/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/library.lua RELOC/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex RELOC/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex @@ -123554,9 +124238,9 @@ runfiles size=1111 RELOC/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex RELOC/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex RELOC/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex + RELOC/tex/generic/pgf/libraries/luamath/pgf/luamath/functions.lua + RELOC/tex/generic/pgf/libraries/luamath/pgf/luamath/parser.lua RELOC/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex - RELOC/tex/generic/pgf/libraries/luamath/pgfluamath.functions.lua - RELOC/tex/generic/pgf/libraries/luamath/pgfluamath.parser.lua RELOC/tex/generic/pgf/libraries/pgflibraryarrows.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex @@ -123567,12 +124251,25 @@ runfiles size=1111 RELOC/tex/generic/pgf/libraries/pgflibraryintersections.code.tex RELOC/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex RELOC/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex + RELOC/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex RELOC/tex/generic/pgf/libraries/pgflibraryshadings.code.tex RELOC/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex RELOC/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex + RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex + RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex + RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex + RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex + RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex + RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex RELOC/tex/generic/pgf/lua/pgf/manual.lua RELOC/tex/generic/pgf/lua/pgf/manual/DocumentParser.lua RELOC/tex/generic/pgf/math/pgfmath.code.tex @@ -123687,12 +124384,13 @@ runfiles size=1111 RELOC/tex/plain/pgf/utilities/pgffor.tex RELOC/tex/plain/pgf/utilities/pgfkeys.tex RELOC/tex/plain/pgf/utilities/pgfrcs.tex -docfiles size=3299 +docfiles size=3502 RELOC/doc/generic/pgf/AUTHORS RELOC/doc/generic/pgf/ChangeLog RELOC/doc/generic/pgf/FILES RELOC/doc/generic/pgf/INSTALL RELOC/doc/generic/pgf/README + RELOC/doc/generic/pgf/README-3.0.0 RELOC/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb RELOC/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg RELOC/doc/generic/pgf/images/brave-gnu-world-logo.25.bb @@ -123746,6 +124444,7 @@ docfiles size=3299 RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex + RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex @@ -123763,6 +124462,7 @@ docfiles size=3299 RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex + RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex RELOC/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex @@ -123877,7 +124577,7 @@ docfiles size=3299 RELOC/doc/generic/pgf/version-for-xetex/en/Makefile RELOC/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex RELOC/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg -srcfiles size=87 +srcfiles size=92 RELOC/source/generic/pgf/c/INSTALL RELOC/source/generic/pgf/c/Makefile RELOC/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk @@ -123942,11 +124642,12 @@ srcfiles size=87 RELOC/source/generic/pgf/testsuite/external/tikzexternaltest.tex RELOC/source/generic/pgf/testsuite/external/tikzexternaltestmakefile.tex RELOC/source/generic/pgf/testsuite/mathtest/pgfmathtestsuite.tex + RELOC/source/generic/pgf/testsuite/mathtest/unittest_luamathparser.tex catalogue-ctan /graphics/pgf/base -catalogue-date 2015-06-17 09:31:43 +0200 +catalogue-date 2015-08-29 20:25:54 +0200 catalogue-license lppl1.3 catalogue-topics pgf-tikz graphics-in-tex -catalogue-version 3.0.0 +catalogue-version 3.0.1a name pgf-umlcd category Package @@ -126995,8 +127696,8 @@ catalogue-version 1.101 name polyglossia category Package -revision 37879 -shortdesc An alternative to babel for XeLaTeX and LuaLaTeX. +revision 38072 +shortdesc An alternative to babel for XeLaTeX and LuaLaTeX relocated 1 longdesc This package provides a complete Babel replacement for users of longdesc LuaLaTeX and XeLaTeX; it relies on the fontspec package, @@ -127008,7 +127709,7 @@ depend fontspec depend ifluatex depend makecmds depend xkeyval -runfiles size=134 +runfiles size=138 RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map RELOC/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec RELOC/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map @@ -127022,6 +127723,7 @@ runfiles size=134 RELOC/tex/latex/polyglossia/arabicnumbers.sty RELOC/tex/latex/polyglossia/babel-hebrewalph.def RELOC/tex/latex/polyglossia/babelsh.def + RELOC/tex/latex/polyglossia/bengalidigits.sty RELOC/tex/latex/polyglossia/cal-util.def RELOC/tex/latex/polyglossia/devanagaridigits.sty RELOC/tex/latex/polyglossia/farsical.sty @@ -127061,6 +127763,7 @@ runfiles size=134 RELOC/tex/latex/polyglossia/gloss-irish.ldf RELOC/tex/latex/polyglossia/gloss-italian.ldf RELOC/tex/latex/polyglossia/gloss-kannada.ldf + RELOC/tex/latex/polyglossia/gloss-khmer.ldf RELOC/tex/latex/polyglossia/gloss-korean.ldf RELOC/tex/latex/polyglossia/gloss-lao.ldf RELOC/tex/latex/polyglossia/gloss-latin.ldf @@ -127108,7 +127811,7 @@ runfiles size=134 RELOC/tex/latex/polyglossia/polyglossia.lua RELOC/tex/latex/polyglossia/polyglossia.sty RELOC/tex/latex/polyglossia/xgreek-fixes.def -docfiles size=131 +docfiles size=135 RELOC/doc/latex/polyglossia/README RELOC/doc/latex/polyglossia/example-arabic.pdf RELOC/doc/latex/polyglossia/example-arabic.tex @@ -127120,14 +127823,16 @@ docfiles size=131 RELOC/doc/latex/polyglossia/examples.tex RELOC/doc/latex/polyglossia/polyglossia.pdf RELOC/doc/latex/polyglossia/polyglossia.tex -srcfiles size=74 + RELOC/doc/latex/polyglossia/test-welsh.pdf + RELOC/doc/latex/polyglossia/test-welsh.tex +srcfiles size=77 RELOC/source/latex/polyglossia/polyglossia.dtx catalogue-also babel catalogue-ctan /macros/latex/contrib/polyglossia -catalogue-date 2015-07-15 09:25:05 +0200 +catalogue-date 2015-08-07 08:42:07 +0200 catalogue-license lppl1.3 catalogue-topics multilingual use-xetex use-luatex -catalogue-version 1.40.1 +catalogue-version 1.42.0 name polynomial category Package @@ -128443,6 +129148,38 @@ catalogue-date 2012-04-20 13:29:23 +0200 catalogue-license lppl catalogue-version 1.10 +name proofread +category Package +revision 38319 +shortdesc Commands for inserting annotations +relocated 1 +longdesc The proofread package defines a few LaTeX commands that are +longdesc useful when you proofread a LaTeX document. These allow you to +longdesc easily highlight text and add comments in the margin. Vim +longdesc escape sequences are provided for inserting these LaTeX +longdesc commands in the source. The package is based on code for a text +longdesc highlighting command that was published by Antal S-Z in +longdesc href='http://tex.stackexchange.com/questions/5959'. The main +longdesc file, proofread.dtx, is self-extracting, so you can generate +longdesc the style file by compiling proofread.dtx with pdfLaTeX. +runfiles size=2 + RELOC/tex/latex/proofread/proofread.sty +docfiles size=60 + RELOC/doc/latex/proofread/README + RELOC/doc/latex/proofread/README.txt + RELOC/doc/latex/proofread/example.tex + RELOC/doc/latex/proofread/proofread.hd + RELOC/doc/latex/proofread/proofread.pdf + RELOC/doc/latex/proofread/vimrc +srcfiles size=4 + RELOC/source/latex/proofread/proofread.dtx + RELOC/source/latex/proofread/proofread.ins +catalogue-ctan /macros/latex/contrib/proofread +catalogue-date 2015-09-07 19:29:06 +0200 +catalogue-license lppl1.3 +catalogue-topics editorial +catalogue-version 1.00 + name properties category Package revision 15878 @@ -135782,11 +136519,11 @@ catalogue-license lppl name pstricks category Package -revision 37707 +revision 38348 catalogue pstricks-base -shortdesc PostScript macros for TeX. +shortdesc PostScript macros for TeX relocated 1 -longdesc PStricks offers an extensive collection of macros for +longdesc PSTricks offers an extensive collection of macros for longdesc generating PostScript that is usable with most TeX macro longdesc formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. longdesc Included are macros for colour, graphics, pie charts, rotation, @@ -135794,9 +136531,9 @@ longdesc trees and overlays. It has many special features, including a longdesc wide variety of graphics (picture drawing) macros, with a longdesc flexible interface and with colour support. There are macros longdesc for colouring or shading the cells of tables. The package -longdesc pstricks-add contains bug-fixes and additions for pstricks -longdesc (among other things). PSTricks ordianrily uses PostScript -longdesc \special commands, which are not supported by PDF(La)TeX. This +longdesc pstricks-add contains bug-fixes and additions for PSTricks +longdesc (among other things). PSTricks ordinarily uses PostScript +longdesc \special commands, which are not supported by pdf(La)TeX. This longdesc limitation may be overcome by using either the pst-pdf or the longdesc pdftricks package, to generate a PDF inclusion from a PSTricks longdesc diagram. PSTricks macros can also generate PDF output when the @@ -135805,10 +136542,11 @@ longdesc supporting packages. Note that this is one of a pair of longdesc catalogue entries for PSTricks; the other one (PSTricks) is longdesc acting as a "stub", while editorial work on catalogue entries longdesc for PSTricks contributed is completed. -runfiles size=116 +runfiles size=117 RELOC/dvips/pstricks/pst-algparser.pro RELOC/dvips/pstricks/pst-dots.pro RELOC/dvips/pstricks/pst-dots97.pro + RELOC/dvips/pstricks/pst-show.pro RELOC/dvips/pstricks/pstricks.pro RELOC/dvips/pstricks/pstricks97.pro RELOC/tex/generic/pstricks/config/Changes @@ -135830,7 +136568,7 @@ runfiles size=116 RELOC/tex/latex/pstricks/pst-key.sty RELOC/tex/latex/pstricks/pstcol.sty RELOC/tex/latex/pstricks/pstricks.sty -docfiles size=2087 +docfiles size=2104 RELOC/doc/generic/pstricks/Changes RELOC/doc/generic/pstricks/Changes.dvips RELOC/doc/generic/pstricks/Changes.generic @@ -135867,17 +136605,16 @@ docfiles size=2087 RELOC/doc/generic/pstricks/pst-news15.tex RELOC/doc/generic/pstricks/pst-user.pdf RELOC/doc/generic/pstricks/pst-user.tgz - RELOC/doc/generic/pstricks/pstricks-add-data9.data RELOC/doc/generic/pstricks/pstricks-bug.tex RELOC/doc/generic/pstricks/pstricks-doc.pdf RELOC/doc/generic/pstricks/test-pst.pdf RELOC/doc/generic/pstricks/test-pst.tex catalogue-also pstricks-add catalogue-ctan /graphics/pstricks/base -catalogue-date 2015-06-29 19:52:14 +0200 +catalogue-date 2015-09-11 19:49:01 +0200 catalogue-license lppl1.3 catalogue-topics graphics-in-tex colour pstricks dvips-special xetex -catalogue-version 2.61 +catalogue-version 2.63 name pst-rubans category Package @@ -136544,8 +137281,8 @@ binfiles arch=i386-linux size=1 name ptex category Package -revision 37092 -shortdesc A TeX system for publishing in Japanese. +revision 38037 +shortdesc A TeX system for publishing in Japanese longdesc PTeX adds features related to vertical writing, and deals with longdesc other problems in typesetting Japanese. A set of additions to a longdesc TEXMF tree, for use with PTeX, may be found in package PTeX- @@ -136870,8 +137607,9 @@ srcfiles size=133 texmf-dist/source/platex/base/plpatch.ltx texmf-dist/source/platex/base/plvers.dtx catalogue-ctan /language/japanese/ptex -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license other-free +catalogue-topics engine japanese name ptex.i386-linux category Package @@ -137083,9 +137821,17 @@ catalogue-version 0.5 name pxchfon category Package -revision 37282 -shortdesc Japanese font setup for pLaTeX and upLaTeX. -relocated 1 +revision 38041 +shortdesc Japanese font setup for pLaTeX and upLaTeX +relocated 1 +longdesc This package enables users to declare in their document which +longdesc physical fonts should be used for the standard Japanese +longdesc (logical) fonts of pLaTeX and upLaTeX. Font setup is realized +longdesc by changing the font mapping of dvipdfmx, and thus users can +longdesc use any (monospaced) physical fonts they like, once they +longdesc properly install this package, without creating helper files +longdesc for each new font. This package also supports setup for the +longdesc fonts used in the japanese-otf package. runfiles size=29 RELOC/fonts/sfd/pxchfon/PXcjk0.sfd RELOC/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm @@ -137109,7 +137855,7 @@ runfiles size=29 RELOC/tex/platex/pxchfon/pxchfon.sty RELOC/tex/platex/pxchfon/pxchfon0.def RELOC/tex/platex/pxchfon/pxjafont.sty -docfiles size=86 +docfiles size=87 RELOC/doc/platex/pxchfon/LICENSE RELOC/doc/platex/pxchfon/README RELOC/doc/platex/pxchfon/README-ja @@ -137122,9 +137868,10 @@ docfiles size=86 RELOC/doc/platex/pxchfon/sample-pxchfon.pdf RELOC/doc/platex/pxchfon/sample-pxchfon.tex catalogue-ctan /language/japanese/pxchfon -catalogue-date 2015-05-08 19:28:25 +0200 +catalogue-date 2015-08-04 14:23:08 +0200 catalogue-license other-free -catalogue-version 0.7e +catalogue-topics japanese font-supp +catalogue-version 0.7f name pxcjkcat category Package @@ -139627,8 +140374,8 @@ catalogue-version 1.0h name reledmac category Package -revision 37912 -shortdesc Typeset scholarly editions. +revision 38307 +shortdesc Typeset scholarly editions relocated 1 longdesc A package for typesetting scholarly critical editions, longdesc replacing the established ledmac and eledmac packages. Ledmac @@ -139636,10 +140383,10 @@ longdesc itself was a LaTeX port of the plain TeX EDMAC macros. The longdesc package supports indexing by page and by line numbers, and longdesc simple tabular- and array-style environments. The package is longdesc distributed with the related reledpar package. -runfiles size=63 +runfiles size=64 RELOC/tex/latex/reledmac/reledmac.sty RELOC/tex/latex/reledmac/reledpar.sty -docfiles size=541 +docfiles size=609 RELOC/doc/latex/reledmac/Makefile RELOC/doc/latex/reledmac/README RELOC/doc/latex/reledmac/doc-include/migrate-mac.dtx @@ -139704,7 +140451,7 @@ docfiles size=541 RELOC/doc/latex/reledmac/migration.pdf RELOC/doc/latex/reledmac/reledmac.pdf RELOC/doc/latex/reledmac/reledpar.pdf -srcfiles size=207 +srcfiles size=217 RELOC/source/latex/reledmac/migration.dtx RELOC/source/latex/reledmac/reledmac.dtx RELOC/source/latex/reledmac/reledmac.ins @@ -139712,10 +140459,10 @@ srcfiles size=207 RELOC/source/latex/reledmac/reledpar.ins catalogue-also ednotes poemscol ledmac eledmac catalogue-ctan /macros/latex/contrib/reledmac -catalogue-date 2015-07-20 00:08:04 +0200 +catalogue-date 2015-09-06 08:44:28 +0200 catalogue-license lppl1.3 catalogue-topics crit-ed -catalogue-version 2.0.0 +catalogue-version 2.1.3 name relenc category Package @@ -139850,8 +140597,8 @@ catalogue-version 1.0 name resphilosophica category Package -revision 36159 -shortdesc Typeset articles for the journal Res Philosophica. +revision 38189 +shortdesc Typeset articles for the journal Res Philosophica relocated 1 longdesc The bundle provides a class for typesetting articles for the longdesc journal Res Philosophica. Development was commissioned by Saint @@ -139859,7 +140606,7 @@ longdesc Louis University. runfiles size=14 RELOC/bibtex/bst/resphilosophica/resphilosophica.bst RELOC/tex/latex/resphilosophica/resphilosophica.cls -docfiles size=137 +docfiles size=138 RELOC/doc/latex/resphilosophica/Makefile RELOC/doc/latex/resphilosophica/README RELOC/doc/latex/resphilosophica/resphilosophica.bib @@ -139871,9 +140618,10 @@ srcfiles size=17 RELOC/source/latex/resphilosophica/resphilosophica.dtx RELOC/source/latex/resphilosophica/resphilosophica.ins catalogue-ctan /macros/latex/contrib/resphilosophica -catalogue-date 2015-01-27 13:05:55 +0100 +catalogue-date 2015-08-23 19:56:46 +0200 catalogue-license lppl1.3 -catalogue-version 1.25 +catalogue-topics journalpub class +catalogue-version 1.26 name resumecls category Package @@ -142097,6 +142845,31 @@ catalogue-date 2014-09-06 11:41:56 +0200 catalogue-license lppl1.3 catalogue-version 0.2 +name roundrect +category Package +revision 38070 +shortdesc Metapost macros for highly configurable rounded rectangles (optionally with text) +relocated 1 +longdesc The roundrect macros for Metapost provide ways to produce +longdesc rounded rectangles, which may or may not contain a title bar or +longdesc text (the title bar may itself contain text). They are +longdesc extremely configurable. +runfiles size=2 + RELOC/metapost/roundrect/roundrect.mp +docfiles size=54 + RELOC/doc/metapost/roundrect/CHANGES + RELOC/doc/metapost/roundrect/README + RELOC/doc/metapost/roundrect/lppl.txt + RELOC/doc/metapost/roundrect/roundrect.pdf +srcfiles size=7 + RELOC/source/metapost/roundrect/roundrect.dtx + RELOC/source/metapost/roundrect/roundrect.ins +catalogue-ctan /graphics/metapost/contrib/macros/roundrect +catalogue-date 2015-08-07 19:37:47 +0200 +catalogue-license lppl1.3 +catalogue-topics graphics +catalogue-version 2.1 + name rrgtrees category Package revision 27322 @@ -142152,7 +142925,7 @@ catalogue-version 3.1e name rsfso category Package -revision 32051 +revision 37965 shortdesc A mathematical calligraphic font based on rsfs. relocated 1 longdesc The package provides virtual fonts and LaTeX support files for @@ -142179,10 +142952,12 @@ docfiles size=38 RELOC/doc/fonts/rsfso/mh2scr0.png RELOC/doc/fonts/rsfso/rsfso-doc.pdf RELOC/doc/fonts/rsfso/rsfso-doc.tex +catalogue-also calrsfs mathrsfs catalogue-ctan /fonts/rsfso -catalogue-date 2014-05-07 23:10:33 +0200 +catalogue-date 2015-07-25 09:07:44 +0200 catalogue-license lppl -catalogue-version 1.01 +catalogue-topics font font-virtual font-calligraphic +catalogue-version 1.02 name rsfs category Package @@ -145492,59 +146267,52 @@ catalogue-version 2.2 name shapes category Package -revision 37898 -shortdesc Draw polygons, reentrant stars, and fractions in circles with Metapost +revision 38024 +shortdesc Draw polygons, reentrant stars, and fractions in circles with Metapost. relocated 1 longdesc The shapes set of macros allows drawing regular polygons; their longdesc corresponding reentrant stars in all their variations; and longdesc fractionally filled circles (useful for visually demonstrating longdesc the nature of fractions) in Metapost. -runfiles size=139 +runfiles size=2 RELOC/metapost/shapes/shapes.mp - RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex - RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex - RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex - RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex - RELOC/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex - RELOC/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex -docfiles size=49 +docfiles size=51 + RELOC/doc/metapost/shapes/CHANGES RELOC/doc/metapost/shapes/README RELOC/doc/metapost/shapes/lppl.txt RELOC/doc/metapost/shapes/shapes.pdf -srcfiles size=4 +srcfiles size=5 RELOC/source/metapost/shapes/shapes.dtx RELOC/source/metapost/shapes/shapes.ins catalogue-ctan /graphics/metapost/contrib/macros/shapes -catalogue-date 2015-07-19 07:49:45 +0200 +catalogue-date 2015-08-02 07:21:49 +0200 catalogue-license lppl1.3 catalogue-topics maths -catalogue-version 1.0 +catalogue-version 1.1 name shdoc category Package -revision 36739 -shortdesc Float environment to document the shell commands of a terminal session. +revision 38277 +shortdesc Float environment to document the shell commands of a terminal session relocated 1 longdesc The package provides a simple, though fancy float environment longdesc to document terminal sessions -- like command executions or longdesc shell operations. The look and feel of the package output longdesc imitates the look of a shell prompt. -runfiles size=1 +runfiles size=2 RELOC/tex/latex/shdoc/shdoc.sty -docfiles size=22 +docfiles size=114 RELOC/doc/latex/shdoc/README - RELOC/doc/latex/shdoc/shdoc_example.pdf - RELOC/doc/latex/shdoc/shdoc_example.tex + RELOC/doc/latex/shdoc/README.txt + RELOC/doc/latex/shdoc/shdoc.pdf +srcfiles size=10 + RELOC/source/latex/shdoc/shdoc.dtx + RELOC/source/latex/shdoc/shdoc.ins catalogue-ctan /macros/latex/contrib/shdoc -catalogue-date 2015-04-09 14:11:06 +0200 +catalogue-date 2015-09-02 20:52:48 +0200 catalogue-license lppl1.3 -catalogue-version 1.2 +catalogue-topics synt-hlt +catalogue-version 2.0 name shipunov category Package @@ -146204,8 +146972,8 @@ catalogue-version 1.36 name siunitx category Package -revision 37870 -shortdesc A comprehensive (SI) units package. +revision 38377 +shortdesc A comprehensive (SI) units package relocated 1 longdesc Typesetting values with units requires care to ensure that the longdesc combined mathematical meaning of the value plus unit @@ -146232,16 +147000,17 @@ runfiles size=79 RELOC/tex/latex/siunitx/siunitx-binary.cfg RELOC/tex/latex/siunitx/siunitx-version-1.cfg RELOC/tex/latex/siunitx/siunitx.sty -docfiles size=153 - RELOC/doc/latex/siunitx/README +docfiles size=152 + RELOC/doc/latex/siunitx/LICENSE.md + RELOC/doc/latex/siunitx/README.md RELOC/doc/latex/siunitx/siunitx.pdf -srcfiles size=150 +srcfiles size=151 RELOC/source/latex/siunitx/siunitx.dtx catalogue-ctan /macros/latex/contrib/siunitx -catalogue-date 2015-07-17 17:16:44 +0200 +catalogue-date 2015-09-14 13:26:36 +0200 catalogue-license lppl1.3 catalogue-topics units scientific-docs -catalogue-version 2.6h +catalogue-version 2.6l name skaknew category Package @@ -151899,12 +152668,12 @@ catalogue-version 1.0 name suftesi category Package -revision 37528 -shortdesc A document class for typesetting theses, books and articles. +revision 38354 +shortdesc A document class for typesetting theses, books and articles relocated 1 longdesc The class is specifically designed for use with theses in the longdesc humanities. -runfiles size=19 +runfiles size=20 RELOC/tex/latex/suftesi/suftesi.cls docfiles size=269 RELOC/doc/latex/suftesi/README @@ -151913,10 +152682,10 @@ docfiles size=269 srcfiles size=38 RELOC/source/latex/suftesi/suftesi.dtx catalogue-ctan /macros/latex/contrib/suftesi -catalogue-date 2015-06-13 19:26:02 +0200 +catalogue-date 2015-09-10 21:31:46 +0200 catalogue-license lppl1.3 catalogue-topics book-pub class dissertation -catalogue-version 2.1 +catalogue-version 2.2 name sugconf category Package @@ -153768,8 +154537,8 @@ catalogue-version 2.40 name tcolorbox category Package -revision 37876 -shortdesc Coloured boxes, for LaTeX examples and theorems, etc. +revision 38107 +shortdesc Coloured boxes, for LaTeX examples and theorems, etc relocated 1 longdesc The package provides an environment for coloured and framed longdesc text boxes with a heading line. Optionally, such a box may be @@ -153800,7 +154569,7 @@ runfiles size=124 RELOC/tex/latex/tcolorbox/tcbtheorems.code.tex RELOC/tex/latex/tcolorbox/tcbxparse.code.tex RELOC/tex/latex/tcolorbox/tcolorbox.sty -docfiles size=1743 +docfiles size=1833 RELOC/doc/latex/tcolorbox/Basilica_5.png RELOC/doc/latex/tcolorbox/CHANGES RELOC/doc/latex/tcolorbox/README @@ -153838,10 +154607,10 @@ docfiles size=1743 RELOC/doc/latex/tcolorbox/tcolorbox.pdf RELOC/doc/latex/tcolorbox/tcolorbox.tex catalogue-ctan /macros/latex/contrib/tcolorbox -catalogue-date 2015-07-16 16:32:28 +0200 +catalogue-date 2015-08-12 14:13:33 +0200 catalogue-license lppl1.3 catalogue-topics boxing colour verbatim listing -catalogue-version 3.70 +catalogue-version 3.72 name tdclock category Package @@ -154262,7 +155031,7 @@ catalogue-version 0.6 name tetex category TLCore -revision 37866 +revision 38208 shortdesc scripts and files originally written for or included in teTeX longdesc teTeX was a comprehensive distribution of TeX, LaTeX and longdesc family, designed for ease of compilation, installation and @@ -154359,7 +155128,7 @@ docfiles size=145 texmf-dist/doc/tetex/TETEXDOC.pdf texmf-dist/doc/tetex/teTeX-FAQ catalogue-ctan /obsolete/systems/unix/teTeX -catalogue-date 2012-09-11 08:43:58 +0200 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license other-free catalogue-topics distribution obsolete catalogue-version 3.0 @@ -154453,8 +155222,8 @@ binfiles arch=i386-linux size=1 name tex4ht category Package -revision 36933 -shortdesc Convert (La)TeX to HTML/XML. +revision 38177 +shortdesc Convert (La)TeX to HTML/XML longdesc A converter from TeX and LaTeX to SGML-based formats such as longdesc (X)HTML, MathML, OpenDocument, and DocBook, providing a longdesc configurable (La)TeX-based authoring system for hypertext. @@ -154468,7 +155237,7 @@ longdesc restricted-syntax systems such as hyperlatex and gellmu. Note longdesc that CTAN no longer holds the definitive sources of the longdesc package: see the 'Readme' file. depend tex4ht.ARCH -runfiles size=6525 +runfiles size=6529 texmf-dist/scripts/tex4ht/ht.sh texmf-dist/scripts/tex4ht/htcontext.sh texmf-dist/scripts/tex4ht/htcopy.pl @@ -158049,6 +158818,8 @@ runfiles size=6525 texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmccsc.htf texmf-dist/tex4ht/ht-fonts/unicode/dstroke/dsrom.htf texmf-dist/tex4ht/ht-fonts/unicode/dstroke/esint.htf + texmf-dist/tex4ht/ht-fonts/unicode/ec/eccc-uni.htf + texmf-dist/tex4ht/ht-fonts/unicode/ec/eccc.htf texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk/fibr.htf texmf-dist/tex4ht/ht-fonts/unicode/hebrew/cjhebltx.htf texmf-dist/tex4ht/ht-fonts/unicode/hebrew/crml.htf @@ -158298,8 +159069,9 @@ docfiles size=195 texmf-dist/doc/generic/tex4ht/mn8.html texmf-dist/doc/generic/tex4ht/mn9.html catalogue-ctan /obsolete/support/TeX4ht -catalogue-date 2014-01-03 12:07:14 +0100 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license lppl +catalogue-topics cvt-html name tex4ht.i386-linux category Package @@ -158647,8 +159419,8 @@ catalogue-version 0.1 name texfot category Package -revision 35356 -shortdesc Filter clutter from the output of a TeX run. +revision 38071 +shortdesc Filter clutter from the output of a TeX run longdesc The package provides a small Perl script to filter the online longdesc output from a TeX run, attempting to show only those messages longdesc which probably deserve some change in the source. The TeX @@ -158656,13 +159428,15 @@ longdesc invocation itself need not change. depend texfot.ARCH runfiles size=4 texmf-dist/scripts/texfot/texfot.pl -docfiles size=8 +docfiles size=9 texmf-dist/doc/man/man1/texfot.1 texmf-dist/doc/man/man1/texfot.man1.pdf texmf-dist/doc/support/texfot/README catalogue-ctan /support/texfot -catalogue-date 2015-03-30 22:55:45 +0200 +catalogue-date 2015-08-07 18:19:09 +0200 catalogue-license pd +catalogue-topics comp-mgmt +catalogue-version 1.28 name texfot.i386-linux category Package @@ -159835,7 +160609,7 @@ docfiles size=402 name texlive-docindex category TLCore -revision 37916 +revision 38366 shortdesc top-level TeX Live doc.html, etc. longdesc These files are regenerated as needed, which is often, so we longdesc make them a separate package. See the tl-update-auto script @@ -160002,7 +160776,7 @@ docfiles size=374 name texlive-msg-translations category TLCore -revision 37544 +revision 37957 shortdesc translations of the TeX Live installer and TeX Live Manager longdesc This package contains the translated messages of the TeX Live longdesc installer and TeX Live Manager. For information on creating or @@ -160087,7 +160861,7 @@ docfiles size=419 name texlive-scripts category TLCore -revision 37895 +revision 38366 shortdesc TeX Live infrastructure programs longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for longdesc tlmgr to run but still ours. Not included in tlcritical. @@ -162360,13 +163134,15 @@ catalogue-license lppl1.3 name tikz-bayesnet category Package -revision 30094 -shortdesc Draw Bayesian networks, graphical models and directed factor graphs. +revision 38295 +shortdesc Draw Bayesian networks, graphical models and directed factor graphs relocated 1 longdesc The package provides a library supporting the display of longdesc Bayesian networks, graphical models and (directed) factor longdesc graphs in LaTeX. -docfiles size=21 +runfiles size=1 + RELOC/tex/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex +docfiles size=20 RELOC/doc/latex/tikz-bayesnet/LICENSE_GPL RELOC/doc/latex/tikz-bayesnet/LICENSE_LPPL RELOC/doc/latex/tikz-bayesnet/README.rst @@ -162375,10 +163151,10 @@ docfiles size=21 RELOC/doc/latex/tikz-bayesnet/model_lda.tex RELOC/doc/latex/tikz-bayesnet/model_pca.tex RELOC/doc/latex/tikz-bayesnet/model_pca2.tex - RELOC/doc/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex catalogue-ctan /graphics/pgf/contrib/tikz-bayesnet -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-08-03 05:43:12 +0200 catalogue-license lppl1.3 +catalogue-topics statistics pgf-tikz catalogue-version 0.1 name tikz-cd @@ -165742,8 +166518,8 @@ catalogue-license lppl name translations category Package -revision 37820 -shortdesc Internationalisation of LaTeX2e packages. +revision 38308 +shortdesc Internationalisation of LaTeX2e packages relocated 1 longdesc This package (once part of the exsheets package), provides a longdesc framework for providing multilingual features to a LaTeX @@ -165754,21 +166530,22 @@ longdesc Catalan, Turkish, Croatian, Hungarian, Danish and Portuguese longdesc from babel or polyglossia if either is in use in the document. longdesc (Additional languages from the multilingual packages may be longdesc possible: ask the author.) -runfiles size=17 +runfiles size=20 + RELOC/tex/latex/translations/translations-basic-dictionary-catalan.trsl RELOC/tex/latex/translations/translations-basic-dictionary-english.trsl RELOC/tex/latex/translations/translations-basic-dictionary-french.trsl RELOC/tex/latex/translations/translations-basic-dictionary-german.trsl RELOC/tex/latex/translations/translations-basic-dictionary-spanish.trsl RELOC/tex/latex/translations/translations.sty -docfiles size=143 +docfiles size=144 RELOC/doc/latex/translations/README RELOC/doc/latex/translations/translations_en.pdf RELOC/doc/latex/translations/translations_en.tex catalogue-ctan /macros/latex/contrib/translations -catalogue-date 2015-07-09 18:30:24 +0200 +catalogue-date 2015-09-06 13:02:17 +0200 catalogue-license lppl1.3 catalogue-topics multilingual package-supp -catalogue-version 1.2b +catalogue-version 1.2d name translation-tabbing-fr category Package @@ -166044,7 +166821,7 @@ catalogue-version 1.0 name tudscr category Package -revision 37736 +revision 37945 shortdesc The Corporate Design of TU Dresden. relocated 1 longdesc The TUD-KOMA-Script bundle provides both classes and packages @@ -166174,10 +166951,10 @@ srcfiles size=330 RELOC/source/latex/tudscr/tudscr.ins RELOC/source/latex/tudscr/tudscrsource.tex catalogue-ctan /macros/latex/contrib/tudscr -catalogue-date 2015-07-02 19:06:13 +0200 +catalogue-date 2015-07-24 14:52:08 +0200 catalogue-license lppl1.3 catalogue-topics dissertation class -catalogue-version 2.04 +catalogue-version 2.04a name tufte-latex category Package @@ -167215,6 +167992,24 @@ catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license lppl catalogue-version 12.12 +name uassign +category Package +revision 38326 +shortdesc Provides environments and options for typesetting university assignments +relocated 1 +longdesc Provides environments and options for typesetting university +longdesc assignments +runfiles size=1 + RELOC/tex/latex/uassign/uassign.sty +docfiles size=21 + RELOC/doc/latex/uassign/README + RELOC/doc/latex/uassign/uassign.pdf + RELOC/doc/latex/uassign/uassign.tex +catalogue-ctan /macros/latex/contrib/uassign +catalogue-date 2015-09-08 08:01:50 +0200 +catalogue-license gpl2 +catalogue-topics class + name ucbthesis category Package revision 37776 @@ -167274,11 +168069,11 @@ catalogue-version 1.2 name ucharcat category Package -revision 37529 -shortdesc Implementation of the (new in 2015) xetex \Ucharcat command in lua, for luatex. +revision 38197 +shortdesc Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX relocated 1 -longdesc The package implements the \Ucharcat command for lualatex. -longdesc \Ucharcat is a new primitive in xetex, an extension of the +longdesc The package implements the \Ucharcat command for LuaLaTeX. +longdesc \Ucharcat is a new primitive in XeTeX, an extension of the longdesc existing \Uchar command, that allows the specification of the longdesc catcode as well as character code of the character token being longdesc constructed. @@ -167291,10 +168086,10 @@ srcfiles size=3 RELOC/source/latex/ucharcat/ucharcat.dtx RELOC/source/latex/ucharcat/ucharcat.ins catalogue-ctan /macros/latex/contrib/ucharcat -catalogue-date 2015-06-13 06:13:17 +0200 +catalogue-date 2015-08-24 06:16:32 +0200 catalogue-license lppl catalogue-topics lua-supp luatex -catalogue-version 0.01 +catalogue-version 0.02 name ucharclasses category Package @@ -167642,36 +168437,38 @@ catalogue-version 3.2 name udesoftec category Package -revision 37399 -shortdesc Thesis class for the University of Duisburg-Essen. +revision 38298 +shortdesc Thesis class for the University of Duisburg-Essen relocated 1 longdesc The class is designed for typesetting theses in the Research longdesc Group for Business Informatics and Software Engineering. (The longdesc class may also serve as a template for such theses.) The class longdesc is designed for use with pdfLaTeX; input in UTF-8 encoding is longdesc assumed. -runfiles size=66 +runfiles size=71 RELOC/bibtex/bst/udesoftec/udesoftec.bst + RELOC/tex/latex/udesoftec/udesoftec-bibcommon.sty + RELOC/tex/latex/udesoftec/udesoftec-biblatex.sty RELOC/tex/latex/udesoftec/udesoftec-bst.sty RELOC/tex/latex/udesoftec/udesoftec-cover-uba.pdf RELOC/tex/latex/udesoftec/udesoftec-cover-ude-de.pdf RELOC/tex/latex/udesoftec/udesoftec-cover-ude-en.pdf RELOC/tex/latex/udesoftec/udesoftec-extra.sty RELOC/tex/latex/udesoftec/udesoftec.cls -docfiles size=137 +docfiles size=120 RELOC/doc/latex/udesoftec/udesoftec-doc.pdf -srcfiles size=23 +srcfiles size=24 RELOC/source/latex/udesoftec/CHANGELOG RELOC/source/latex/udesoftec/README RELOC/source/latex/udesoftec/UPDATE-INSTRUCTIONS - RELOC/source/latex/udesoftec/VERSION RELOC/source/latex/udesoftec/udesoftec-doc-examplebib.bib RELOC/source/latex/udesoftec/udesoftec-doc-exampleimage.pdf RELOC/source/latex/udesoftec/udesoftec-doc.tex catalogue-ctan /macros/latex/contrib/udesoftec -catalogue-date 2015-05-14 15:27:04 +0200 -catalogue-license lppl -catalogue-version 1.4.6 +catalogue-date 2015-09-04 19:17:42 +0200 +catalogue-license lppl1.3 +catalogue-topics dissertation bus-study class +catalogue-version 1.5.2 name uebungsblatt category Package @@ -171104,8 +171901,8 @@ binfiles arch=i386-linux size=1 name ulthese category Package -revision 34407 -shortdesc Thesis class and templates for Universite Laval. +revision 38363 +shortdesc Thesis class and templates for Universite Laval relocated 1 longdesc The package provides a class based on memoir to prepare theses longdesc and memoirs compliant with the presentation rules set forth by @@ -171119,7 +171916,7 @@ runfiles size=46 RELOC/tex/latex/ulthese/ul_p.eps RELOC/tex/latex/ulthese/ul_p.pdf RELOC/tex/latex/ulthese/ulthese.cls -docfiles size=94 +docfiles size=104 RELOC/doc/latex/ulthese/README RELOC/doc/latex/ulthese/abstract.tex RELOC/doc/latex/ulthese/annexe.tex @@ -171141,13 +171938,15 @@ docfiles size=94 RELOC/doc/latex/ulthese/remerciements.tex RELOC/doc/latex/ulthese/resume.tex RELOC/doc/latex/ulthese/ulthese.pdf -srcfiles size=21 +srcfiles size=22 RELOC/source/latex/ulthese/ulthese.dtx RELOC/source/latex/ulthese/ulthese.ins +catalogue-also memoir babel catalogue-ctan /macros/latex/contrib/ulthese -catalogue-date 2014-05-26 19:10:44 +0200 +catalogue-date 2015-09-11 21:07:42 +0200 catalogue-license lppl1.3 -catalogue-version 3.1 +catalogue-topics dissertation class french +catalogue-version 4.0 name umich-thesis category Package @@ -171457,37 +172256,44 @@ catalogue-version 1.0l name unicode-math category Package -revision 34490 -shortdesc Unicode mathematics support for XeTeX and LuaTeX. -relocated 1 -longdesc The current release of this package typesets mathematics with -longdesc unicode input and using OpenType maths fonts. (There is little -longdesc compatibility with older maths packages.) XeTeX support is well -longdesc tested, though LuaTeX support less so. The package can typeset -longdesc using STIX fonts, the XITS development of those fonts, the -longdesc Asana-Math fonts, the Latin Modern Math, and the TeX Gyre Math -longdesc font familiess, as well as the commercial Cambria Math fonts. -longdesc There is no support for extra alphabets in the Unicode 'private -longdesc use area'. The package relies on recent versions of the -longdesc fontspec package and the l3kernel and l3packages bundles. +revision 38337 +shortdesc Unicode mathematics support for XeTeX and LuaTeX +relocated 1 +longdesc This package will provide a complete implementation of unicode +longdesc maths for XeLaTeX and LuaLaTeX. Unicode maths is currently +longdesc supported by the following fonts: Cambria Math (Microsoft), +longdesc Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math +longdesc (Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math +longdesc (Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts +longdesc (Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI +longdesc Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or +longdesc LuaTeX, this package requires recent versions of the fontspec, +longdesc expl3, xpackages, filehook, ucharcat and lualatex-math +longdesc packages. depend fontspec -runfiles size=108 +runfiles size=104 RELOC/tex/latex/unicode-math/unicode-math-luatex.sty RELOC/tex/latex/unicode-math/unicode-math-table.tex RELOC/tex/latex/unicode-math/unicode-math-xetex.sty RELOC/tex/latex/unicode-math/unicode-math.sty -docfiles size=417 - RELOC/doc/latex/unicode-math/README +docfiles size=474 + RELOC/doc/latex/unicode-math/README.md + RELOC/doc/latex/unicode-math/unicode-math-doc.tex RELOC/doc/latex/unicode-math/unicode-math.pdf RELOC/doc/latex/unicode-math/unimath-example.ltx + RELOC/doc/latex/unicode-math/unimath-symbols.ltx RELOC/doc/latex/unicode-math/unimath-symbols.pdf -srcfiles size=62 +srcfiles size=48 + RELOC/source/latex/unicode-math/unicode-math-alphabets.dtx + RELOC/source/latex/unicode-math/unicode-math-compat.dtx + RELOC/source/latex/unicode-math/unicode-math-msg.dtx + RELOC/source/latex/unicode-math/unicode-math-usv.dtx RELOC/source/latex/unicode-math/unicode-math.dtx - RELOC/source/latex/unicode-math/unimath-symbols.ltx catalogue-ctan /macros/latex/contrib/unicode-math -catalogue-date 2014-06-30 15:31:35 +0200 +catalogue-date 2015-09-10 18:09:20 +0200 catalogue-license lppl1.3 -catalogue-version 0.7f +catalogue-topics maths font-use luatex xetex +catalogue-version 0.8b name unisugar category Package @@ -172056,8 +172862,8 @@ catalogue-license lppl name upmethodology category Package -revision 37694 -shortdesc Writing specifications such as for UP-based methodologies. +revision 38094 +shortdesc Writing specifications such as for UP-based methodologies relocated 1 longdesc The bundle allows the user to create Unified Process longdesc methodology (UP or RUP) based documents. The style provides @@ -172078,7 +172884,7 @@ runfiles size=47 RELOC/tex/latex/upmethodology/upmethodology-spec.sty RELOC/tex/latex/upmethodology/upmethodology-task.sty RELOC/tex/latex/upmethodology/upmethodology-version.sty -docfiles size=182 +docfiles size=183 RELOC/doc/latex/upmethodology/AUTHORS RELOC/doc/latex/upmethodology/COPYING RELOC/doc/latex/upmethodology/Changelog @@ -172097,7 +172903,7 @@ docfiles size=182 RELOC/doc/latex/upmethodology/upmethodology-doc.pdf RELOC/doc/latex/upmethodology/upmethodology-doc.tex catalogue-ctan /macros/latex/contrib/upmethodology -catalogue-date 2015-06-26 18:48:34 +0200 +catalogue-date 2015-08-10 18:57:07 +0200 catalogue-license lgpl catalogue-topics doc-mgmt @@ -172728,8 +173534,8 @@ catalogue-license other-free name ut-thesis category Package -revision 26793 -shortdesc University of Toronto thesis style. +revision 38269 +shortdesc University of Toronto thesis style relocated 1 longdesc This not described as an 'official' class, just one distributed longdesc "in the hope that it will be useful". A skeleton file, using @@ -172739,10 +173545,12 @@ runfiles size=5 docfiles size=5 RELOC/doc/latex/ut-thesis/README RELOC/doc/latex/ut-thesis/ut-thesis.tex +catalogue-also utorontothesis catalogue-ctan /macros/latex/contrib/ut-thesis -catalogue-date 2012-06-01 19:19:53 +0200 -catalogue-license lppl -catalogue-version 2.0 +catalogue-date 2015-09-01 20:49:19 +0200 +catalogue-license lppl1.3 +catalogue-topics dissertation +catalogue-version 2.1 name uwmslide category Package @@ -176961,8 +177769,8 @@ catalogue-license lppl name withargs category Package -revision 31906 -shortdesc Ephemeral macro use. +revision 38320 +shortdesc Ephemeral macro use relocated 1 runfiles size=7 RELOC/tex/latex/withargs/withargs-dry.sty @@ -176973,9 +177781,10 @@ docfiles size=120 RELOC/doc/latex/withargs/withargs.pdf RELOC/doc/latex/withargs/withargs.tex catalogue-ctan /macros/latex/contrib/withargs -catalogue-date 2014-02-26 23:03:13 +0100 +catalogue-date 2015-09-07 15:13:20 +0200 catalogue-license lppl1.3 -catalogue-version 0.0.2 +catalogue-topics macro-supp +catalogue-version 0.1.0 name wnri-latex category Package @@ -177272,7 +178081,7 @@ catalogue-version 1.1 name xcharter category Package -revision 36562 +revision 37962 shortdesc Extension of Bitstream Charter fonts. relocated 1 longdesc The package presents an extension of Bitstream Charter, which @@ -177281,7 +178090,7 @@ longdesc all four styles, accompanied by LaTeX font support files. The longdesc fonts themselves are provided in both Adobe Type 1 and OTF longdesc formats, with supporting files as necessary. execute addMap XCharter.map -runfiles size=837 +runfiles size=943 RELOC/fonts/afm/public/xcharter/XCharter-Bold.afm RELOC/fonts/afm/public/xcharter/XCharter-BoldItalic.afm RELOC/fonts/afm/public/xcharter/XCharter-Italic.afm @@ -177289,32 +178098,42 @@ runfiles size=837 RELOC/fonts/enc/dvips/xcharter/chalph.enc RELOC/fonts/enc/dvips/xcharter/chtabosf.enc RELOC/fonts/enc/dvips/xcharter/xch1_bwwzc2.enc + RELOC/fonts/enc/dvips/xcharter/xch1_ch2jyx.enc RELOC/fonts/enc/dvips/xcharter/xch1_d2abnl.enc RELOC/fonts/enc/dvips/xcharter/xch1_gq3a6i.enc RELOC/fonts/enc/dvips/xcharter/xch1_jfcsri.enc RELOC/fonts/enc/dvips/xcharter/xch1_jltj6c.enc RELOC/fonts/enc/dvips/xcharter/xch1_ks4pfu.enc RELOC/fonts/enc/dvips/xcharter/xch1_lq6vvn.enc + RELOC/fonts/enc/dvips/xcharter/xch1_sq3mdu.enc RELOC/fonts/enc/dvips/xcharter/xch1_w7s2xk.enc RELOC/fonts/enc/dvips/xcharter/xch1_wy7dbt.enc + RELOC/fonts/enc/dvips/xcharter/xch1_zcck2t.enc RELOC/fonts/enc/dvips/xcharter/xch_2663q7.enc RELOC/fonts/enc/dvips/xcharter/xch_2b3ply.enc + RELOC/fonts/enc/dvips/xcharter/xch_aprite.enc RELOC/fonts/enc/dvips/xcharter/xch_atk3my.enc RELOC/fonts/enc/dvips/xcharter/xch_bwwzc2.enc + RELOC/fonts/enc/dvips/xcharter/xch_ch2jyx.enc RELOC/fonts/enc/dvips/xcharter/xch_d2abnl.enc + RELOC/fonts/enc/dvips/xcharter/xch_eofewb.enc RELOC/fonts/enc/dvips/xcharter/xch_ft2zfi.enc RELOC/fonts/enc/dvips/xcharter/xch_gq3a6i.enc RELOC/fonts/enc/dvips/xcharter/xch_h3miu6.enc + RELOC/fonts/enc/dvips/xcharter/xch_hoftv6.enc RELOC/fonts/enc/dvips/xcharter/xch_jfcsri.enc RELOC/fonts/enc/dvips/xcharter/xch_jltj6c.enc + RELOC/fonts/enc/dvips/xcharter/xch_kdlizx.enc RELOC/fonts/enc/dvips/xcharter/xch_ks4pfu.enc RELOC/fonts/enc/dvips/xcharter/xch_lq6vvn.enc + RELOC/fonts/enc/dvips/xcharter/xch_sq3mdu.enc RELOC/fonts/enc/dvips/xcharter/xch_tdq2l3.enc RELOC/fonts/enc/dvips/xcharter/xch_tuu2ww.enc RELOC/fonts/enc/dvips/xcharter/xch_uoltgb.enc RELOC/fonts/enc/dvips/xcharter/xch_w7s2xk.enc RELOC/fonts/enc/dvips/xcharter/xch_wy7dbt.enc RELOC/fonts/enc/dvips/xcharter/xch_y6sx2d.enc + RELOC/fonts/enc/dvips/xcharter/xch_zcck2t.enc RELOC/fonts/map/dvips/xcharter/XCharter.map RELOC/fonts/opentype/public/xcharter/XCharter-Bold.otf RELOC/fonts/opentype/public/xcharter/XCharter-BoldItalic.otf @@ -177324,12 +178143,17 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-BolIta-alph.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-sup-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ot1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ot1G.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1--base.tfm @@ -177338,8 +178162,11 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-t1--base.tfm @@ -177348,12 +178175,17 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ot1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ot1G.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1--base.tfm @@ -177362,8 +178194,11 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-BoldItalic-tosf-t1--base.tfm @@ -177373,12 +178208,17 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Ita-alph.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-sup-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ot1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ot1G.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1--base.tfm @@ -177387,8 +178227,11 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-t1--base.tfm @@ -177397,12 +178240,17 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Italic-tosf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-sup-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ot1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ot1G.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1--base.tfm @@ -177411,8 +178259,11 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-t1--base.tfm @@ -177420,40 +178271,52 @@ runfiles size=837 RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ts1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter-Roman-tosf-ts1.tfm RELOC/fonts/tfm/public/xcharter/XCharter-osf.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-to.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ly1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ts1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Bold-tosf-ts1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-to.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ly1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ts1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-BoldItalic-tosf-ts1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-to.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ly1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ts1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Italic-tosf-ts1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-to.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-ly1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ly1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ly1.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ot1--base.tfm + RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-ot1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-t1--base.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-sc-t1.tfm RELOC/fonts/tfm/public/xcharter/XCharter1-Roman-tosf-t1--base.tfm @@ -177469,68 +178332,88 @@ runfiles size=837 RELOC/fonts/vf/public/xcharter/XCharter-Bold-sup-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-sup-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-ot1G.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tlf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Bold-tosf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ot1G.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-BoldItalic-tosf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-sup-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-sup-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-ot1G.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tlf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Italic-tosf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-sup-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-sup-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-ot1G.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tlf-ts1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter-Roman-tosf-ts1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Bold-to.vf RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Bold-tosf-ts1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-to.vf RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-BoldItalic-tosf-ts1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Italic-to.vf RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Italic-tosf-ts1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Roman-to.vf RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-ly1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-ly1.vf + RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-ot1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-sc-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-t1.vf RELOC/fonts/vf/public/xcharter/XCharter1-Roman-tosf-ts1.vf @@ -177539,6 +178422,9 @@ runfiles size=837 RELOC/tex/latex/xcharter/LY1XCharter-Sup.fd RELOC/tex/latex/xcharter/LY1XCharter-TLF.fd RELOC/tex/latex/xcharter/LY1XCharter-TOsF.fd + RELOC/tex/latex/xcharter/OT1XCharter-Sup.fd + RELOC/tex/latex/xcharter/OT1XCharter-TLF.fd + RELOC/tex/latex/xcharter/OT1XCharter-TOsF.fd RELOC/tex/latex/xcharter/T1XCharter-Sup.fd RELOC/tex/latex/xcharter/T1XCharter-TLF.fd RELOC/tex/latex/xcharter/T1XCharter-TOsF.fd @@ -177553,9 +178439,10 @@ docfiles size=38 RELOC/doc/fonts/xcharter/xcharter-doc.pdf RELOC/doc/fonts/xcharter/xcharter-doc.tex catalogue-ctan /fonts/xcharter -catalogue-date 2015-03-19 12:33:47 +0100 +catalogue-date 2015-07-26 10:47:55 +0200 catalogue-license other-free -catalogue-version 1.074 +catalogue-topics font font-type1 font-otf +catalogue-version 1.075 name xcite category Package @@ -178161,6 +179048,40 @@ binfiles arch=i386-linux size=366 bin/i386-linux/xdvi bin/i386-linux/xdvi-xaw +name xebaposter +category Package +revision 38350 +shortdesc Creates beautiful scientific Persian/Latin posters using TikZ +relocated 1 +longdesc This package is designed for making beautiful scientific +longdesc Persian/Latin posters. It is a fork of baposter by Brian Amberg +longdesc and Reinhold Kainhofer available at http://www.brian- +longdesc amberg.de/uni/poster/. baposter's users should be able to +longdesc compile their poster using xebaposter (instead of baposter) +longdesc without any problem. +runfiles size=14 + RELOC/tex/latex/xebaposter/xebaposter.cls +docfiles size=147 + RELOC/doc/latex/xebaposter/README + RELOC/doc/latex/xebaposter/images/docs-boxshape.pdf + RELOC/doc/latex/xebaposter/images/docs-headerborder.pdf + RELOC/doc/latex/xebaposter/images/docs-headershape.pdf + RELOC/doc/latex/xebaposter/images/fig3.pdf + RELOC/doc/latex/xebaposter/images/fig4.pdf + RELOC/doc/latex/xebaposter/images/fig5.pdf + RELOC/doc/latex/xebaposter/images/fig6.pdf + RELOC/doc/latex/xebaposter/images/logo.png + RELOC/doc/latex/xebaposter/images/shariflogo.png + RELOC/doc/latex/xebaposter/poster-fa.pdf + RELOC/doc/latex/xebaposter/poster-fa.tex + RELOC/doc/latex/xebaposter/xebaposter-doc.pdf + RELOC/doc/latex/xebaposter/xebaposter-doc.tex +catalogue-ctan /graphics/pgf/contrib/xebaposter +catalogue-date 2015-09-11 13:53:06 +0200 +catalogue-license lppl1.3 +catalogue-topics poster class +catalogue-version 2.21 + name xecjk category Package revision 37409 @@ -178718,8 +179639,8 @@ catalogue-version 1.05 name xgreek category Package -revision 35922 -shortdesc XeLaTeX package for typesetting Greek language documents (beta release). +revision 38043 +shortdesc XeLaTeX package for typesetting Greek language documents (beta release) relocated 1 longdesc This package has been designed so to allow people to typeset longdesc Greek language documents using XeLaTeX. And it is released in @@ -178742,9 +179663,10 @@ srcfiles size=12 RELOC/source/xelatex/xgreek/xgreek.dtx RELOC/source/xelatex/xgreek/xgreek.ins catalogue-ctan /macros/xetex/latex/xgreek -catalogue-date 2014-12-27 19:04:39 +0100 +catalogue-date 2015-08-04 05:05:23 +0200 catalogue-license lppl1.3 -catalogue-version 2.6 +catalogue-topics greek xetex +catalogue-version 2.61 name xhfill category Package @@ -178803,8 +179725,8 @@ catalogue-license lppl name xint category Package -revision 36463 -shortdesc Expandable operations on long numbers. +revision 38368 +shortdesc Expandable operations on long numbers relocated 1 longdesc The bundle provides nine packages: xintcore, which provides longdesc expandable TeX macros that implement the basic arithmetic @@ -178826,7 +179748,7 @@ longdesc typesetting; xintcfrac, which deals with the computation of longdesc continued fractions. All of the packages' computations are done longdesc in a way that they can operate in an expanding environment. The longdesc packages may be used either with Plain TeX or LaTeX. -runfiles size=105 +runfiles size=104 RELOC/tex/generic/xint/xint.sty RELOC/tex/generic/xint/xintbinhex.sty RELOC/tex/generic/xint/xintcfrac.sty @@ -178837,7 +179759,7 @@ runfiles size=105 RELOC/tex/generic/xint/xintkernel.sty RELOC/tex/generic/xint/xintseries.sty RELOC/tex/generic/xint/xinttools.sty -docfiles size=329 +docfiles size=330 RELOC/doc/generic/xint/CHANGES.html RELOC/doc/generic/xint/CHANGES.pdf RELOC/doc/generic/xint/README @@ -178845,14 +179767,15 @@ docfiles size=329 RELOC/doc/generic/xint/README.pdf RELOC/doc/generic/xint/sourcexint.pdf RELOC/doc/generic/xint/xint.pdf -srcfiles size=270 +srcfiles size=273 RELOC/source/generic/xint/Makefile RELOC/source/generic/xint/xint.dtx RELOC/source/generic/xint/xint.ins catalogue-ctan /macros/generic/xint -catalogue-date 2015-03-08 10:34:09 +0100 +catalogue-date 2015-09-13 12:02:05 +0200 catalogue-license lppl1.3 -catalogue-version 1.1a +catalogue-topics arithmetic calculation +catalogue-version 1.1c name xits category Package diff --git a/tl2rpm.c b/tl2rpm.c index 6a073af..3c778d2 100644 --- a/tl2rpm.c +++ b/tl2rpm.c @@ -1957,6 +1957,28 @@ void solve(char *name) { } 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; diff --git a/tlpdb.patch b/tlpdb.patch index cad826b..d0f70e9 100644 --- a/tlpdb.patch +++ b/tlpdb.patch @@ -1,6 +1,6 @@ ---- texlive.tlpdb.orig 2015-07-24 13:59:06.546353566 -0400 -+++ texlive.tlpdb 2015-07-24 14:07:44.646380530 -0400 -@@ -10347,7 +10347,7 @@ +--- 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 @@ -9,7 +9,7 @@ category Package revision 37556 shortdesc A font to typeset maths in Xe(La)TeX and Lua(La)TeX. -@@ -16090,40 +16090,6 @@ +@@ -16060,40 +16060,6 @@ catalogue-date 2012-04-10 13:05:36 +0200 catalogue-license gpl @@ -50,7 +50,7 @@ name bibexport category Package revision 29349 -@@ -32900,7 +32866,6 @@ +@@ -33039,7 +33005,6 @@ depend tex depend texconfig depend texlive-common @@ -58,7 +58,7 @@ depend texlive-en depend texlive-msg-translations depend texlive-scripts -@@ -33145,7 +33110,7 @@ +@@ -33287,7 +33252,7 @@ shortdesc Additional fonts relocated 1 depend collection-basic @@ -67,7 +67,7 @@ depend academicons depend accanthis depend adforn -@@ -33291,7 +33256,7 @@ +@@ -33434,7 +33399,7 @@ depend librebaskerville depend librecaslon depend libris @@ -76,7 +76,7 @@ depend lobster2 depend lxfonts depend ly1 -@@ -35567,7 +35532,7 @@ +@@ -35721,7 +35686,7 @@ depend m-tx depend musixguit depend musixtex @@ -85,7 +85,7 @@ depend musixtnt depend piano depend pmx -@@ -36093,25 +36058,6 @@ +@@ -36253,25 +36218,6 @@ depend xymtex depend youngtab @@ -110,8 +110,8 @@ - name collection-xetex category Collection - revision 37812 -@@ -47337,7 +47283,7 @@ + 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 @@ -120,7 +120,7 @@ catalogue-version 1.2 name dosepsbin.i386-linux -@@ -79525,13 +79471,6 @@ +@@ -79894,13 +79840,6 @@ catalogue-license lppl catalogue-version v1.7 @@ -134,7 +134,7 @@ name interactiveworkbook category Package revision 15878 -@@ -91001,7 +90940,7 @@ +@@ -91373,7 +91312,7 @@ catalogue-ctan /macros/latex/contrib/labels catalogue-date 2011-12-16 16:22:52 +0100 catalogue-license lppl1.2 @@ -143,7 +143,7 @@ name labyrinth category Package -@@ -92632,72 +92571,6 @@ +@@ -93004,72 +92943,6 @@ catalogue-license gpl catalogue-version 2.1.19.1 @@ -216,7 +216,7 @@ name latexmp category Package revision 15878 -@@ -97951,7 +97824,7 @@ +@@ -98324,7 +98197,7 @@ catalogue-date 2012-04-03 18:09:05 +0200 catalogue-license lppl @@ -225,7 +225,7 @@ category Package revision 15878 shortdesc Linear A script fonts. -@@ -108984,7 +108857,7 @@ +@@ -109422,7 +109295,7 @@ texmf-dist/source/generic/mkjobtexmf/install-sh catalogue-ctan /support/mkjobtexmf catalogue-date 2011-11-16 11:07:17 +0100 @@ -234,7 +234,7 @@ catalogue-version 0.8 name mkjobtexmf.i386-linux -@@ -111142,7 +111015,7 @@ +@@ -111632,7 +111505,7 @@ catalogue-license lppl1.3 catalogue-version 1.2.2 @@ -243,7 +243,7 @@ category Package revision 37762 shortdesc Fonts used by MusixTeX. -@@ -122536,6 +122409,7 @@ +@@ -123189,6 +123062,7 @@ longdesc LuaTeX). depend kpathsea depend pdftex.ARCH @@ -251,7 +251,7 @@ 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" -@@ -130606,7 +130480,7 @@ +@@ -131343,7 +131217,7 @@ catalogue-ctan /graphics/pstricks/contrib/pst-layout catalogue-date 2014-02-26 23:03:13 +0100 catalogue-license lppl @@ -260,7 +260,7 @@ name pst-lens category Package -@@ -143818,7 +143692,7 @@ +@@ -144593,7 +144467,7 @@ depend kurier depend poltawski depend xits @@ -269,7 +269,7 @@ depend gentium-tug depend pxfonts depend txfonts -@@ -158640,7 +158514,7 @@ +@@ -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 @@ -278,7 +278,7 @@ catalogue-version 1.1 name texdirflatten.i386-linux -@@ -160242,7 +160116,6 @@ +@@ -161016,7 +160890,6 @@ revision 29741 shortdesc i386-linux files of texlive-scripts binfiles arch=i386-linux size=2 @@ -286,7 +286,7 @@ bin/i386-linux/rungs name texlive-sr -@@ -165940,7 +165813,7 @@ +@@ -166717,7 +166590,7 @@ catalogue-ctan /macros/latex209/contrib/trees/tree-dvips catalogue-date 2012-01-20 11:26:32 +0100 catalogue-license lppl1 @@ -295,7 +295,7 @@ name treetex category Package -@@ -178789,7 +178662,6 @@ +@@ -179710,7 +179583,6 @@ revision 37261 shortdesc i386-linux files of xetex binfiles arch=i386-linux size=6435