summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asternote/asternote_example.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-29 03:00:54 +0000
committerNorbert Preining <norbert@preining.info>2022-06-29 03:00:54 +0000
commit1803d67dcb084b1d6b825dd2f1a39df83c11db02 (patch)
tree083814d64daa39afbd3ceea4804d903a2585077a /macros/latex/contrib/asternote/asternote_example.tex
parent2ef43af0215fc52966c9bbd8d5df6db6d6af224b (diff)
CTAN sync 202206290300
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