rev |
line source |
meillo@185
|
1 .H- Colophon
|
meillo@213
|
2
|
meillo@147
|
3 .P
|
meillo@147
|
4 This document was typeset with the
|
meillo@147
|
5 .I troff
|
meillo@147
|
6 document preparation system on Unix.
|
meillo@200
|
7 After having typeset my diploma thesis with LaTeX,
|
meillo@200
|
8 the choice for troff was similar to preferring MH over mutt.
|
meillo@147
|
9 .P
|
meillo@147
|
10 I used the troff implementation of the Heirloom doctools,
|
meillo@147
|
11 and built upon the
|
meillo@147
|
12 .I ms
|
meillo@147
|
13 macro package.
|
meillo@147
|
14 To meet my personal wishes, I added further macros and replaced
|
meillo@147
|
15 clumpsy parts of ms.
|
meillo@147
|
16 My own macro code comprises about 400 lines.
|
meillo@147
|
17 Unfortunately, I must admit that the troff sources are not perfectly
|
meillo@147
|
18 portable as I accessed Heirloom troff extensions and ms internals,
|
meillo@147
|
19 occasionally.
|
meillo@147
|
20 .P
|
meillo@147
|
21 My troff setup was inspired and guided by
|
meillo@147
|
22 Dougherty and O'Reilly's
|
meillo@147
|
23 .I "UNIX Text Processing
|
meillo@147
|
24 and by chapter seven of Bourne's
|
meillo@147
|
25 .I "The UNIX System" .
|
meillo@147
|
26 The
|
meillo@147
|
27 .I "Nroff/Troff User's Manual
|
meillo@147
|
28 added definitive answers.
|
meillo@147
|
29 .P
|
meillo@147
|
30 The typesetting command line read something like:
|
meillo@147
|
31 .VS
|
meillo@147
|
32 export TROFFONTS=fonts REFER=bib
|
meillo@147
|
33 soelim style *.roff | refer -e -P -sLAD -l,2 -k | \
|
meillo@188
|
34 tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >thesis.ps
|
meillo@147
|
35 VE
|
meillo@147
|
36 .P
|
meillo@160
|
37 The text and heading font is Philipp Poll's \fILinux Libertine\fP.
|
meillo@160
|
38 The monospace font used for code listings is a TrueType variant of
|
meillo@160
|
39 Dimitar Zhekov's \fITerminus\fP font.
|
meillo@160
|
40 Both are free typefaces.
|
meillo@160
|
41 .P
|
meillo@160
|
42 The page layout of the document was greatly inspired by the German book
|
meillo@160
|
43 \fIEinf\[udieresis]hrung in die Automatentheorie,
|
meillo@160
|
44 Formale Sprache und Komplexit\[adieresis]tstheorie\fP
|
meillo@160
|
45 by Hopcroft and Ullman, Addison-Wesley, 1990.
|
meillo@160
|
46 .P
|
meillo@213
|
47 For programming and to write this document, I used the
|
meillo@213
|
48 .Pn ex-vi
|
meillo@213
|
49 editor because
|
meillo@213
|
50 .Pn ed
|
meillo@213
|
51 would have been a bit too heavy, even for me. ;-)
|
meillo@176
|
52
|
meillo@160
|
53 .sp 2
|
meillo@160
|
54 .LP
|
meillo@213
|
55 The complete sources of this document, as well as final versions in
|
meillo@213
|
56 PDF and Postscript format, are available on my website:
|
meillo@213
|
57 .CW http://marmaro.de/docs \^.
|
meillo@213
|
58 .P
|
meillo@147
|
59 This document may be copied and redistributed in complete form.
|
meillo@147
|
60 Apart from that, follow the scientific custom:
|
meillo@147
|
61 Quote and acknowledge the reference.
|
meillo@176
|
62
|
meillo@181
|
63 .sp 3c
|
meillo@176
|
64 .LP
|
meillo@176
|
65 Dijkstra's words on page
|
meillo@176
|
66 .Cf dijkstra.page
|
meillo@176
|
67 are a quotation of EWD\|648.
|