From 632db847ec15521f0ffb2920fb94015d94d8a6fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Jul 2013 22:29:36 +0000 Subject: threeparttablex (23jul13) git-svn-id: svn://tug.org/texlive/trunk@31276 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/threeparttablex/README | 6 +++++- .../doc/latex/threeparttablex/threeparttablex.pdf | Bin 59785 -> 59708 bytes .../tex/latex/threeparttablex/threeparttablex.sty | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'Master') 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 index 5c6a64d44f9..6d5e4f66b77 100644 Binary files a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf and b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf differ 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 -- cgit v1.2.3