{ieeetran} is a document class for IEEE Transactions journals and conferences.
1
vote
1answer
43 views
Space in while printing but not viewing PDF [closed]
I am trying to write in a IEEETran class of latex. I have a very strange problem.
The minimum stripped code is as follows -
\documentclass[conference]{IEEEtran}
\def \b {\beta~}
...
2
votes
1answer
58 views
Modifying section, subsection based on scope?
Using MS Word 2013 I mocked up what I would like to create using LaTeX:
I tried exporting it in LibreOffice using its writer2latex; but that didn't work.
So starting from the sectionbox LaTeX ...
2
votes
1answer
37 views
using IEEEtran document class -how to format three authors using IEEEtran
I am using IEEE Transactions conference class
\documentclass[10pt, conference, compsocconf]{IEEEtran}
How I should align the author properly so that it appears in this format?
title
...
4
votes
1answer
38 views
control textcase within section heading
I am using IEEE document class in conference mode. I want to use a special word: name of my protocol inside the section title. The word has the form: aBCD/eFGH. Since each word of the whole section ...
2
votes
1answer
35 views
tiny fonts for IEEEtran not working on biblography
I added \tiny before adding \bibliographystyle. But it is not changing the font size. Any suggestions for reducing the font size of the reference?
\tiny{
\bibliographystyle{IEEEtran}
...
3
votes
1answer
32 views
how to use IEEEeqnarray in standard latex classes?
Is it possible to use IEEEtran commands in standard latex classes, e.g. \documentclass{article}? I want to import IEEEtran as a package, not a documentclass.
Thanks,
1
vote
0answers
47 views
Conflicting commands in preamble
I am using the class IEEEtran for writing a journal. I have two conflicting commands in my preamble. The first command has been used by me for some time, though I have no idea why it should be there. ...
1
vote
0answers
72 views
Avoiding page break in the Latex bibliography list [closed]
I have a problem, the references are being split by the page break in a such strange manner.
I use IEEE style and already tried \usepackage[section]{placeins} but it influences any other section, ...
2
votes
1answer
77 views
ieeetran caption question
In the ieeetran how to, they are using caption with their examples; however, latex tells me not to use caption.
So if I use subfloat, all my figures are labeled as such (a), (b) and don't have a main ...
1
vote
0answers
56 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 ...
1
vote
0answers
40 views
IEEEtranSN + natbib and @masterthesis [closed]
I'm using natbib along with bibliographystyle{IEEEtranSN}. Everything works great, but when I'm trying to add an @masterthesis entry, I get the following warning:
Warning--entry type for ...
2
votes
0answers
221 views
ieeetran two column figures
How can I have a figure span the full width in ieeetran two column?
I have googled and seen people say use \begin{figure*}\end{figure*} but when I do that there is no figure. I want the figure to be ...
1
vote
0answers
48 views
IEEEtran and using plots
Within a IEEEtran 2 column document, 2 plots are too small concerning their width.
Should I place them (a) vertical or (b) interrupt the 2 column layout?
btw it will be submitted to a conference.
...
4
votes
1answer
61 views
Write lowercase in Section (IEEEtran class)
I want to write lower case in a section, I've tried using \MakeLowercase but its not working. Here is what I tried:
\section{Experiment I: T\MakeLowercase{he effect of changing the distance}}
I'm ...
0
votes
0answers
44 views
Strange PDF error in IEEEtran twocolumn
I am having an issue to compile a document. It gives the following error:
pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pdfstartlink.
I am using IEEEtran class, in ...
3
votes
1answer
128 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
3answers
135 views
How to determine the font being used by a latex document
The scenario is as follows. I am working on a paper using the IEEEtran latex class. I am generating some figures using the Matplotlib plotting library in Python. Matplotlib lets the user adjust the ...
2
votes
1answer
98 views
IEEEtran and subfig - figures overflow onto second column
\documentclass[final,journal,letterpaper,twocolumn]{IEEEtran}
\usepackage[demo]{graphicx}
\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{fixltx2e}
\begin{document}
...
4
votes
1answer
108 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
2answers
86 views
How to customise the numbering system of subequations with IEEEtranstools?
I'm using IEEEtrantools's IEEEeqarray, and in there I can print sublabeled equations like
x^2 (1a)
y^2 (1b)
with:
\begin{IEEEeqnarray}{rCl}
x & = & y \IEEEyessubnumber \\
z & ...
7
votes
1answer
159 views
Add Overbrace to describe a column of matrix
I want to add some over-braces to a matrix to get the following output:
However, this this what I managed to get:
I don't know how to get the neuron 1 and neuron 2 headings...I was thinking of ...
3
votes
1answer
53 views
Different styles and classes (my own + IEEEtran)
I'm writing my thesis based on documentclass{report}. It uses my own style (some other information about it here), and everything works just fine.
Now, according to my University requirements, I ...
3
votes
1answer
79 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
...
2
votes
0answers
29 views
Error with \IEEEeqnarraymulticol [closed]
I am trying to format a long equation with an overly long LHS, namely:
\hat{N}_{A1}(c_A + \hat{N}_{A1})^2 + \hat{N}_{A1}^2a_A(c_A + \hat{N}_{A1})^2 + \hat{N}_{A1}^2b_A(c_A + \hat{N}_{A1}) & = ...
3
votes
1answer
182 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 ...
2
votes
1answer
159 views
Is it possible to have authoryear-style citations with the IEEEtran document class?
For school I have to write a paper and use the IEEEtran bibliography style:
\bibliographystyle{IEEEtran}
% argument is your BibTeX string definitions and bibliography database(s)
...
4
votes
1answer
224 views
Ensure the font size for captions of figures and tables
A reviewer says that I have to ensure that
Captions of figures and tables: Font size should be 8 point.
Is there anyway I can ensure this? As I can't tell what is the size that I am currently ...
1
vote
1answer
285 views
Creating tables with borders in IEEE conference two column format
I'm new to LaTex. I'm trying to find some sample code that shows how to create a single column table with borders (and if possible a grey header row) in a two column paper.
2
votes
1answer
133 views
IEEEtran remove author picture
I'm using LyX and the article (IEEEtran) template to write a paper for an IEEE conference.
In the biographies section, there's a default space for a picture for the first author. Even if I remove the ...
2
votes
1answer
209 views
Tikzpicture in a two column way using a one column .cls template
I'm using a .cls IEEEtran from IEEE available here http://www.ieee.org/conferences_events/conferences/publishing/templates.html; and all document is in two columns.
I'm ploting using pgfplots a ...
1
vote
1answer
230 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
157 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
65 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",
...
4
votes
1answer
144 views
Show IEEElabels with showlabel?
I'm using IEEEtrantools to typeset equations (here's an excellent tutorial).
The package offers, among other things the IEEEeqnarray environment to typeset equations. That environment has an issue ...
3
votes
1answer
124 views
how change the text in \IEEEkeyword
IEEE papers has \IEEEkeyword command, but for other use in other languages.
How change the text "Index terms" ?
3
votes
1answer
432 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 ...
2
votes
1answer
140 views
What is the counterpart of \IEEEauthorrefmark for sig-alternate class?
What is the counterpart of \IEEEauthorrefmark{1} (which is used in the IEEEtran class)
for sig-alternate class?
Some information about \IEEEauthorrefmark
The author parts many times are in the ...
1
vote
0answers
110 views
The text 'figure' being printed under captions in IEEEtran
Under \documentclass[conference]{IEEEtran}, whenever I include a caption under a figure, right below the caption, the text 'figure' is printed. This does not happen under \documentclass{article}. ...
4
votes
2answers
897 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
154 views
Using \citet in IEEETran
Is there any way to use \citet in IEEETran? It's a handy command that IEEETran doesn't support.
5
votes
1answer
129 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 ...
2
votes
0answers
282 views
How to install and use IEEE biblatex style [closed]
I've been have a really hard time getting the IEEE style for biblatex to work. If someone could tell me what I'm doing wrong that would be great.
I've install the publishing packages suggest here. ...
2
votes
0answers
79 views
Gantt chart in IEEEtran
I would like to put a Gantt chart in my IEEE paper (\documentclass[conference]{IEEEtran}). I'd like the chart to span over both columns.
I'm using the following chart taken from Gantt chart package:
...
3
votes
1answer
381 views
Subtitle in IEEE document class
How can I add a subtitle to my Latex document using the IEEETran document class?
I would like to know if it is possible to use a built-in command that gives me the regular title in addition to a ...
2
votes
1answer
139 views
How to typeset multiple equations center aligned but with single eq. number?
I want to typeset several equations with only one equation number vertically centered, and every equation horizontally center.
I know two options. One is aligned environment within equation, which ...
4
votes
2answers
922 views
Language problems with biblatex and babel
I am trying to use biblatex with IEEEtran and babel, however I am having an error: Package babel Error: You haven't defined the language ENGLISH yet.. With regular Bibtex everything works as usual. ...
6
votes
1answer
122 views
Change the 'and' in the formatted names of the IEEE bibliography style
I am using the IEEEtr bibliography style format. I was wondering how we could change the 'and' string for something else in the case the publication is not in English the same way you can change the ...
1
vote
1answer
304 views
Help with bibliographystyle in LaTeX
I seem to be getting nowhere with my bibliography in LaTeX. Below is what I am using within my document. My reference page is blank for some reason.
Here is the main document structure:
...
6
votes
1answer
498 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
353 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 ...




