diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-23 22:29:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-23 22:29:36 +0000 |
commit | 632db847ec15521f0ffb2920fb94015d94d8a6fb (patch) | |
tree | fcdb5afc2203d0ac34a70ab2d2695591dbd8b313 | |
parent | 393d6ac7f30401efc47612d4f4322910f32fcee5 (diff) |
threeparttablex (23jul13)
git-svn-id: svn://tug.org/texlive/trunk@31276 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf | bin | 59785 -> 59708 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/README b/Master/texmf-dist/doc/latex/threeparttablex/README index 1232474cbdb..fd2c2e4693a 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, 2013/04/19 +% (C) Lars Madsen, daleif@imf.au.dk, 2013/07/23 % 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.3 + Bug fix, \roman -> \romannumeral + * v0.25 Sporadic space removed diff --git a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf Binary files differindex 5c6a64d44f9..6d5e4f66b77 100644 --- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf +++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf diff --git a/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty b/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty index 2b08c0eb319..b186a9f68bf 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}[2013/04/19 v0.25 by daleif] +\ProvidesPackage{threeparttablex}[2013/07/23 v0.3 by daleif] %% %% This package can be distributed and/or modified under the @@ -46,7 +46,7 @@ \noalign{\begingroup \setlength\TPTL@width{0pt} \renewcommand\LT@entry[2]{\global\advance\TPTL@width by ##2} - \@nameuse{LT@\roman{LT@tables}} + \@nameuse{LT@\romannumeral\c@LT@tables} \ifdim\TPTL@width<\TPTminimum\relax\global\TPTL@width=\TPTminimum\fi \endgroup} % then add the table notes inside a \parbox of the required width |