Using the IEEE latex sample, whenever I add "enumitem" package as below
\documentclass[conference]{IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor}
\usepackage{enumitem}
\begin{document}
\title{Bare Demo of IEEEtran.cls for Conferences}
\maketitle
\begin{abstract}
something
\end{abstract}
\IEEEpeerreviewmaketitle
\section{Introduction}
Intro
\end{document}
I get this error
(c:/Program Files/texlive/2011/texmf-dist/tex/latex/enumitem/enumitem.sty
(c:/Program Files/texlive/2011/texmf-dist/tex/latex/graphics/keyval.sty)
! LaTeX Error: Command \labelindent already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.45 \newlength{\labelindent}
?
How can I fix that?
\let\labelindent\IEEElabelindentis uncommented in my IEEEtrans.cls – mahmood Apr 10 '14 at 15:22