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}
38 %%% Custom sectioning (sectsty package)
39 \usepackage{sectsty} % Custom sectioning (see below)
40 \allsectionsfont{% % Change font of al section commands
41 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
44 \sectionfont{% % Change font of \section command
45 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
50 %%% Headers and footers
51 \usepackage{fancyhdr} % Needed to define custom headers/footers
52 \pagestyle{fancy} % Enabling the custom headers/footers
59 % Footer (you may change this to your own needs)
60 \lfoot{\footnotesize Applied Crypto Hardening \textbullet ~Draft}
62 \rfoot{\footnotesize page \thepage\ of \pageref{LastPage}} % "Page 1 of 2"
63 \renewcommand{\headrulewidth}{0.0pt}
64 \renewcommand{\footrulewidth}{0.4pt}
68 %%% Creating an initial of the very first character of the content
70 \newcommand{\initial}[1]{%
71 \lettrine[lines=3,lhang=0.3,nindent=0em]{
77 %%% Title, author and date metadata
78 \usepackage{titling} % For custom titles
80 \newcommand{\HorRule}{\color{DarkGoldenrod}% % Creating a horizontal rule
81 \rule{\linewidth}{1pt}%
84 \pretitle{\vspace{-30pt} \begin{flushleft} \HorRule
85 \fontsize{50}{50} \usefont{OT1}{phv}{b}{n} \color{DarkRed} \selectfont
87 \title{Applied Crypto Hardening}
88 \posttitle{\par\end{flushleft}\vskip 0.5em}
90 \preauthor{\begin{flushleft}
91 \large \lineskip 0.5em \usefont{OT1}{phv}{b}{sl} \color{DarkRed}}
93 \author{ Manuel Koschuch, Adi Kriegisch, L. Aaron Kaplan, Tobias Dussa, Heiko Reese}
101 %Karlsruhe Institute of Technology
104 \postauthor{\footnotesize \usefont{OT1}{phv}{m}{sl} \color{Black}
105 (FH Campus Wien, VRVis, CERT.at, Karlsruhe Institute of Technology)
106 \par\end{flushleft}\HorRule}
115 \thispagestyle{fancy} % Enabling the custom headers/footers for the first page
116 % The first character should be within \initial{}
117 %\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.}
124 \input{overview_common_crypto_systems}
127 \input{practical_settings}
130 \input{further_research}
133 \bibliography{applied-crypto-hardening}