From d709b6709b7ca2eef8100f5ed4779a5028f3f14f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 7 Mar 2012 09:58:44 -0800 Subject: 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. --- default.beamer | 6 ------ 1 file changed, 6 deletions(-) diff --git a/default.beamer b/default.beamer index db9210ef1..b8d1b8fe0 100644 --- a/default.beamer +++ b/default.beamer @@ -41,12 +41,6 @@ $if(verbatim-in-note)$ \usepackage{fancyvrb} $endif$ $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} $endif$ $if(tables)$ -- cgit v1.2.3