SyTpp
unread,Jun 5, 2012, 8:34:48 PM6/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
Hello,
I am using Latex Beamer and the \onlyenv{} environment to overlay
pictures over each other, or make them appear in a certain order. It
does work, however, in slideshow mode I realized that with every new
\onlyenv the figure shifts minimally to the right, which is for the
particle figure I am presenting very disturbing.
Here is the code for the slide, where all the 'sketch021_s' figures
have the same dimension and size.
I have a presentation on friday and would be very thankful for quick
help!
Thx!
\frame{
\frametitle{Error estimation of the model}
\begin{figure}
\begin{onlyenv}<1>
\includegraphics[width=10cm]{sketches/sketch021_s}
\end{onlyenv}
\begin{onlyenv}<2>
\includegraphics[width=10cm]{sketches/sketch021_t}
\end{onlyenv}
\begin{onlyenv}<3>
\includegraphics[width=10cm]{sketches/sketch021_u}
\end{onlyenv}
\begin{onlyenv}<4>
\includegraphics[width=10cm]{sketches/sketch021_v}
\end{onlyenv}
\begin{onlyenv}<5>
\includegraphics[width=10cm]{sketches/sketch021_w}
\end{onlyenv}
\begin{onlyenv}<6>
\includegraphics[width=10cm]{sketches/sketch021_x}
\end{onlyenv}
\begin{onlyenv}<7>
\includegraphics[width=10cm]{sketches/sketch021_y}
\end{onlyenv}
\begin{onlyenv}<8>
\includegraphics[width=10cm]{sketches/sketch021}
\end{onlyenv}
\end{figure}
\pause
\pause
\pause
\pause
\pause
\pause
\pause
\begin{itemize}
\item due to uncertainty in each measure it is not possible to
predict 100\% variance in mRNA level
\item maximal explained variance in mRNA level: \textbf{91\%}\\
\end{itemize}
}