Fix list labels in beamer.

This code (from the latex template) was causing bullets
and list numbers to extend beyond the left edge of the slide
in beamer.

Removing it seems to fix things.
This commit is contained in:
John MacFarlane 2012-03-07 09:58:44 -08:00
parent 49d45a23dc
commit d709b6709b

View file

@ -41,12 +41,6 @@ $if(verbatim-in-note)$
\usepackage{fancyvrb} \usepackage{fancyvrb}
$endif$ $endif$
$if(fancy-enums)$ $if(fancy-enums)$
% Redefine labelwidth for lists; otherwise, the enumerate package will cause
% markers to extend beyond the left margin.
\makeatletter\AtBeginDocument{%
\renewcommand{\@listi}
{\setlength{\labelwidth}{4em}}
}\makeatother
\usepackage{enumerate} \usepackage{enumerate}
$endif$ $endif$
$if(tables)$ $if(tables)$