diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-15 18:24:35 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-15 18:24:35 -0400 |
| commit | 7d8ba7ed3d24b03fed3ac789614c27b3808ded74 (patch) | |
| tree | c8810d67a06b28956bddafe779093212a6edeb9d /cls/userlib.tex | |
| parent | 5d6e1d8bfeba9ab7970948b81ff13d7b963948a1 (diff) | |
| download | dissertation-7d8ba7ed3d24b03fed3ac789614c27b3808ded74.tar.gz | |
updates
Diffstat (limited to 'cls/userlib.tex')
| -rw-r--r-- | cls/userlib.tex | 17 |
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} |