texlive[54704] Master/texmf-dist: topiclongtable (12apr20)

commits+karl at tug.org commits+karl at tug.org
Sun Apr 12 23:33:39 CEST 2020


Revision: 54704
          http://tug.org/svn/texlive?view=revision&revision=54704
Author:   karl
Date:     2020-04-12 23:33:39 +0200 (Sun, 12 Apr 2020)
Log Message:
-----------
topiclongtable (12apr20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/topiclongtable/README.md
    trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf
    trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
    trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty

Modified: trunk/Master/texmf-dist/doc/latex/topiclongtable/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/topiclongtable/README.md	2020-04-12 21:33:18 UTC (rev 54703)
+++ trunk/Master/texmf-dist/doc/latex/topiclongtable/README.md	2020-04-12 21:33:39 UTC (rev 54704)
@@ -6,12 +6,6 @@
 
 This work is licensed under MIT License.
 
-This work is a LaTeX package consisting of the following files:
-  * README.md
-  * topiclongtable.sty
-  * topiclongtable-doc.tex
-  * topiclongtable-doc.pdf
-
 ---
 
 This LaTeX package extends `longtable` implementing cells that:
@@ -23,3 +17,6 @@
 
 The typical use case is a table spanning multiple pages that contains a list of hierarchically organized topics (hence the package name).
 
+---
+
+Copyright (c) 2017-2020 Paolo Brasolin (<paolo.brasolin at gmail.com>)

Modified: trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex	2020-04-12 21:33:18 UTC (rev 54703)
+++ trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex	2020-04-12 21:33:39 UTC (rev 54704)
@@ -1,16 +1,13 @@
 %
+% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables
+%
+% Copyright (c) 2017-2020 Paolo Brasolin (<paolo.brasolin at gmail.com>)
+%
 % This work is sponsored by Human Predictions, LLC (<http://www.humanpredictions.com>).
-%
 % This work is maintained by Paolo Brasolin (<paolo.brasolin at gmail.com>).
+% This work is available under the terms of the MIT License.
 %
-% This work is licensed under MIT License.
-%
-% This work is a LaTeX package consisting of the following files:
-%   * README.md
-%   * topiclongtable.sty
-%   * topiclongtable-doc.tex
-%   * topiclongtable-doc.pdf
-%
+
 \documentclass[full,kernel]{l3doc}
 
 \usepackage{topiclongtable}
@@ -29,7 +26,7 @@
   \href{mailto:paolo.brasolin at gmail.com}{paolo.brasolin at gmail.com}
 }
 
-\date{2019/07/09 v1.3.1}
+\date{2020/04/12 v1.3.2}
 
 \maketitle
 

Modified: trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty	2020-04-12 21:33:18 UTC (rev 54703)
+++ trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty	2020-04-12 21:33:39 UTC (rev 54704)
@@ -1,16 +1,13 @@
 %
+% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables
+%
+% Copyright (c) 2017-2020 Paolo Brasolin (<paolo.brasolin at gmail.com>)
+%
 % This work is sponsored by Human Predictions, LLC (<http://www.humanpredictions.com>).
-%
 % This work is maintained by Paolo Brasolin (<paolo.brasolin at gmail.com>).
+% This work is available under the terms of the MIT License.
 %
-% This work is licensed under MIT License.
-%
-% This work is a LaTeX package consisting of the following files:
-%   * README.md
-%   * topiclongtable.sty
-%   * topiclongtable-doc.tex
-%   * topiclongtable-doc.pdf
-%
+
 \NeedsTeXFormat{LaTeX2e}[2017-04-15]
 
 \RequirePackage{zref-abspage}[2016/05/21]
@@ -21,7 +18,7 @@
 \RequirePackage{longtable}[2014/10/28]
 \PassOptionsToPackage{longtable}{multirow}
 
-\ProvidesExplPackage {topiclongtable} {2019/07/09} {1.3.1} {Renders autocollapsing cells in longtables}
+\ProvidesExplPackage {topiclongtable} {2020/04/12} {v1.3.2} {Renders autocollapsing cells in longtables}
 
 \ProcessOptions\relax
 
@@ -358,7 +355,7 @@
     \clist_pop:NNTF \l_tmpa_clist \l_tmpb_tl {
       \int_set:Nn \l_tmpa_int \l_tmpb_tl
     } {
-      \int_set_eq:NN \l_tmpa_int \c_one
+      \int_set_eq:NN \l_tmpa_int \c_one_int
     }
     % if integer A is zero, skip
     \int_compare:nNnTF { \l_tmpa_int } { = } { 0 } {} {



More information about the tex-live-commits mailing list.