diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-14 21:51:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-14 21:51:18 +0000 |
commit | 6e22c006247027a26bc4392e13189a761a5a775b (patch) | |
tree | 7fcc8cc5f65274617afdcd5d2e6a7974eb0957d8 /Master/texmf-dist/tex/latex/booktabs/booktabs.sty | |
parent | 192a31295570ea857624c55abf081f33c7d2ed9a (diff) |
booktabs (14jan20)
git-svn-id: svn://tug.org/texlive/trunk@53402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/booktabs/booktabs.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/booktabs/booktabs.sty | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/booktabs/booktabs.sty b/Master/texmf-dist/tex/latex/booktabs/booktabs.sty index 65f77740e75..c32cf7e1631 100644 --- a/Master/texmf-dist/tex/latex/booktabs/booktabs.sty +++ b/Master/texmf-dist/tex/latex/booktabs/booktabs.sty @@ -6,21 +6,25 @@ %% %% booktabs.dtx (with options: `package') %% -%% Copyright (C) 1995--2019 Simon Fear -%% Maintained by Danie Els <dnjels@sun.ac.za> +%% Copyright (C) 1995--2020 Simon Fear +%% Maintained by Danie Els <dnjels@gmail.com> %% -%% This file may be distributed and/or modified under the conditions of the -%% LaTeX Project Public License, either version 1.3 of this license or (at your -%% option) any later version. The latest version of this license is in: +%% ----------------------------------------------------------------- +%% The booktabs package for publication quality tables for LaTeX +%% ----------------------------------------------------------------- %% -%% http://www.latex-project.org/lppl.txt +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3c of this +%% license or (at your option) any later version. The latest version +%% of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2008/05/04 or later. %% -%% and version 1.3 or later is part of all distributions of LaTeX version -%% 2005/12/01 or later. %% ----------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{booktabs} - [2019/10/08 v1.6180339 publication quality tables] + [2020/01/12 v1.61803398 Publication quality tables] \newdimen\heavyrulewidth \newdimen\lightrulewidth \newdimen\cmidrulewidth @@ -84,11 +88,8 @@ \nobreak \let\@BTswitch\@BLTrule \else - \ifx\xltabular\undefined - \let\@BTswitch\@BTnormal - \else - \let\@BTswitch\@BLTrule - \fi\fi\fi + \let\@BTswitch\@BTnormal + \fi\fi \global\@thisrulewidth=#1\relax \ifnum\@thisruleclass=\tw@\vskip\@aboverulesep\else \ifnum\@lastruleclass=\z@\vskip\@aboverulesep\else |