summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-07 20:46:58 +0000
committerKarl Berry <karl@freefriends.org>2018-07-07 20:46:58 +0000
commitc1b657195f44402f5c3e6183d1746cfc6f91791a (patch)
tree7839988d393f90738918cc07f848d7276941eceb /Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty
parentb5906151f91070a3372cf1fe25efa06fd070a0d1 (diff)
lwarp (7jul18)
git-svn-id: svn://tug.org/texlive/trunk@48159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty16
1 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty
index 09dd18bc59a..7cfc796ca70 100644
--- a/Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-array.sty
@@ -15,17 +15,15 @@
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
-\LWR@ProvidesPackagePass{array}
-\let\LWR@origfirsthline\firsthline
-\let\LWR@origlasthline\lasthline
+\let\firsthline\relax
+\let\lasthline\relax
-\appto\LWR@restoreorigformatting{%
-\let\firsthline\LWR@origfirsthline%
-\let\lasthline\LWR@origlasthline%
-}
+\LWR@ProvidesPackagePass{array}
+\newcommand*{\LWR@HTML@firsthline}{\LWR@HTMLhline}%
+\LWR@expandableformatted{firsthline}
-\renewcommand*{\firsthline}{\LWR@HTMLhline}%
-\renewcommand*{\lasthline}{\LWR@HTMLhline}%
+\newcommand*{\LWR@HTML@lasthline}{\LWR@HTMLhline}%
+\LWR@expandableformatted{lasthline}
\endinput
%%
%% End of file `lwarp-array.sty'.