Text FormattingError enumitem package

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Hermano
Posts: 14
Joined: Wed Apr 06, 2011 9:10 pm

Error enumitem package

Post by Hermano »

Hi,

I'm trying to include \usepackage{enumitem} in Latex. However, when I run my code I get the following error message:

Code: Select all

\labelindent already defined
\newlength \labelindent
From a first search on the internet I found that \usepackage[retainorgcmds]{IEEEtrantools}together with \usepackage{enumitem} can cause this problem. I have load both packages, thus this can be the reason. However, I can not find a solution for this. Anyone an idea?

Thx
Last edited by cgnieder on Sat Jul 06, 2013 2:33 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Error enumitem package

Post by localghost »

You are not new to the forum. Hence you should know that a self-contained and minimal example is essential for an adequate problem description.

Furthermore it is very appreciated if you would give some feedback on proposed solutions to allow discussions about your issues.


Thorsten
Post Reply