Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

adjust itemize and enumeration indent in beamer

2,671 views
Skip to first unread message

robfelty

unread,
Dec 13, 2007, 3:29:13 PM12/13/07
to
I have been trying to figure out how to adjust the itemize and
enumeration indent amount using the beamer class. I have done this
successfully for other classes using the tweaklist package. I have
also been successful using
\setlength{\itemindent}{1em} inside a particular itemize environment,
but that only applies to the one environment, whereas I would like to
set it globally for the whole document (this is what tweaklist does).
Tweaklist does not work with beamer though, since tweaklist redefines
enumerate and itemize, as does as beamer. Looking at
beamerbaselocalstructure.sty, I found the enumerate and itemize
definitions there, but haven't been able to figure out how to hack
them. Among other things, they set a command \beameritemnestingprefix,
which tweaklist chokes on. I have searched the beamer group, and not
found anything there. I would appreciate any help.

Thanks.

Robert

http://robfelty.com

Alan Munn

unread,
Dec 14, 2007, 1:01:01 AM12/14/07
to
In article
<22b1bbec-b8d8-4005...@b40g2000prf.googlegroups.com>,
robfelty <robf...@gmail.com> wrote:

In that same style file, beamer has 3 lengths that set the margins for
lists:

\leftmargini
\leftmarginii
\leftmarginiii

They are each set to 2em. You can change these values in your document
to fix the indents globally.

Alan

0 new messages