diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-13 00:08:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-13 00:08:39 +0000 |
commit | d59447154911d60bbe1bc041677875deb87137be (patch) | |
tree | b841beefa4f8ffb3541c89d23f9153342d14f368 /Master/texmf-dist/tex/latex/threeparttablex | |
parent | 1e616e223f013741168a0a1c8d5b9955903052fd (diff) |
threeparttablex 0.1 (12feb10)
git-svn-id: svn://tug.org/texlive/trunk@16988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/threeparttablex')
-rw-r--r-- | Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty b/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty index c219da5c4dc..e5d6ba4b07b 100644 --- a/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty +++ b/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{threeparttablex}[2010/01/08 v0.08 by daleif] +\ProvidesPackage{threeparttablex}[2010/02/12 v0.1 by daleif] %% %% This package can be distributed and/or modified under the @@ -52,10 +52,12 @@ % then add the table notes inside a \parbox of the required width \multicolumn{\LT@cols}{c}{% \makebox[0pt][c]{\parbox{\TPTL@width}{% - \begin{tablenotes}[\TPTL@optarg]% - \TPTL@font% - \TPTL@body - \end{tablenotes} + \let\TPT@hsize\@empty% otherwise the width is not reset + % correctly as \TPT@hsize messes with \@parboxrestore + \begin{tablenotes}[\TPTL@optarg]% + \TPTL@font% + \TPTL@body + \end{tablenotes} }}}} % the alternative threeparttable env, it only enables \TPToverlap |