From 0136e7def8e31b9fe05c5d8142ca3cd629c13e2c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 Dec 2009 01:34:41 +0000 Subject: threeparttablex update (28dec09) git-svn-id: svn://tug.org/texlive/trunk@16542 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/threeparttablex/threeparttablex.sty | 23 +++------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'Master/texmf-dist/tex/latex/threeparttablex') diff --git a/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty b/Master/texmf-dist/tex/latex/threeparttablex/threeparttablex.sty index b52df58c45d..356aaea76a2 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}[2009/10/27 v0.06 by daleif] +\ProvidesPackage{threeparttablex}[2009/12/28 v0.06 by daleif] %% %% This package can be distributed and/or modified under the @@ -69,11 +69,11 @@ % define an extra \tnote command that table a label instead of a string -\newcommand\tnotex{\@ifstar{\TPTL@tnotex{01}}{\TPTL@tnotex{00}}} +\DeclareRobustCommand\tnotex{\@ifstar{\TPTL@tnotex{01}}{\TPTL@tnotex{00}}} \newcommand\TPTL@tnotex[2]{\tnote{\ref{#2}}} -% if hyperref is loaded we activate a starred version +% if hyperref is loaded we activat a starred version \AtBeginDocument{% \@ifpackageloaded{hyperref}{% \renewcommand\TPTL@tnotex[2]{% @@ -83,21 +83,6 @@ \tnote{\ref*{#2}} \fi}}{}} - -\newcommand\TPTL@generator[2]{% - \providecommand{#1}{}% just to make it exist - \renewcommand#1[1][#2]{% - \let\TPTL@oldmakelabel=\makelabel - \renewcommand\makelabel[1]{\TPTLnotesnamefontcommand{##1:}} - \item - \let\makelabel=\TPTL@oldmakelabel}} - -\providecommand\TPTLnotename{Note} -\providecommand\TPTLsourcename{Source} -\providecommand\TPTLnotesnamefontcommand{\textit} - - - \let\TPTL@tablenotes=\tablenotes % \makelabel (i.e. \item) hides its argument inside a group, making it @@ -107,8 +92,6 @@ \let\TPTL@item=\item \renewcommand\item[1][]{\TPTL@item[##1]% \phantomsection\protected@edef\@currentlabel{##1}} - \TPTL@generator\note{\TPTLnotename} - \TPTL@generator\source{\TPTLsourcename} \TPTL@font\TPTL@tablenotes} % just in case it is not already there -- cgit v1.2.3