I'm writing a research project using the abntex2 class, which was built over memoir.
Everything was fine until I found out that lists (itemize, description, enumerate) weren't working anymore...
I've done a lot of trial and error to find out what's wrong but I can't find anything wrong. This is the minimal example that produces the errors: ([edit] the original example I posted wasn't minimal, thanks for the correction)
\documentclass[
12pt,% tamanho da fonte
twoside,% para impressão em frente e verso
a4paper,% tamanho do papel
]{abntex2}
\usepackage{paralist}% listas no parágrafo
\usepackage[utf8]{inputenc}% seleção do encoding do texto de input
\begin{document}
\begin{itemize}
\item Há três bolas nesta urna, uma azul, uma vermelha, e uma verde.
\item Uma bola está prestes a ser tirada da urna por um homem vendado.
\end{itemize}
\end{document}
Some of the text is in portuguese, but I don't think it's anything important to solve the issue.
That's what I get when I try to compile:
My OS is Linux Mint 17 and I'm using Kile 2.1.3 to typeset the document. I'm using BibTex with JabRef for the bibliography.


amsmath,amsfonts) and some of the options (e.g. does the problem only occur when you load bothenglishandbrazillanguage support?). – jarauh Oct 25 '15 at 02:09