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
|
@SETUP{setup,
score = 0,
max.best.papers = 6,
}
@BOOK{Lamport94,
author = {Leslie Lamport},
year = 1994,
title = {{\LaTeX}: a Document Preparation System},
edition = {Second},
publisher = {Addison-Wesley Publishing Company},
address = {Reading, MA},
note = {Illustrations by Duane Bibby},
score = 10,
}
@Manual{MI,
author = {P. Cheng and M. A. Harrison},
title = {Index Preparation and Processing},
year = 1988,
month = {October},
note = {\url{http://mirrors.ctan.org/indexing/makeindex/paper}},
score = 5,
}
@Misc{TeXFAQ,
author = {{UK \TeX{} Users Group}},
title = {{UK} List of {\TeX} Frequently Asked Questions},
year = 2008,
howpublished = {\url{http://www.tex.ac.uk/cgi-bin/texfaq2html}},
score = 4,
}
@manual{lshort,
author = {Tobias Oetiker and Hubert Partl and Irene Hyna and
Elisabeth Schlegl},
month = {April},
note = {\url{http://mirrors.ctan.org/info/lshort}},
title = {The Not So Short Introduction to \LaTeXe{}, Or
\LaTeXe{} in 174 Minutes},
year = {2011},
score = 5,
}
@Book{Mittelbach04:LaTeXCompanion,
author = {Frank Mittelbach and Michel Goossens and Johannes Braams
and David Carlisle and Chris Rowley},
title = {The \LaTeX{} Companion},
publisher = {Addison-Wesley Professional},
year = 2004,
series = {Addison-Wesley Series on Tools and Techniques
for Computer Typesetting},
address = {Boston},
score = 8,
}
@Book{Goossens97:LateXGraphicsCompanion,
author = {Michel Goossens and Sebastian Rahtz and Frank Mittelbach},
title = { The \LaTeX{} Graphics Companion:
Illustrating Documents With \TeX{} and {PostScript}},
chapter = {},
publisher = {Addison-Wesley},
year = 1997,
series = {Addison-Wesley Series on Tools and Techniques
for Computer Typesetting},
address = {Reading, MA},
score = 7,
}
@Book{Goossens99:LaTeXWebCompanion,
author = {Michael Goossens and Sebastian Rahtz and
Eitan M. Gurari and Ross Moore and Robert S. Sutor},
title = {The \LaTeX{} Web Companion:
Integrating \TeX{}, {HTML}, and {XML}},
publisher = {Addison Wesley Longman},
year = 1999,
series = {Addison-Wesley Series on Tools and Techniques
for Computer Typesetting},
address = {Reading, MA},
score = 7,
}
@Book{Knuth94:TheTeXbook,
author = {Knuth, Donald Ervin},
title = {The \TeX book},
publisher = {Addison-Wesley Publishing Company},
year = 1994,
series = {Computers \& Typesetting A},
address = {Reading, MA},
note = {Illustrations by Duane Bibby},
score = 20
}
@Manual{instr-l,
title = {Instructions for Preparation of Papers and
Monographs, {AMS\LaTeX}},
organization = {American Mathematical Society},
month = {August},
year = 2004,
note = {\url{http://mirrors.ctan.org/macros/latex/required/amslatex/classes/instr-l.pdf}},
score = 4,
}
|