From 326769ba5fc33ce2b9bffc7d1a42a25aeca98d6c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 7 May 2013 16:38:43 -0400 Subject: [PATCH] local_cmmds.tex: Add \order and \cf commands --- src/local_cmmds.tex | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.26.2