summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex b/Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex
new file mode 100644
index 00000000000..ebbe9445923
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex
@@ -0,0 +1,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}