emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [new exporter] latex export and attr_latex


From: Thomas S. Dye
Subject: Re: [O] [new exporter] latex export and attr_latex
Date: Wed, 06 Mar 2013 16:40:17 -1000

Aloha Vikas,

Vikas Rawal <address@hidden> 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

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