-
Notifications
You must be signed in to change notification settings - Fork 6
/
example.tex
58 lines (49 loc) · 1.69 KB
/
example.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass{article}
\usepackage[cm]{fullpage}
\usepackage[show]{chato-notes}
\author{}
\title{}
\begin{document}
\mynote{empty
empty} % Multiple paragraphs to check fonts
\mynote[author=Matteo,to=Rionda]{for and from}
\mynote[author=Matteo,to=]{from only (empty for)}
\mynote[author=Matteo]{from only}
\mynote[to=Rionda,author=]{for only (empty from)}
\mynote[to=Rionda]{for only}
\idea{empty}
\idea[author=Matteo,to=Rionda]{for and from}
\idea[author=Matteo,to=]{from only (empty for)}
\idea[author=Matteo]{from only}
\idea[to=Rionda,author=]{for only (empty from)}
\idea[to=Rionda]{for only}
\idea[date=\today]{date}
\question{empty}
\question[author=Matteo,to=Rionda]{for and from}
\question[author=Matteo,to=]{from only (empty for)}
\question[author=Matteo]{from only}
\question[to=Rionda,author=]{for only (empty from)}
\question[to=Rionda]{for only}
\question[date=\today]{date}
\reply{empty}
\reply[author=Matteo,to=Rionda]{for and from}
\reply[author=Matteo,to=]{from only (empty for)}
\reply[author=Matteo]{from only}
\reply[to=Rionda,author=]{for only (empty from)}
\reply[to=Rionda]{for only}
\todo{empty}
\todo[author=Matteo,to=Rionda]{for and from}
\todo[author=Matteo,to=]{from only (empty for)}
\todo[author=Matteo]{from only}
\todo[to=Rionda,author=]{for only (empty from)}
\todo[to=Rionda]{for only}
\warning{empty}
\warning[author=Matteo,to=Rionda]{for and from}
\warning[author=Matteo,to=]{from only (empty for)}
\warning[author=Matteo]{from only}
\warning[to=Rionda,author=]{for only (empty from)}
\warning[to=Rionda]{for only}
\iidea{text} \inote{text} \iquestion{text} \ireply{text} \itodo{text}
\iwarning{text}
\citemissing[Gauss]\ \citemissing\ \refmissing[intro]\ \refmissing%
\end{document}