change sectiontitle to encorporate both v5 and v6
[ssproject1617.git] / report / preamble.tex
index d88561f..a72256a 100644 (file)
@@ -1,9 +1,11 @@
 \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}}
 
-% Php
+% 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]{\footnote{As in \texttt{#1} line (s) \texttt{#1}}}
+\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}}