Archived
1
Fork 0

Global: definitions not in italics

This commit is contained in:
Joshua Moerman 2013-04-28 18:27:12 +02:00
parent 3e4fc6d9b3
commit 7bdf2126c7

View file

@ -9,12 +9,15 @@
\usepackage[parfill]{parskip}
\setlength{\marginparwidth}{2cm}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{exlemma}[theorem]{Example/Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\input{../thesis/preamble}