texlive[50629] Master/texmf-dist: topiclongtable (28mar19)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 28 21:59:17 CET 2019


Revision: 50629
          http://tug.org/svn/texlive?view=revision&revision=50629
Author:   karl
Date:     2019-03-28 21:59:17 +0100 (Thu, 28 Mar 2019)
Log Message:
-----------
topiclongtable (28mar19)

Modified Paths:
--------------
    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/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	2019-03-28 20:59:07 UTC (rev 50628)
+++ trunk/Master/texmf-dist/doc/latex/topiclongtable/topiclongtable-doc.tex	2019-03-28 20:59:17 UTC (rev 50629)
@@ -29,7 +29,7 @@
   \href{mailto:paolo.brasolin at gmail.com}{paolo.brasolin at gmail.com}
 }
 
-\date{2018/11/06 v1.2.1}
+\date{2019/03/27 v1.3.0}
 
 \maketitle
 
@@ -63,7 +63,7 @@
 
 \subsection*{Environment}
 
-\begin{function}{topiclongtable}
+\begin{function}[updated=2019-03-27]{topiclongtable}
   \begin{syntax}
     \tn[no-index]{begin}\{\env{topiclongtable}\}\marg{column specification}
     \ \ \meta{cells specification}
@@ -74,11 +74,9 @@
   available in the former.
 
   To use \pkg{topiclongtable} macros you must \emph{prepend} \enquote{\texttt{F}}
-  to the first column specification and \enquote{\texttt{T}} to all others.  You
-  can omit the prefix only on columns following the last one that contains
-  \pkg{topiclongtable} macros:
+  to the first column specification and \enquote{\texttt{T}} to all others:
   \begin{verbatim}
-    \begin{topiclongtable}{|Fl|Tl|Tl|Tr|l|r}
+    \begin{topiclongtable}{|Fl|Tl|Tl|Tr|Tl|Tr}
       % ...
     \end{topiclongtable}
   \end{verbatim}
@@ -100,7 +98,7 @@
 
 The behaviour of \tn{Topic} can be observed in the following complete example:
 \begin{verbatim}
-  \begin{topiclongtable}{|Fl|Tl|Tl|l|}
+  \begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
     \Topic[Topic 1] & \Topic[Subtopic 1] & \Topic[Subsubtopic 1] & Foo \\
     \Topic          & \Topic             & \Topic[Subsubtopic 2] & Bar \\ 
     \Topic          & \Topic[Subtopic 1] & \Topic[Subsubtopic 2] & Baz \\ 
@@ -109,7 +107,7 @@
     \Topic          & \Topic             & \Topic                & Bop \\
   \end{topiclongtable}
 \end{verbatim}
-\begin{topiclongtable}{|Fl|Tl|Tl|l|}
+\begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
   \Topic[Topic 1] & \Topic[Subtopic 1] & \Topic[Subsubtopic 1] & Foo \\
   \Topic          & \Topic             & \Topic[Subsubtopic 2] & Bar \\ 
   \Topic          & \Topic[Subtopic 1] & \Topic[Subsubtopic 2] & Baz \\ 
@@ -145,7 +143,7 @@
 
 Here is the previous example with lines added:
 \begin{verbatim}
-  \begin{topiclongtable}{|Fl|Tl|Tl|l|}
+  \begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
     \hline\endhead
     \hline\endfoot
     \TopicLine \Topic[T1] & \Topic[ST1] & \Topic[SST1] & Foo \\
@@ -156,7 +154,7 @@
     \TopicLine \Topic     & \Topic      & \Topic       & Bop \\
   \end{topiclongtable}
 \end{verbatim}
-\begin{topiclongtable}{|Fl|Tl|Tl|l|}
+\begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
   \hline\endhead
   \hline\endfoot
   \TopicLine \Topic[T1] & \Topic[ST1] & \Topic[SST1] & Foo \\
@@ -194,7 +192,7 @@
 Consider this example across two pages:
 \begin{verbatim}
   \TopicSetContinuationCode{\ (cont.)}
-  \begin{topiclongtable}{|Fl|Tl|Tl|l|}
+  \begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
     \hline\endhead
     \hline\endfoot
     \TopicLine \Topic[A] & \Topic[B] &  1 \\
@@ -207,7 +205,7 @@
   \end{topiclongtable}
 \end{verbatim}
 \TopicSetContinuationCode{\ (cont.)}
-\begin{topiclongtable}{|Fl|Tl|l|}
+\begin{topiclongtable}{|Fl|Tl|Tl|}
   \hline\endhead
   \hline\endfoot
   \TopicLine \Topic[A] & \Topic[B] &  1 \\
@@ -247,7 +245,7 @@
 Here is an example of \emph{bottom} alignment:
 \begin{verbatim}
   \TopicSetVPos{b}
-  \begin{topiclongtable}{|Fl|Tl|Tl|l|}
+  \begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
     \hline\endhead
     \hline\endfoot
     \TopicLine \Topic[T1] & \Topic[ST1] & Foo \\
@@ -256,7 +254,7 @@
   \end{topiclongtable}
 \end{verbatim}
 \TopicSetVPos{b}
-\begin{topiclongtable}{|Fl|Tl|Tl|l|}
+\begin{topiclongtable}{|Fl|Tl|Tl|Tl|}
   \hline\endhead
   \hline\endfoot
   \TopicLine \Topic[T1] & \Topic[ST1] & \Topic[SST1] & Foo \\

Modified: trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty	2019-03-28 20:59:07 UTC (rev 50628)
+++ trunk/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty	2019-03-28 20:59:17 UTC (rev 50629)
@@ -21,7 +21,7 @@
 \RequirePackage{longtable}[2014/10/28]
 \PassOptionsToPackage{longtable}{multirow}
 
-\ProvidesExplPackage {topiclongtable} {2018/11/06} {1.2.1} {Renders autocollapsing cells in longtables}
+\ProvidesExplPackage {topiclongtable} {2019/03/27} {1.3.0} {Renders autocollapsing cells in longtables}
 
 \ProcessOptions\relax
 



More information about the tex-live-commits mailing list