X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Fpreamble.tex;h=1aaaf125c896a10389ec0dbf35270701646c8877;hb=3a4a6470d6249d8c3f21f184266ec8ca10139ee1;hp=0e1a1ce19e8e9961473e2e893f1b13735eb3096e;hpb=db9adf4baa5dabb6cb7df7a57fc0aa22881e785e;p=ssproject1617.git diff --git a/report/preamble.tex b/report/preamble.tex index 0e1a1ce..1aaaf12 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}} @@ -37,32 +40,32 @@ % Tools afkortingen \newcommand{\API}{\emph{API}} -\newcommand{\CMS}{\emph{CMS}} -\newcommand{\CSRF}{\emph{CSRF}} -\newcommand{\DELETE}{\emph{DELETE}} -\newcommand{\DOM}{\emph{DOM}} -\newcommand{\GET}{\emph{GET}} -\newcommand{\GUID}{\emph{GUID}} -\newcommand{\HTMLF}{\textsc{HTML5}} -\newcommand{\HTML}{\textsc{HTML}} -\newcommand{\HTTPS}{\textsc{HTTPS}} -\newcommand{\HTTP}{\textsc{HTTP}} -\newcommand{\JQuery}{\textsc{JQuery}} -\newcommand{\JSON}{\textsc{JSON}} -\newcommand{\LDAP}{\textsc{LDAP}} -\newcommand{\PHP}{\textsc{PHP}} -\newcommand{\PII}{\emph{PII}} -\newcommand{\POST}{\emph{POST}} -\newcommand{\PUT}{\emph{PUT}} -\newcommand{\REST}{\emph{REST}} -\newcommand{\RSS}{\emph{RSS}} -\newcommand{\SMTP}{\emph{SMTP}} -\newcommand{\SQL}{\textsc{SQL}} -\newcommand{\SSO}{\emph{SSO}} -\newcommand{\TOTP}{\emph{TOTP}} -\newcommand{\TRACE}{\emph{TRACE}} -\newcommand{\XML}{\textsc{XML}} -\newcommand{\XSS}{\emph{XSS}} +\newcommand{\CMS}{CMS} +\newcommand{\CSRF}{CSRF} +\newcommand{\DELETE}{\code{DELETE}} +\newcommand{\DOM}{DOM} +\newcommand{\GET}{\code{GET}} +\newcommand{\GUID}{GUID} +\newcommand{\HTMLF}{HTML5} +\newcommand{\HTML}{HTML} +\newcommand{\HTTPS}{HTTPS} +\newcommand{\HTTP}{HTTP} +\newcommand{\JQuery}{jQuery} +\newcommand{\JSON}{JSON} +\newcommand{\LDAP}{LDAP} +\newcommand{\PHP}{PHP} +\newcommand{\PII}{PII} +\newcommand{\POST}{\code{POST}} +\newcommand{\PUT}{\code{PUT}} +\newcommand{\REST}{REST} +\newcommand{\RSS}{RSS} +\newcommand{\SMTP}{SMTP} +\newcommand{\SQL}{SQL} +\newcommand{\SSO}{SSO} +\newcommand{\TOTP}{TOTP} +\newcommand{\TRACE}{\code{TRACE}} +\newcommand{\XML}{XML} +\newcommand{\XSS}{XSS} % Reference naar de source @@ -71,16 +74,18 @@ % 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}} +\renewcommand{\emph}[1]{\textbf{\textit{#1}}} + \author{% - Kelley van Evert\\ + Kelley van Evert (s4046854)\\ Charlie Gerhardus\\ Wouter Kuhnen\\ - Mart Lubbers\\ + Mart Lubbers (s4109503)\\ Daan Sprenkels} \date{\today} \title{OWASP ASVS Souce Code Review Project}