{ieeetran} is a document class for IEEE Transactions journals and conferences.
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
673 views
White spaces around IEEEbiography at IEEE Journal Template
There are four co-author biographies at the end of my paper. There are some white spaces among them. I am trying to get rid of them. Is there a way to do it other than -vspace, because I guess it will ...
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 ...
6
votes
1answer
120 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 ...
4
votes
1answer
5k views
Algorithm and IEEEtran
I'm trying to write an algorithm in a IEEEtran LaTeX template and it doesn't work in any way.
\usepackage{algorithm}
\usepackage{algorithmc}
%\begin{algorithm}[H]
\begin{algorithm*}
\caption{ASGP ...
2
votes
1answer
183 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 ...
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 ...
8
votes
1answer
1k views
IEEE-Template: Algorithm over both columns
I'm currently working on a paper using the IEEEtran template. I do have a pseudocode I would like to put into this paper. In a former paper I saw that it is possible to put this algorithm in a box ...
4
votes
1answer
155 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 ...
4
votes
1answer
914 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)?
3
votes
2answers
379 views
Trying to put a box around a collection of subfigures
I'm trying to have a bounding box around the following figure:
\begin{figure}[htp]
\begin{center}
\subfigure[Process with no error]{\label{noerror}\includegraphics[width=1.5in]{noerror-process}}
...
2
votes
1answer
202 views
Referencing book IEEE
I am using both TeXworks and Texmaker to write my thesis and have to somehow do my references. Moreover everything is supposed to be written using a 'book' environment.
I have found that JabRef is ...
0
votes
0answers
65 views
How to put an image accross double column? [duplicate]
Possible Duplicate:
How to make a figure span on two columns in a scientific paper?
Below is a page using IEEE trans, how to put the image (see Figure 1) accross two columns?
