Graphics, Figures & TablesProblem using a figure to cover two collumns space document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
yperionas
Posts: 8
Joined: Fri Dec 03, 2010 6:56 pm

Problem using a figure to cover two collumns space document

Post by yperionas »

Greetings to all and thank you in advance for your effort replying to this.

I am trying to use a figure in order to cover both columns in the document below but I am missing something because the image does not appear in the document. I get no errors as well. Any ideas?

Code: Select all

\documentclass[conference]{IEEEtran}
\usepackage[pdftex]{graphicx}
\usepackage{subfig}
\usepackage{stfloats}

\begin{document}
\begin{figure*}[!t]
\centering
\includegraphics[width=8cm]{udl.pdf}
\caption{caption a}
\label{label a}
\end{figure*}
\end{document}
Last edited by Stefan Kottwitz on Fri Jul 25, 2014 8:38 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Problem using a figure to cover two collumns space docu

Post by Stefan Kottwitz »

Hi,

it works for me, with a dummy image. Could you perhaps post your .log file as attachment to a forum post?

Stefan
LaTeX.org admin
Post Reply