m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/definitions.sty
diff options
context:
space:
mode:
Diffstat (limited to 'definitions.sty')
-rw-r--r--definitions.sty10
1 files changed, 10 insertions, 0 deletions
diff --git a/definitions.sty b/definitions.sty
index 1105fb3..3651d78 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -2,6 +2,8 @@
\newtheorem{definition}{Definition}[chapter]
\newtheorem{theorem}{Theorem}[chapter]
+\newtheorem{lemma}{Lemma}[chapter]
+\newtheorem{observation}{observation}[chapter]
% #1 (optional): Fixed parameters of the problem
% #2: Name of query problem
@@ -19,4 +21,12 @@
\newcommand{\definedterm}[1]{\emph{#1}}
+\newcommand{\data}[1]{\textsf{#1}}
+\newcommand{\infixtable}{\data{in}}
+\newcommand{\posttable}{\data{post}}
+\newcommand{\prefixtable}{\data{pre}}
+\newcommand{\indextable}{\data{index}}
+\newcommand{\componenttable}{\data{component}}
+\newcommand{\breaktable}{\data{break}}
+
\newcommand{\mathlca}{\mathit{LCA}}