I am very new to latex and a new member of this list. I am using natbib to author my thesis report. I want IETF RFC style citations for my references, so I am using the following package:
\usepackage[numbers,square]{natbib}
I am getting into a strange problem wrt how references appear in the pdf file after it is generated.
In my .bib file I have entries as follows:
Code: Select all
@Book{etsigsmplmnph1,
ALTauthor = {},
ALTeditor = {},
title = {Recommendation GSM 02.01, Version 3.2.0 Principles of telecommunication services supported by a GSM PLMN, Phase 1},
publisher = {European Telecommunications Standards Institute},
year = {1992},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
month = {February},
OPTnote = {},
OPTannote = {}
}
@Book{etsigsmbearerph1,
ALTauthor = {},
ALTeditor = {},
title = {Recommendation GSM 02.02, Version 3.2.0 Bearer Services Supported by a GSM PLMN, Phase 1},
publisher = {European Telecommunications Standards Institute},
year = {1992},
OPTkey = {},
OPTvolume = {},
OPTnumber = {},
OPTseries = {},
OPTaddress = {},
OPTedition = {},
month = {February},
OPTnote = {},
OPTannote = {}
}
[6] (1992a). Recommendation GSM 02.01, Version 3.2.0 Principles of telecommunica-
tion services supported by a GSM PLMN, Phase 1. European Telecommunications
Standards Institute.
[7] (1992b). Recommendation GSM 02.02, Version 3.2.0 Bearer Services Supported by
a GSM PLMN, Phase 1. European Telecommunications Standards Institute.
I am not able to figure out why the tool appends the letters a and b to the year. Can any of the members help me?
TIA
Vin