+ thmtools for restatable theorems and cleveref

This commit is contained in:
Fabrice Mouhartem 2018-02-28 18:01:36 +01:00
parent df47d3b441
commit 106498a095

View File

@ -36,16 +36,18 @@
\usepackage{enumerate}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{amsthm}
\usepackage{amsthm} % For theorem style
\usepackage{thmtools}
\usepackage{thm-restate}
\usepackage[capitalise]{cleveref}
\usepackage{comment}
\usepackage{tikz}
\usetikzlibrary{positioning,patterns,shapes}
% theorems, definitions
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}{Lemma}[chapter]
\theoremstyle{definition}
\newtheorem{definition}{Definition}[chapter]
\declaretheorem[numberwithin=chapter]{theorem}
\declaretheorem[sibling=theorem]{lemma}
\declaretheorem[numberwithin=chapter,style=definition]{definition}
\usepackage{pdfpages}
\usepackage{xspace}