barrie-0.4.1: doc/barrie.tex
\documentclass{article}
\usepackage{verbatim}
\usepackage{listings}
\title{The Barrie GUI}
\author{Fraser Wilson}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
Last year, I read the Fudgets thesis. It was intriguing, and I
started thinking about connecting it to Gtk, so it would be prettier.
That was attempt number one.
I decided that mixing layout with widget definitions was a bad idea,
so I replaced layouts with connections to Glade XML. This was attempt
number two.
A thread on Haskell Caf\'{e} got me thinking more about the separation
of layout and widgets. This is attempt number three.
\section{Gadgets}
\subsection{Editor}
\subsection{Display}
\subsection{Initialiser}
\subsection{Choosers}
\subsection{Return}
\end{document}