summaryrefslogtreecommitdiffstats
path: root/cls
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-05-15 18:24:35 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-05-15 18:24:35 -0400
commit7d8ba7ed3d24b03fed3ac789614c27b3808ded74 (patch)
treec8810d67a06b28956bddafe779093212a6edeb9d /cls
parent5d6e1d8bfeba9ab7970948b81ff13d7b963948a1 (diff)
downloaddissertation-7d8ba7ed3d24b03fed3ac789614c27b3808ded74.tar.gz
updates
Diffstat (limited to 'cls')
-rw-r--r--cls/userlib.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/cls/userlib.tex b/cls/userlib.tex
index c64d25a..277d997 100644
--- a/cls/userlib.tex
+++ b/cls/userlib.tex
@@ -8,6 +8,8 @@
\newtheorem{example}{Example}
\newtheorem{claim}{Claim}
+\newtheorem*{definitionIRS}{Definition 16}
+
\DeclareMathOperator{\op}{op}
\DeclareMathOperator{\args}{arg}
\DeclareMathOperator{\cost}{cost}
@@ -20,3 +22,18 @@
\newcommand\mathbftt[1]{\textnormal{\ttfamily\bfseries #1}}
\newcommand\note[1]{\marginpar{\color{red}\tiny #1}}
+
+\def\mergeop{\square}
+\def\bigmergeop{\mathop{\scalebox{1}[1]{\scalerel*{\Box}{\strut}}}}
+
+
+\SetAlgoSkip{}
+\SetKwProg{Def}{def}{}{}
+\SetKw{Break}{break}
+\SetKw{Lambda}{lambda\,}
+\SetKwComment{Comment}{//}{}
+\SetKwRepeat{Do}{do}{while}
+
+
+\newfloat{lstfloat}{htbp}{lop}
+\floatname{lstfloat}{Listing}