diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-09 21:57:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-09 21:57:23 +0000 |
commit | 4dd1b051116235ae64b5a933d2e66cb4bc10d49d (patch) | |
tree | f1ed72bfe4e54626325f1526a1a784d3f160b5cf /Master/texmf-dist/tex/latex | |
parent | 9e2d25cd79dd76e6ee1be60eac9e0098bee8eed1 (diff) |
booktabs (9oct19)
git-svn-id: svn://tug.org/texlive/trunk@52326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/booktabs/booktabs.sty | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/booktabs/booktabs.sty b/Master/texmf-dist/tex/latex/booktabs/booktabs.sty index 7ff9a5a5e3b..65f77740e75 100644 --- a/Master/texmf-dist/tex/latex/booktabs/booktabs.sty +++ b/Master/texmf-dist/tex/latex/booktabs/booktabs.sty @@ -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@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 |