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
15 \usepackage[english]{babel} % English language/hyphenation
16 \usepackage[protrusion=true,expansion=true]{microtype} % Better typography
17 \usepackage{amsmath,amsfonts,amsthm} % Math packages
18 \usepackage[pdftex]{graphicx} % Enable pdflatex
19 %\usepackage[svgnames]{xcolor} % Enabling colors by their 'svgnames'
20 \usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats
21 \usepackage{epstopdf} % Converts .eps to .pdf
22 \usepackage{subfig} % Subfigures
23 \usepackage{booktabs} % Nicer tables
24 \usepackage{fix-cm} % Custom fontsizes
27 \usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
31 \definecolor{green}{RGB}{32,113,10}
32 \definecolor{orange}{RGB}{251,111,16}
33 \definecolor{red}{RGB}{247,56,0}
34 \definecolor{blue}{RGB}{0,28,128}
36 \bibliographystyle{plain}
39 %%% Custom sectioning (sectsty package)
40 \usepackage{sectsty} % Custom sectioning (see below)
41 \allsectionsfont{% % Change font of al section commands
42 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
45 \sectionfont{% % Change font of \section command
46 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
51 %%% Headers and footers
52 \usepackage{fancyhdr} % Needed to define custom headers/footers
53 \pagestyle{fancy} % Enabling the custom headers/footers
60 % Footer (you may change this to your own needs)
61 \lfoot{\footnotesize Applied Crypto Hardening \textbullet ~Draft}
63 \rfoot{\footnotesize page \thepage\ of \pageref{LastPage}} % "Page 1 of 2"
64 \renewcommand{\headrulewidth}{0.0pt}
65 \renewcommand{\footrulewidth}{0.4pt}
69 %%% Creating an initial of the very first character of the content
71 \newcommand{\initial}[1]{%
72 \lettrine[lines=3,lhang=0.3,nindent=0em]{
78 %%% Title, author and date metadata
79 \usepackage{titling} % For custom titles
81 \newcommand{\HorRule}{\color{DarkGoldenrod}% % Creating a horizontal rule
82 \rule{\linewidth}{1pt}%
85 \pretitle{\vspace{-30pt} \begin{flushleft} \HorRule
86 \fontsize{36}{36} \usefont{OT1}{phv}{b}{n} \color{DarkRed} \selectfont
88 \title{Applied Crypto Hardening}
89 \posttitle{\par\end{flushleft}\vskip 0.5em}
91 \preauthor{\begin{flushleft}
92 \large \lineskip 0.5em \usefont{OT1}{phv}{b}{sl} \color{DarkRed}}
94 \author{ Manuel Koschuch, Adi Kriegisch, L. Aaron Kaplan, Tobias Dussa, Heiko Reese, Aaron Zauner, Pepi Zawodsky}
102 %Karlsruhe Institute of Technology
105 \postauthor{\footnotesize \usefont{OT1}{phv}{m}{sl} \color{Black}
106 \\ \vskip 0.5em (FH Campus Wien, VRVis, CERT.at, Karlsruhe Institute of Technology, azet.org, maclemon.at)
107 \par\end{flushleft}\HorRule}
116 \thispagestyle{fancy} % Enabling the custom headers/footers for the first page
117 % The first character should be within \initial{}
118 %\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.}
127 \input{overview_common_crypto_systems}
130 \input{practical_settings}
133 \input{further_research}
137 \bibliography{applied-crypto-hardening}