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
|
\chapter{Bib\TeX\ Entries}
\label{bibrefs}
The following shows the fields required in all types of Bib\TeX\ entries.
Fields with {\tt OPT} prefixed are optional (the three letters {\tt OPT} should
not be used). If an optional field is not used, then the entire field can be deleted.
{\tt
\singlespace
\begin{verbatim}
@Unpublished{, @Manual{,
author = "", title = "",
title = "", OPTauthor = "",
note = "", OPTorganization = "",
OPTyear = "", OPTaddress = "",
OPTmonth = "" OPTedition = "",
} OPTyear = "",
OPTmonth = "",
@TechReport{, OPTnote = ""
author = "", }
title = "",
institution = "", @InProceedings{,
year = "", author = "",
OPTtype = "", title = "",
OPTnumber = "", booktitle = "",
OPTaddress = "", year = "",
OPTmonth = "", OPTeditor = "",
OPTnote = "" OPTpages = "",
} OPTorganization = "",
OPTpublisher = "",
@Proceedings{, OPTaddress = "",
title = "", OPTmonth = "",
year = "", OPTnote = ""
OPTeditor = "", }
OPTpublisher = "",
OPTorganization = "",
OPTaddress = "",
OPTmonth = "",
OPTnote = ""
}
@PhDThesis{, @InCollection{,
author = "", author = "",
title = "", title = "",
school = "", booktitle = "",
year = "", publisher = "",
OPTaddress = "", year = "",
OPTmonth = "", OPTeditor = "",
OPTnote = "" OPTchapter = "",
} OPTpages = "",
OPTaddress = "",
OPTmonth = "",
OPTnote = ""
}
@Misc{, @InCollection{,
OPTauthor = "", author = "",
OPTtitle = "", title = "",
OPThowpublished = "", chapter = "",
OPTyear = "", publisher = "",
OPTmonth = "", year = "",
OPTnote = "" OPTeditor = "",
} OPTpages = "",
} OPTvolume = "",
OPTseries = "",
OPTaddress = "",
OPTedition = "",
OPTmonth = "",
OPTnote = ""
}
@MastersThesis{, @Article{,
author = "", author = "",
title = "", title = "",
school = "", journal = "",
year = "", year = "",
OPTaddress = "", OPTvolume = "",
OPTmonth = "", OPTnumber = "",
OPTnote = "" OPTpages = "",
} OPTmonth = "",
OPTnote = ""
}\end{verbatim} }
|