Global: definitions not in italics
This commit is contained in:
parent
3e4fc6d9b3
commit
7bdf2126c7
1 changed files with 5 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Reference in a new issue