Beamer, LaTeX templates: removed enumerate package.

This commit is contained in:
John MacFarlane 2012-09-16 22:23:02 -07:00
parent 22628ea9aa
commit 6d4f0a78a0
2 changed files with 0 additions and 12 deletions

View file

@ -41,9 +41,6 @@ $endif$
$if(verbatim-in-note)$
\usepackage{fancyvrb}
$endif$
$if(fancy-enums)$
\usepackage{enumerate}
$endif$
$if(tables)$
\usepackage{longtable}
\usepackage{float} % provides the H option for float placement

View file

@ -56,15 +56,6 @@ $endif$
$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)$
\usepackage{longtable}
\usepackage{float} % provides the H option for float placement