- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 17 anni, 6 mesi fa da .
-
Topic
-
Salve, domanda da principiantecome si fa a togliere il nome del dipartimento dalla footline in questo esempio minimale?
`
\documentclass[]{beamer}
\usepackage{tikz}\usetheme[]{CambridgeUS}
\setbeamercolor{gut}{fg=black,bg=green}
\setbeamercolor{schlecht}{fg=black,bg=yellow}
\begin{document}
\title{Una tesi noiosa}
\subtitle{con un sottotitlo ancora più noioso}
\author{Pinco Pallino}
\institute{Institute of Drugs}
\date[March 2009]{\today}
\section{La mia prima presentazione con beamer}
\begin{frame}\frametitle{Il primo frame}
\begin{tikzpicture}<1->
\node (c) [rectangle,draw,fill=yellow] {$\mathit{ST}=0.16\dots1.11$};
\end{tikzpicture}
\begin{tikzpicture}<2->
\node (c) [circle,draw,fill=red] {$\mathit{ST}=0.16\dots1.11$};
\end{tikzpicture}
\only<3>{$\mathit{ST}=0.38\dots1.08$}
\only<4>{$\mathit{ST}=1.35\dots1.32$}
\end{frame}
\end{document}`Grazie.
Ps: Sui tikzpicture si può applicare un overlay?
- Devi essere connesso per rispondere a questo topic.