From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ob-R.el, ox-latex.el: support for tikz graphics Date: Mon, 25 Feb 2013 16:19:32 +0100 Message-ID: <87621gfmkb.fsf@gmail.com> References: <1361731894-2738-1-git-send-email-aaronecay@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9zqG-0006An-R8 for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 10:19:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9zqF-0006tc-4e for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 10:19:48 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:46380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9zqE-0006tR-Td for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 10:19:47 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so3535071wib.10 for ; Mon, 25 Feb 2013 07:19:46 -0800 (PST) In-Reply-To: <1361731894-2738-1-git-send-email-aaronecay@gmail.com> (Aaron Ecay's message of "Sun, 24 Feb 2013 13:51:34 -0500") 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: Aaron Ecay Cc: emacs-orgmode@gnu.org Hello, Thanks for extracting that patch from the other one. Aaron Ecay writes: > Tikz graphics should be exported to LaTeX by \include, not as a link. > This commit changes the file extension used for tikz graphics from .tex > to .tikz. I'm wondering if it's really meant to be inserted as an inline image. Does it support wrapfigure environment or width optional attribute? If it doesn't, it may be better to implement a dedicated (or a more general "input" function) formatting function that would be called from `org-latex-link'. What do you think? Regards, -- Nicolas Goaziou