From: W. Trevor King Date: Tue, 7 May 2013 20:38:43 +0000 (-0400) Subject: local_cmmds.tex: Add \order and \cf commands X-Git-Tag: v1.0~238 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=326769ba5fc33ce2b9bffc7d1a42a25aeca98d6c;p=thesis.git local_cmmds.tex: Add \order and \cf commands --- diff --git a/src/local_cmmds.tex b/src/local_cmmds.tex index 7b55406..0afc4a7 100644 --- a/src/local_cmmds.tex +++ b/src/local_cmmds.tex @@ -5,6 +5,8 @@ % Symbol denoting the Langevin function \newcommand{\Langevin}{\ensuremath{\mathcal{L}}} +% Symbol denoting big-O order of #1 +\newcommand{\order}[1]{\ensuremath{\mathcal{O}\p({#1})}} % Integral from #1 to #2 of #4 with respect to #3 \newcommand{\integral}[4]{\ensuremath{\int_{#1}^{#2} {#4} \dd{#3}}} @@ -64,6 +66,7 @@ \newcommand{\colAB}[1]{\textcolor{purple}{#1}} \newcommand{\colC}[1]{\textcolor{green}{#1}} +\newcommand{\cf}{\emph{cf.}} % "confer" or "bring together" / "compare" \newcommand{\ie}{\emph{i.e.}} % "id est" or "in other words" \newcommand{\insilico}{\emph{in silico}} % quasi latin for "on a computer" \newcommand{\invitro}{\emph{in vitro}} % latin for "in glass"