Document Classesbeamer | Caption Font Size and Alignment

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
preethamam
Posts: 4
Joined: Tue Jun 26, 2012 2:22 am

beamer | Caption Font Size and Alignment

Post by preethamam »

Hi all,

This is the first time I am using beamer class. And Is there any way to decrease the font size of the caption in figure and align it to the middle (just below the figure) when using beamer class? Caption itself occupies three quarter of the frame. I appreciate any of your help.

Thank you,

I did tried,

Code: Select all

\usepackage {caption} etc...
\begin{document}
\begin{frame}
\begin{figure}[!h]
\captionsetup[figure]{font=small}
\includegraphics[width=0.4\textwidth,height=0.2\textwidth]{example_macro.pdf}
\small{\caption{A Typical Representative Volume Element}}
\label{fig:fig_method_of_cell}
\end{figure}
\end{frame}
\end{document}
Last edited by localghost on Tue Jun 26, 2012 9:15 am, edited 2 times in total.
Paghalaya

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply