summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-13 00:08:39 +0000
committerKarl Berry <karl@freefriends.org>2010-02-13 00:08:39 +0000
commitd59447154911d60bbe1bc041677875deb87137be (patch)
treeb841beefa4f8ffb3541c89d23f9153342d14f368
parent1e616e223f013741168a0a1c8d5b9955903052fd (diff)
threeparttablex 0.1 (12feb10)
git-svn-id: svn://tug.org/texlive/trunk@16988 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/README6
-rw-r--r--Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty12
2 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/README b/Master/texmf-dist/doc/latex/threeparttablex/README
index 159227ace7e..0a76ee2f05e 100644
--- a/Master/texmf-dist/doc/latex/threeparttablex/README
+++ b/Master/texmf-dist/doc/latex/threeparttablex/README
@@ -1,4 +1,4 @@
-% (C) Lars Madsen, daleif@imf.au.dk, 2010/01/08
+% (C) Lars Madsen, daleif@imf.au.dk, 2010/02/12
% This material is subject to the LaTeX Project Public License.
% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
% for the details of that license.
@@ -19,6 +19,10 @@ can now do \tnotex{tn:a} to get \tnote{\ref{tn:a}}.
For information on how to use threeparttable with longtable see the manual.
+* v0.1
+ Bug fix, width of table notes inserted into longtable
+ might get the wrong width
+
* v0.08
re-Added support for \note and \source when loading the referable option,
for example of use, see the manual
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