diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf | bin | 75885 -> 59785 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/README b/Master/texmf-dist/doc/latex/threeparttablex/README index 228a348d6c2..1232474cbdb 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/02/12 +% (C) Lars Madsen, daleif@imf.au.dk, 2013/04/19 % 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,9 @@ 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.25 + Sporadic space removed + * v0.2 Bug fixes regarding threeparttable options diff --git a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf Binary files differindex 0afcbe1334c..5c6a64d44f9 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/doc/latex/threeparttablex/threeparttablex.tex b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex index b7e2f9bbc90..70439bc0b39 100644 --- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex +++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex @@ -39,7 +39,7 @@ \author{Lars Madsen\thanks{Email: daleif@imf.au.dk}} -\date{Version 0.2, \today} +\date{Version 0.25, \today} \maketitle diff --git a/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty b/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty index a333b85a281..2b08c0eb319 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/07/14 v0.2 by daleif] +\ProvidesPackage{threeparttablex}[2013/04/19 v0.25 by daleif] %% %% This package can be distributed and/or modified under the @@ -88,7 +88,7 @@ \if#1\relax% \tnote{\ref{#2}}% \else% - \tnote{\ref*{#2}} + \tnote{\ref*{#2}}% \fi}}{}} |