texlive[52326] Master/texmf-dist: booktabs (9oct19)

commits+karl at tug.org commits+karl at tug.org
Wed Oct 9 23:57:23 CEST 2019


Revision: 52326
          http://tug.org/svn/texlive?view=revision&revision=52326
Author:   karl
Date:     2019-10-09 23:57:23 +0200 (Wed, 09 Oct 2019)
Log Message:
-----------
booktabs (9oct19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/booktabs/README
    trunk/Master/texmf-dist/doc/latex/booktabs/booktabs.pdf
    trunk/Master/texmf-dist/source/latex/booktabs/booktabs.dtx
    trunk/Master/texmf-dist/source/latex/booktabs/booktabs.ins
    trunk/Master/texmf-dist/tex/latex/booktabs/booktabs.sty

Modified: trunk/Master/texmf-dist/doc/latex/booktabs/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/booktabs/README	2019-10-09 21:57:10 UTC (rev 52325)
+++ trunk/Master/texmf-dist/doc/latex/booktabs/README	2019-10-09 21:57:23 UTC (rev 52326)
@@ -13,7 +13,7 @@
 the quality of tables in LaTeX. Guidelines are given as
 to what constitutes a good table in this context.
 
-Copyright:  (C) 1995--2016 Simon Fear
+Copyright:  (C) 1995--2019 Simon Fear
 Licence:    GPL
 
 FILES IN DISTRIBUTION
@@ -21,10 +21,12 @@
 
    BASE DISTRIBUTION:
 
-      README        This file.
+      README.md     This file.
       booktabs.ins  Package installation file.
       booktabs.dtx  Package source file.
 
+   STYLE FILE
+
       booktabs.sty  Package style file. It was produced by
                     executing "latex booktabs.ins".
 

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

Modified: trunk/Master/texmf-dist/source/latex/booktabs/booktabs.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/booktabs/booktabs.dtx	2019-10-09 21:57:10 UTC (rev 52325)
+++ trunk/Master/texmf-dist/source/latex/booktabs/booktabs.dtx	2019-10-09 21:57:23 UTC (rev 52326)
@@ -1,8 +1,8 @@
 % \iffalse (meta-comment)
 % -----------------------------------------------------------------
 % booktabs.dtx
-% Copyright (C) 1995--2016 Simon Fear
-% Maintained by Danie Els <dnjels at sun.ac.za>
+% Copyright (C) 1995--2019 Simon Fear
+% Maintained by Danie Els <dnjels at gmail.com>
 %
 % This file is part of the booktabs package for publication
 % quality tables for LaTeX
@@ -27,12 +27,12 @@
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{booktabs}
 %<*package>
-    [2016/04/27 v1.618033 publication quality tables]
+    [2019/10/08 v1.6180339 publication quality tables]
 %</package>
 %
 %<*driver>
 \documentclass{ltxdoc}
-  \usepackage{booktabs}[2016/04/27]
+  \usepackage{booktabs}[2019/10/08]
   \EnableCrossrefs
   \CodelineIndex
   \RecordChanges
@@ -48,7 +48,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{489}
+% \CheckSum{497}
 % \CharacterTable
 %    {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
 %     Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -91,7 +91,7 @@
 % Releases (Versions 1.618, 1.6180, 1.61803 and 1.618033) are
 % only bug patches, support for the =colortbl= package and better
 % compatability with =longtable=.\footnote{By Danie Els
-%  (\texttt{dnjels at sun.ac.za}) in the absence of the author.}
+%  (\texttt{dnjels at gmail.com}) in the absence of the author.}
 % \end{abstract}
 %
 % \bigskip
@@ -746,6 +746,7 @@
 % \begin{macro}{\@BTrule}
 % All the rules (except =\addlinespace=) share this code.
 % \changes{v1.618033}{2016/04/27}{Rearranged and added \cmd{\nobreak} within longtable (Morten H{\o}gholm)}
+% \changes{v1.6180339}{2019/10/08}{Add test for xltabular (Herbert Voss)}
 %    \begin{macrocode}
 \def\@BTrule[#1]{%
 %    \end{macrocode}
@@ -771,8 +772,11 @@
     \nobreak
     \let\@BTswitch\@BLTrule
   \else
-    \let\@BTswitch\@BTnormal
-  \fi\fi
+     \ifx\xltabular\undefined     
+        \let\@BTswitch\@BTnormal  
+     \else
+        \let\@BTswitch\@BLTrule 
+  \fi\fi\fi
 %    \end{macrocode}
 % Call =\@BTswitch= at end of macro
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/booktabs/booktabs.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/booktabs/booktabs.ins	2019-10-09 21:57:10 UTC (rev 52325)
+++ trunk/Master/texmf-dist/source/latex/booktabs/booktabs.ins	2019-10-09 21:57:23 UTC (rev 52326)
@@ -5,7 +5,7 @@
 %% TeX.
 %% --------------------------------------------------------------------
 %%
-%% Copyright (C) 1995--2016 Simon Fear
+%% Copyright (C) 1995--2019 Simon Fear
 %% Maintained by Danie Els <dnjels at sun.ac.za>
 %%
 %% This file is part of the booktabs package for publication quality
@@ -26,11 +26,11 @@
 \input docstrip.tex
 \keepsilent
 
-\usedir{tex/latex/skeleton}
+\usedir{tex/latex/booktabs}
 
 \preamble
 
-Copyright (C) 1995--2016 Simon Fear
+Copyright (C) 1995--2019 Simon Fear
 Maintained by Danie Els <dnjels at sun.ac.za>
 
 This file may be distributed and/or modified under the conditions of the

Modified: trunk/Master/texmf-dist/tex/latex/booktabs/booktabs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/booktabs/booktabs.sty	2019-10-09 21:57:10 UTC (rev 52325)
+++ trunk/Master/texmf-dist/tex/latex/booktabs/booktabs.sty	2019-10-09 21:57:23 UTC (rev 52326)
@@ -6,7 +6,7 @@
 %%
 %% booktabs.dtx  (with options: `package')
 %% 
-%% Copyright (C) 1995--2016 Simon Fear
+%% Copyright (C) 1995--2019 Simon Fear
 %% Maintained by Danie Els <dnjels at sun.ac.za>
 %% 
 %% This file may be distributed and/or modified under the conditions of the
@@ -20,7 +20,7 @@
 %% -----------------------------------------------------------------
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{booktabs}
-    [2016/04/27 v1.618033 publication quality tables]
+    [2019/10/08 v1.6180339 publication quality tables]
 \newdimen\heavyrulewidth
 \newdimen\lightrulewidth
 \newdimen\cmidrulewidth
@@ -84,8 +84,11 @@
     \nobreak
     \let\@BTswitch\@BLTrule
   \else
-    \let\@BTswitch\@BTnormal
-  \fi\fi
+     \ifx\xltabular\undefined
+        \let\@BTswitch\@BTnormal
+     \else
+        \let\@BTswitch\@BLTrule
+  \fi\fi\fi
   \global\@thisrulewidth=#1\relax
   \ifnum\@thisruleclass=\tw@\vskip\@aboverulesep\else
   \ifnum\@lastruleclass=\z@\vskip\@aboverulesep\else



More information about the tex-live-commits mailing list