summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/README6
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdfbin59785 -> 59708 bytes
-rw-r--r--Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty4
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
index 5c6a64d44f9..6d5e4f66b77 100644
--- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf
+++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf
Binary files 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