diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-07 09:58:44 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-07 09:58:44 -0800 |
commit | d709b6709b7ca2eef8100f5ed4779a5028f3f14f (patch) | |
tree | 5d669d34fa39b325ade80e7d4893e4ff186bbe39 /default.beamer | |
parent | 49d45a23dc71fcc88923273d7d92137c20a15009 (diff) | |
download | pandoc-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.beamer | 6 |
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)$ |