| Revision 12309,
730 bytes
checked in by dstn, 14 months ago
(diff) |
|
still wrestling with stupid paragraph numbering
|
| Line | |
|---|
| 1 | \documentclass{ut-thesis} |
|---|
| 2 | |
|---|
| 3 | \newcommand{\comment}[1]{} |
|---|
| 4 | |
|---|
| 5 | \usepackage{numberparagraphs} |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | \degree{Doctor of Philosophy} |
|---|
| 9 | \department{Computer Science} |
|---|
| 10 | \gradyear{2009} |
|---|
| 11 | \author{Dustin Lang} |
|---|
| 12 | \title{Tex Sux} |
|---|
| 13 | |
|---|
| 14 | \setcounter{tocdepth}{2} |
|---|
| 15 | |
|---|
| 16 | \begin{document} |
|---|
| 17 | |
|---|
| 18 | \begin{preliminary} |
|---|
| 19 | \maketitle |
|---|
| 20 | |
|---|
| 21 | \begin{abstract} |
|---|
| 22 | Simple things are hard and some things are impossible. |
|---|
| 23 | \end{abstract} |
|---|
| 24 | |
|---|
| 25 | \begin{acknowledgements} |
|---|
| 26 | [to be written] |
|---|
| 27 | % -Sam |
|---|
| 28 | % -Hogg |
|---|
| 29 | % -Stumm, Keir, Astrometry.net team, testers |
|---|
| 30 | % -Iain |
|---|
| 31 | % -Family |
|---|
| 32 | \end{acknowledgements} |
|---|
| 33 | |
|---|
| 34 | \tableofcontents |
|---|
| 35 | |
|---|
| 36 | \end{preliminary} |
|---|
| 37 | |
|---|
| 38 | \numberparagraphs |
|---|
| 39 | |
|---|
| 40 | \chapter{Plain chapter} |
|---|
| 41 | |
|---|
| 42 | \chapter*{Starred chapter} |
|---|
| 43 | |
|---|
| 44 | \chapter[short]{Chapter with short name} |
|---|
| 45 | |
|---|
| 46 | \chapter*[shortstar]{Starred chapter with short name} |
|---|
| 47 | |
|---|
| 48 | \end{document} |
|---|
| 49 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.