Can't use enumitem with moderncv because it fails on \renewenvironment{description}

Bug #1097109 reported by John Salvatier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
moderncv
New
Undecided
Unassigned

Bug Description

My documents consists of:

\documentclass[11pt,a4paper]{moderncv}
\usepackage{enumitem}
\moderncvtheme[red]{classic}
\usepackage[utf8]{inputenc}
% personal data
\firstname{John}
\familyname{Salvatier}

\begin{document}
\end{document}

But this fails with
! LaTeX Error: Environment description undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
 ...

l.775 \renewenvironment{description}
                                    [1][]

Revision history for this message
Martin (d-stephane) wrote :

Try this:
\newcommand{\description}{}
\usepackage{enumitem}

That works for me.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.