X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Fpreamble.tex;h=0de5d4e657a9865894a7cc9741b3a883e3c4ce67;hb=b4eaf4d5efb8cea0c57c5d14be25ff38c1deeb2d;hp=cc5074576828bf96e348d0181d512e2c74f5dbc5;hpb=4e6200b3f4264e0889b897e3e8752083cf0ffd4d;p=ssproject1617.git diff --git a/report/preamble.tex b/report/preamble.tex index cc50745..0de5d4e 100644 --- a/report/preamble.tex +++ b/report/preamble.tex @@ -7,12 +7,34 @@ \usepackage{enumitem} \usepackage{pifont} \usepackage[dvipsnames]{xcolor} +\usepackage{mdframed} +\usepackage{titlesec} +\usepackage{amsmath} +\usepackage{booktabs}% good looking tables \hypersetup{hidelinks, pdftitle={OWASP ASVS Souce Code Review Project}} +\newcommand{\sectionbreak}{\clearpage} +\titleformat{\section}[block]{\Large\bfseries}{\thesection}{1em}{} +\titleformat{\subsection}[block]{\large\bfseries}{\thesubsection}{1em}{} + % Als een criterium niet applicable is (we doen alleen 1 en 2) \newcommand{\notapplicable}[1]{{\color{Gray} #1}} +% Layout voor resultaat van requirement check. +% (Anders loopt de tekst vd requirement direct over in het resultaat, wat niet duidelijk leest.) +\newmdenv[ + topline=false, + bottomline=false, + rightline=false, + linewidth=1.5pt, + innerrightmargin=0pt, + innertopmargin=2pt, + innerbottommargin=2pt, + skipabove=\topsep, + skipbelow=\topsep +]{result} + % Tools afkortingen \newcommand{\PHP}{\textsc{PHP}} \newcommand{\SQL}{\textsc{SQL}} @@ -20,15 +42,18 @@ \newcommand{\XML}{\textsc{XML}} \newcommand{\HTML}{\textsc{HTML}} \newcommand{\JSON}{\textsc{JSON}} +\newcommand{\JQuery}{\textsc{JQuery}} % Reference naar de source -\newcommand{\srcref}[2]{\texttt{#1} (line (s) #2)} +\newcommand{\srcref}[2]{{\small\texttt{#1}} (line (s) #2)} % Pass en fail -\newcommand{\pass}{\ding{51}} -\newcommand{\fail}{\ding{55}} +\newcommand{\pass}{{\large\ding{51}}} +\newcommand{\fail}{{\large\ding{55}}} +\newcommand{\TODO}{\ding{111} \textbf{\itshape TODO}} -\renewcommand\thesubsection{V\arabic{subsection}} +% span code fragments +\newcommand{\code}[1]{\texttt{#1}} \author{% Kelley van Evert\\