summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-10 20:29:18 +0000
committerKarl Berry <karl@freefriends.org>2019-07-10 20:29:18 +0000
commit6cd0063df6b8eb1edb79b3efbf1ff7c47091611f (patch)
tree5bf45e4d93d4aaab5a5ee6172bc2e3c89f545225
parent5f8bb4ba1ffcc55439ee97d73dcd985e02d45376 (diff)
topiclongtable (10jul19)
git-svn-id: svn://tug.org/texlive/trunk@51601 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdfbin377154 -> 377106 bytes
-rw-r--r--Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex4
-rw-r--r--Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty3
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf
index 6508a974034..0680f619116 100644
--- a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf
+++ b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
index 1756303d6db..9e2d05f1874 100644
--- a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
+++ b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
@@ -29,7 +29,7 @@
\href{mailto:paolo.brasolin@gmail.com}{paolo.brasolin@gmail.com}
}
-\date{2019/03/27 v1.3.0}
+\date{2019/07/09 v1.3.1}
\maketitle
@@ -63,7 +63,7 @@ To use the package install it in your tree (or put \file{topiclongtable.sty} in
\subsection*{Environment}
-\begin{function}[updated=2019-03-27]{topiclongtable}
+\begin{function}[updated=2019-07-08]{topiclongtable}
\begin{syntax}
\tn[no-index]{begin}\{\env{topiclongtable}\}\marg{column specification}
\ \ \meta{cells specification}
diff --git a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
index ff5ef86ce80..d75295cdd56 100644
--- a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
+++ b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
@@ -21,7 +21,7 @@
\RequirePackage{longtable}[2014/10/28]
\PassOptionsToPackage{longtable}{multirow}
-\ProvidesExplPackage {topiclongtable} {2019/03/27} {1.3.0} {Renders autocollapsing cells in longtables}
+\ProvidesExplPackage {topiclongtable} {2019/07/09} {1.3.1} {Renders autocollapsing cells in longtables}
\ProcessOptions\relax
@@ -101,6 +101,7 @@
%% reset counters and table variables
\int_gzero:N \g_tlt_col_idx_int
\int_gzero:N \g_tlt_row_idx_int
+ \prop_gclear:N \g_tlt_topics_labels_prop
\clist_gset:Nn \g_tlt_multirows_heights_clist \c_empty_clist
\clist_gset:Nn \g_tlt_rows_spans_prop \c_empty_clist
}