1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<!DOCTYPE biblio SYSTEM "biblioxml1.dtd" [
<!ENTITY AW "Addison-Wesley">
<!ENTITY AW:adr "Reading, Massachusetts">
<!ENTITY emdash "---">
<!ENTITY endash "--">
<!ENTITY ouml '\"o'>
<!ENTITY j-TUGboat "TUGboat">
<!ENTITY LaTeX "\LaTeX{}">
<!ENTITY TeX "\TeX{}">
<!ENTITY WEB "\textsc{web}">
<!-- abreviations for the months -->
<!ENTITY jan "Jan.">
<!ENTITY feb "Feb.">
<!ENTITY mar "Mar.">
<!ENTITY apr "Apr.">
<!ENTITY may "May">
<!ENTITY jun "Jun.">
<!ENTITY jul "Jul.">
<!ENTITY aug "Aug.">
<!ENTITY sep "Sep.">
<!ENTITY oct "Oct.">
<!ENTITY nov "Nov.">
<!ENTITY dec "Dec.">
]>
<biblio>
<manual id="Dynatext">
<title>Dynatext, Electronic Book Indexer/Browser</title>
<organization>Electronic Book Technology Inc.</organization>
<address>Providence, Rhode Island</address>
<year>1991</year>
</manual>
<book id="Eijkhout:1991">
<author><names><first>Victor</first><last>Eijkhout</last></names></author>
<title>&TeX; by Topic, a &TeX;nicians Reference</title>
<publisher>&AW;</publisher>
<year>1991</year>
<address>&AW:adr;</address>
</book>,
<techreport id="EVH:Office">
<author><names><first>Eric</first><last>van Herwijnen</last></names></author>
<title>Future Office Systems Requirements</title>
<institution>CERN DD Internal Note</institution>
<year>1988</year>
<month>&nov;</month>
</techreport>
<article id="Felici:1991">
<author><names><first>James</first><last>Felici</last></names></author>
<title>PostScript versus TrueType</title>
<journal>Macworld</journal>
<year>1991</year>
<volume>8</volume>
<pages>195&endash;201</pages>
<month>&sep;</month>
</article>
<techreport id="Knuth:WEB">
<author><names><first>Donald E.</first><last>Knuth</last></names></author>
<title>The &WEB; System of Structured Documentation</title>
<institution>Department of Computer Science, Stanford University</institution>
<year>1983</year>
<number>STAN-CS-83-980</number>
<address>Stanford, CA 94305</address>
<month>&sep;</month>
</techreport>
<phdthesis id="Liang:1983">
<author><names><first>Franklin Mark</first><last>Liang</last></names></author>
<title>Word Hy-phen-a-tion by Com-pu-ter</title>
<school>Stanford University</school>
<year>1983</year>
<address>Stanford, CA 94305</address>
<month>&jun;</month>
<note>Also available as Stanford University, Department of
Computer Science Report No. STAN-CS-83-977</note>
</phdthesis>
<article id="Mittelbach-Schoepf:1990">
<author><names><first>Frank</first><last>Mittelbach</last><and/>
<first>Rainer</first><last>Schöpf</last></names></author>
<title>The New Font Selection &emdash; User Interface to
Standard &LaTeX;</title>
<journal>&j-TUGboat;</journal>
<year>1990</year>
<volume>11</volume>
<number>2</number>
<pages>297&endash;305</pages>
</article>
<incollection id="Wood:color" crossref="Roth:postscript">
<author><names><first>Pat</first><last>Wood</last></names></author>
<title>PostScript Color Separation</title>
<booktitle>Real World PostScript</booktitle>
<publisher>&AW;</publisher>
<year>1988</year>
<pages>201&endash;225</pages>
</incollection>
<book id="Roth:postscript">
<editor><names><first>Stephen E.</first><last>Roth</last></names></editor>
<title>Real World PostScript</title>
<publisher>&AW;</publisher>
<year>1988</year>
<address>&AW:adr;</address>
<ISBN>0-201-06663-7</ISBN>
</book>
<inproceedings id="Yannis:1991">
<author><names><first>Yannis</first><last>Haralambous</last></names></author>
<title>&TeX; and those other languages</title>
<booktitle>1991 Annual Meeting Proceedings, Part 2, &TeX; Users Group,
Twelfth Annual Meeting, Dedham, Massachusetts, July 15--18, 1991
</booktitle>
<year>1991</year>
<editor><names><first>Hope</first><last>Hamilton</last></names></editor>
<volume>12</volume>
<series>&j-TUGboat;</series>
<pages>539&endash;548</pages>
<address>Providence, Rhode Island</address>
<month>&dec;</month>
<organization>&TeX; Users Group</organization>
</inproceedings>
</biblio>
|