change sectiontitle to encorporate both v5 and v6
[ssproject1617.git] / report / preamble.tex
index df6f0c1..a72256a 100644 (file)
@@ -1,13 +1,41 @@
 \documentclass[a4paper,titlepage]{article}
 
+\usepackage{CJKutf8}
+\usepackage{rutitlepage}
 \usepackage{geometry}
+\usepackage{hyperref}
+\usepackage{enumitem}
+\usepackage{pifont}
+\usepackage[dvipsnames]{xcolor}
+
+\hypersetup{hidelinks, pdftitle={OWASP ASVS Souce Code Review Project}}
+
+% Als een criterium niet applicable is (we doen alleen 1 en 2)
+\newcommand{\notapplicable}[1]{{\color{Gray} #1}}
+
+% Tools afkortingen
+\newcommand{\PHP}{\textsc{PHP}}
+\newcommand{\SQL}{\textsc{SQL}}
+\newcommand{\LDAP}{\textsc{LDAP}}
+\newcommand{\XML}{\textsc{XML}}
+\newcommand{\HTML}{\textsc{HTML}}
+\newcommand{\JSON}{\textsc{JSON}}
+\newcommand{\JQuery}{\textsc{JQuery}}
+
+% Reference naar de source
+\newcommand{\srcref}[2]{{\small\texttt{#1}} (line (s) #2)}
+
+% Pass en fail
+\newcommand{\pass}{\ding{51}}
+\newcommand{\fail}{\ding{55}}
+
+\renewcommand\thesubsection{V\arabic{subsection}}
 
 \author{%
-       Kelley van Evert\and
-       Charlie Gerhardus\and
-       Wouter Kuhnen\and
-       Mart Lubbers\and
-       Daan Sprenkels
-}
+       Kelley van Evert\\
+       Charlie Gerhardus\\
+       Wouter Kuhnen\\
+       Mart Lubbers\\
+       Daan Sprenkels}
 \date{\today}
 \title{OWASP ASVS Souce Code Review Project}