comparison 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
comparison
equal deleted inserted replaced
14:dfd62aad74f4 15:c4ee36b629c0
1 %\documentclass[11pt,twocolumn]{article}
2 \documentclass[11pt]{article}
3 \usepackage{fullpage}
4
5 \usepackage{graphicx}
6 \usepackage{url}
7 \usepackage{parskip}
8
9 \usepackage{charter}
10 \usepackage{courier}
11 \frenchspacing
12
13 % without help, latex sets these characters in the wrong font inside \tt
14 % (I thought this was mostly fixed, but it's still happening in some cases)
15 \newcommand{\us}{{\tt\char`\_}}
16 \newcommand{\bra}{{\tt\char`\{}}
17 \newcommand{\ket}{{\tt\char`\}}}
18 \newcommand{\bs}{{\tt\char`\\}}
19 \newcommand{\caret}{{\tt\char`\^}}
20
21 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
23 \title{The Swallowtail Bugtracking System}
24 \author{David A. Holland}
25 \date{September 3, 2012}
26
27 \begin{document}
28 \maketitle
29
30 \section{Introduction}
31
32 Swallowtail is a bugtracking system meant to serve as a migration path
33 for large GNATS installations.
34
35
36 \end{document}