emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Table with LaTeX math expressions as default


From: address@hidden
Subject: [O] Table with LaTeX math expressions as default
Date: Wed, 8 Jan 2014 10:45:47 -0300

Hi  there!

I'm using org-mode to generate a table which has columns with mathematical expressions in certain columns.

   #+caption: Berger's list of Holonomy groups
   #+name: tab:holonomy
   |---+---------------+-----------------------------+-----------------------|
   |   | Metric        | Holonomy                    | Dimension             |
   |---+---------------+-----------------------------+-----------------------|
   | / | <>            | <>                          | <>                    |
   | # | Kaehler       | \( U(\tfrac{n}{2}) \)       | \(n\in 2\mathbb{N} \) |
   | # | Calabi-Yau    | \( SU(\tfrac{n}{2}) \)      | \(n\in 2\mathbb{N} \) |
   | # | Hyper-Kaehler | \( Sp(\tfrac{n}{4}) \)      | \(n\in 4\mathbb{N} \) |
   | # | Quaternionic  | \( Sp(\tfrac{n}{4})Sp(1) \) | \(n\in 4\mathbb{N} \) |
   | # | Exceptional   | \( G_2 \)                   | 7                     |
   | # |               | \( Spin(7) \)               | 8                     |
   |---+---------------+-----------------------------+-----------------------|

Unfortunately, these math expressions should be typeset between \( and \).

*QUESTION*

Is there a way to say that a column contains (by default) mathematical expressions?

In LaTeX the answer would be:
- Use the package =array=
- In the format of the array column include >{$} c <{$}, to indicate these is a math _expression_

Thank you.

--
_____________________________________
Oscar Castillo-Felisola.
Grupo de Fisica Teorica.
UTFSM -- CCTVal.
Av. Espana, 1680, Valparaiso-Chile.
______________________________________ 

reply via email to

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