forked from StevenBrons/Analyse1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.tex
73 lines (62 loc) · 1.12 KB
/
init.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\newenvironment{absolutelynopagebreak}
{\par\nobreak\vfil\penalty0\vfilneg
\vtop\bgroup}
{\par\xdef\tpd{\the\prevdepth}\egroup
\prevdepth=\tpd}
\newcommand{\uitwerking}[1]{
\begin{tabular}{|ll}
#1 &
\end{tabular}
}
\newcommand{\definitie}[2]{
\begin{absolutelynopagebreak}
\textbf{Def:} #1\\*
\uitwerking{#2}\\*
\end{absolutelynopagebreak}
}
\newcommand{\als}[1]{
\textbf{Als:} #1
}
\newcommand{\feit}[1]{
\textbf{Feit:} #1\\
}
\newcommand{\voorbeeld}[1]{
\textbf{Voorbeeld:}\\
\uitwerking{#1}\\
}
\newcommand{\gevolg}[1]{
\textbf{Gevolg:}\\
\uitwerking{#1}\\
}
\newcommand{\bewijs}[1]{
\begin{absolutelynopagebreak}
\textbf{Bewijs:}\\
\uitwerking{#1}\qed
\end{absolutelynopagebreak}
}
\newcommand{\stelling}[1]{
\begin{absolutelynopagebreak}
\textbf{Stelling:} #1\\
\end{absolutelynopagebreak}
}
\newcommand{\lemma}[1]{
\textbf{Lemma:} #1\\
}
\newcommand{\propositie}[1]{
\textbf{Propositie:} #1\\
}
\newcommand{\N}[0]{
\mathbb{N}
}
\newcommand{\Z}[0]{
\mathbb{Z}
}
\newcommand{\Q}[0]{
\mathbb{Q}
}
\newcommand{\R}[0]{
\mathbb{R}
}
\newcommand{\C}[0]{
\mathbb{C}
}