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:
parent
49d45a23dc
commit
d709b6709b
1 changed files with 0 additions and 6 deletions
|
@ -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)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue