summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/booktabs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/booktabs')
-rw-r--r--Master/texmf-dist/tex/latex/booktabs/booktabs.sty11
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