summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-19 18:36:03 +0000
committerKarl Berry <karl@freefriends.org>2009-11-19 18:36:03 +0000
commit7efd7dd40e467960756a4a1391f05ce085c0c196 (patch)
treed50f9f634cca9c564f8775dcaf5ada0e2c709e98 /Master/texmf-dist/doc/latex
parent300efd5afacdf57d11f593b9263b7224e8052de9 (diff)
threeparttablex 0.06 (27oct09)
git-svn-id: svn://tug.org/texlive/trunk@16081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/README4
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdfbin54498 -> 76148 bytes
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex16
3 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/README b/Master/texmf-dist/doc/latex/threeparttablex/README
index 81b0a0b07d5..bb436363399 100644
--- a/Master/texmf-dist/doc/latex/threeparttablex/README
+++ b/Master/texmf-dist/doc/latex/threeparttablex/README
@@ -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.06
+ Added support for \note and \source when loading the referable option,
+ for example of use, see the manual
+
* v0.04
Added \setTableNoteFont
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf
index a4a79067133..5a98f59271c 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/doc/latex/threeparttablex/threeparttablex.tex b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex
index 1d7a713b652..bc15298ad0b 100644
--- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex
+++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex
@@ -39,6 +39,8 @@
\author{Lars Madsen\thanks{Email: daleif@imf.au.dk}}
+\date{Version 0.06, \today}
+
\maketitle
\section{Introduction}
@@ -124,6 +126,14 @@ few \tpt internals such that
the tnote into a hyperlink.
\item \cs{setTableNoteFont}\marg{font commands} can be used to set the
font inside tables notes. (default is empty)
+\item inside the \emph{tablenotes} environment, the macros \cs{note}
+ and \cs{source} can be used to specify general notes and a source
+ reference for the table data. These are commonly used within the
+ examples in The Chicago Manual of Style.
+\item The macros \cs{TPTLnotename} \cs{TPTLsourcename} holds the title
+ names for \cs{note} and \cs{source} (default: >>Note<< and
+ >>Source<<). Both are typeset using \cs{TPTLnotesnamefontcommand}
+ which deaults to \cs{textit}.
\end{enumerate}
\section{Example}
@@ -134,6 +144,7 @@ few \tpt internals such that
\begin{TableNotes}
\item[a] \label{tn:a} test test test test test test test test
\item[b] \label{tn:b} test2
+ \source Made up by daleif
\end{TableNotes}
\begin{longtable}{l l l}
@@ -170,17 +181,21 @@ few \tpt internals such that
\footnotesize
\item[c] test test test test test test test test
\item[d] \label{tn:c} the reference to this is not a link
+ \note Some general note
\end{tablenotes}
\end{threeparttable}
\end{center}
\end{lstlisting}
+\newpage
+
\noindent Resulting in:
\begin{ThreePartTable}
\begin{TableNotes}
\item[a] \label{tn:a} test test test test test test test test
\item[b] \label{tn:b} test2
+ \source Made up by daleif
\end{TableNotes}
\begin{longtable}{l l l}
@@ -217,6 +232,7 @@ few \tpt internals such that
\footnotesize
\item[c] test test test test test test test test
\item[d] \label{tn:c} the reference to this is not a link
+ \note Some general note
\end{tablenotes}
\end{threeparttable}
\end{center}