diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex index bc15298ad0b..1d7a713b652 100644 --- a/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex +++ b/Master/texmf-dist/doc/latex/threeparttablex/threeparttablex.tex @@ -39,8 +39,6 @@ \author{Lars Madsen\thanks{Email: daleif@imf.au.dk}} -\date{Version 0.06, \today} - \maketitle \section{Introduction} @@ -126,14 +124,6 @@ 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} @@ -144,7 +134,6 @@ 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} @@ -181,21 +170,17 @@ 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} @@ -232,7 +217,6 @@ 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} |