-
Notifications
You must be signed in to change notification settings - Fork 0
/
formularium.tex
63 lines (48 loc) · 1.99 KB
/
formularium.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
% Notes:
%
% Use 'named destinations' to open a PDF at a specified location. These are
% not the same as bookmarks or links. One could also use 'PDF Open parameters':
%
% http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
\documentclass{article}
\usepackage[utf8]{inputenc} % utf8 om de letters é en dergelijke te kunnen gebruiken
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{color}
\usepackage[dutch]{babel}
\usepackage{hyperref}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\graphicspath{{graphics/}}
\title{USolv-IT formularium}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\ds}{\displaystyle}
\newcommand{\Frac}[2]{\frac{\ds #1}{\ds #2}}
\newcommand{\degree}{\ensuremath{^\circ}}
\newcommand{\rad}{\ensuremath{\mbox{ rad}}}
\newcommand{\dx}{\ensuremath{\,dx}}
\DeclareMathOperator{\arccot}{arccot}
\begin{document}
\maketitle
\tableofcontents
\input{form_combinatoriek.tex}
\input{form_analyse.tex}
\input{form_getallen.tex}
\input{form_algebra.tex}
\input{form_goniometrie.tex}
\input{form_vlakkemeetk.tex}
\input{form_ruimtemeetk.tex}
\input{form_logica.tex}
\vspace{2em}
\noindent\fbox{\begin{minipage}{\textwidth}\begin{center}\includegraphics{by-sa.png}\end{center}Dit werk is gelicenseerd onder een Creative Commons Naamsvermelding-GelijkDelen 3.0 Unported. Bezoek http://creativecommons.org/licenses/by-sa/3.0/ om een kopie te zien van de licentie of stuur een brief naar Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.\end{minipage}}
\end{document}
% Dit werk is gelicenseerd onder een Creative Commons
% Naamsvermelding-GelijkDelen 3.0 Unported.
% Bezoek http://creativecommons.org/licenses/by-sa/3.0/ om een kopie te zien
% van de licentie of stuur een brief naar Creative Commons, 444 Castro Street,
% Suite 900, Mountain View, California, 94041, USA.