Search found 1 match

by diegodd
Mon Feb 01, 2016 3:26 pm
Forum: General
Topic: enumerating in theorem environment
Replies: 4
Views: 13087

Re: enumerating in theorem environment

I had the same problem and the cause was the babel package, the spanish version in my case. Maybe the italian version has the same issue.

For spanish I have fixed this by using the "es-lcroman" option like in:

\usepackage[spanish,es-lcroman]{babel}

Maybe there is some "it-lcroman" also. For more ...