From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: [new exporter] latex export and attr_latex Date: Wed, 06 Mar 2013 16:40:17 -1000 Message-ID: References: <20130307022206.GA22322@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDQlG-0007ZM-OC for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:40:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDQlF-0003wx-9i for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:40:50 -0500 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:36347) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UDQlE-0003wG-VY for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:40:49 -0500 Received: from [72.253.173.33] (port=50584 helo=poto.local) by box472.bluehost.com with esmtpsa (TLSv1:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1UDQko-0000ZD-UT for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 19:40:24 -0700 In-Reply-To: <20130307022206.GA22322@panahar> (Vikas Rawal's message of "Thu, 7 Mar 2013 07:52:06 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Aloha Vikas, Vikas Rawal 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