From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: horiontal alignment of tables in latex export? Date: Fri, 03 Sep 2010 12:32:32 -0500 Message-ID: <4C813130.7040104@ccbr.umn.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52650 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ora7y-0007Ht-Cs for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 13:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ora7x-0000Y0-1x for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 13:32:38 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1632) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ora7w-0000Xq-Qc for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 13:32:37 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Price Cc: emacs-orgmode@gnu.org See org-export-latex-tables-centered: (defcustom org-export-latex-tables-centered t "When non-nil, tables are exported in a center environment." :group 'org-export-latex :type 'boolean) Matt Price wrote: > Are tables always aligned in the center of the page when exported to > latex? I have a simple table that I want to put on the left hand side > of the page instead. The html output is just what I want, but the pdf > generated via latex puts the table in the (horizontal) center of the > page. file attached -- it's the same file I've been having other issues > with in other posts. thanks thanks thanks again, after many questions > this week. > > matt > > > ------------------------------------------------------------------------ > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode