blob: 22bf91dafd96ab5cccde46bf7f81dda9ae54f895 (
plain)
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
|
\documentstyle{article}
\begin{document}
hello.
dollar \$
ampersand \&
procent \%
matje \#
leftbrace \{
rightbrace \}
underscore \_
dagger \dag
ddagger \ddag
section \S
paragraph \P
copyright \copyright
pound \pounds
\begin{itemize}
\item item 1
\item \begin{itemize}
\item item 2.1
\end{itemize}
\end{itemize}
bye.
maths: \[ 1 + 2 = 5 / 3 * 1 - 1 \]
\end{document}
|