summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/ls-R10
-rw-r--r--Master/tlpkg/texlive.tlpdb50
2 files changed, 50 insertions, 10 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index de9e63f8fa8..4e653e9a2d2 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -13660,6 +13660,7 @@ tokenizer
toolbox
tools
topfloat
+topiclongtable
topletter
toptesi
totcount
@@ -41881,6 +41882,11 @@ xspace.pdf
topfloat.pdf
topfloat.tex
+./doc/latex/topiclongtable:
+README.md
+topiclongtable-doc.pdf
+topiclongtable-doc.tex
+
./doc/latex/topletter:
EsempioLettera.pdf
EsempioLettera.tex
@@ -174336,6 +174342,7 @@ tokenizer
toolbox
tools
topfloat
+topiclongtable
topletter
toptesi
totcount
@@ -193101,6 +193108,9 @@ xspace.sty
./tex/latex/topfloat:
topfloat.sty
+./tex/latex/topiclongtable:
+topiclongtable.sty
+
./tex/latex/topletter:
TOPletter.cls
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index dc89b941dbd..bb8621a7fc9 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/49087
+depend revision/49095
name 00texlive.image
category TLCore
-revision 49077
+revision 49093
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
@@ -3531,6 +3531,7 @@ runfiles size=4915
tlpkg/tlpsrc/toolbox.tlpsrc
tlpkg/tlpsrc/tools.tlpsrc
tlpkg/tlpsrc/topfloat.tlpsrc
+ tlpkg/tlpsrc/topiclongtable.tlpsrc
tlpkg/tlpsrc/topletter.tlpsrc
tlpkg/tlpsrc/toptesi.tlpsrc
tlpkg/tlpsrc/totcount.tlpsrc
@@ -3888,7 +3889,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 49082
+revision 49089
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
@@ -20420,7 +20421,7 @@ catalogue-version 0.02
name autoaligne
category Package
-revision 43195
+revision 49092
shortdesc Align terms and members in math expressions
longdesc This package allows to align terms and members between lines
longdesc containing math expressions.
@@ -53288,7 +53289,7 @@ depend url
name collection-latexextra
category Collection
-revision 49018
+revision 49093
shortdesc LaTeX additional packages
longdesc A very large collection of add-on packages for LaTeX.
depend collection-latexrecommended
@@ -54400,6 +54401,7 @@ depend todonotes
depend tokenizer
depend toolbox
depend topfloat
+depend topiclongtable
depend totcount
depend totpages
depend translations
@@ -225940,7 +225942,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 49087
+revision 49095
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
@@ -226029,7 +226031,7 @@ docfiles size=195
texmf-dist/doc/generic/tex4ht/mn7.html
texmf-dist/doc/generic/tex4ht/mn8.html
texmf-dist/doc/generic/tex4ht/mn9.html
-runfiles size=8097
+runfiles size=8096
texmf-dist/scripts/tex4ht/ht.sh
texmf-dist/scripts/tex4ht/htcontext.sh
texmf-dist/scripts/tex4ht/htcopy.pl
@@ -233160,7 +233162,7 @@ docfiles size=419
name texlive-scripts
category TLCore
-revision 49082
+revision 49089
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.
@@ -233358,7 +233360,7 @@ docfiles size=240
name texlive.infra
category TLCore
-revision 49076
+revision 49094
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get the TeX Live
longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus
@@ -242687,7 +242689,7 @@ binfiles arch=win32 size=5
name tlshell
category Package
-revision 49076
+revision 49091
depend tlshell.ARCH
docfiles size=1
texmf-dist/doc/support/tlshell/README
@@ -243159,6 +243161,34 @@ catalogue-date 2016-06-18 16:48:54 +0200
catalogue-license gpl
catalogue-topics float
+name topiclongtable
+category Package
+revision 49093
+shortdesc Extend longtable with cells that merge hierarchically
+longdesc This LaTeX package extends longtable implementing cells that:
+longdesc merge with the one above if it has the same content, do not
+longdesc merge with the one above unless the ones on the left are
+longdesc merged, are well behaved with respect to longtable chunking on
+longdesc page breaks, and automatically draw the correct separation
+longdesc lines. The typical use case is a table spanning multiple pages
+longdesc that contains a list of hierarchically organized topics (hence
+longdesc the package name).
+docfiles size=92
+ texmf-dist/doc/latex/topiclongtable/README.md details="Readme"
+ texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf details="Package documentation"
+ texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
+runfiles size=4
+ texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
+catalogue-contact-bugs https://github.com/paolobrasolin/topiclongtable/issues
+catalogue-contact-development https://github.com/paolobrasolin/topiclongtable
+catalogue-contact-home https://github.com/paolobrasolin/topiclongtable
+catalogue-contact-repository https://github.com/paolobrasolin/topiclongtable
+catalogue-ctan /macros/latex/contrib/topiclongtable
+catalogue-date 2018-11-06 09:52:06 +0100
+catalogue-license mit
+catalogue-topics table-long
+catalogue-version 1.2.1
+
name topletter
category Package
revision 48182