view doc/swallowtail.tex @ 17:f155c6af2c6b

Store the pdf in Mercurial. (this wastes some space but makes it easier to cut releases)
author David A. Holland
date Mon, 03 Sep 2012 13:57:47 -0400
parents c4ee36b629c0
children 2f6e36e87efd
line wrap: on
line source

%\documentclass[11pt,twocolumn]{article}
\documentclass[11pt]{article}
\usepackage{fullpage}

\usepackage{graphicx}
\usepackage{url}
\usepackage{parskip}

\usepackage{charter}
\usepackage{courier}
\frenchspacing

% without help, latex sets these characters in the wrong font inside \tt
% (I thought this was mostly fixed, but it's still happening in some cases)
\newcommand{\us}{{\tt\char`\_}}
\newcommand{\bra}{{\tt\char`\{}}
\newcommand{\ket}{{\tt\char`\}}}
\newcommand{\bs}{{\tt\char`\\}}
\newcommand{\caret}{{\tt\char`\^}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{The Swallowtail Bugtracking System}
\author{David A. Holland}
\date{September 3, 2012}

\begin{document}
\maketitle

\section{Introduction}

Swallowtail is a bugtracking system meant to serve as a migration path
for large GNATS installations.


\end{document}