[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]



On 28.04.14 Andreas Tille (andreas@an3as.eu) 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}

Attachment: signature.asc
Description: Digital signature


Reply to: