X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Fpreamble.tex;h=15697c4ba9764c6c156abd035c829d9915425555;hb=44cda6e8361838491689480eb642eefa9b986b1c;hp=0869d91782ddec15f0ed3cf8905e21994b69f886;hpb=06d7ae862f750a89968a0c7c2104b133e801d3a5;p=ssproject1617.git diff --git a/report/preamble.tex b/report/preamble.tex index 0869d91..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}} @@ -32,29 +35,52 @@ innertopmargin=2pt, innerbottommargin=2pt, skipabove=\topsep, - skipbelow=\topsep + skipbelow=\topsep% ]{result} % 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}} +\newcommand{\API}{\emph{API}} +\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 -\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}} +\renewcommand{\emph}[1]{\textbf{\textit{#1}}} + \author{% Kelley van Evert\\ Charlie Gerhardus\\