X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Fpreamble.tex;h=a72256aae1c088625c493d3268802e3d36063a68;hb=46c16a01449f1337ecc88bacc7ab6f1c24372475;hp=d88561f72d6dcf3a0e315df57e6f23afa5927c2a;hpb=69038ae4c3c3340da5a1e2c319f847904ba8fc35;p=ssproject1617.git diff --git a/report/preamble.tex b/report/preamble.tex index d88561f..a72256a 100644 --- a/report/preamble.tex +++ b/report/preamble.tex @@ -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}} @@ -11,10 +13,21 @@ % 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}}