summaryrefslogtreecommitdiffstats
path: root/2013/mayday/preamble.tex
blob: 94cf5bed5203e4ca133bf2513268672ad0f6a4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[a4paper, 11pt]{article}
\usepackage[british, swedish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}
\usepackage[usenames, dvipsnames]{color}
\usepackage{helvet}
\usepackage{multicol}
\usepackage{url}
\usepackage{color}
\usepackage{soul}
\usepackage{enumerate}
\usepackage{calc}
\usepackage{graphicx}
\usepackage{ccicons}
\usepackage{hyphenat} 

% Colours 
\definecolor{gray70}{gray}{.3}
\definecolor{gray50}{gray}{.5}
\definecolor{gray20}{gray}{.8}
\definecolor{gray05}{gray}{.95}
\definecolor{gray00}{gray}{1.0}

\definecolor{blueG}{RGB}{0,76,103}
\definecolor{greyG}{RGB}{172,160,149}
\definecolor{orangeG}{RGB}{255,160,35}

\definecolor{grayFri}{gray}{.3}

% Font macros etc. 
\newcommand \state {\centering\sffamily\color{gray50}}
\newcommand {\textnum} [1] {\textos{#1}}
\renewcommand \textnum [1] {#1}
\newcommand \textemail [1] {\texttt{\small #1}}
\newcommand \texturl [1] {\texttt{\small #1}}
\newcommand \textpath [1] {\texturl{#1}}
\newcommand \texthost [1] {\textit{#1}}

% Macros
\newcommand \fripost {\nohyphens{Fripost}}
% Section and paragraphs
\usepackage{sectsty}
\usepackage{parskip}
\allsectionsfont{\sffamily\mdseries\color{grayFri}\centering}
\setlength\parindent{0pt}