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

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

Post Reply