summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/asternote/asternote_example.tex
blob: 1510541ff223892edd970573490cef2564540b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}