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
117
118
119
|
% abbreviations known to bibtex 0.99c
% acms ACM Computing Surveys
% acta Acta Informatica
% cacm Communications of the ACM
% ibmjrd IBM Journal of Research and Development
% ibmsj IBM Systems Journal
% ieeese IEEE Transactions on Software Engineering
% ieeetc IEEE Transactions on Computers
% ieeetcad IEEE Transactions on Computer-Aided Design of ICs
% ipl Information Processing Letters
% jacm Journal of the ACM
% jcss Journal of Computer and System Sciences
% scp Science of Computer Programming
% sicomp SIAM Journal on Computing
% tocs ACM Transactions on Computer Systems
% tods ACM Transactions on Database Systems
% tog ACM Transactions on Graphics
% toms ACM Transactions on Mathematical Software
% toois ACM Transactions on Office Information Systems
% toplas ACM Transactions on Programming Languages and Systems
% tcs Theoretical Computer Science
@string{spe="Software -- Practice and Experience"}
@unpublished{noweb,
author="Norman Ramsey",
title="Literate-Programming Tools Need Not Be Complex",
month=aug,
year=1992,
note="Submitted to IEEE Software"
}
@article{aho:75,
author="Alfred V. Aho and Margaret J. Corasick",
title="Efficient String Matching: An Aid to Bibliographic Search",
pages="333--340",
journal=cacm,
year=1975,
month=jun,
volume=18,
number=6
}
@article{knuth:84,
author="Donald E. Knuth",
title="Literate Programming",
pages="97--111",
journal="The Computer Journal",
year="1984",
month=may,
volume=27,
number=2
}
@techreport{levy:90,
author="Silvio Levy and Donald E. Knuth",
title="{{\tt CWEB}} User Manual: The {{\small CWEB}} System of
Structured Documentation",
year="1990",
month=oct,
institution="Stanford University",
number="{\small STAN}-{\small CS}-83-977",
note="Available for anonymous ftp from {\tt labrea.stanford.edu} in
directory {\tt pub/cweb}"
}
@book{texbook,
author="Donald E. Knuth",
title="The {{\TeX}}book",
publisher="Addison-Wesley",
year=1986,
series="Computers \& Typesetting"
}
@book{tex:program,
author="Donald E. Knuth",
title="{{\TeX}}: The Program",
publisher="Addison-Wesley",
year=1986,
series="Computers \& Typesetting"
}
@book{metafont:program,
author="Donald E. Knuth",
title="{{\small\sf METAFONT:}} The Program",
publisher="Addison-Wesley",
year=1986,
series="Computers \& Typesetting"
}
@book{latex,
author="Leslie Lamport",
title="{{\LaTeX:}} A Document Preparation System",
publisher="Addison-Wesley",
year=1986
}
@booklet{funnelweb,
title="{FunnelWeb} User's Manual",
author="Ross N. Williams",
note="Available for anonymous ftp from {\tt sirius.itd.adelaide.edu.au}
in directory {\tt pub/funnelweb}",
month=may,
year=1992
}
@article{hanson:90,
title="Fast Allocation and Deallocation of Memory Based on Object Lifetimes",
author="David R. Hanson",
journal=spe,
year=1990,
month=jan,
volume=20,
number=1,
pages="5--12"
}
|