Skip to main content
problem is independent of beamercolorbox - changed question accordingly
Source Link
r_faszanatas
  • 435
  • 1
  • 4
  • 7

Latex beamer: How to horizontally/vertically center beamercolorboxtext, ignoring other content

I would like to put some content, for example a beamercolorbox exactly in the middle of the page (horizontally/vertically centered) and then another onesome other content on the bottom of a frame. ForCentering just onethe colorbox, this is easy:

\begin{frame}[plain] \vfill \begin{beamercolorbox}[center]{title} example text \end{beamercolorbox} \vfill \end{frame} 

How can I now insert a second beamercolorboxsome more content at the bottom without disturbing the vertical alignment?

Any help is appreciated!

Latex beamer: How to horizontally/vertically center beamercolorbox, ignoring other content

I would like to put a beamercolorbox exactly in the middle of the page (horizontally/vertically centered) and then another one on the bottom of a frame. For just one colorbox, this is easy:

\begin{frame}[plain] \vfill \begin{beamercolorbox}[center]{title} example text \end{beamercolorbox} \vfill \end{frame} 

How can I now insert a second beamercolorbox at the bottom without disturbing the vertical alignment?

Any help is appreciated!

Latex beamer: How to horizontally/vertically center text, ignoring other content

I would like to put some content, for example a beamercolorbox exactly in the middle of the page (horizontally/vertically centered) and then some other content on the bottom of a frame. Centering just the colorbox is easy:

\begin{frame}[plain] \vfill \begin{beamercolorbox}[center]{title} example text \end{beamercolorbox} \vfill \end{frame} 

How can I now insert some more content at the bottom without disturbing the vertical alignment?

Any help is appreciated!

Source Link
r_faszanatas
  • 435
  • 1
  • 4
  • 7

Latex beamer: How to horizontally/vertically center beamercolorbox, ignoring other content

I would like to put a beamercolorbox exactly in the middle of the page (horizontally/vertically centered) and then another one on the bottom of a frame. For just one colorbox, this is easy:

\begin{frame}[plain] \vfill \begin{beamercolorbox}[center]{title} example text \end{beamercolorbox} \vfill \end{frame} 

How can I now insert a second beamercolorbox at the bottom without disturbing the vertical alignment?

Any help is appreciated!