summaryrefslogtreecommitdiffstats
path: root/cls/userlib.tex
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-04-27 17:36:57 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-04-27 17:36:57 -0400
commit5e4ad2777acc4c2420514e39fb98b7cf2e200996 (patch)
tree276c075048e85426436db8babf0ca1f37e9fdba2 /cls/userlib.tex
downloaddissertation-5e4ad2777acc4c2420514e39fb98b7cf2e200996.tar.gz
Initial commit
Diffstat (limited to 'cls/userlib.tex')
-rw-r--r--cls/userlib.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/cls/userlib.tex b/cls/userlib.tex
new file mode 100644
index 0000000..c64d25a
--- /dev/null
+++ b/cls/userlib.tex
@@ -0,0 +1,22 @@
+\newcommand{\nop}[1]{}
+\newtheorem{definition}{Definition}
+\newtheorem{theorem}{Theorem}
+\newtheorem{observation}{Observation}
+\newtheorem{lemma}{Lemma}
+\newtheorem{remark}{Remark}[section]
+\newtheorem{corollary}{Corollary}[section]
+\newtheorem{example}{Example}
+\newtheorem{claim}{Claim}
+
+\DeclareMathOperator{\op}{op}
+\DeclareMathOperator{\args}{arg}
+\DeclareMathOperator{\cost}{cost}
+\DeclareMathOperator{\lleft}{left}
+\DeclareMathOperator{\rright}{right}
+\DeclareMathOperator{\argmax}{argmax}
+\DeclareMathOperator{\argmin}{argmin}
+
+\newcommand{\Paragraph}[1]{~\vspace*{-0.8\baselineskip}\\{\bf #1}}
+\newcommand\mathbftt[1]{\textnormal{\ttfamily\bfseries #1}}
+
+\newcommand\note[1]{\marginpar{\color{red}\tiny #1}}