1
vote
0answers
45 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. ...
0
votes
0answers
37 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 ...
1
vote
1answer
229 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
180 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 ...
3
votes
1answer
643 views

IEEEtran - Two tables on top of page, two column

I can't put my tables on the top of page two column, searched for several other tex.stackexchange questions. None of them did help. My table, two tabulars inside: \begin{table*}[!t] \centering ...
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?
0
votes
0answers
291 views

Single Column Table Contains Pictures in IEEEtran Class [closed]

I am trying to place a table that contains a few pictures, covering the all 2 columns. I learned how to do it in article class, but I do not know how to do it IEEEtran class. What should I do to do ...
4
votes
2answers
431 views

Start placing figures on right-hand side column of first page

I am trying to use IEEETrans to write a scientific paper in two column format. The issue is that one is not allowed to place figures in the left-hand side column of the first page. Figures should ...
2
votes
1answer
782 views

How to center the caption in onecolumn space?

I used the commands \onecolumn and \twocolumn to have some images in one column, but now the images' captions are not centered. How can I solve this problem? My code is like below: \one column ...
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 ...
2
votes
1answer
5k views

Creating a table in two column style page

I want to create a table, in a two column style page (IEEEtran) which will range in both columns. Any idea about this issue?