Search found 2 matches

by ale
Mon Oct 15, 2007 2:25 am
Forum: General
Topic: enumerating in theorem environment
Replies: 4
Views: 13087

enumerating in theorem environment

Here you find the MWE:

\documentclass[12pt, classica, cucitura]{toptesi}
\usepackage{toptesi}
\usepackage{amsmath, amsthm, amssymb, amsfonts, enumerate, dlfltxbcodetips}
\usepackage{natbib}
\selectlanguage{italian}
\newtheorem{theorem}{Teorema}
\begin{document}
\begin{theorem}
Let
\begin{enumerate ...
by ale
Sun Oct 14, 2007 6:59 pm
Forum: General
Topic: enumerating in theorem environment
Replies: 4
Views: 13087

enumerating in theorem environment

Hi all!
I have a problem with enumerating items in the theorem environment.
The output that the enumerate command produce has italic numbers, and
I want them to be without any formatting.

Here you can find my preamble:

\documentclass[12pt, a4paper]{report}
\usepackage{toptesi}
\usepackage{amsmath ...