texlive[54676] Master/texmf-dist: ehhline (5apr20)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 12 00:49:53 CEST 2020
Revision: 54676
http://tug.org/svn/texlive?view=revision&revision=54676
Author: karl
Date: 2020-04-12 00:49:53 +0200 (Sun, 12 Apr 2020)
Log Message:
-----------
ehhline (5apr20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/ehhline/README
trunk/Master/texmf-dist/tex/latex/ehhline/ehhline.sty
Modified: trunk/Master/texmf-dist/doc/latex/ehhline/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ehhline/README 2020-04-11 22:49:42 UTC (rev 54675)
+++ trunk/Master/texmf-dist/doc/latex/ehhline/README 2020-04-11 22:49:53 UTC (rev 54676)
@@ -2,8 +2,8 @@
which allows build line with LaTeX command.
Version 1.0 (2019-05-13): first public release
+Version 1.1 (2020-04-04): bugfix – now |!{...}| works correctly
+Copyright (C) 2015-2020, Robert Ryszard Paciorek <rrp at opcode.eu.org>
-Copyright (C) 2015-2019, Robert Ryszard Paciorek <rrp at opcode.eu.org>
-
This is free software distributed under terms of The MIT License.
Modified: trunk/Master/texmf-dist/tex/latex/ehhline/ehhline.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ehhline/ehhline.sty 2020-04-11 22:49:42 UTC (rev 54675)
+++ trunk/Master/texmf-dist/tex/latex/ehhline/ehhline.sty 2020-04-11 22:49:53 UTC (rev 54676)
@@ -1,4 +1,4 @@
-% Copyright (c) 2015-2019 Robert Ryszard Paciorek <rrp at opcode.eu.org>
+% Copyright (c) 2015-2020 Robert Ryszard Paciorek <rrp at opcode.eu.org>
%
% MIT License
%
@@ -21,6 +21,7 @@
% SOFTWARE.
% Version 1.0 (2019-05-13): first public release
+% Version 1.1 (2020-04-04): bugfix – now |!{...}| works correctly
\NeedsTeXFormat{LaTeX2e}
@@ -33,10 +34,9 @@
\AtBeginDocument{
\patchcmd{\HH at loop}{\PackageWarning{hhline}}{%
\ifx\@tempb!\def\next#1#2{%
- \gdef\HH at height{\dimen\thr@@}%
- \if at firstamp\@firstampfalse\else\HH at add{&\omit}\fi
- \HH at add
- {#2}%
+ \@tempswafalse\gdef\HH at height{\dimen\thr@@}%
+ \if at firstamp\@firstampfalse\else\HH at add{&\omit}\fi%
+ \HH at add{#2}%
\HH at let!}\else
\PackageWarning{hhline}
}{}{\PackageWarning{ehhline}{Error patch HH at loop}}
More information about the tex-live-commits
mailing list.