Graphics, Figures & TablesHow not to number figures?

Information and discussion about graphics, figures & tables in LaTeX documents.
User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

How not to number figures?

Post by sommerfee »

This one is working fine here (caption.sty v3.2e):

Code: Select all

\documentclass{article}
\usepackage{sidecap,caption}
\usepackage[demo]{graphicx}
\begin{document}
...
\begin{SCfigure*}[5]
 \includegraphics[width=0.15\textwidth]{Figure.eps}
 \caption{text}
\end{SCfigure*}
...
\begin{SCfigure*}[5]
 \includegraphics[width=0.15\textwidth]{Figure.eps}
 \caption*{text}
\end{SCfigure*}
...
\end{document}
What version of the caption package do you have installed. AFAIK it needs at least version 3.1 for making \caption* work inside SCfigure environments.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply