diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
commit | 8a1ba7a964445830b92ee48b50d7d692c9329289 (patch) | |
tree | 0f024d4730c9ce18bf7d9d58a75332c25422a19b /Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty | |
parent | 8f4d3d5af538ac2403f2f7f34f7161a102d186a3 (diff) |
lwarp (14feb18)
git-svn-id: svn://tug.org/texlive/trunk@46638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty index 747c03c6443..698a56e8ccd 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty @@ -27,12 +27,12 @@ \LWR@tabularleftedge% \LWR@htmltag{td rowspan="#2" % \IfValueT{#1}{% -\ifstrequal{#1}{b}{style="\mbox{vertical-align:bottom}" }{}% -\ifstrequal{#1}{t}{style="\mbox{vertical-align:top}" }{}% +\ifstrequal{#1}{b}{style="\LWR@origmbox{vertical-align:bottom}" }{}% +\ifstrequal{#1}{t}{style="\LWR@origmbox{vertical-align:top}" }{}% }% \ifdefvoid{\LWR@multirowborder}{}{% -style="\mbox{border-\LWR@multirowborder:} 2px dotted black ; % -\mbox{padding-\LWR@multirowborder:} 2px" % +style="\LWR@origmbox{border-\LWR@multirowborder:} 2px dotted black ; % +\LWR@origmbox{padding-\LWR@multirowborder:} 2px" % }% class="td% \StrChar{\LWR@tablecolspec}{\arabic{LWR@tablecolindex}}% @@ -42,6 +42,7 @@ class="td% "% \LWR@tdstartstyles% \LWR@addcmidrulewidth% +\LWR@addtabularrulecolors% \LWR@tdendstyles% }% \LWR@getexparray{LWR@colbeforespec}{\arabic{LWR@tablecolindex}}% |