diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-11 00:47:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-11 00:47:44 +0000 |
commit | 35c9bd987dabea068c527525d6433008f8a048b8 (patch) | |
tree | 827c168388ed73617d064944d6ff8f517992ef8c /Master/tlpkg | |
parent | 36fb6eb00f5b0aa5d073e9081ef61344440f88ef (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@53092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 336 |
1 files changed, 254 insertions, 82 deletions
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index 96f29d11e8c..4bc3e275823 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -26,11 +26,11 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2019 -depend revision/53072 +depend revision/53091 name 00texlive.image category TLCore -revision 53064 +revision 53087 shortdesc TeX Live files only in the source repository longdesc The files here are not copied by the installer and containers longdesc are not built for them; they exist only in the source @@ -424,6 +424,7 @@ runfiles size=4983 tlpkg/tlpsrc/almfixed.tlpsrc tlpkg/tlpsrc/alnumsec.tlpsrc tlpkg/tlpsrc/alpha-persian.tlpsrc + tlpkg/tlpsrc/alphalph.tlpsrc tlpkg/tlpsrc/alterqcm.tlpsrc tlpkg/tlpsrc/altfont.tlpsrc tlpkg/tlpsrc/ametsoc.tlpsrc @@ -497,6 +498,7 @@ runfiles size=4983 tlpkg/tlpsrc/ascii-font.tlpsrc tlpkg/tlpsrc/asciilist.tlpsrc tlpkg/tlpsrc/ascmac.tlpsrc + tlpkg/tlpsrc/askinclude.tlpsrc tlpkg/tlpsrc/askmaps.tlpsrc tlpkg/tlpsrc/asmeconf.tlpsrc tlpkg/tlpsrc/asmejour.tlpsrc @@ -761,6 +763,7 @@ runfiles size=4983 tlpkg/tlpsrc/biolett-bst.tlpsrc tlpkg/tlpsrc/bitelist.tlpsrc tlpkg/tlpsrc/bitpattern.tlpsrc + tlpkg/tlpsrc/bitset.tlpsrc tlpkg/tlpsrc/bitter.tlpsrc tlpkg/tlpsrc/bizcard.tlpsrc tlpkg/tlpsrc/blacklettert1.tlpsrc @@ -870,6 +873,7 @@ runfiles size=4983 tlpkg/tlpsrc/cascadilla.tlpsrc tlpkg/tlpsrc/cases.tlpsrc tlpkg/tlpsrc/casyl.tlpsrc + tlpkg/tlpsrc/catchfile.tlpsrc tlpkg/tlpsrc/catchfilebetweentags.tlpsrc tlpkg/tlpsrc/catcodes.tlpsrc tlpkg/tlpsrc/catechis.tlpsrc @@ -2308,6 +2312,7 @@ runfiles size=4983 tlpkg/tlpsrc/listing.tlpsrc tlpkg/tlpsrc/listings-ext.tlpsrc tlpkg/tlpsrc/listings.tlpsrc + tlpkg/tlpsrc/listingsutf8.tlpsrc tlpkg/tlpsrc/listlbls.tlpsrc tlpkg/tlpsrc/listliketab.tlpsrc tlpkg/tlpsrc/listofitems.tlpsrc @@ -2832,6 +2837,7 @@ runfiles size=4983 tlpkg/tlpsrc/pdfcomment.tlpsrc tlpkg/tlpsrc/pdfcprot.tlpsrc tlpkg/tlpsrc/pdfcrop.tlpsrc + tlpkg/tlpsrc/pdfescape.tlpsrc tlpkg/tlpsrc/pdfjam.tlpsrc tlpkg/tlpsrc/pdflatexpicscale.tlpsrc tlpkg/tlpsrc/pdflscape.tlpsrc @@ -2902,6 +2908,7 @@ runfiles size=4983 tlpkg/tlpsrc/pictex.tlpsrc tlpkg/tlpsrc/pictex2.tlpsrc tlpkg/tlpsrc/pictexsum.tlpsrc + tlpkg/tlpsrc/picture.tlpsrc tlpkg/tlpsrc/piechartmp.tlpsrc tlpkg/tlpsrc/piff.tlpsrc tlpkg/tlpsrc/pigpen.tlpsrc @@ -3302,6 +3309,7 @@ runfiles size=4983 tlpkg/tlpsrc/seealso.tlpsrc tlpkg/tlpsrc/seetexk.tlpsrc tlpkg/tlpsrc/selectp.tlpsrc + tlpkg/tlpsrc/selinput.tlpsrc tlpkg/tlpsrc/selnolig.tlpsrc tlpkg/tlpsrc/semantic-markup.tlpsrc tlpkg/tlpsrc/semantic.tlpsrc @@ -4103,7 +4111,7 @@ depend opt_w32_multi_user:1 name 00texlive.installer category TLCore -revision 53066 +revision 53076 shortdesc TeX Live standalone installer package longdesc This package defines the files to go into the installer longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the @@ -14613,6 +14621,30 @@ catalogue-license lppl1.3c catalogue-topics bibtex-sty persian catalogue-version 1.3 +name alphalph +category Package +revision 53087 +shortdesc Convert numbers to letters +longdesc Provides commands \alphalph and \AlphAlph. They are like +longdesc \number but the expansion consists of lowercase and uppercase +longdesc letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 +longdesc to ba, 702 to zz, 703 to aaa, etc.). Can be used as a +longdesc replacement for LaTeX's \@alph and \@Alph macros. +docfiles size=88 + texmf-dist/doc/latex/alphalph/README.md + texmf-dist/doc/latex/alphalph/alphalph.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/alphalph/alphalph.dtx +runfiles size=3 + texmf-dist/tex/generic/alphalph/alphalph.sty +catalogue-contact-bugs https://github.com/ho-tex/alphalph/issues +catalogue-contact-repository https://github.com/ho-tex/alphalph +catalogue-ctan /macros/latex/contrib/alphalph +catalogue-date 2019-12-10 05:41:15 +0100 +catalogue-license lppl1.3 +catalogue-topics numbers +catalogue-version 2.6 + name alterqcm category Package revision 51446 @@ -20878,6 +20910,27 @@ catalogue-license bsd3 catalogue-topics boxing japanese catalogue-version 2.0h +name askinclude +category Package +revision 53086 +shortdesc Interactive use of \includeonly +longdesc The package asks the user which files to put in a \includeonly +longdesc command. There is provision for answering "same as last time" +longdesc or "all files". +docfiles size=147 + texmf-dist/doc/latex/askinclude/README.md + texmf-dist/doc/latex/askinclude/askinclude.pdf details="Package documentation" +runfiles size=19 + texmf-dist/tex/latex/askinclude/askinclude.dtx + texmf-dist/tex/latex/askinclude/askinclude.sty +catalogue-contact-bugs https://github.com/ho-tex/askinclude/issues +catalogue-contact-repository https://github.com/ho-tex/askinclude +catalogue-ctan /macros/latex/contrib/askinclude +catalogue-date 2019-12-10 05:47:41 +0100 +catalogue-license lppl1.3 +catalogue-topics compilation +catalogue-version 2.5 + name askmaps category Package revision 32320 @@ -21998,7 +22051,7 @@ runfiles size=6 catalogue-contact-bugs https://github.com/ho-tex/atenddvi/issues catalogue-contact-repository https://github.com/ho-tex/atenddvi catalogue-ctan /macros/latex/contrib/atenddvi -catalogue-date 2019-12-07 05:37:48 +0100 +catalogue-date 2019-12-10 05:34:43 +0100 catalogue-license lppl1.3 catalogue-topics defer-stuff catalogue-version 1.3 @@ -33338,12 +33391,12 @@ catalogue-version 2.0.0 name bibleref category Package -revision 49699 +revision 53090 shortdesc Format bible citations longdesc The bibleref package offers consistent formatting of references longdesc to parts of the Christian bible, in a number of well-defined longdesc formats. It depends on ifthen, fmtcount, and amsgen. -docfiles size=96 +docfiles size=97 texmf-dist/doc/latex/bibleref/CHANGES texmf-dist/doc/latex/bibleref/README details="Readme" texmf-dist/doc/latex/bibleref/bibleref.pdf details="Package documentation" @@ -33353,19 +33406,19 @@ docfiles size=96 texmf-dist/doc/latex/bibleref/samples/sample-indextools.pdf texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf texmf-dist/doc/latex/bibleref/samples/sample.pdf details="Example of use" -srcfiles size=24 +srcfiles size=25 texmf-dist/source/latex/bibleref/bibleref.dtx texmf-dist/source/latex/bibleref/bibleref.ins -runfiles size=11 +runfiles size=12 texmf-dist/tex/latex/bibleref/bibleref-xidx.sty texmf-dist/tex/latex/bibleref/bibleref.sty catalogue-contact-bugs https://framagit.org/maieul/bibleref/issues catalogue-contact-repository https://framagit.org/maieul/bibleref/ catalogue-ctan /macros/latex/contrib/bibleref -catalogue-date 2019-01-14 15:10:52 +0100 +catalogue-date 2019-12-10 15:33:31 +0100 catalogue-license lppl1.3 catalogue-topics theology label-ref -catalogue-version 1.23 +catalogue-version 1.24 name bibleref-french category Package @@ -34711,6 +34764,28 @@ catalogue-date 2016-06-24 19:18:15 +0200 catalogue-license lppl catalogue-topics engineering comp-sci comp-net +name bitset +category Package +revision 53085 +shortdesc Handle bit-vector datatype +longdesc This package defines and implements the data type bit set, a +longdesc vector of bits. The size of the vector may grow dynamically. +longdesc Individual bits can be manipulated. +docfiles size=154 + texmf-dist/doc/latex/bitset/README.md + texmf-dist/doc/latex/bitset/bitset.pdf details="Package documentation" +srcfiles size=19 + texmf-dist/source/latex/bitset/bitset.dtx +runfiles size=9 + texmf-dist/tex/generic/bitset/bitset.sty +catalogue-contact-bugs https://github.com/ho-tex/bitset/issues +catalogue-contact-repository https://github.com/ho-tex/bitset +catalogue-ctan /macros/latex/contrib/bitset +catalogue-date 2019-12-10 05:53:53 +0100 +catalogue-license lppl1.3 +catalogue-topics data-manip +catalogue-version 1.3 + name bitter category Package revision 51086 @@ -40651,6 +40726,28 @@ catalogue-license pd catalogue-topics linguistic font font-mf catalogue-version 2.0 +name catchfile +category Package +revision 53084 +shortdesc Catch an external file into a macro +longdesc This package catches the contents of a file and puts it in a +longdesc macro. It requires e-TeX. Both LaTeX and plain TeX are +longdesc supported. +docfiles size=74 + texmf-dist/doc/latex/catchfile/README.md + texmf-dist/doc/latex/catchfile/catchfile.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/catchfile/catchfile.dtx +runfiles size=3 + texmf-dist/tex/generic/catchfile/catchfile.sty +catalogue-contact-bugs https://github.com/ho-tex/catchfile/issues +catalogue-contact-repository https://github.com/ho-tex/catchfile +catalogue-ctan /macros/latex/contrib/catchfile +catalogue-date 2019-12-10 09:45:53 +0100 +catalogue-license lppl1.3 +catalogue-topics macro-supp +catalogue-version 1.8 + name catchfilebetweentags category Package revision 21476 @@ -58415,7 +58512,7 @@ depend url name collection-latexextra category Collection -revision 53052 +revision 53087 shortdesc LaTeX additional packages longdesc A very large collection of add-on packages for LaTeX. depend collection-latexrecommended @@ -58448,6 +58545,7 @@ depend akktex depend akletter depend alertmessage depend alnumsec +depend alphalph depend alterqcm depend altfont depend amsaddr @@ -58465,6 +58563,7 @@ depend arrayjobx depend arraysort depend arydshln depend asciilist +depend askinclude depend assignment depend assoccnt depend atenddvi @@ -58551,6 +58650,7 @@ depend captdef depend carbohydrates depend cases depend casyl +depend catchfile depend catchfilebetweentags depend catechis depend catoptions @@ -59084,6 +59184,7 @@ depend linop depend lipsum depend lisp-on-tex depend listing +depend listingsutf8 depend listlbls depend listliketab depend listofsymbols @@ -59325,6 +59426,7 @@ depend phfthm depend philex depend phonenumbers depend photo +depend picture depend piff depend pkgloader depend placeins @@ -59430,6 +59532,7 @@ depend sectionbreak depend sectsty depend seealso depend selectp +depend selinput depend semantic depend semantic-markup depend semioneside @@ -59708,7 +59811,7 @@ depend zwpagelayout name collection-latexrecommended category Collection -revision 53048 +revision 53085 shortdesc LaTeX recommended packages longdesc A collection of recommended add-on packages for LaTeX which longdesc have widespread use, and the release candidate formats @@ -59717,6 +59820,7 @@ depend collection-latex depend anysize depend attachfile2 depend beamer +depend bitset depend booktabs depend breqn depend caption @@ -59761,6 +59865,7 @@ depend ms depend newfloat depend ntgclass depend parskip +depend pdfescape depend pdflscape depend pdfpages depend pdftexcmds @@ -118699,7 +118804,7 @@ runfiles size=14 catalogue-contact-bugs https://github.com/ho-tex/hologo/issues catalogue-contact-repository https://github.com/ho-tex/hologo catalogue-ctan /macros/latex/contrib/hologo -catalogue-date 2019-12-07 05:37:48 +0100 +catalogue-date 2019-12-10 05:34:43 +0100 catalogue-license lppl1.3 catalogue-topics logo catalogue-version 1.14 @@ -127208,7 +127313,7 @@ catalogue-version 2.4 name jadetex category Package -revision 53009 +revision 53079 shortdesc Macros supporting Jade DSSSL output longdesc Macro package on top of LaTeX to typeset TeX output of the Jade longdesc DSSSL implementation. @@ -127217,6 +127322,8 @@ depend passivetex depend pdftex depend tex depend amsfonts +depend atbegshi +depend atveryend depend babel depend cm depend colortbl @@ -127230,13 +127337,16 @@ depend graphics-def depend hyperref depend hyphen-base depend iftex +depend infwarerr depend kvoptions depend latex-fonts depend latexconfig +depend letltxmacro depend marvosym depend oberdiek depend pdftexcmds depend psnfss +depend rerunfilecheck depend stmaryrd depend symbol depend tex-ini-files @@ -127247,8 +127357,8 @@ depend url depend wasysym depend zapfding depend jadetex.ARCH -execute AddFormat name=jadetex engine=pdftex patterns=language.dat options="*jadetex.ini" fmttriggers=amsfonts,babel,cm,colortbl,cyrillic,dehyph,ec,fancyhdr,graphics,graphics-cfg,graphics-def,hyperref,hyphen-base,iftex,kvoptions,latex,latex-fonts,latexconfig,marvosym,oberdiek,passivetex,pdftexcmds,psnfss,stmaryrd,symbol,tex-ini-files,tipa,tools,ulem,url,wasysym,zapfding -execute AddFormat name=pdfjadetex engine=pdftex patterns=language.dat options="*pdfjadetex.ini" fmttriggers=amsfonts,babel,cm,colortbl,cyrillic,dehyph,ec,fancyhdr,graphics,graphics-cfg,graphics-def,hyperref,hyphen-base,iftex,kvoptions,latex,latex-fonts,latexconfig,marvosym,oberdiek,passivetex,pdftexcmds,psnfss,stmaryrd,symbol,tex-ini-files,tipa,tools,ulem,url,wasysym,zapfding +execute AddFormat name=jadetex engine=pdftex patterns=language.dat options="*jadetex.ini" fmttriggers=amsfonts,atbegshi,atveryend,babel,cm,colortbl,cyrillic,dehyph,ec,fancyhdr,graphics,graphics-cfg,graphics-def,hyperref,hyphen-base,iftex,infwarerr,kvoptions,latex,latex-fonts,latexconfig,letltxmacro,marvosym,oberdiek,passivetex,pdftexcmds,psnfss,rerunfilecheck,stmaryrd,symbol,tex-ini-files,tipa,tools,ulem,url,wasysym,zapfding +execute AddFormat name=pdfjadetex engine=pdftex patterns=language.dat options="*pdfjadetex.ini" fmttriggers=amsfonts,atbegshi,atveryend,babel,cm,colortbl,cyrillic,dehyph,ec,fancyhdr,graphics,graphics-cfg,graphics-def,hyperref,hyphen-base,iftex,infwarerr,kvoptions,latex,latex-fonts,latexconfig,letltxmacro,marvosym,oberdiek,passivetex,pdftexcmds,psnfss,rerunfilecheck,stmaryrd,symbol,tex-ini-files,tipa,tools,ulem,url,wasysym,zapfding docfiles size=34 texmf-dist/doc/man/man1/jadetex.1 texmf-dist/doc/man/man1/jadetex.man1.pdf @@ -155391,6 +155501,30 @@ shortdesc x86_64-solaris files of listings-ext binfiles arch=x86_64-solaris size=1 bin/x86_64-solaris/listings-ext.sh +name listingsutf8 +category Package +revision 53083 +shortdesc Allow UTF-8 in listings input +longdesc Package listings does not support files with multi-byte +longdesc encodings such as UTF-8. In the case of \lstinputlisting, a +longdesc simple workaround is possible if a one-byte encoding exists +longdesc that the file can be converted to. The package requires the +longdesc e-TeX extensions under pdfTeX (in either PDF or DVI output +longdesc mode). +docfiles size=74 + texmf-dist/doc/latex/listingsutf8/README.md + texmf-dist/doc/latex/listingsutf8/listingsutf8.pdf details="Package documentation" language="en" +runfiles size=7 + texmf-dist/tex/latex/listingsutf8/listingsutf8.dtx + texmf-dist/tex/latex/listingsutf8/listingsutf8.sty +catalogue-contact-bugs https://github.com/ho-tex/listingsutf8/issues +catalogue-contact-repository https://github.com/ho-tex/listingsutf8 +catalogue-ctan /macros/latex/contrib/listingsutf8 +catalogue-date 2019-12-10 06:06:38 +0100 +catalogue-license lppl1.3 +catalogue-topics listing synt-hlt utf8-adapt +catalogue-version 1.4 + name listlbls category Package revision 34893 @@ -198261,23 +198395,19 @@ catalogue-version 0.98f name oberdiek category Package -revision 53053 +revision 53088 shortdesc A bundle of packages submitted by Heiko Oberdiek longdesc The bundle comprises packages to provide: aliascnt: 'alias -longdesc counters'; alphalph: multiple-alphabetic counting -longdesc (a...z,aa...zz,... -- up to the full extent of a TeX counter); -longdesc askinclude: replaces \includeonly by an interactive user -longdesc interface; auxhook: stick stuff at the start of the .aux file; +longdesc counters'; auxhook: stick stuff at the start of the .aux file; longdesc bigintcalc: expandable arithmetic operations with big integers -longdesc that can exceed TeX's number limits; bitset: defines and -longdesc implements the data type bit set, a vector of bits; bmpsize: -longdesc get bitmap size and resolution data; catchfile: collects the -longdesc contents of a file and puts it in a macro; centernot: a -longdesc horizontally-centred \not symbol; chemarr: extensible chemists' -longdesc reaction arrows; classlist: record information about document -longdesc class(es) used; colonequals: poor man's mathematical relation -longdesc symbols; dvipscol: dvips colour stack management; engord: -longdesc define counter-printing operations producing English ordinals; +longdesc that can exceed TeX's number limits; bmpsize: get bitmap size +longdesc and resolution data; catchfile: collects the contents of a file +longdesc and puts it in a macro; centernot: a horizontally-centred \not +longdesc symbol; chemarr: extensible chemists' reaction arrows; +longdesc classlist: record information about document class(es) used; +longdesc colonequals: poor man's mathematical relation symbols; +longdesc dvipscol: dvips colour stack management; engord: define +longdesc counter-printing operations producing English ordinals; longdesc eolgrab: collect arguments delimited by end of line; etexcmds: longdesc adds a prefix to eTeX's commands, to avoid conflicts with longdesc existing macros; flags: setting and clearing flags in bit @@ -198295,26 +198425,21 @@ longdesc ifdraft: switch for option draft; iflang: provides expandable longdesc checks for the current language; intcalc: provides expandable longdesc arithmetic operations with integers; kvdefinekeys: define longdesc key-value keys in the same manner as keyval; kvsetkeys: a -longdesc variant of the \setkeys command; listingsutf8: (partially) -longdesc extends the listings package to UTF-8 encoding; ltxcmds: -longdesc exports some utility macros from the LaTeX kernel into a -longdesc separate namespace and also provides them for other formats -longdesc such as plain-TeX; pagegrid: prints a page grid in the -longdesc background; pagesel: select pages of a document for output; -longdesc pdfcolfoot: using pdfTeX's color stack for footnotes; pdfcol: -longdesc macros for setting and maintaining new color stacks; -longdesc pdfcolparallel: fixes colour problems in package parallel; -longdesc pdfcolparcolumns: fixes colour problems in package parcolumns; -longdesc pdfcrypt: setting PDF encryption; pdfescape: pdfTeX's escape -longdesc features using TeX or e-TeX; pdfrender: control PDF rendering -longdesc modes; picture: dimens for picture macros; protecteddef: define -longdesc a command that protected against expansion; refcount: using the -longdesc numeric values of references; resizegather: automatically -longdesc resize overly large equations; rotchiffre: performs simple -longdesc rotation cyphers; scrindex: redefines environment 'theindex' of -longdesc package 'index', if a class from KOMA-Script is loaded; -longdesc selinput: select the input encoding by specifying pairs of -longdesc input characters and their glyph names; setouterhbox: set \hbox +longdesc variant of the \setkeys command; ltxcmds: exports some utility +longdesc macros from the LaTeX kernel into a separate namespace and also +longdesc provides them for other formats such as plain-TeX; pagegrid: +longdesc prints a page grid in the background; pagesel: select pages of +longdesc a document for output; pdfcolfoot: using pdfTeX's color stack +longdesc for footnotes; pdfcol: macros for setting and maintaining new +longdesc color stacks; pdfcolparallel: fixes colour problems in package +longdesc parallel; pdfcolparcolumns: fixes colour problems in package +longdesc parcolumns; pdfcrypt: setting PDF encryption; pdfrender: +longdesc control PDF rendering modes; protecteddef: define a command +longdesc that protected against expansion; refcount: using the numeric +longdesc values of references; resizegather: automatically resize overly +longdesc large equations; rotchiffre: performs simple rotation cyphers; +longdesc scrindex: redefines environment 'theindex' of package 'index', +longdesc if a class from KOMA-Script is loaded; setouterhbox: set \hbox longdesc in outer horizontal mode; settobox: getting box sizes; longdesc soulutf8: extends package soul and adds some support for UTF-8; longdesc stackrel: extensions of the \stackrel command; stampinclude: @@ -198335,11 +198460,10 @@ depend iftex depend kvoptions depend infwarerr depend pdftexcmds -docfiles size=5247 +docfiles size=5022 texmf-dist/doc/latex/oberdiek/README.txt details="Bundle README" texmf-dist/doc/latex/oberdiek/aliascnt.pdf texmf-dist/doc/latex/oberdiek/alphalph.pdf - texmf-dist/doc/latex/oberdiek/askinclude.pdf texmf-dist/doc/latex/oberdiek/auxhook.pdf texmf-dist/doc/latex/oberdiek/bigintcalc.pdf texmf-dist/doc/latex/oberdiek/bitset.pdf @@ -198377,7 +198501,6 @@ docfiles size=5247 texmf-dist/doc/latex/oberdiek/kvdefinekeys.pdf texmf-dist/doc/latex/oberdiek/kvsetkeys-example.tex texmf-dist/doc/latex/oberdiek/kvsetkeys.pdf - texmf-dist/doc/latex/oberdiek/listingsutf8.pdf texmf-dist/doc/latex/oberdiek/ltxcmds.pdf texmf-dist/doc/latex/oberdiek/oberdiek.pdf details="Table of contents of the bundle" texmf-dist/doc/latex/oberdiek/pagegrid.pdf @@ -198389,7 +198512,6 @@ docfiles size=5247 texmf-dist/doc/latex/oberdiek/pdfcrypt.pdf texmf-dist/doc/latex/oberdiek/pdfescape.pdf texmf-dist/doc/latex/oberdiek/pdfrender.pdf - texmf-dist/doc/latex/oberdiek/picture-example.tex texmf-dist/doc/latex/oberdiek/picture.pdf texmf-dist/doc/latex/oberdiek/protecteddef.pdf texmf-dist/doc/latex/oberdiek/refcount.pdf @@ -198416,16 +198538,12 @@ docfiles size=5247 texmf-dist/doc/latex/oberdiek/twoopt.pdf texmf-dist/doc/latex/oberdiek/uniquecounter-example.tex texmf-dist/doc/latex/oberdiek/uniquecounter.pdf -srcfiles size=498 +srcfiles size=417 texmf-dist/source/latex/oberdiek/README.txt texmf-dist/source/latex/oberdiek/aliascnt.dtx - texmf-dist/source/latex/oberdiek/alphalph.dtx - texmf-dist/source/latex/oberdiek/askinclude.dtx texmf-dist/source/latex/oberdiek/auxhook.dtx texmf-dist/source/latex/oberdiek/bigintcalc.dtx - texmf-dist/source/latex/oberdiek/bitset.dtx texmf-dist/source/latex/oberdiek/bmpsize.dtx - texmf-dist/source/latex/oberdiek/catchfile.dtx texmf-dist/source/latex/oberdiek/centernot.dtx texmf-dist/source/latex/oberdiek/chemarr.dtx texmf-dist/source/latex/oberdiek/classlist.dtx @@ -198452,7 +198570,6 @@ srcfiles size=498 texmf-dist/source/latex/oberdiek/intcalc.dtx texmf-dist/source/latex/oberdiek/kvdefinekeys.dtx texmf-dist/source/latex/oberdiek/kvsetkeys.dtx - texmf-dist/source/latex/oberdiek/listingsutf8.dtx texmf-dist/source/latex/oberdiek/ltxcmds.dtx texmf-dist/source/latex/oberdiek/oberdiek.ins texmf-dist/source/latex/oberdiek/oberdiek.tex @@ -198463,15 +198580,12 @@ srcfiles size=498 texmf-dist/source/latex/oberdiek/pdfcolparallel.dtx texmf-dist/source/latex/oberdiek/pdfcolparcolumns.dtx texmf-dist/source/latex/oberdiek/pdfcrypt.dtx - texmf-dist/source/latex/oberdiek/pdfescape.dtx texmf-dist/source/latex/oberdiek/pdfrender.dtx - texmf-dist/source/latex/oberdiek/picture.dtx texmf-dist/source/latex/oberdiek/protecteddef.dtx texmf-dist/source/latex/oberdiek/refcount.dtx texmf-dist/source/latex/oberdiek/resizegather.dtx texmf-dist/source/latex/oberdiek/rotchiffre.dtx texmf-dist/source/latex/oberdiek/scrindex.dtx - texmf-dist/source/latex/oberdiek/selinput.dtx texmf-dist/source/latex/oberdiek/setouterhbox.dtx texmf-dist/source/latex/oberdiek/settobox.dtx texmf-dist/source/latex/oberdiek/soulutf8.dtx @@ -198483,13 +198597,10 @@ srcfiles size=498 texmf-dist/source/latex/oberdiek/thepdfnumber.dtx texmf-dist/source/latex/oberdiek/twoopt.dtx texmf-dist/source/latex/oberdiek/uniquecounter.dtx -runfiles size=198 +runfiles size=167 texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib - texmf-dist/tex/generic/oberdiek/alphalph.sty texmf-dist/tex/generic/oberdiek/bigintcalc.sty - texmf-dist/tex/generic/oberdiek/bitset.sty - texmf-dist/tex/generic/oberdiek/catchfile.sty texmf-dist/tex/generic/oberdiek/engord.sty texmf-dist/tex/generic/oberdiek/eolgrab.sty texmf-dist/tex/generic/oberdiek/etexcmds.sty @@ -198503,7 +198614,6 @@ runfiles size=198 texmf-dist/tex/generic/oberdiek/ltxcmds.sty texmf-dist/tex/generic/oberdiek/pdfcol.sty texmf-dist/tex/generic/oberdiek/pdfcrypt.sty - texmf-dist/tex/generic/oberdiek/pdfescape.sty texmf-dist/tex/generic/oberdiek/pdfrender.sty texmf-dist/tex/generic/oberdiek/protecteddef.sty texmf-dist/tex/generic/oberdiek/rotchiffre.sty @@ -198513,7 +198623,6 @@ runfiles size=198 texmf-dist/tex/generic/oberdiek/thepdfnumber.sty texmf-dist/tex/generic/oberdiek/uniquecounter.sty texmf-dist/tex/latex/oberdiek/aliascnt.sty - texmf-dist/tex/latex/oberdiek/askinclude.sty texmf-dist/tex/latex/oberdiek/auxhook.sty texmf-dist/tex/latex/oberdiek/bmpsize-base.sty texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def @@ -198537,17 +198646,14 @@ runfiles size=198 texmf-dist/tex/latex/oberdiek/hypdoc.sty texmf-dist/tex/latex/oberdiek/hypgotoe.sty texmf-dist/tex/latex/oberdiek/ifdraft.sty - texmf-dist/tex/latex/oberdiek/listingsutf8.sty texmf-dist/tex/latex/oberdiek/pagegrid.sty texmf-dist/tex/latex/oberdiek/pagesel.sty texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty - texmf-dist/tex/latex/oberdiek/picture.sty texmf-dist/tex/latex/oberdiek/refcount.sty texmf-dist/tex/latex/oberdiek/resizegather.sty texmf-dist/tex/latex/oberdiek/scrindex.sty - texmf-dist/tex/latex/oberdiek/selinput.sty texmf-dist/tex/latex/oberdiek/settobox.sty texmf-dist/tex/latex/oberdiek/stackrel.sty texmf-dist/tex/latex/oberdiek/stampinclude.sty @@ -198558,7 +198664,7 @@ runfiles size=198 catalogue-contact-bugs https://github.com/ho-tex/oberdiek/issues catalogue-contact-repository https://github.com/ho-tex/oberdiek catalogue-ctan /macros/latex/contrib/oberdiek -catalogue-date 2019-12-06 05:57:51 +0100 +catalogue-date 2019-12-10 06:46:07 +0100 catalogue-license lppl1.3c catalogue-topics collection @@ -205141,6 +205247,28 @@ binfiles arch=x86_64-solaris size=2 bin/x86_64-solaris/pdfcrop bin/x86_64-solaris/rpdfcrop +name pdfescape +category Package +revision 53082 +shortdesc Implements pdfTeX's escape features using TeX or e-TeX +longdesc This package implements pdfTeX's escape features +longdesc (\pdfescapehex, \pdfunescapehex, \pdfescapename, +longdesc \pdfescapestring) using TeX or e-TeX. +docfiles size=86 + texmf-dist/doc/latex/pdfescape/README.md + texmf-dist/doc/latex/pdfescape/pdfescape.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/pdfescape/pdfescape.dtx +runfiles size=5 + texmf-dist/tex/generic/pdfescape/pdfescape.sty +catalogue-contact-bugs https://github.com/ho-tex/pdfescape/issues +catalogue-contact-repository https://github.com/ho-tex/pdfescape +catalogue-ctan /macros/latex/contrib/pdfescape +catalogue-date 2019-12-10 06:31:47 +0100 +catalogue-license lppl1.3 +catalogue-topics macro-supp +catalogue-version 1.15 + name pdfjam category Package revision 52857 @@ -205429,7 +205557,7 @@ catalogue-also lscape catalogue-contact-bugs https://github.com/ho-tex/pdflscape/issues catalogue-contact-repository https://github.com/ho-tex/pdflscape catalogue-ctan /macros/latex/contrib/pdflscape -catalogue-date 2019-12-07 05:37:48 +0100 +catalogue-date 2019-12-10 05:34:43 +0100 catalogue-license lppl1.3 catalogue-topics landscape layout catalogue-version 0.12 @@ -209587,6 +209715,30 @@ catalogue-date 2016-06-24 19:18:15 +0200 catalogue-license other-free catalogue-topics documentation +name picture +category Package +revision 53081 +shortdesc Dimens for picture macros +longdesc There are macro and environment arguments that expect numbers +longdesc that will internally be multiplied by \unitlength. This package +longdesc extends the syntax of these arguments, so that dimensions with +longdesc calculation support may be used for these arguments. +docfiles size=75 + texmf-dist/doc/latex/picture/README.md + texmf-dist/doc/latex/picture/picture-example.tex + texmf-dist/doc/latex/picture/picture.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/picture/picture.dtx +runfiles size=2 + texmf-dist/tex/latex/picture/picture.sty +catalogue-contact-bugs https://github.com/ho-tex/picture/issues +catalogue-contact-repository https://github.com/ho-tex/picture +catalogue-ctan /macros/latex/contrib/picture +catalogue-date 2019-12-10 06:35:49 +0100 +catalogue-license lppl1.3 +catalogue-topics macro-supp +catalogue-version 1.5 + name piechartmp category Package revision 19440 @@ -213269,7 +213421,7 @@ runfiles size=23 catalogue-contact-bugs https://github.com/ho-tex/pmboxdraw/issues catalogue-contact-repository https://github.com/ho-tex/pmboxdraw catalogue-ctan /macros/latex/contrib/pmboxdraw -catalogue-date 2019-12-07 05:37:48 +0100 +catalogue-date 2019-12-10 05:34:43 +0100 catalogue-license lppl1.3c catalogue-topics graphics-in-tex catalogue-version 1.4 @@ -227168,7 +227320,7 @@ runfiles size=3 catalogue-contact-bugs https://github.com/ho-tex/rerunfilecheck/issues catalogue-contact-repository https://github.com/ho-tex/rerunfilecheck catalogue-ctan /macros/latex/contrib/rerunfilecheck -catalogue-date 2019-12-07 05:37:48 +0100 +catalogue-date 2019-12-10 05:34:43 +0100 catalogue-license lppl1.3 catalogue-topics compilation catalogue-version 1.9 @@ -235894,6 +236046,26 @@ catalogue-license pd catalogue-topics page-control catalogue-version 1.0 +name selinput +category Package +revision 53080 +shortdesc Semi-automatic detection of input encoding +longdesc This package selects the input encoding by specifying pairs of +longdesc input characters and their glyph names. +docfiles size=133 + texmf-dist/doc/latex/selinput/README.md + texmf-dist/doc/latex/selinput/selinput.pdf details="Package documentation" +runfiles size=8 + texmf-dist/tex/latex/selinput/selinput.dtx + texmf-dist/tex/latex/selinput/selinput.sty +catalogue-contact-bugs https://github.com/ho-tex/selinput/issues +catalogue-contact-repository https://github.com/ho-tex/selinput +catalogue-ctan /macros/latex/contrib/selinput +catalogue-date 2019-12-10 06:40:32 +0100 +catalogue-license lppl1.3 +catalogue-topics inputenc +catalogue-version 1.5 + name selnolig category Package revision 38721 @@ -260035,7 +260207,7 @@ docfiles size=503 name texlive-scripts category TLCore -revision 53066 +revision 53076 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. @@ -260135,7 +260307,7 @@ binfiles arch=i386-solaris size=2 name texlive-scripts.win32 category TLCore -revision 51991 +revision 53076 shortdesc win32 files of texlive-scripts binfiles arch=win32 size=11 bin/win32/rungs.exe @@ -260222,7 +260394,7 @@ docfiles size=292 name texlive.infra category TLCore -revision 53056 +revision 53076 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get tlmgr running: longdesc perl modules, xz binaries, plus (sometimes) tar, wget, lz4, and @@ -285048,7 +285220,7 @@ catalogue-version 0.3.1 name witharrows category Package -revision 52478 +revision 53089 shortdesc "Aligned" math environments with arrows for comments longdesc This package provides an environment WithArrows which is longdesc similar to the environment aligned of amsmath (and mathtools), @@ -285069,10 +285241,10 @@ srcfiles size=63 runfiles size=19 texmf-dist/tex/generic/witharrows/witharrows.sty catalogue-ctan /macros/generic/witharrows -catalogue-date 2019-10-21 19:13:36 +0200 +catalogue-date 2019-12-10 12:01:20 +0100 catalogue-license lppl1.3 catalogue-topics maths maths-syseqn pgf-tikz expl3 -catalogue-version 2.1 +catalogue-version 2.2 name wnri category Package |