blob: ebbe9445923d7866912fd431591c4aeb56061657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
\documentclass[a4paper,10pt]{article}
\usepackage{longtable,tablenotes,tabularx,booktabs,endnotes}
\usepackage[utf-8]{inputenc}
%opening
\title{Tablenotes}
\author{Matthias Borck-Elsner}
\begin{document}
\maketitle
\begin{abstract}
\begin{tabularx}{7cm}{lll}
Name of contribution:& \bf{Tablenotes} \\
Version number:& 0.1 \\
Author's name:& Matthias Borck-Elsner \\
Author's email:& matthias@kleinesnetzwerk.net \\
Location on CTAN:& / \\
Summary description:& Notes in Tables, like footnotes and endnotes \\
License type:& lppl \\
Announcement text:& sty. file to place notes in tables and list them, \\ similar to endnotes and footnotes \\
\\ \bottomrule
\end{tabularx} \\
\end{abstract}
\begin{small}
\begin{longtable}{p{3cm}|p{8cm}}
\caption{Example}
\tabnote{Nr in caption} \\ \endfirsthead \endhead \endfoot \endlastfoot
\hline \\
\textbf{Deutsch} \tabnote{Diese in der linken Spalte}& \textbf{tablenotes.sty} setzt mit \texttt{\char92 tabnote\char123 \char125} Anmerkungen in Tabellen zeigt diese später in Tablenotes \tabnote{Diese ist in rechten Spalte} \\ \\
Anwendung & Die Anwendung entspricht der von $\rightarrow$Endnotes \\
&Hier eine zweite \tabnote{Diese in der rechten Spalte} \\
\hrule &\hrule \\
\textbf{English} \tabnote{in theleft column}& \textbf{tablenotes.sty} , sets with \texttt{\char92 tabnote \char123 \char125} notes in tables and shows these later in Tablenotes \tabnote{in the right column} \\ \\
Usage & similar to $\rightarrow$endnotes \\
&here another one \tabnote{in the right column}\\
&\thetabnotes \setcounter{tabnote}{0}\\
\end{longtable}
\end{small}
\end{document}
|