From mboxrd@z Thu Jan 1 00:00:00 1970 From: RCY Subject: Re: Booktabs in new LaTeX exporter Date: Fri, 28 Dec 2012 13:05:44 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54c502e230d5e04d1ed8393 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToeJY-0003Xb-5y for Emacs-orgmode@gnu.org; Fri, 28 Dec 2012 13:05:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToeJV-00054d-8w for Emacs-orgmode@gnu.org; Fri, 28 Dec 2012 13:05:48 -0500 Received: from mail-oa0-f45.google.com ([209.85.219.45]:34450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToeJV-00054M-37 for Emacs-orgmode@gnu.org; Fri, 28 Dec 2012 13:05:45 -0500 Received: by mail-oa0-f45.google.com with SMTP id i18so9876752oag.4 for ; Fri, 28 Dec 2012 10:05:44 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" Cc: Emacs-orgmode@gnu.org --bcaec54c502e230d5e04d1ed8393 Content-Type: text/plain; charset=ISO-8859-1 Hi Tom, Thanks for your patience. I did finally figure out what I was doing wrong. I was using org-export-as-latex-to-buffer (which uses the default exporter) instead of org-e-latex-export-as-latex or org-e-latex-export-to-pdf. However, I am still unable to set something like ':align rr' using org-e-export-as-html; it defaults to left alignment (the latex export works fine). One of the reasons I am trying out the new exporter is to be able to use booktabs and hopefully the threeparttable package which makes inclusion of footnotes convenient (I prefer ctable but this probably requires a different approach as it is implemented as a command). Have you tried to use either of these packages? Thanks. On Fri, Dec 28, 2012 at 12:27 PM, Thomas S. Dye wrote: > Aloha RCY, > > Here is a (too long) working example that shows how to pass attributes. > See especially :align, where you've passed a symbol instead of a string. > Note that the new exporter is still in contrib and that at this stage in > its life is documented in the code and in some messages and > announcements that Nicolas Goaziou sent to the mailing list. It is still > necessary to refer to these scattered sources to learn about the new > exporter. > > --bcaec54c502e230d5e04d1ed8393 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Tom,=A0
Thanks for your patience. I did finally figure out what I wa= s doing wrong. I was using org-export-as-latex-to-buffer (which uses the de= fault exporter) instead of org-e-latex-export-as-latex or org-e-latex-expor= t-to-pdf. However, I am still unable to set something like ':align rr&#= 39; =A0using org-e-export-as-html; it defaults to left alignment (the latex= export works fine).

One of the reasons I am trying out the new exporter is = to be able to use booktabs and hopefully the threeparttable package=A0which= makes inclusion of footnotes convenient (I prefer=A0ctable but this probab= ly requires a different approach as it is implemented as a command).=A0
Have you tried to use either of these packages?
Thanks.
<= br>
On Fri, Dec 28, 2012 at 12:27 PM, Thomas S. D= ye <tsd@tsdye.com> wrote:
Aloha RCY,

Here is a (too long) working example that shows how to pass attributes.
See especially :align, where you've passed a symbol instead of a string= .
Note that the new exporter is still in contrib and that at this stage in its life is documented in the code and in some messages and
announcements that Nicolas Goaziou sent to the mailing list. It is still necessary to refer to these scattered sources to learn about the new
exporter.

--bcaec54c502e230d5e04d1ed8393--