forked from NorfairKing/kansrekenen-notities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
87 lines (70 loc) · 3.04 KB
/
header.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[chapter] %Reset counter elk hoofdstuk
\theoremstyle{definition}
\newmdtheoremenv{de}[thm]{Definitie} % Definitie met frame
\newtheorem{ei}[thm]{Eigenschap}
\newtheorem{st}[thm]{Stelling}
\newtheorem{gev}[thm]{Gevolg}
\newtheorem{pr}[thm]{Propositie}
\newtheorem{opm}[thm]{Opmerking}
\newtheorem{vb}[thm]{Voorbeeld}
\newtheorem{tvb}[thm]{Tegenvoorbeeld}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{oef}[thm]{Oefening}
\newmdtheoremenv{al}[thm]{Algoritme}
\newcommand{\deref}[1]{\footnote{Zie definitie \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\stref}[1]{\footnote{Zie stelling \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\eiref}[1]{\footnote{Zie eigenschap \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\gevref}[1]{\footnote{Zie gevolg \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\prref}[1]{\footnote{Zie propositie \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\opmref}[1]{\footnote{Zie opmerking \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\vbref}[1]{\footnote{Zie voorbeeld \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\tvbref}[1]{\footnote{Zie tegenvoorbeeld \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\lemref}[1]{\footnote{Zie lemma \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\alref}[1]{\footnote{Zie algoritme \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\secref}[1]{\footnote{Zie sectie \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\figref}[1]{\footnote{Zie figuur \ref{#1} op pagina \pageref{#1}.}}
\newcommand{\hint}[1]{Hint: #1}
% Counters
\newcounter{todocounter}
\newcounter{importantcounter}
\newcommand{\todonum}[2][]{\stepcounter{todocounter}\todo[#1]{#2}}
\newcommand{\todoi}[2][]{\stepcounter{importantcounter}\todonum[#1]{#2}}
% Mooiere TODO's
\newcommand{\TODO}[1]{\todoi[color=red,inline,size=\small]{TODO: #1}}
\newcommand{\extra}[1]{\todonum[color=orange,inline,size=\small]{EXTRA: #1}}
\newcommand{\clarify}[1]{\todonum[color=yellow,inline,size=\small]{CLARIFY: #1}}
\newcommand{\question}[1]{\todonum[color=green,inline,size=\small]{QUESTION: #1}}
\newcommand{\waarom}[0]{\clarify{waarom?}}
\newcommand{\needed}[0]{\clarify{referentie?}}
\newcommand{\term}[1]{\index{#1}\textbf{#1}}
\newcommand{\zb}[0]{{\footnotesize {\it Zonder bewijs\/}}}
% Opzoeken
\newcommand{\formularium}[2]{(Formularium: #1: #2)}
\newcommand{\tabel}[2]{(Tabel #1: #2)}
% Badges
\newcommand{\bx}[1]{ \framebox[1.1\width]{#1} }
\newcommand{\examen}[0]{\bx{{\bf Examenvraag!}}\\}
\newcommand{\evraag}[1]{\bx{{\bf Examenvraag: #1 !}}\\}
\newcommand{\stiekem}[1]{\textcolor{white}{\bf Examenvraag #1}\\}
% Examenvragen
\newenvironment{examenvraag}[1]
{ \par\noindent \underline{ Examenvraag #1:}}
{ \pagebreak }
\newenvironment{ex-vraag}
{\begin{mdframed}}
{\end{mdframed}}
\newenvironment{ex-antwoord}
{\par\noindent}
{}
\newcommand{\kennen}[1]{#1 (kennen)}
\newcommand{\kunnen}[1]{#1 (kunnen)}
% Voor meer plaats tussen wiskunde
\renewcommand{\arraystretch}{1.25}
% Echt een vierkantje
\renewcommand{\qedsymbol}{$\square$}
\newcommand{\1}{\mathbbmss{1}}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: " RET"
%%% End: