Paper/document/root.tex
changeset 1582 f0028f13e532
parent 1579 5b0bdd64956e
child 1607 ac69ed8303cc
--- a/Paper/document/root.tex	Mon Mar 22 18:29:29 2010 +0100
+++ b/Paper/document/root.tex	Mon Mar 22 18:29:57 2010 +0100
@@ -3,6 +3,7 @@
 \usepackage{isabellesym}
 \usepackage{amsmath}
 \usepackage{amssymb}
+\usepackage{amsthm}
 \usepackage{tikz}
 \usepackage{pgf}
 \usepackage{pdfsetup}
@@ -27,10 +28,12 @@
 
 
 %----------------- theorem definitions ----------
-\newtheorem{property}{Property}[section]
-\newtheorem{Theorem}{Theorem}[section]
-\newtheorem{Definition}[Theorem]{Definition}
-\newtheorem{Example}{\it Example}[section]
+\theoremstyle{plain}
+\newtheorem{thm}{Theorem}[section]
+\newtheorem{property}[thm]{Property}
+\newtheorem{lemma}[thm]{Lemma}
+\newtheorem{defn}[thm]{Definition}
+\newtheorem{exmple}[thm]{Example}
 
 %-------------------- environment definitions -----------------
 \newenvironment{example}[0]{\begin{Example} \it}{\end{Example}}