local_cmmds.tex: Add \order and \cf commands
authorW. Trevor King <wking@tremily.us>
Tue, 7 May 2013 20:38:43 +0000 (16:38 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 7 May 2013 20:38:43 +0000 (16:38 -0400)
src/local_cmmds.tex

index 7b554062e4589aafd771a6738ea9a3a13bcbd086..0afc4a7fead024f0119207336a0a93c59c78052a 100644 (file)
@@ -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"