Hi Leo
On 4/11/07, Leo <[EMAIL PROTECTED]> wrote:
I need to input a LaTeX formula in a cell of a org table. The formula
looks like this:
$mad(x) = 1.4826\cdot median(|x_i-median(x)|)$
However org will think '|' as delimiter of the table. Any solutions?
$mad(x) = 1.4826\cdot median(\vert x_i-median(x)\vert)$
Or, better still
\newcommand{\median}{\mathop{\mathrm{median}}}
\newcommand{\mad}{\mathop{\mathrm{mad}}}
$\mad(x) = 1.4826\cdot \median(\vert x_i-\median(x) \vert)$
Cheers
Will
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus Morelia
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode