I need to put 1 bloc and 3 images on 1 frame. I used this code :
Code: Select all
\begin{frame}\frametitle{The Mesh - Blades}\begin{columns}\begin{column}{0.5\textwidth}\begin{block}{Blades}\begin{itemize}\item Counter-rotating rotors, Optimized blades\item $\sim 0.4$ million cells\end{itemize}\end{block}\end{column}\begin{column}{0.5\textwidth}\begin{figure}\begin{center}\includegraphics[scale=0.11]{images2/b2.jpg}\\{{\footnotesize \emph{CAD version of the blades}}}\end{center}\end{figure}\end{column}\end{columns}\begin{table}[ht]\centering\begin{tabu}to \textwidth {X[c]X[c]}\includegraphics[width=52mm]{images2/b3.jpg}\captionof{figure}{blade root} &\includegraphics[width=52mm]{images2/b1.jpg}\captionof{figure}{Meshed blade}\end{tabu}\end{table}\end{frame}
This is my preamble :
Code: Select all
\documentclass[10pt,english]{beamer}%%\documentclass[10pt,francais,handout]{beamer} %Pour un pdf plus facilement imprimable\newenvironment{hblock}[2]{%\begin{block}{#1}%\begin{minipage}[c]{0mm}%\etai[#2]%\end{minipage}%\begin{minipage}[c]{\textwidth}%}{%\end{minipage}%\end{block}%}
Also, I'd like not use \captinof as I do not want Figure to appear. What can I do ?