GeneralRemoving the 'Figure 1' label when using a caption

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Shukie
Posts: 8
Joined: Fri Dec 14, 2007 6:19 am

Removing the 'Figure 1' label when using a caption

Post by Shukie »

I'm just using very simple code:

\begin{figure}
\includegraphics{Picture1.pdf}
\caption{Hi there}
\end{figure}

Now I'll have a picture with the caption Figure 1: Hi there. Does anyone know how to get rid of the Figure 1 part?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Removing the 'Figure 1' label when using a caption

Post by localghost »

Take a look at the caption package. It lets you customize captions in many ways.


Best regards
Thorsten
Shukie
Posts: 8
Joined: Fri Dec 14, 2007 6:19 am

Re: Removing the 'Figure 1' label when using a caption

Post by Shukie »

Cheers
Post Reply