summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-03 18:10:02 +0000
committerKarl Berry <karl@freefriends.org>2009-09-03 18:10:02 +0000
commitdaeaddcef56178dd571d9c813fbdde669ec40f34 (patch)
treebdb4801c0ab27619f47e1db59dc51fd643f05088 /Master/texmf-dist/doc
parent6fc6b33771dcc310a66db1b577203a8db6ff3388 (diff)
new latex package tablenotes (30aug09)
git-svn-id: svn://tug.org/texlive/trunk@15031 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/tablenotes/README14
-rw-r--r--Master/texmf-dist/doc/latex/tablenotes/tablenotes.pdfbin0 -> 49858 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tablenotes/tablenotes.tex43
3 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tablenotes/README b/Master/texmf-dist/doc/latex/tablenotes/README
new file mode 100644
index 00000000000..e8ddd90102b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tablenotes/README
@@ -0,0 +1,14 @@
+
+\tablenote
+\thetablenotes
+
+
+ tablenotes.sty setzt mit \tabnote{} Anmerkungen in Tabellen zeigt diese später in "Tablenotes" an.
+ Die Anwendung entspricht der von "endnotes.sty"
+
+
+ tablenotes.sty sets with \tabnote{} notes into tables and shows these later in "Tablenotes" .
+ Usage similar to "endnotes.sty"
+
+
+Matthias Borck-Elsner (August 2009) \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tablenotes/tablenotes.pdf b/Master/texmf-dist/doc/latex/tablenotes/tablenotes.pdf
new file mode 100644
index 00000000000..cedb5c28d23
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tablenotes/tablenotes.pdf
Binary files differ
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}