[comp.text.tex] IEEE style bibliography

debapri@cs.tamu.edu (Debapriya Ray) (04/30/91)

Hi folks !

I have a problem in trying to have Latex produce a list of 
references in accordance with the IEEE style, i.e, I wish
my list of refernces to be sorted. 
I have created a .bib file, in which I have the
references database like

@article{Boch78,
         AUTHOR = "G.V.Bochmann",
         TITLE = " *********** ",
         JOURNAL = " IEEE Trans.......",
         YEAR = "1977"
        }

........ etc etc....

In my .tex file, I am refering to the bibliography as
\cite{Boch78}.....

However after running Latex and Bibtex, I am still 
unable to get a SORTED list of references.

Can any knowledgeable reader please suggest some solutions ?

Mucho Gracias !! Debapriya Ray
Dept. of Computer Sc., Texas A&M Univ., College Station, TX 77843.
email: debapri@cssun.tamu.edu, debapri@neuron.tamu.edu
 

( please send emails to the above address )