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
28 \usepackage[usenames,dvipsnames]{color}
39 \usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
42 \usepackage{draftwatermark}
44 \definecolor{green}{RGB}{32,113,10}
45 \definecolor{orange}{RGB}{251,111,16}
46 \definecolor{red}{RGB}{247,56,0}
47 \definecolor{blue}{RGB}{0,28,128}
49 \bibliographystyle{plain}
52 \definecolor{Brown}{cmyk}{0,0.81,1,0.60}
53 \definecolor{OliveGreen}{cmyk}{0.64,0,0.95,0.40}
54 \definecolor{CadetBlue}{cmyk}{0.62,0.57,0.23,0}
55 \definecolor{lightlightgray}{gray}{0.9}
58 language=Bash, % Code langugage
59 basicstyle=\ttfamily, % Code font, Examples: \footnotesize, \ttfamily
60 keywordstyle=\color{OliveGreen}, % Keywords font ('*' = uppercase)
61 commentstyle=\color{gray}, % Comments font
62 numbers=left, % Line nums position
63 numberstyle=\tiny, % Line-numbers fonts
64 stepnumber=1, % Step between two line-numbers
65 numbersep=5pt, % How far are line-numbers from code
66 backgroundcolor=\color{lightlightgray}, % Choose background color
67 frame=none, % A frame around the code
68 tabsize=2, % Default tab size
69 captionpos=b, % Caption-position = bottom
70 breaklines=true, % Automatic line breaking?
71 breakatwhitespace=false, % Automatic breaks only at whitespace?
72 showspaces=false, % Dont make spaces visible
73 showtabs=false, % Dont make tabls visible
74 columns=fixed, % Column format
75 morekeywords={__global__, __device__}, %
81 % Outputs red TODOs in the document. Requires \usepackage{color}.
83 % Usage: \todo{Document the TODO command.}
85 % Comment out second line to disable.
86 \newcommand{\todo}[1]{}
87 \renewcommand{\todo}[1]{{\color{red} TODO: {#1}}}
91 %%% Custom sectioning (sectsty package)
92 \usepackage{sectsty} % Custom sectioning (see below)
93 \allsectionsfont{% % Change font of al section commands
94 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
97 \sectionfont{% % Change font of \section command
98 \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
101 % use more of the page
102 \usepackage{fullpage}
104 %%% Headers and footers
105 \usepackage{fancyhdr} % Needed to define custom headers/footers
106 \pagestyle{fancy} % Enabling the custom headers/footers
107 \usepackage{lastpage}
113 % Footer (you may change this to your own needs)
114 \lfoot{\footnotesize Applied Crypto Hardening \textbullet ~Draft}
116 \rfoot{\footnotesize page \thepage\ of \pageref{LastPage}} % "Page 1 of 2"
117 \renewcommand{\headrulewidth}{0.0pt}
118 \renewcommand{\footrulewidth}{0.4pt}
122 %%% Creating an initial of the very first character of the content
123 \usepackage{lettrine}
124 \newcommand{\initial}[1]{%
125 \lettrine[lines=3,lhang=0.3,nindent=0em]{
126 \color{DarkGoldenrod}
131 %%% Title, author and date metadata
132 \usepackage{titling} % For custom titles
134 \newcommand{\HorRule}{\color{DarkGoldenrod}% % Creating a horizontal rule
135 \rule{\linewidth}{1pt}%
138 \pretitle{\vspace{-30pt} \begin{flushleft} \HorRule
139 \fontsize{36}{36} \usefont{OT1}{phv}{b}{n} \color{DarkRed} \selectfont
141 \title{Applied Crypto Hardening}
142 \posttitle{\par\end{flushleft}\vskip 0.5em}
144 \preauthor{\begin{flushleft}
145 \large \lineskip 0.5em \usefont{OT1}{phv}{b}{sl} \color{DarkRed}}
147 \author{Wolfgang Breyha, Tobias Dussa, L. Aaron
148 Kaplan, Manuel Koschuch, Adi
149 Kriegisch, Ramin Sabet, Aaron Zauner, Pepi Zawodsky}
157 %Karlsruhe Institute of Technology
161 \setlength{\parindent}{0cm}
163 \postauthor{\footnotesize \usefont{OT1}{phv}{m}{sl} \color{Black}
164 \\ \vskip 0.5em (University of Vienna, KIT-CERT, CERT.at, FH Campus Wien, VRVis, A-Trust, azet.org, maclemon.at)
165 \par\end{flushleft}\HorRule}
174 \thispagestyle{fancy} % Enabling the custom headers/footers for the first page
175 % The first character should be within \initial{}
176 %\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.}
189 \input{cipher_suites}
190 \input{practical_settings}
192 \input{further_research}
194 \input{suggested_reading}
197 \bibliography{applied-crypto-hardening}