Beamer, LaTeX templates: removed enumerate package.
This commit is contained in:
parent
22628ea9aa
commit
6d4f0a78a0
2 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue