diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-22 23:11:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-22 23:11:28 +0000 |
commit | ddd7b1d08d0466b2b6b871fa121da39360689af2 (patch) | |
tree | a2d329e3f753babb7c40418a19d2a0e3932c87e0 /Master/texmf-dist/tex/latex/arydshln | |
parent | 08916a126e1e8e093b863330baf26399d499435d (diff) |
arydshln (22feb19)
git-svn-id: svn://tug.org/texlive/trunk@50084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arydshln')
-rw-r--r-- | Master/texmf-dist/tex/latex/arydshln/arydshln.sty | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/arydshln/arydshln.sty b/Master/texmf-dist/tex/latex/arydshln/arydshln.sty index 08300466c32..2409a7828f7 100644 --- a/Master/texmf-dist/tex/latex/arydshln/arydshln.sty +++ b/Master/texmf-dist/tex/latex/arydshln/arydshln.sty @@ -50,7 +50,7 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesPackage{arydshln}} \else\def\next[#1]{}\fi\next -[2018/12/26 v1.75 ] +[2019/02/21 v1.76 ] %% Register Declaration \newdimen\dashlinedash \dashlinedash4pt % @@ -329,13 +329,14 @@ \color@begingroup \setlength\hsize{#1}\@arrayparboxrestore \everypar{% - \vrule \@height \ht\@arstrutbox \@width \z@ + \vrule\@height\ht\@arstrutbox\@width\z@ \everypar{}}% } \def\@endpbox{\@finalstrut\@arstrutbox \color@endgroup \egroup \adl@colhtdp \box\adl@box \hfil} -\def\adl@startmbox{\bgroup $\vcenter\adl@org@startpbox} -\def\adl@endmbox{\adl@org@endpbox $\egroup \adl@colhtdp \box\adl@box \hfil} +\def\adl@startmbox{\bgroup $\vcenter\@startpbox} +\def\adl@endmbox{\@finalstrut\@arstrutbox \color@endgroup \egroup + $\egroup \adl@colhtdp \box\adl@box \hfil} %%^L @@ -803,9 +804,12 @@ \let\adl@org@LT@make@row\LT@make@row \def\LT@make@row{\let\LT@make@row\adl@org@LT@make@row \adl@columns\adl@ncol - \ifadl@usingarypkg\else - \let\@@startpbox\adl@LTstartpbox - \let\@startpbox\adl@LTstartpbox \fi + \ifadl@usingarypkg + \let\@startpbox\adl@LTstartpbox + \else + \let\@@startpbox\adl@@LTstartpbox + \let\@startpbox\adl@@LTstartpbox + \fi \let\@@endpbox\adl@LTendpbox \let\@endpbox\adl@LTendpbox \let\adl@@endmbox\adl@endmbox @@ -887,9 +891,9 @@ \def\adl@LTixhline{\penalty-\@medpenalty \vskip\doublerulesep \adl@hline\relax\doublerulesep \global\let\adl@LThdlrow\@empty} -\def\adl@LTstartpbox#1{% - \adl@act@@startpbox{#1}\let\@footnotetext\LT@p@ftntext} -\def\adl@LTendpbox{\adl@act@@endpbox \the\LT@p@ftn \global\LT@p@ftn{}} +\def\adl@@LTstartpbox{\setbox\adl@box\vtop\adl@LTstartpbox} +\def\adl@LTstartpbox#1{\adl@act@startpbox{#1}\let\@footnotetext\LT@p@ftntext} +\def\adl@LTendpbox{\adl@act@endpbox \the\LT@p@ftn \global\LT@p@ftn{}} \def\adl@LTendmbox{\adl@@endmbox \the\LT@p@ftn \global\LT@p@ftn{}} %%^L |