-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-common.tex
41 lines (33 loc) · 1.24 KB
/
example-common.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
\usepackage[a5paper,paperheight=20cm,left=0cm,right=3.5cm,top=0cm,bottom=0cm,nohead]{geometry}
\newrevisor{manuel}{violet!75}
\newrevisor{maria}{blue}
\newrevisor{peter}{green!80!black}[red]
\begin{document}
\thispagestyle{empty}
\listofrevisions%
\section{Main document}
This is \manuel{text-to-be-deleted}{text-to-be-added}.\MANUEL{This is a note}
\footnote{This is a footnote.\MANUEL*{this is a note in the footnote}}
This is \maria{text-to-be-deleted}{text-to-be-added}.\MARIA{This is a note}
\footnote{This is a footnote.\MARIA*{this is a note in the footnote}}
This is \peter{text-to-be-deleted}{text-to-be-added}.\PETER{This is a note}
\footnote{This is a footnote.\PETER*{this is a note in the footnote}}
\peter{Old line 1\par Old line 2}{New line 1\par New line 2}
\begin{figure}[h!]
\centering
A FIGURE
\caption{Caption \manuel{and}{with} \PETER{not inline}\MANUEL*{an inline note}}
\end{figure}
\section[test]{A note in a \peter{chapter}{section} \MANUEL*{inline sorry!} \PETER{fixed}}
Some math:
\begin{equation}
E = \maria{n}{m}c^{\peter{3}{2}} \MANUEL*{Is this correct?}\MARIA{Sure!}
\end{equation}
\MARIA*{A long note with some bullet points:
\begin{itemize}
\item Do 1
\item Do 2
\item Profit!
\end{itemize}
}
\end{document}