\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
- Attachments
-
- beamer_proba.pdf
- (309.18 KiB) Downloaded 410 times
-
- beamer_proba.tex
- (977 Bytes) Downloaded 468 times
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Remove Label of Figure Caption in Presentation
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10