Tagged Questions
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 ...
3
votes
1answer
95 views
Alignment issue with bibtex using IEEEtran class
Only the first reference of my bibliography is correctly aligned within the margins. The other references go outside the margins to the left and right.
...
3
votes
1answer
64 views
BibTeX reference page appears at start of pdf from IEEE template
When using the IEEE template (LaTeX and BibTeX) the references page appears before the title page. Why is this?
The LaTeX file:
\documentclass[conference]{IEEEtran}
% correct bad hyphenation here
...
3
votes
1answer
150 views
URL in new line Bibtex
I'm being asked to put the url field in a new line after the reference information. Is there a way to do this using IEEEtran?
Edit:
Noting the initial suggestions, you can find the idea of the task ...
1
vote
1answer
182 views
How to use biblatex with IEEE bibtex style?
http://mirrors.ctan.org/macros/latex/contrib/IEEEtran/bibtex/IEEEfull.bib
defines a bibliography style. How to use that if I want to use biblatex to format my bibliography?
1
vote
2answers
131 views
Showing ISBN using IEEEtran.bst
I saw BibTex - Show ISBN number? where it says that IEEEtran.bst will show the ISBN data. I am using this in my thesis, but it does not show the ISBN data. Can you suggest what could be wrong or what ...
3
votes
1answer
56 views
How to edit bibtex entry for a bimonthly IEEE journal?
IEEE bibtex style uses the following entry for a typical journal paper:
@article{foobar,
author = "A. Boo, C. Foo",
title = "Paper Title of His",
journal = IEEE_J_IA,
volume = "40",
...
3
votes
1answer
323 views
Using references to a .bib file when using IEEEtran
I'm writing an article that is supposed to be written using the IEEE Manuscript Templates for Conference Proceedings. I downloaded the latex templates from [here][1], and used the bare_conf.tex as a ...
5
votes
1answer
127 views
BibTeX Changes “U.S” to “U.C.”, How to Correct?
I have noticed that BibTeX will change the initials "U.S." (as in "United States") to "U.C." This has happened using both IEEE and Elsevier document classes, and it works the same with and without ...
6
votes
1answer
413 views
IEEEtran bibliography — “germanify” it
For a paper at university we have to use the IEEE style -- which can be done using IEEEtran LaTeX file. What we also have to take care of, though, is that the bibliography is German as well.
Using
...
0
votes
1answer
312 views
File `ieeetran.sty' not found - trying to use IEEE bibliography style with bibtex
I am trying to use IEEE bibliography style with LaTeX. I am using MiKTeX 2.9 and I thought it would be as easy as all of the other packages, just install from the manager and then ...
3
votes
1answer
92 views
Abbreviating text within a reference
IEEE conferences want references which abbreviate certain words, like:
International -> Int.
Conference -> Conf.
etc...
I realize that IEEEabrv.bib provides similar functionality, but that ...
0
votes
0answers
155 views
naming order for IEEE bibliography [closed]
I am having some trouble with the the IEEE citing package. If it makes a difference, I am using the JabRef GUI to help me generate the LaTex keys. The problem is that if there are multiple authors, ...
3
votes
1answer
348 views
DOI in IEEEtran bibliography
The IEEE Citation Reference specifies that a DOI should be provided for electronic articles without page numbers. However, IEEEtran.bst appears to provide no such functionality. What is the best way ...
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:
...
5
votes
2answers
2k views
IEEEtran BibTeX Style - how to deactivate URLs?
I am using the following BibTeX style for my bibliography.
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,references,thesis}
This formats bibliography entries like this:
, including a ...
1
vote
0answers
714 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 ...
5
votes
1answer
623 views
Bold of authors list changes style with bibtex
This is related to another question I had, but when I try to make an entire entry bold in my bilbiliography, it changes the format of the author list. I would like to be able to make only some ...
10
votes
1answer
336 views
Elegant way to make entire citation bold
Is it possible to make an entire reference appear bold in the references section when using BibTeX? I'm using the IEEE templates and .bst.
I found this related question, but is there a more elegant ...
5
votes
1answer
1k views
Remove URL in IEEEtran bibliography
The question refers to the topic: Disabling URLs in bibliography
Could you think of a solution, which allows to have the URL in bibliography entry or not depending on the entry type. I. e. remove the ...
1
vote
1answer
2k views
bibliography author initial spacing
I am using the IEEE LaTeX bibliography style, and I want to make a small change to the format of authors' names. This is not actually for submission to the IEEE so changing the format won't be a ...
2
votes
1answer
262 views
IEEEtranN.bst and Babel
I'm trying to use the package IEENTranN with natbib for the references in my thesis document. I'm writing in Spanish so I would like, for instance, that when I cite a proceedings instead of "in IEEE ...
4
votes
1answer
2k views
How do I use the IEEE bibliography commands?
I'm trying to layout a short article using the IEEE latex style guide. I'm having difficulty with the final part of their bibliography instructions as I want to reference an external .bib file. I have ...