From 9f4f29bcc60ba90f421d254ef8ac8776d5b15dbf Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 28 Apr 2013 17:48:25 +0200 Subject: Flyer created for May Day 2013 LaTex is used. The text is basically taken from the may day last year ... as well as the logo. --- 2013/mayday/preamble.tex | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 2013/mayday/preamble.tex (limited to '2013/mayday/preamble.tex') diff --git a/2013/mayday/preamble.tex b/2013/mayday/preamble.tex new file mode 100644 index 0000000..ef60868 --- /dev/null +++ b/2013/mayday/preamble.tex @@ -0,0 +1,49 @@ +\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} + +% 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, enheter +\newcommand \sek {\,\textsc{sek}} +\newcommand \kr {\,\textrm{kr}} +\newcommand \tb {\,\textsc{tb}} + +% Section and paragraphs +\usepackage{sectsty} +\usepackage{parskip} +\allsectionsfont{\sffamily\mdseries\color{grayFri}\centering} +\setlength\parindent{0pt} + + -- cgit v1.2.3