summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/threeparttablex/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/threeparttablex/README')
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/README b/Master/texmf-dist/doc/latex/threeparttablex/README
new file mode 100644
index 00000000000..81b0a0b07d5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/threeparttablex/README
@@ -0,0 +1,31 @@
+% (C) Lars Madsen, daleif@imf.au.dk, 2009/08/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.
+
+This small package brings tablenotes to longtable, though using a
+slightly different syntax.
+
+By default it does not change anything in theeparttable.
+
+If asked for (using the referable package option), we change some
+threeparttable internals such that table notes are referable, i.e.
+
+\item[a] \label{tn:a} some text
+
+then \ref{tn:a} gives you an 'a' (without any formatting). Instead of
+manually keeping track of all the \tnote arguments in the table you
+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.04
+ Added \setTableNoteFont
+
+* v0.03
+ First public release.
+
+
+
+
+/daleif