1%% 
2%%  Template for Barrelfish technical notes.
3%%
4%%  Modified from the University of Stirling LaTeX technical report
5%%  style file and template with much gratitude.
6%%  
7
8%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9% Copyright (c) 2011, ETH Zurich.
10% All rights reserved.
11%
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%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
17% \documentclass[a4paper]{article} 
18\documentclass[a4paper,twoside]{report} % If you want a report
19\usepackage{bftn}
20
21\title{Barrelfish Glossary}
22\author{Barrelfish Project}
23\email{info@barrelfish.org}
24\tnnumber{001}
25\tnkey{Glossary}
26
27\begin{document}
28\maketitle			% Uncomment for final draft
29
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}
33\end{versionhistory}
34
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
41
42\begin{description}
43\input{gloss-from-haskell}
44\end{description}
45
46\end{document}
47