From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: tikz for multiple targets Date: Thu, 11 Jul 2013 18:20:43 -0600 Message-ID: <87y59c39yc.fsf@gmail.com> References: <87k3kztlam.fsf@ucl.ac.uk> <87wqoyagmh.fsf@gmx.us> <87obaa65uu.fsf@ucl.ac.uk> <87ehb62lhe.fsf@med.uni-goettingen.de> <878v1d7his.fsf@gmail.com> <878v1ds73o.fsf@med.uni-goettingen.de> <87ehb55bcn.fsf@gmail.com> <87zjtspvzr.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxR8Q-0005cA-Md for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 20:22:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxR8M-0001cX-4h for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 20:22:54 -0400 Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:63251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxR8L-0001cN-Uf for emacs-orgmode@gnu.org; Thu, 11 Jul 2013 20:22:50 -0400 Received: by mail-pd0-f175.google.com with SMTP id 4so7935678pdd.20 for ; Thu, 11 Jul 2013 17:22:49 -0700 (PDT) Received: from bagel (c-174-56-50-60.hsd1.nm.comcast.net. [174.56.50.60]) by mx.google.com with ESMTPSA id 4sm42055325pbw.32.2013.07.11.17.22.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 11 Jul 2013 17:22:48 -0700 (PDT) In-Reply-To: <87zjtspvzr.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 11 Jul 2013 23:33:44 +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: emacs-orgmode@gnu.org Eric S Fraga writes: > Eric Schulte writes: > >>> >>> This is very nice and works well for me. I would very much like to see >>> that in orgmode. Thanks a lot! >>> >> >> Great, I've just committed this patch. Thanks for your original example >> which this simply extends. > > Thanks for this Eric! I've tried it out just now (on a real document) > and it works well. > > I do have a problem in the SVG creation in that I need a special package > included to generate the figure in question. Time to search on the list > as I think this has come up before for LaTeX snippets. > My patch introduced a new variable `org-babel-latex-htlatex-packages' which controls the packages added to these latex to SVG code block snippets. The following should work. (push "{your-package}" org-babel-latex-htlatex-packages) -- Eric Schulte http://cs.unm.edu/~eschulte