typo's
[ssproject1617.git] / report / preamble.tex
index 3e2046a..15697c4 100644 (file)
@@ -1,6 +1,7 @@
 \documentclass[a4paper,titlepage]{article}
 
 \usepackage{CJKutf8}
+\usepackage[british]{babel}
 \usepackage{rutitlepage}
 \usepackage{geometry}
 \usepackage{hyperref}
@@ -12,7 +13,7 @@
 \usepackage{calc}
 \usepackage{amsmath}
 \usepackage{amssymb}
-\usepackage{booktabs}% good looking tables
+\usepackage{booktabs}
 
 \hypersetup{hidelinks, pdftitle={OWASP ASVS Souce Code Review Project}}
 
 
 
 % Reference naar de source
-\newcommand{\srcref}[2]{{\small\texttt{#1}} (line(s) #2)}
+\newcommand{\srcref}[2]{{\small\texttt{#1}} (line (s) #2)}
 
 % Pass en fail
 \newcommand{\pass}{{\large\ding{51}}}
 \newcommand{\fail}{{\large\ding{55}}}
-\newcommand{\TODO}{\ding{111} \textbf{\itshape TODO}}
+\newcommand{\TODO}{\ding{111} \textbf{\itshape{} TODO}}
 
 % span code fragments
 \newcommand{\code}[1]{\texttt{#1}}