diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-20 21:19:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-20 21:19:43 +0000 |
commit | 5a8b6166df4251221c0e16567631422c192fc793 (patch) | |
tree | d35376aefa06e186c7e2d3a2f0bc8ed9bfdd79c6 /Master/texmf-dist/tex/latex/arydshln | |
parent | c7f4f490e7c943a3e7e1ae1855421002ac156ee7 (diff) |
arydshln (20mar16)
git-svn-id: svn://tug.org/texlive/trunk@40087 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 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/arydshln/arydshln.sty b/Master/texmf-dist/tex/latex/arydshln/arydshln.sty index 2ce54e77865..2a62b393215 100644 --- a/Master/texmf-dist/tex/latex/arydshln/arydshln.sty +++ b/Master/texmf-dist/tex/latex/arydshln/arydshln.sty @@ -21,9 +21,9 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% Style file `arydshln' -%% Copyright (C) 1993,1998-2004 -%% Hiroshi Nakashima <nakasima'AT'tutics'DOT'tut'DOT'ac'DOT'jp> -%% (Kyoto Univ. / Toyohashi Univ. of Tech.) +%% Copyright (C) 1993,1998-2016 +%% Hiroshi Nakashima <h.nakasima'AT'media'DOT'kyoto-u'DOT'ac'DOT'jp> +%% (Kyoto Univ.) %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either @@ -50,7 +50,7 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesPackage{arydshln}} \else\def\next[#1]{}\fi\next -[2004/08/31 v1.71 ] +[2016/03/19 v1.72 ] %% Register Declaration \newdimen\dashlinedash \dashlinedash4pt % @@ -787,6 +787,8 @@ \let\@startpbox\adl@LTstartpbox \fi \let\@@endpbox\adl@LTendpbox \let\@endpbox\adl@LTendpbox + \let\adl@@endmbox\adl@endmbox + \let\adl@endmbox\adl@LTendmbox \adl@org@LT@make@row} %%^L @@ -867,6 +869,7 @@ \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 |