From ecd34cf6d3fd5d2cc5b30bd0f54e08498284a1bb Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 18 Apr 2016 11:33:28 +0200 Subject: [PATCH] added missing TeX stuff --- tex/misc/functions.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tex/misc/functions.tex b/tex/misc/functions.tex index 9a098c9..d2b1d8d 100644 --- a/tex/misc/functions.tex +++ b/tex/misc/functions.tex @@ -39,6 +39,9 @@ \newcommand{\mSteps}{n_\text{steps}} \newcommand{\mObsSteps}{\mSteps} +\newcommand{\mActivity}{\Omega} +\newcommand{\mObsActivity}{\mActivity} + \newcommand{\mNN}{\text{nn}} \newcommand{\mKNN}{\text{knn}} \newcommand{\fPos}[1]{\textbf{pos}(#1)}