Minutes for April 27 meeting written.
[fripost-meetings.git] / preamble / preamble.tex
blobeb79f89e85febd224eed0b57c20ff7cce19f9ca7
1 \documentclass[a4paper, 11pt]{article}
2 \usepackage{a4wide}
3 \usepackage[british, swedish]{babel}
4 \usepackage[utf8]{inputenc}
5 \usepackage{fancyhdr}
6 \usepackage[usenames, dvipsnames]{color}
7 \usepackage{helvet}
8 \usepackage{oldstyle}
9 \usepackage{multicol}
10 \usepackage{url}
11 \usepackage{color}
12 \usepackage{sectsty, soul, enumerate}
13 \usepackage{calc}
15 % Colours
16 \definecolor{gray70}{gray}{.3}
17 \definecolor{gray50}{gray}{.5}
18 \definecolor{gray20}{gray}{.8}
19 \definecolor{gray05}{gray}{.95}
20 \definecolor{gray00}{gray}{1.0}
22 \definecolor{blueG}{RGB}{0,76,103}
23 \definecolor{greyG}{RGB}{172,160,149}
24 \definecolor{orangeG}{RGB}{255,160,35}
26 \definecolor{grayFri}{gray}{.3}
28 % Section
29 \allsectionsfont{\sffamily\mdseries\color{grayFri}\centering}
30 \setlength\parindent{0pt}
31 \setlength\parskip{0pt}
32 \newcommand \mypar {\vspace{\baselineskip}\par}
33 \newcommand \myhalfpar {\vspace{.5\baselineskip}\par}
35 % Font macros etc.
36 \newcommand \state {\centering\sffamily\color{gray50}}
37 \newcommand {\textnum} [1] {\textos{#1}}
38 \renewcommand \textnum [1] {#1}
39 \newcommand \textemail [1] {\texttt{\small #1}}
40 \newcommand \texturl [1] {\texttt{\small #1}}
41 \newcommand \texthost [1] {\texttt{#1}}
43 % Macros, enheter
44 \newcommand \sek {\,\textsc{sek}}
45 \newcommand \kr {\,\textrm{kr}}
46 \newcommand \tb {\,\textsc{tb}}
48 % Macros, förkortningar
49 \newcommand \cacert {\textsc{ca}cert}
50 \newcommand \faq {\textsc{faq}}
51 \newcommand \fripost {\textsf{\textsc{\small Fripost}}}
52 \newcommand \fscons {\textsc{fscons}}
53 \newcommand \gnupg {Gnu\textsc{pg}}
54 \newcommand \imap {\textsc{imap}}
55 \newcommand \isp {\textsc{isp}}
56 \newcommand \isplong {\textsc{isp} (\textit{Internet Service Provider})}
57 \newcommand \ituniv {\textsc{it}-universitetet}
58 \newcommand \lvm {\textsc{lvm}} % Logical volume management
59 \newcommand \mda {\textsc{mda}}
60 \newcommand \mdalong {(Meddelandeleverantör, eng. \textit{Mail Delivery Agent})}
61 \newcommand \mx {\textsc{mx}}
62 \newcommand \nti {\textsc{nti}}
63 \newcommand \ntig {\textsc{nti}-gymnasiet}
64 \newcommand \ok {\textsc{ok}}
65 \newcommand \pgp {\textsc{pgp}}
66 \newcommand \raid {\textsc{raid}}
67 \newcommand \rfc {\textsc{rfc}}
68 \newcommand \sgs {\textsc{sgs}}
69 \newcommand \sgslong {\textsc{sgs} (Stiftelsen Göteborgs studentbostäder)}
70 \newcommand \smtp {\textsc{smtp}}
71 \newcommand \sun {Sun}
72 \newcommand \sql {\textsc{sql}}
73 \newcommand \usb {\textsc{usb}}
74 \newcommand \vlan {\textsc{vlan}} % virtual LAN, different LAN:s on the same broadcast domain
78 % Eumerate
79 \newcommand \enumiform {\quad\sffamily\small\color{grayFri}}
81 % Signature line
82 \newcommand{\signatureline}[1]{
83 \noindent
84 % \fbox{
85 \parbox{6.5cm}{
86 \mbox{}\vspace{1.5cm}\\
87 \rule{\linewidth}{0.4pt}\\
90 % }
93 % Headers
94 \setlength {\headheight} {30pt}
96 \renewcommand{\headrule}{{%
97 \hrule width\headwidth height\headrulewidth \vskip-\headrulewidth}}
99 \renewcommand{\footrule}{{%
100 \vskip-\footruleskip\vskip-\footrulewidth
101 \hrule width\headwidth height\headrulewidth\vskip\footruleskip}}
103 \pagestyle{fancy}
104 \lhead{\footnotesize \textsc{\textsf{Fripost}} föeningen för fri e-post}
105 \chead{\footnotesize}
106 \rhead{\footnotesize Förslag till dagordning -- årsmöte}
107 \lfoot{\footnotesize \url{fripost.org}}
108 \cfoot{\footnotesize \thepage}
109 \rfoot{\footnotesize utskr.\ \today}