aboutsummaryrefslogtreecommitdiff
path: root/default.beamer
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-07 09:58:44 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-07 09:58:44 -0800
commitd709b6709b7ca2eef8100f5ed4779a5028f3f14f (patch)
tree5d669d34fa39b325ade80e7d4893e4ff186bbe39 /default.beamer
parent49d45a23dc71fcc88923273d7d92137c20a15009 (diff)
downloadpandoc-d709b6709b7ca2eef8100f5ed4779a5028f3f14f.tar.gz
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.
Diffstat (limited to 'default.beamer')
-rw-r--r--default.beamer6
1 files changed, 0 insertions, 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)$