2 %% Template for Barrelfish technical notes.
4 %% Modified from the University of Stirling LaTeX technical report
5 %% style file and template with much gratitude.
8 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 % Copyright (c) 2011, ETH Zurich.
10 % All rights reserved.
12 % This file is distributed under the terms in the attached LICENSE file.
13 % If you do not find this file, copies can be found by writing to:
14 % ETH Zurich D-INFK, Universitaetstr. 6, CH-8092 Zurich. Attn: Systems Group.
15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17 % \documentclass[a4paper]{article}
18 \documentclass[a4paper,twoside]{report} % If you want a report
21 \title{Barrelfish Glossary}
22 \author{Barrelfish Project}
23 \email{info@barrelfish.org}
28 \maketitle % Uncomment for final draft
30 \begin{versionhistory}
31 \vhEntry{1.0}{31.05.2010}{TR}{Initial version}
32 \vhEntry{2.0}{01.12.2013}{TR}{Updated with new developments}
35 % \intro{Abstract} % Insert abstract here
36 % \intro{Acknowledgements} % Uncomment (if needed) for acknowledgements
37 % \tableofcontents % Uncomment (if needed) for final draft
38 % \listoffigures % Uncomment (if needed) for final draft
39 % \listoftables % Uncomment (if needed) for final draft
40 \chapter*{Glossary} % Modify as required for article
43 \input{gloss-from-haskell}