Re: [O] exporting tables + equations to latex

2014-10-11 Thread Giuseppe Lipari
Thanks Nicolas and Jorge for your answers.

In my version (8.3beta-326-g6eb982.dirty taken from git):
- the :raw t flag does not work (same output as before)
- the :no-escape t works well.

After your answer, I understood this part is being reworked, so I decided
to update the org-mode git repository and now my version is
8.3beta-439-gfcce67.dirty. With this version

- with no special option, it produces the correct output
- with :raw t, the latex text is not traslated at all (empty cells)
- with :no-escape t, it produces the correct output

So, now I am all set, thanks a lot!!


Giuseppe Lipari




2014-10-09 17:38 GMT+02:00 Jorge A. Alfaro-Murillo 
jorge.alfaro-muri...@yale.edu:

 Hi Giuseppe.
 Giuseppe Lipari writes:

  The big problem I have is that I do not know how to put equations in
 cells. [...] the underlines are translated as underlines, and not as
 subscript command.


 Try adding :no-escape t to the #+ORGTBL line

 Best,
 --
 Jorge.





-- 
Giuseppe Lipari
LIFL
Université de Lille 1
blogs: http://scacciamennule.blogspot.com  (Italian)
http://scacciamennule.blogspot.com
  http://okpanico,wordpress.com  (Italian)
  http://algoland.wordpress.com   (English)


Re: [O] exporting tables + equations to latex

2014-10-11 Thread Nicolas Goaziou
Hello,

Giuseppe Lipari giulip...@gmail.com writes:

 After your answer, I understood this part is being reworked, so I decided
 to update the org-mode git repository and now my version is
 8.3beta-439-gfcce67.dirty. With this version

 - with no special option, it produces the correct output
 - with :raw t, the latex text is not traslated at all (empty cells)

This was a bug, which is now fixed. Thank you for noticing it.

 - with :no-escape t, it produces the correct output

:no-escape doesn't exist in the new implementation and is ignored. So it
boils down to providing no special option.


Regards,

-- 
Nicolas Goaziou



Re: [O] exporting tables + equations to latex

2014-10-09 Thread Nicolas Goaziou
Hello,

Giuseppe Lipari giulip...@gmail.com writes:

 The big problem I have is that I do not know how to put equations in
 cells.

Radio tables have been rewritten in development branch, which will
become Org 8.3.

In this version, you will be able to achieve what you want using :raw
t parameter.


Regards,

-- 
Nicolas Goaziou



Re: [O] exporting tables + equations to latex

2014-10-09 Thread Jorge A. Alfaro-Murillo
Hi Giuseppe. 


Giuseppe Lipari writes:

The big problem I have is that I do not know how to put 
equations in cells. [...] the underlines are translated as 
underlines, and not as subscript command.


Try adding :no-escape t to the #+ORGTBL line

Best,
--
Jorge.