what's the best way to draw a block with some contents, as with the block environment, that does not span over the whole slide's width?
Currently I use a single column with a specified width, but I find it a little long:
Code: Select all
\begin{columns}\column{7em}\begin{block}{Title}Text\end{block}\end{columns}
