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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply