summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-22 22:01:46 +0000
committerKarl Berry <karl@freefriends.org>2014-05-22 22:01:46 +0000
commit87b302bc32ce01df3614c7a8e4be887218c657e2 (patch)
treea61b05c9ba6577349c81215deb6e5d0303e42dc8
parent6ea3ea065d72f1dd1229cd1ab37be377019501ad (diff)
threeparttablex (22may14)
git-svn-id: svn://tug.org/texlive/trunk@34206 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdfbin59708 -> 61880 bytes
-rw-r--r--Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex19
2 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf
index 6d5e4f66b77..34fb54e67f9 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 70439bc0b39..7005d710ca3 100644
--- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex
+++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex
@@ -10,6 +10,8 @@
\usepackage{xspace,listings,xcolor}
\newcommand\pkg{\jobname\xspace}
+\newcommand\env[1]{\texttt{#1}}
+
\newcommand\tpt{threeparttable\xspace}
\definecolor{felinesrcbgcolor}{rgb}{1,1,0.85}
@@ -39,7 +41,7 @@
\author{Lars Madsen\thanks{Email: daleif@imf.au.dk}}
-\date{Version 0.25, \today}
+\date{Corresponding to version 0.3, manual updated \today}
\maketitle
@@ -107,6 +109,21 @@ following:
\end{ThreePartTable}
\end{lstlisting}
+\paragraph{Caveat:} As mentioned on
+\url{http://tex.stackexchange.com/q/149032/3929}, if you use \cs{fill}
+to spread out the columns in the table, the width \env{longtable}
+reports back (which we use to specify the width of the notes) will be
+wrong. It will be the natural width of the table not the actual
+width. The result is that the area for the notes will have the wrong
+width. A remedy is to tell it to use the full width, something similar
+to
+\begin{lstlisting}
+\begin{ThreePartTable}
+ \renewcommand\TPTminimum{\textwidth} %%% we want full width
+ ...
+\end{lstlisting}
+will do.
+
\section{Extending \tpt}
\label{sec:extending-tpt}