diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty')
-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 |