Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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}. Running the following code, I get the problem:

\documentclass[conference]{IEEEtran}
\usepackage{graphicx,caption}
\begin{document}

\begin{figure}
\includegraphics{figures/saturation}
\caption{Caption here.}
\end{figure}

\end{document}

Here's a screenshot of the problem: problem

This is the format suggested here. Any help is appreciated.

share|improve this question
Welcome to TeX.sx! A tip: You can use backticks ` to mark your inline code as I did in my edit. I am not sure I see what you mean, would you mind including a screen shot in your question? – Corentin Feb 19 at 16:46
I don't see a problem after using \documentclass[conference]{IEEEtran}. – Werner Feb 19 at 17:02
1  
It's very possible that the issue depends on packages or macros you load; please add a minimal preamble that still shows the problem. – egreg Feb 19 at 18:20
Sorry, but this doesn't show the problem, at least on my machine. However, the package caption is not recommended with IEEEtran. – egreg Feb 19 at 21:28
@egreg Interesting, thanks for running it; I'll just have to run it on another machine. – stinson Feb 19 at 21:34
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.