From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Preview Latex fragments should include definitions in #+LATEX_HEADER: [6.33trans (release_6.33f.71.g0969.dirty)] Date: Fri, 1 Jan 2010 11:18:59 +0100 Message-ID: <2486BCB0-9BBB-494C-BE44-54749C8B3885@gmail.com> References: <4b1d3dd6.0407c00a.08c1.ffffd863@mx.google.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQeb6-00047M-Es for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:19:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQeb0-00041c-Cq for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:19:06 -0500 Received: from [199.232.76.173] (port=39238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQeb0-00041O-6d for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:19:02 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:52059) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQeb0-0007aH-0c for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 05:19:02 -0500 Received: by ewy24 with SMTP id 24so15737284ewy.26 for ; Fri, 01 Jan 2010 02:19:01 -0800 (PST) In-Reply-To: <4b1d3dd6.0407c00a.08c1.ffffd863@mx.google.com> 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: Darlan Cavalcante Moreira Cc: emacs-orgmode@gnu.org Hi Darlan, I have now finally implemented your request - but not tested it. Could you please, at your earliest possible convenience, do some testing? Thanks. - Carsten On Dec 7, 2009, at 6:39 PM, Darlan Cavalcante Moreira wrote: > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? > See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > Hello all, > > I have defined the command "vetor" in a org file header with the > line below > #+LATEX_HEADER:\newcommand{\vetor}[1]{{\mathbf{#1}}} > It works correctly when exporting to latex, but the preview of latex > fragments > with C-c C-x C-l does not work for equations that use the defined > command. > > After customizing the variable "Org Format Latex Header" through the > customize > buffer to include the newcommand at the end, the preview of latex > fragments > worked as expected. > > If this is not a bug, I'd like to make a feature request. That is, > everything > that is included in the header of the exported latex document > with #+LATEX_HEADER: should be also included in the variable > org-format-latex-header such that the preview functionality can work > as expected > with user defined commands or included packages. > > - Darlan Cavalcante > > > Emacs : GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version > 2.18.0) > of 2009-09-27 on crested, modified by Debian > Package: Org-mode version 6.33trans (release_6.33f.71.g0969.dirty) > > > _______________________________________________ > 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 - Carsten