blob: 02296d2eab0231d59961e3be9dcf9f568436a984 (
plain)
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
|
April 2, 2003
IEEEtran.bst is the official BibTeX style for authors of the Institute of
Electrical and Electronics Engineers (IEEE) Transactions journals and
conferences. It also may have applications in other academic work such as
theses and technical reports.
IEEEtran.bst is a very comprehensive BibTeX style which provides many
features beyond the standard BibTeX styles - including full support
for references of online documents, patents, periodicals and standards.
See the provided user manual for detailed usage information.
Enjoy!
Michael Shell
mshell@ece.gatech.edu
*******
Version 1.11 (2003/04/02) changes:
1) Corrected problem with underscores in URLs when using url.sty.
No changes needed in the documentation.
Minor updates have been made to the IEEEfull.bib and IEEEabrv.bib
string definitions.
********************* Files **********************
README - This file.
IEEEtran.bst - The IEEE BibTeX style file.
IEEEtranS.bst - A version of IEEEtran.bst that sorts the
entries. May be of interest for (non-IEEE) work
such as theses. (Do not use for IEEE work.)
IEEEtran_bst_HOWTO.pdf - The user manual.
IEEEexample.bib - An example BibTeX database that contains the
references shown in the user manual.
IEEEabrv.bib - String definitions for the abbreviated names of
IEEE journals. (For use with IEEE work.)
IEEEfull.bib - String definitions for the full names of
IEEE journals. (Do not use for IEEE work.)
IEEEbcpat.bib - Obsolete string definitions provided by older
versions of IEEE BibTeX .bst files. (Do not
use for IEEE work.)
**********************************************************************
Legal Notice:
This code and advice is offered as-is without any warranty either
expressed or implied; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE!
User assumes all risk.
In no event shall IEEE or any contributor to this code
be liable for any damages or losses, including, but not limited to,
incidental, consequential, or any other damages, resulting from the
use or misuse of any information contained here.
All statements made here are the opinions of their respective
authors and are not necessarily endorsed by the IEEE.
This code/text is distributed under the Perl Artistic License
( http://language.perl.com/misc/Artistic.html )
and may be freely used, distributed and modified.
Retain all contribution notices and credits.
**********************************************************************
|