From 5e7ed049ca3b0c441681d4de96bda07a1fbad414 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Apr 2020 21:33:39 +0000 Subject: topiclongtable (12apr20) git-svn-id: svn://tug.org/texlive/trunk@54704 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/topiclongtable/README.md | 9 +++------ .../latex/topiclongtable/topiclongtable-doc.pdf | Bin 377106 -> 376978 bytes .../latex/topiclongtable/topiclongtable-doc.tex | 17 +++++++---------- .../tex/latex/topiclongtable/topiclongtable.sty | 19 ++++++++----------- 4 files changed, 18 insertions(+), 27 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/topiclongtable/README.md b/Master/texmf-dist/doc/latex/topiclongtable/README.md index 2d678387a8a..281fddf050b 100644 --- a/Master/texmf-dist/doc/latex/topiclongtable/README.md +++ b/Master/texmf-dist/doc/latex/topiclongtable/README.md @@ -6,12 +6,6 @@ This work is maintained by Paolo Brasolin (). 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 @@ This LaTeX package extends `longtable` implementing cells that: 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 () diff --git a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf index 0680f619116..318be82e765 100644 Binary files a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf and b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex index 9e2d05f1874..93f27d989bc 100644 --- a/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex +++ b/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex @@ -1,16 +1,13 @@ % -% This work is sponsored by Human Predictions, LLC (). -% -% This work is maintained by Paolo Brasolin (). +% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables % -% This work is licensed under MIT License. +% Copyright (c) 2017-2020 Paolo Brasolin () % -% This work is a LaTeX package consisting of the following files: -% * README.md -% * topiclongtable.sty -% * topiclongtable-doc.tex -% * topiclongtable-doc.pdf +% This work is sponsored by Human Predictions, LLC (). +% This work is maintained by Paolo Brasolin (). +% This work is available under the terms of the MIT License. % + \documentclass[full,kernel]{l3doc} \usepackage{topiclongtable} @@ -29,7 +26,7 @@ \href{mailto:paolo.brasolin@gmail.com}{paolo.brasolin@gmail.com} } -\date{2019/07/09 v1.3.1} +\date{2020/04/12 v1.3.2} \maketitle diff --git a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty index d75295cdd56..ea77ea9ff3e 100644 --- a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty +++ b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty @@ -1,16 +1,13 @@ % -% This work is sponsored by Human Predictions, LLC (). -% -% This work is maintained by Paolo Brasolin (). +% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables % -% This work is licensed under MIT License. +% Copyright (c) 2017-2020 Paolo Brasolin () % -% This work is a LaTeX package consisting of the following files: -% * README.md -% * topiclongtable.sty -% * topiclongtable-doc.tex -% * topiclongtable-doc.pdf +% This work is sponsored by Human Predictions, LLC (). +% This work is maintained by Paolo Brasolin (). +% This work is available under the terms of the MIT License. % + \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 } {} { -- cgit v1.2.3