Aloha Vikas,

Vikas Rawal <vikasli...@agrarianresearch.org> writes:

> There has been a change in the way attr_latex is used in the new
> exporter. Nicolas has given the details at 
> http://thread.gmane.org/gmane.emacs.orgmode/62766.
>
> Would somebody have time to elaborate with an example how to use it
> for tabularx/tabulary environment.
>
> In case of old exporter, I used to have something like this:
>
> #+ATTR_LATEX: tabulary width=\textwidth align=l|rRRRR
>
> How should this change in the new exporter?

This might work:

#+attr_latex: :environment "tabulary" :align "l|rRRRR" :width "\\textwidth"

Note the double backslashes for the LaTeX command.

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to