From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Bug: Preview Latex fragments should include definitions in #+LATEX_HEADER: [6.33trans (release_6.33f.71.g0969.dirty)] Date: Mon, 07 Dec 2009 14:39:24 -0300 Message-ID: <4b1d3dd6.0407c00a.08c1.ffffd863@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHhYk-0002gS-34 for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 12:39:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHhYf-0002dI-4H for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 12:39:41 -0500 Received: from [199.232.76.173] (port=45679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHhYe-0002dB-RY for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 12:39:36 -0500 Received: from mail-yw0-f196.google.com ([209.85.211.196]:47251) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHhYf-0006kt-5L for emacs-orgmode@gnu.org; Mon, 07 Dec 2009 12:39:37 -0500 Received: by ywh34 with SMTP id 34so4409664ywh.1 for ; Mon, 07 Dec 2009 09:39:35 -0800 (PST) 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: emacs-orgmode@gnu.org 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)