summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-08 23:21:49 +0000
committerKarl Berry <karl@freefriends.org>2021-11-08 23:21:49 +0000
commit0aeb22a660c5212cd5597d3c6544bcbd3f81524d (patch)
tree2a3c2a5c28cbe88d6133fdbb4305811c0bc71907 /Master/texmf-dist/tex
parente9ab0cf018b97d1ca34b3b78396d5152b19ac92c (diff)
lutabulartools (9nov21)
git-svn-id: svn://tug.org/texlive/trunk@61003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.lua3
-rw-r--r--Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.sty13
2 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.lua b/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.lua
index 40f916e3bc1..ca6b1aa0b4d 100644
--- a/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.lua
+++ b/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.lua
@@ -1,6 +1,5 @@
--% Kale Ewasiuk (kalekje@gmail.com)
---% 2021-10-13
---%
+--% 2021-11-07
--% Copyright (C) 2021 Kale Ewasiuk
--%
--% Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.sty b/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.sty
index 450a0d0cbef..b4eda9c3cf6 100644
--- a/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.sty
+++ b/Master/texmf-dist/tex/luatex/lutabulartools/lutabulartools.sty
@@ -1,6 +1,5 @@
% Kale Ewasiuk (kalekje@gmail.com)
-% 2021-10-13
-%
+% 2021-11-07
% Copyright (C) 2021 Kale Ewasiuk
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -24,7 +23,7 @@
% OR OTHER DEALINGS IN THE SOFTWARE.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lutabulartools}[2021-10-13]
+\ProvidesPackage{lutabulartools}[2021-11-07]
\RequirePackage{booktabs}
\RequirePackage{multirow}
@@ -53,7 +52,7 @@
\aftergroup\aftergroup\aftergroup\midruleXaux
}
\newif\ifmidruleX
-\makeatletter
+
\newcommand*{\midruleXaux}{%
\noalign{%
\stepcounter{midruleX}%
@@ -67,7 +66,7 @@
\ifmidruleX\midruleXrule\fi
}
\newcommand*{\resetmidruleX}{\setcounter{midruleX}{0}} %%% todo maybe put noalign in here
-\makeatother
+
\resetmidruleX
@@ -100,7 +99,7 @@
% http://mirrors.ctan.org/macros/latex/contrib/booktabs/booktabs.dtx
% and modify it for insertion of \arrayrulecolor{lightgray} at the start,
% and \arrayrulecolor{black} at the end
-\makeatletter
+
\def\oldgcmidrule{\arrayrulecolor{lightgray}% Switch colour to lightgray
\noalign{\ifnum0=`}\fi
\@ifnextchar[{\@gcmidrule}{\@gcmidrule[\cmidrulewidth]}}
@@ -129,7 +128,7 @@
\fi\fi
\ifnum0=`{\fi}
\arrayrulecolor{black}}% Switch colour back to black
-\makeatother
+
%%%