[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#294912: latex-beamer: Text is not centered on frames with option [plain]



Hi Hilmar,

On Tue, Apr 29, 2014 at 10:36:12PM +0200, Hilmar Preusse wrote:
> > 
> > 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?

Yes, that's correct and I discussed this at the time of writing at some
forum (I forgot which one) and there was some agreement.  If there is
no side bar (==plain) the text just should be in the center of the
screen and not at the center of some virtual part of the screen.

Kind regards

      Andreas.
 
> 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}




-- 
http://fam-tille.de


Reply to: