summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asternote/asternote_example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/asternote/asternote_example.tex')
-rw-r--r--macros/latex/contrib/asternote/asternote_example.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/latex/contrib/asternote/asternote_example.tex b/macros/latex/contrib/asternote/asternote_example.tex
new file mode 100644
index 0000000000..1510541ff2
--- /dev/null
+++ b/macros/latex/contrib/asternote/asternote_example.tex
@@ -0,0 +1,19 @@
+\documentclass[uplatex]{article}
+\usepackage{asternote}
+\begin{document}
+%\setasternoteindent
+
+\asternote{a}a
+
+\asternote{b}b
+
+\asternotereset
+
+\asternote{c}c
+
+\asterref{a}A
+
+\asterref{b}B
+
+\asterref{c}C
+\end{document} \ No newline at end of file