From 4dd1b051116235ae64b5a933d2e66cb4bc10d49d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Oct 2019 21:57:23 +0000 Subject: booktabs (9oct19) git-svn-id: svn://tug.org/texlive/trunk@52326 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/booktabs/booktabs.sty | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/booktabs') 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 %% %% 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 -- cgit v1.2.3