2 Template for Barrelfish technical notes.
4 Modified from the University of Stirling LaTeX technical report
5 style file and template with much gratitude.
9 % \documentclass[a4paper,twoside]{article} % for an article
10 \documentclass[a4paper,twoside]{report} % for a report (default)
12 \usepackage{bftn} % You need this
14 \title{Title} % title of report
15 \author{Author} % author
16 \tnnumber{999} % give the number of the tech report
17 \tnkey{Template} % Short title, will appear in footer
19 % \date{Month Year} % Not needed - will be taken from version history
25 % Include version history first
27 \begin{versionhistory}
28 \vhEntry{1.0}{31.05.2010}{TR}{Initial version}
31 % \intro{Abstract} % Insert abstract here
32 % \intro{Acknowledgements} % Uncomment (if needed) for acknowledgements
33 % \tableofcontents % Uncomment (if needed) for final draft
34 % \listoffigures % Uncomment (if needed) for final draft
35 % \listoftables % Uncomment (if needed) for final draft
37 \chapter{Introduction}
39 \appendix % Uncomment (if needed) for appendixes
40 \chapter{Appended Chapter} % Modify as required