Wrote out Chapter 1 theorems and definitions

This commit is contained in:
2024-02-19 16:40:39 -07:00
parent b8f92be964
commit 33101973d4
9 changed files with 447 additions and 1 deletions
+4 -1
View File
@@ -23,6 +23,9 @@
\usepackage{enumitem}
\usepackage{mathrsfs}
% Spacing functions
\newcommand{\thmfill}{\hfill\\}
% Math Functions
\newcommand{\limx}[2]{\displaystyle\lim\limits_{#1 \to #2}}
\newcommand{\st}{\ \text{s.t.}\ }
@@ -52,7 +55,7 @@
\newcommand{\F}{\mathbb{F}}
% Theorem Styles
\declaretheorem[numberwithin=subsection, style=definition]{theorem, definition, notation, lemma, corollary, remark, example}
\declaretheorem[numberwithin=section, style=definition]{theorem, definition, notation, lemma, corollary, remark, example}
% Formatting
\setlist[enumerate]{font=\bfseries}