\caption
for a figure in the beamer class and I'd like skip the label "Figure". How can I do it? - Please have a look at the attached files.Graphics, Figures & Tables ⇒ Remove Label of Figure Caption in Presentation
Remove Label of Figure Caption in Presentation
I used
- Attachments
-
- beamer_proba.pdf
- (309.18 KiB) Downloaded 407 times
-
- beamer_proba.tex
- (977 Bytes) Downloaded 466 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Remove Label of Figure Caption in Presentation
Section 12.6 of the beamer user guide describes the template
Thorsten
caption
and its parameters for possible settings. So you can try something like is.
Code: Select all
\documentclass[professonialfonts]{beamer}
\usepackage[T1]{fontenc}
\setbeamertemplate{caption}{\insertcaption}
\begin{document}
\begin{frame}
\begin{figure}
\rule{8cm}{4.5cm}
\caption{Dummy figure}
\end{figure}
\end{frame}
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10