1
vote
0answers
86 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 ...
2
votes
1answer
71 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} ...
2
votes
0answers
148 views

IEEE paper submission subfig missing

I use IEEEtran bare_jrnl.tex and my .tex file builds on my machine without any problem. I use subfig package. (subfigure doesn't work) When I try to submit my manuscript IEEE page says subfig is ...
3
votes
1answer
552 views

Wrong number using label in subfloat with subfig and caption=false

I'm using the IEEEtran class, and I need to use the subfig package with the caption=false option. However, when I use the package like this \documentclass{article} % Remove the caption=false and this ...
3
votes
2answers
376 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}} ...
6
votes
1answer
1k views

IEEEtran, subfig clash?

The following code which uses the IEEEtran class, and subfig produces compile errors like, "argument of caption has an extra }", or "TeX capacity exceeded" etc. But the moment I comment out the ...