diff doc/swallowtail.tex @ 15:c4ee36b629c0

Build bits for docs, and a starting placeholder doc.
author David A. Holland
date Mon, 03 Sep 2012 13:55:42 -0400
parents
children 2f6e36e87efd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/swallowtail.tex	Mon Sep 03 13:55:42 2012 -0400
@@ -0,0 +1,36 @@
+%\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}