Browse Source

Global: definitions not in italics

master
Joshua Moerman 11 years ago
parent
commit
7bdf2126c7
  1. 7
      thesis/DoldKan.tex

7
thesis/DoldKan.tex

@ -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}