Search found 1 match

by fabriciomarques1
Wed Mar 09, 2011 12:53 pm
Forum: Document Classes
Topic: Beamer: Block width?
Replies: 10
Views: 75177

Beamer: Block width?

Hi,
I achieve what you were trying to do by changing the Stefan's code as:

\newenvironment<>{varblock}[2][\textwidth]{
\begin{center}
\begin{minipage}{#1}
\setlength{\textwidth}{#1}
\begin{actionenv}#3
\def\insertblocktitle{#2}
\par
\usebeamertemplate{block begin}}
{\par ...