The following code:
\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[galician]{babel}
\usepackage[shortlabels]{enumitem}
\begin{document}
\chapter{Preguntas e respostas}
\begin{enumerate}
\item{}\textit{Non aparece a imaxe do fondo.}
Se construíches o KLettres.
\end{enumerate}
\end{document}
generates
Incomplete \iffalse; all text was ignored after line 11.
The code works if I replace enumitem with enumerate or galician with spanish. But enumitem is needed to have unboxed style for descriptions.
Is there any way to avoid this conflict?
galician.ldfheavily redefines the enumerate and itemize environment counter representations, thus conflicting with whatenumitemtries to do. – egreg Mar 2 '12 at 20:36