{ieeetran} is a document class for IEEE Transactions journals and conferences.
1
vote
1answer
181 views
How to change the default ':' in subsection to paren ')'?
In latex, when I write ,
\subsubsection*{a}
it produces
a:
but I want to write
a)
How should I do this.
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 ...
2
votes
1answer
2k views
Problem importing .tex file into LyX — ampersands displaying in IEEEeqnarray
I received a .tex file from a user and tried to open this up in Lyx 2.0.2 on Win. After importing it into LyX, the document has ampersand characters everywhere in the equations as though LyX didn't ...
8
votes
2answers
2k views
IEEEtrans template requires not to use algorithm package?
During the IEEEtrans.tex, there is a comment below package algorithmic saying that
Do NOT use the algorithm
floating environment provided by algorithm.sty (by the same authors) or
...
9
votes
1answer
365 views
How to improve rendering
The rendering above the red line(zoomed in) was a result of:
\documentclass[journal]{IEEEtran}
The rendering below the red line(zoomed in) was a result of:
\documentclass[journal]{AIAA}
Why is ...
2
votes
3answers
616 views
Adding vertical space in a multi-line equation while using IEEEeqnarray
how can I add vertical space between lines in an equation while using IEEEeqnarray?
2
votes
2answers
3k views
Using IEEEtrantools
I am trying to use the IEEEtrantools package using the following command:
\usepackage[retainorgcmds]{IEEEtrantools}
but get the following error message:
File `IEEEtrantools.sty' not found. ...
13
votes
4answers
4k views
Disabling URLs in bibliography
I use Mendeley for article management and export the related items to a bib file for referencing in LaTeX documents. I use IEEEtran style and see that the bibliography items include URLs which I don't ...
2
votes
1answer
696 views
Avoiding newline after “Table” in caption while using IEEETran
IEEETran has the following style for table caption:
Table <number>
<caption>
But I would like to have it, without a line-break, as:
Table <number>. <caption>
This would ...
4
votes
2answers
3k views
Avoiding vertical spaces between bibitems while using IEEEtran
I'm using IEEEtran class and bibliography style and I see that the references section that it generates leaves empty lines between bibitems when the compsocconf option is used. Is there a way to avoid ...
7
votes
1answer
6k views
IEEE affiliation blocks
I'm using the IEEE format to write a paper. I have 4 authors from two institutions so I need blocks of affiliations. This is how I want it to look like:
Author 1*, Author 2#, Author 3#, Author 4*
...
1
vote
1answer
1k views
How to left justify equations in IEEEeqnarray environment?
I have an document that use both IEEEeqnarray and normal equation environment. The equation is set to be left justified with
\usepackage[fleqn]{amsmath}
However IEEEeqnarray is centered. How to ...
8
votes
1answer
489 views
biblatex-ieee and supra note
I know this is sort of short notice (I'd posted a similar cry for help at LaTeX Community), but I have a thesis due Monday and the one thing standing between me and being ready (layout-wise) is this: ...
4
votes
1answer
915 views
Can I change \ref's output?
When I use \ref to cross reference a \subsubsection, I get the output IV-B4 (at least using the IEEEtran document class).
Can I change the output to something like IV-B.4)?
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 ...
4
votes
1answer
6k views
equation spanning two columns in ieeetran
I am writing a paper using ieee style in two columns format. Do you know how can I write an equation that spans over the two columns?
2
votes
1answer
261 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 ...