Dissertation: TDA
This commit is contained in:
parent
bf232372fd
commit
48a6b0e75f
3 changed files with 175 additions and 6 deletions
|
@ -16,6 +16,20 @@
|
|||
\usepackage{lettrine}
|
||||
|
||||
\usepackage{amssymb, amsmath}
|
||||
\usepackage{amsthm}
|
||||
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}[chapter]
|
||||
\newtheorem{lem}[thm]{Lemma}
|
||||
\newtheorem{cor}[thm]{Corollary}
|
||||
\newtheorem{prop}[thm]{Proposition}
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{defn}{Definition}[chapter]
|
||||
\newtheorem{expl}{Example}[chapter]
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem}{Remark}
|
||||
\newtheorem*{note}{Note}
|
||||
\newtheorem*{notation}{Notation}
|
||||
|
||||
\usepackage{pdfpages}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue