X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Fpreamble.tex;h=15697c4ba9764c6c156abd035c829d9915425555;hb=44cda6e8361838491689480eb642eefa9b986b1c;hp=84bfd5d1c2ba3bb3db8d66a2a9b1c9e5d8ea0310;hpb=332cc6edfadaa06cae8f790b8a0627bef705995e;p=ssproject1617.git diff --git a/report/preamble.tex b/report/preamble.tex index 84bfd5d..15697c4 100644 --- a/report/preamble.tex +++ b/report/preamble.tex @@ -1,6 +1,7 @@ \documentclass[a4paper,titlepage]{article} \usepackage{CJKutf8} +\usepackage[british]{babel} \usepackage{rutitlepage} \usepackage{geometry} \usepackage{hyperref} @@ -9,8 +10,10 @@ \usepackage[dvipsnames]{xcolor} \usepackage{mdframed} \usepackage{titlesec} +\usepackage{calc} \usepackage{amsmath} -\usepackage{booktabs}% good looking tables +\usepackage{amssymb} +\usepackage{booktabs} \hypersetup{hidelinks, pdftitle={OWASP ASVS Souce Code Review Project}} @@ -66,12 +69,12 @@ % 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}}