Skip to content
Snippets Groups Projects
amsthm.tex 271 B
Newer Older
\theoremstyle{definition}

\newtheoremstyle{break}
{\topsep}{\topsep}%
{}{}%
{\bfseries}{}%
{\newline}{}%
\theoremstyle{break}
\newtheorem{definizione}{Definizione}[chapter]
\newtheorem{thm}{Teorema}[chapter]
\newtheorem{cor}{Corollary}[thm]
\newtheorem{lem}[thm]{Lemma}