emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] '|' in a table


From: William Henney
Subject: Re: [Orgmode] '|' in a table
Date: Wed, 11 Apr 2007 13:24:26 -0500

Hi Leo

On 4/11/07, Leo <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]