Re: Immagine nel frame di Beamer

#70823
Up
0
Down
::


Ciao,

se vuoi inserire una immagine nel \frametitle orizzontale
usa semplicemente

`
\begin{frame}
\frametitle{%
\begin{figure}[…]
\includegraphics[…]{}
\end{figure}
}
\end{frame}
`
era questo quello che intendevi?

Ciao,
Gennaro

Go to top