Sunday, 2 June 2013

Multiple Images in one frame Beamer

Multiple Images in one frame Beamer

I have to do a presentation for an interview and I want to show in a slide in which there is a list of items after an item a sequence of 3 images that appear one over the previous in a specific position of the page. After I finished the 3rd figure I want that all the 3 pictures will disappear.
this is the code I wrote without the inserting of the images:
\section{Academic Background}
\subsection{}
\begin{frame}
\frametitle{Courses of the Master Degree}
\end{frame}
%
\begin{frame}
\frametitle{Main Courses}
\begin{block}
{\textit{Robotics Control}$\rightarrow$ Prof. Bruno Siciliano}
\end{block}
\begin{block}
{\textit{Nonlinear Control}$\rightarrow$ Prof. Mario Di Bernardo }
\end{block}
\end{frame}
%
\begin{frame}
\begin{block}
    {\textbf{\textit{Robotics Control}}\\Prof. Bruno Siciliano}
    \begin{itemize}
        \tick Industrial Robots
        \pause
        \tick Direct and Inverse Kinematics
        \pause
**I WANT THE THREE PICTURES HERE !!!**
        \tick Direct and Inverse Dynamics
        \pause
        \tick Planning of the EE Trajectory
        \pause
    \end{itemize}     
    Different robot control techniques:\\
    \begin{itemize}
        \item Centralized and Decentralized Control
        \pause     
        \item Pre-Computed Torque Control      
        \pause     
        \item PD Control with Gravity Compensation
        \pause     
        \item Force Control
    \end{itemize}
\end{block}
\end{frame}
Thanks for your help, Fab.

No comments:

Post a Comment