From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Best diagram, image software? Date: Thu, 06 Oct 2016 14:59:16 -0400 Message-ID: <878tu1s3qz.fsf@gmail.com> References: <86a8eio8nh.fsf@gmail.com> <1475772532.3845152.748012049.6BB86C20@webmail.messagingengine.com> <87d1jds5r8.fsf@gmail.com> <1475778407.3868096.748112553.34712DDD@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsDth-0004Z5-IU for emacs-orgmode@gnu.org; Thu, 06 Oct 2016 15:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsDtc-00042h-4z for emacs-orgmode@gnu.org; Thu, 06 Oct 2016 15:00:00 -0400 Received: from [195.159.176.226] (port=53192 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsDtb-00040q-Um for emacs-orgmode@gnu.org; Thu, 06 Oct 2016 14:59:56 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bsDt7-0001Eo-Tg for emacs-orgmode@gnu.org; Thu, 06 Oct 2016 20:59:25 +0200 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" To: emacs-orgmode@gnu.org Peter Davis writes: > On Thu, Oct 6, 2016, at 02:15 PM, Nick Dokos wrote: >> Peter Davis writes: >> >> > Since several people recommended TikZ, I decided to take a look at it. >> > It seems very powerful, but I'm unable to get any example to work. For >> > example, using the example here: >> > >> > http://doblogit.com/posts/2015-10-23-org-graphics.html >> > >> >> Did you add tikz to org-latex-packages-alist? >> > > I do have: > > (add-to-list 'org-latex-packages-alist > '(("AUTO" "inputenc" t) > ("" "color" t) > ("" "minted" t) > ("" "parskip" t) > ("" "tikz" t))) > > Any other setup work I need? > Yes, but have you executed that? What does C-h v org-latex-pacakges-alist RET say? -- Nick