I use a custom Beamer theme for my presentations. In my presentations I'd like to use blocks (\begin{block}…\end{block}). These blocks are rendered slightly too wide to fit into my theme. Is there a way how I can set the default width of blocks, e.g. to .9\textwidth?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
If you do not require a new block environment with customizable width, but simply want to change the width of the original block environments, add the following to your preamble:
|
|||
|
|
|
You could define your own block environment with an optional parameter for its width and provide a default value such as Here's an example:
I posted this example here in 2008. |
|||||||||||
|
