summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty
new file mode 100644
index 00000000000..b4a6584120b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty
@@ -0,0 +1,7 @@
+% ANNOTATE.STY
+\newcommand{\annotation}[1][]
+ {\renewcommand{\@thefnmark}{#1}
+ \@footnotetext}
+
+\renewcommand{\@makefntext}[1]
+ {\textsuperscript{\tiny\@thefnmark}\ #1}