0

I would like a beamercolorbox to extend wd=paperwidth, but text content only to cover the original textwidth and position. Is there some recommendation for doing it?

Thanks, Luis

1 Answer 1

3

Not a beamercolorbox but a tcolorbox:

\documentclass{beamer} \usepackage[most]{tcolorbox} \begin{document} \begin{frame} \begin{tcolorbox}[extrude left by=1cm, extrude right by=1cm] text \end{tcolorbox} \end{frame} \end{document} 

enter image description here

1
  • Would work perfectly fine, but I need it in a site template so beamercolorbox is the, well, only way to go I think. Commented May 13, 2016 at 14:24

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.