change sectiontitle to encorporate both v5 and v6
[ssproject1617.git] / report / preamble.tex
1 \documentclass[a4paper,titlepage]{article}
2
3 \usepackage{CJKutf8}
4 \usepackage{rutitlepage}
5 \usepackage{geometry}
6 \usepackage{hyperref}
7 \usepackage{enumitem}
8 \usepackage{pifont}
9 \usepackage[dvipsnames]{xcolor}
10
11 \hypersetup{hidelinks, pdftitle={OWASP ASVS Souce Code Review Project}}
12
13 % Als een criterium niet applicable is (we doen alleen 1 en 2)
14 \newcommand{\notapplicable}[1]{{\color{Gray} #1}}
15
16 % Tools afkortingen
17 \newcommand{\PHP}{\textsc{PHP}}
18 \newcommand{\SQL}{\textsc{SQL}}
19 \newcommand{\LDAP}{\textsc{LDAP}}
20 \newcommand{\XML}{\textsc{XML}}
21 \newcommand{\HTML}{\textsc{HTML}}
22 \newcommand{\JSON}{\textsc{JSON}}
23 \newcommand{\JQuery}{\textsc{JQuery}}
24
25 % Reference naar de source
26 \newcommand{\srcref}[2]{{\small\texttt{#1}} (line (s) #2)}
27
28 % Pass en fail
29 \newcommand{\pass}{\ding{51}}
30 \newcommand{\fail}{\ding{55}}
31
32 \renewcommand\thesubsection{V\arabic{subsection}}
33
34 \author{%
35 Kelley van Evert\\
36 Charlie Gerhardus\\
37 Wouter Kuhnen\\
38 Mart Lubbers\\
39 Daan Sprenkels}
40 \date{\today}
41 \title{OWASP ASVS Souce Code Review Project}