1
vote
0answers
37 views

BibTeX: citing a standard in IEEEtran style [closed]

This should really be a comment on BibTex: citing IEEE standard, but I only have enough rep to ask a new question. Here is how you can cite a standard in BiBteX using the IEEEtran style. The code is ...
3
votes
1answer
96 views

How to cite email/correspondence in IEEE format?

I have several email conversations I would like to cite in my PhD thesis. The bibliography style that I'm using is \bibliographystyle{IEEEtranSN}. I know that style is not IEEE compliant in a strict ...
4
votes
2answers
558 views

Multiple references in LaTeX

I'm writing a paper and using the IEEEtran.cls in LaTeX. I need to have my references to appear like: \cite{test1,test2,test3} I want : [1-3] I searched and found that I need to include cite ...
2
votes
1answer
133 views

Using \citet in IEEETran

Is there any way to use \citet in IEEETran? It's a handy command that IEEETran doesn't support.
4
votes
2answers
179 views

Displaying in-text citations in a compressed way (e.g. [1-3]) instead of the default one [1]-[3] using cite package inside IEEEtran/journal mode

I have been trying to display the in-text citations in the following format: [1-3], or [1, 6-8] which looks like it is the default one inside the cite package, but what I get is: [1]-[3] ...
4
votes
3answers
3k views

References in IEEEtran?

I've downloaded the official IEEE LaTeX template but am having some trouble adding references in bibtex format. For instance if I wanted to cite and reference this article, given as: ...
1
vote
0answers
713 views

IEEEtran bibliography style doesn't work [closed]

I'm using IEEEtran bibliography style, but for some reason it isn't working. My paper.tex file includes the most recent version of IEEEtran files, as follows: \bibliographystyle{IEEEtran} ...
1
vote
1answer
152 views

How to find out why \cite works on one computer while not on another computer when the same local files are present?

I am using the IEEE class and .bst style templates for .tex and .bib files. One my laptop the citations come out as question marks. At the university the \cite{} get compiled correctly. I have locally ...
6
votes
1answer
789 views

Getting natbib to follow IEEE numeric citation format

I'm wondering if anyone can suggest a better way to tweak natbib to generate numeric references that follow IEEE's citation reference guide and style manual. Specifically, IEEE wants each of a group ...
8
votes
1answer
3k views

Cite a standard, specification or data sheet from a company/institution but without an author

As an electronic engineer I often cite technical standards, specifications or data sheets. They come usually from a specific company or institution but do not have a specific author. I like to have ...