Re: [O] TABLES: aesthetics on columns

2011-11-23 Thread Jonas Hörsch
On Wed, Nov 23 2011, Daniel Martins wrote: > 2) Can I locally define a table as completely in math mode? > > So I could type e.g. > > > A) > |---+---+---+---| > |   | M | l | k | > |---+---+---+---| > | M | - |   |   | > | l |   | - |   | > | k |   |   | - | > |---+---+---+---| > > Instead of > >

Re: [O] TABLES: aesthetics on columns

2011-11-23 Thread Daniel Martins
Worked perfectly. Question 2 is a (minor) pity. Thank you very much. Daniel 2011/11/23 Suvayu Ali : > #+LATEX_HEADER: \def\ll{$\lambda$}

Re: [O] TABLES: aesthetics on columns

2011-11-23 Thread Suvayu Ali
On Wed, 23 Nov 2011 09:13:18 -0200 Daniel Martins wrote: > 1) Can I do the same in org-mode i.e. a previous (and possibly local) > definition or long variable befopre putting them in a table? > Try this in the header of the org file: #+LATEX_HEADER: \def\ll{$\lambda$} > > The other (maybe su