On 28.04.14 Andreas Tille ([email protected]) wrote: Hi Andreas,
> > Reassigning 294913 to texlive-latex-recommended . Not sure, if > > Norbert will close it. > > I somehow survived several years - but a proper fix seems to be a nice > thing. > I compiled a minmal example for the last remaining bugs (attached). I noticed that text and image are centered correctly when not using the Berkeley theme but e.g. Madrid instead. You would expect that option [plain] suppresses the side bar even if the theme expects to provide one, correct? H. -- http://www.hilmar-preusse.de.vu/ #206401 http://counter.li.org
\listfiles
\documentclass[compress]{beamer}
\hypersetup{pdfpagemode=FullScreen}
\usepackage{times}
\mode<presentation>
{
% \usetheme{Berkeley}
\usetheme{Madrid}
}
\beamerdefaultoverlayspecification{<+->}
\begin{document}
\begin{frame}[plain]
\transglitter
\begin{center}
This should be \textbf{really} centered horizontally!
Unfortunately it is only centered according to the display
area while the frame on the left side remains even if \texttt{\[plain\]}
was given as option to the frame environment.
The next frame is a try to cover the \textbf{whole} screen with an
image.
\end{center}
\end{frame}
\begin{frame}[plain]
\resizebox{\textwidth}{!}{%
\includegraphics{image}
}
\end{frame}
\end{document}
signature.asc
Description: Digital signature

