From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Is `org-preview-latex-fragment` sensitive to alignment specified by document class options? Date: Thu, 17 Apr 2014 21:07:52 +0200 Message-ID: <87bnvzwz93.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WarfI-0004Dd-U6 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 15:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Warf9-0002rN-Su for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 15:08:04 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:38741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Warf9-0002rI-NL for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 15:07:55 -0400 Received: by mail-wg0-f51.google.com with SMTP id k14so834388wgh.10 for ; Thu, 17 Apr 2014 12:07:55 -0700 (PDT) In-Reply-To: (Rob Stewart's message of "Sun, 6 Apr 2014 21:54:52 +0100") 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: Rob Stewart Cc: emacs-orgmode@gnu.org Hi Rob, Rob Stewart writes: > So, is there a way to make `org-preview-latex-fragment` sensitive to > LaTeX class options? Normally it should be. What version of Emacs and Org are you using? M-x emacs-version RET M-x org-version RET Also, maybe have a look at `org-format-latex-header' and see if there are no conflicting options there. Previewing combines the in-buffer LaTeX options with those. Best, -- Bastien