diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-20 00:18:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-20 00:18:03 +0000 |
commit | 0cd220bce846d2c01159dcf93ddde64361d89427 (patch) | |
tree | 51c4724342069512bc3676c571813b394b08d754 | |
parent | a4d37eb0f7c551377ddae9199210629c04dc1315 (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@48054 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/ls-R | 31 | ||||
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 70 |
2 files changed, 93 insertions, 8 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R index 04ec76becfc..831ba73fbcc 100644 --- a/Master/texmf-dist/ls-R +++ b/Master/texmf-dist/ls-R @@ -12287,6 +12287,7 @@ galois gamebook gastex gatech-thesis +gatherenum gauss gb4e gcard @@ -24906,6 +24907,11 @@ example-thesis.bib example-thesis.pdf example-thesis.tex +./doc/latex/gatherenum: +LICENSE +README.md +gatherenum.pdf + ./doc/latex/gauss: README gauss-doc.pdf @@ -44020,6 +44026,7 @@ fontloader-luaotfload gregoriotex hyph-utf8 interpreter +kanaparser lua-visual-debug luaintro lualibs @@ -44115,6 +44122,13 @@ interpreter-doc.pdf interpreter-doc.tex interpreter-doc.txt +./doc/luatex/kanaparser: +README.md +description.pdf +description.tex +examples.pdf +examples.tex + ./doc/luatex/lua-visual-debug: README.doc lvdebug-doc.pdf @@ -148955,7 +148969,6 @@ template2advanced.cdy ./scripts/ketcindy/data: fontF -polyhedrons_obj ./scripts/ketcindy/data/fontF: 0Small.png @@ -148980,8 +148993,6 @@ ysi.txt zsi.cdy zsi.txt -./scripts/ketcindy/data/polyhedrons_obj: - ./scripts/ketcindy/ketjava: KetCindyPlugin.jar @@ -152139,6 +152150,7 @@ fvextra g-brief galois gamebook +gatherenum gcite gender genmpage @@ -155483,6 +155495,10 @@ galois.ins gamebook.dtx gamebook.ins +./source/latex/gatherenum: +gatherenum.dtx +gatherenum.ins + ./source/latex/gcite: gcite.dtx gcite.ins @@ -169790,6 +169806,7 @@ galois gamebook gastex gatech-thesis +gatherenum gauss gb4e gbt7714 @@ -178411,6 +178428,9 @@ gatech-thesis-losa.sty gatech-thesis-patch.sty gatech-thesis.cls +./tex/latex/gatherenum: +gatherenum.sty + ./tex/latex/gauss: gauss.sty @@ -189919,6 +189939,7 @@ gregoriotex hyph-utf8 interpreter jlreq +kanaparser lua-visual-debug lualibs luamplib @@ -189981,6 +190002,10 @@ interpreter.tex jfm-jlreq.lua jfm-jlreqv.lua +./tex/luatex/kanaparser: +kanaparser.lua +kanaparser.tex + ./tex/luatex/lua-visual-debug: lua-visual-debug.lua lua-visual-debug.sty diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index d0fb07592fb..c24aa805aed 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/2018 -depend revision/48047 +depend revision/48053 name 00texlive.image category TLCore -revision 48011 +revision 48052 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 @@ -1641,6 +1641,7 @@ runfiles size=4782 tlpkg/tlpsrc/gastex.tlpsrc tlpkg/tlpsrc/gatech-thesis.tlpsrc tlpkg/tlpsrc/gates.tlpsrc + tlpkg/tlpsrc/gatherenum.tlpsrc tlpkg/tlpsrc/gauss.tlpsrc tlpkg/tlpsrc/gb4e.tlpsrc tlpkg/tlpsrc/gbt7714.tlpsrc @@ -1988,6 +1989,7 @@ runfiles size=4782 tlpkg/tlpsrc/juramisc.tlpsrc tlpkg/tlpsrc/jurarsp.tlpsrc tlpkg/tlpsrc/jvlisting.tlpsrc + tlpkg/tlpsrc/kanaparser.tlpsrc tlpkg/tlpsrc/kantlipsum.tlpsrc tlpkg/tlpsrc/karnaugh-map.tlpsrc tlpkg/tlpsrc/karnaugh.tlpsrc @@ -52099,7 +52101,7 @@ depend url name collection-latexextra category Collection -revision 47991 +revision 48051 shortdesc LaTeX additional packages longdesc A very large collection of add-on packages for LaTeX. depend collection-latexrecommended @@ -52570,6 +52572,7 @@ depend fundus-sueterlin depend fvextra depend fwlw depend g-brief +depend gatherenum depend gauss depend gcard depend gcite @@ -53374,7 +53377,7 @@ depend xunicode name collection-luatex category Collection -revision 47915 +revision 48052 shortdesc LuaTeX packages longdesc Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using longdesc Lua as an embedded scripting and extension language. @@ -53390,6 +53393,7 @@ depend ctablestack depend enigma depend fontloader-luaotfload depend interpreter +depend kanaparser depend lua-visual-debug depend lua2dox depend luacode @@ -99369,6 +99373,36 @@ catalogue-license lppl catalogue-topics macro-supp catalogue-version 0.2 +name gatherenum +category Package +revision 48051 +shortdesc A crossover of align* and enumerate +longdesc This package (ab)uses the inline enumeration capabilities of +longdesc enumitem to add a "displayed" enumeration mode, triggered by +longdesc adding 'gathered' to the key-value option list of the enumerate +longdesc environment. The end result is similar to a regular enumerate +longdesc environment wrapped in a multicols environment, with the +longdesc following advantages: Gathered enumerate can pack items +longdesc depending on their actual width rather than a fixed, constant +longdesc number per line. Gathered enumeration fills items in a +longdesc line-major order (instead of column-major order), which my +longdesc students found less confusing. YMMV. The package depends on +longdesc enumitem, expl3, and xparse, +docfiles size=111 + texmf-dist/doc/latex/gatherenum/LICENSE + texmf-dist/doc/latex/gatherenum/README.md details="Readme" + texmf-dist/doc/latex/gatherenum/gatherenum.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/gatherenum/gatherenum.dtx + texmf-dist/source/latex/gatherenum/gatherenum.ins +runfiles size=1 + texmf-dist/tex/latex/gatherenum/gatherenum.sty +catalogue-ctan /macros/latex/contrib/gatherenum +catalogue-date 2018-06-19 19:06:52 +0200 +catalogue-license gpl3+ +catalogue-topics list expl3 +catalogue-version 1.7 + name gauss category Package revision 32934 @@ -119540,6 +119574,32 @@ catalogue-license lppl catalogue-topics listing catalogue-version 0.7 +name kanaparser +category Package +revision 48052 +shortdesc Kana parser for LuaTeX +longdesc The package provides a kana parser for LuaTeX. It is a set of 4 +longdesc macros that handle transliteration of text: from hiragana and +longdesc katakana to Latin from Latin and katakana to hiragana from +longdesc Latin and hiragana to katakana It can be used to write kana +longdesc directly using only the ASCII character set or for education +longdesc purposes. The package has support for obsolete and rarely used +longdesc syllables, some only accessible via the provided toggle macro. +docfiles size=96 + texmf-dist/doc/luatex/kanaparser/README.md details="Readme" + texmf-dist/doc/luatex/kanaparser/description.pdf details="Package documentation" + texmf-dist/doc/luatex/kanaparser/description.tex + texmf-dist/doc/luatex/kanaparser/examples.pdf + texmf-dist/doc/luatex/kanaparser/examples.tex +runfiles size=5 + texmf-dist/tex/luatex/kanaparser/kanaparser.lua + texmf-dist/tex/luatex/kanaparser/kanaparser.tex +catalogue-ctan /macros/luatex/generic/kanaparser +catalogue-date 2018-06-19 19:03:17 +0200 +catalogue-license bsd +catalogue-topics luatex parser japanese +catalogue-version 1.0 + name kantlipsum category Package revision 45866 @@ -225746,7 +225806,7 @@ docfiles size=396 name texlive-docindex category TLCore -revision 48044 +revision 48049 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 |