1 %%% LaTeX Template: Two column article
3 %%% Source: http://www.howtotex.com/
4 %%% Feel free to distribute this template, but please keep to referal to http://www.howtotex.com/ here.
5 %%% Date: February 2011
8 \documentclass[ DIV=calc,%
11 onecolumn]{scrartcl} % KOMA-article class
13 \usepackage{lipsum} % Package to create dummy text
17 \usepackage[english]{babel} % English language/hyphenation
18 \usepackage[protrusion=true,expansion=true]{microtype} % Better typography
19 \usepackage{amsmath,amsfonts,amsthm} % Math packages
20 \usepackage[pdftex]{graphicx} % Enable pdflatex
21 %\usepackage[svgnames]{xcolor} % Enabling colors by their 'svgnames'
22 \usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats
23 \usepackage{epstopdf} % Converts .eps to .pdf
24 \usepackage{subfig} % Subfigures
25 \usepackage{booktabs} % Nicer tables
26 \usepackage{fix-cm} % Custom fontsizes
29 \usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
32 \usepackage{draftwatermark}
34 \definecolor{green}{RGB}{32,113,10}
35 \definecolor{orange}{RGB}{251,111,16}
36 \definecolor{red}{RGB}{247,56,0}
37 \definecolor{blue}{RGB}{0,28,128}
39 \bibliographystyle{plain}
44 % Outputs red TODOs in the document. Requires \usepackage{color}.
46 % Usage: \todo{Document the TODO command.}
48 % Comment out second line to disable.
49 \newcommand{\todo}[1]{}
50 \renewcommand{\todo}[1]{{\color{red} TODO: {#1}}}
54 %%% Custom sectioning (sectsty package)
55 \usepackage{sectsty} % Custom sectioning (see below)
56 \allsectionsfont{% % Change font of al section commands
57 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
60 \sectionfont{% % Change font of \section command
61 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
64 % use more of the page
67 %%% Headers and footers
68 \usepackage{fancyhdr} % Needed to define custom headers/footers
69 \pagestyle{fancy} % Enabling the custom headers/footers
76 % Footer (you may change this to your own needs)
77 \lfoot{\footnotesize Applied Crypto Hardening \textbullet ~Draft}
79 \rfoot{\footnotesize page \thepage\ of \pageref{LastPage}} % "Page 1 of 2"
80 \renewcommand{\headrulewidth}{0.0pt}
81 \renewcommand{\footrulewidth}{0.4pt}
85 %%% Creating an initial of the very first character of the content
87 \newcommand{\initial}[1]{%
88 \lettrine[lines=3,lhang=0.3,nindent=0em]{
94 %%% Title, author and date metadata
95 \usepackage{titling} % For custom titles
97 \newcommand{\HorRule}{\color{DarkGoldenrod}% % Creating a horizontal rule
98 \rule{\linewidth}{1pt}%
101 \pretitle{\vspace{-30pt} \begin{flushleft} \HorRule
102 \fontsize{36}{36} \usefont{OT1}{phv}{b}{n} \color{DarkRed} \selectfont
104 \title{Applied Crypto Hardening}
105 \posttitle{\par\end{flushleft}\vskip 0.5em}
107 \preauthor{\begin{flushleft}
108 \large \lineskip 0.5em \usefont{OT1}{phv}{b}{sl} \color{DarkRed}}
110 \author{Tobias Dussa, L. Aaron
111 Kaplan, Manuel Koschuch, Adi
112 Kriegisch, Ramin Sabet, Aaron Zauner, Pepi Zawodsky}
120 %Karlsruhe Institute of Technology
123 \postauthor{\footnotesize \usefont{OT1}{phv}{m}{sl} \color{Black}
124 \\ \vskip 0.5em (KIT-CERT, CERT.at, FH Campus Wien, VRVis, A-Trust, azet.org, maclemon.at)
125 \par\end{flushleft}\HorRule}
134 \thispagestyle{fancy} % Enabling the custom headers/footers for the first page
135 % The first character should be within \initial{}
136 %\initial{H}\textbf{ere is some sample text to show the initial in the introductory paragraph of this template article. The color and lineheight of the initial can be modified in the preamble of this document.}
149 \input{overview_common_crypto_systems}
150 \input{practical_settings}
152 \input{further_research}
156 \bibliography{applied-crypto-hardening}