From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Best diagram, image software? Date: Tue, 04 Oct 2016 09:54:20 -0400 Message-ID: <1475589260.3167848.745450945.2F264316@webmail.messagingengine.com> References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_----------=_147558926031678480"; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brQAy-0003Xi-4t for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 09:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brQAs-0004pU-7e for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 09:54:31 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brQAq-0004lD-Vl for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 09:54:26 -0400 In-Reply-To: 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 This is a multi-part message in MIME format. --_----------=_147558926031678480 Content-Transfer-Encoding: 7bit Content-Type: text/plain On Tue, Oct 4, 2016, at 09:11 AM, Lawrence Bottorff wrote: > I know lots of you use Emacs and org mode to prepare scholarly books > and papers, either doing the HTML or, more probably, the Latex export. > Question: Let's say I want to produce a math text with Emacs/org- > mode/Latex. What is the best way to make diagrams and images? I've > seen things like Inkscape and LibreOffice Draw. But then there is > Gnuplot and Tikz. Yes, what Tikz does seems optimal, but the learning > curve is a year's sabbatical. Just wondering what you people are using > to do your images. I think it really depends on what kinds of diagrams and images you're trying to use. I've been using embedded dot (GraphViz) diagrams with org for a number of years, and I find it fantastically helpful for things like graphs (nodes connected by arrows, optionally all labelled), data structure diagrams, etc. ... the basic boxes and lines kind of drawing. I also just discovered ditaa, which seems also good for boxes and lines, but with more freedom (and more work to edit the input). I've also used PlantUML for modelling diagrams. I know others are using embedded R code to get data visualization graphics automatically. This page gives some examples: http://ehneilsen.net/notebook/orgExamples/org-examples.html. There should be an authoritative page on graphics formats, but I'm not aware of one. Most of these use separate packages to create the graphics, but there are hooks in org to call the external programs and include the results in the document. -pd -- Peter Davis www.techcurmudgeon.com --_----------=_147558926031678480 Content-Transfer-Encoding: 7bit Content-Type: text/html

On Tue, Oct 4, 2016, at 09:11 AM, Lawrence Bottorff wrote:
I know lots of you use Emacs and org mode to prepare scholarly books and papers, either doing the HTML or, more probably, the Latex export. Question: Let's say I want to produce a math text with Emacs/org-mode/Latex. What is the best way to make diagrams and images? I've seen things like Inkscape and LibreOffice Draw. But then there is Gnuplot and Tikz. Yes, what Tikz does seems optimal, but the learning curve is a year's sabbatical. Just wondering what you people are using to do your images.

I think it really depends on what kinds of diagrams and images you're trying to use. I've been using embedded dot (GraphViz) diagrams with org for a number of years, and I find it fantastically helpful for things like graphs (nodes connected by arrows, optionally all labelled), data structure diagrams, etc. ... the basic boxes and lines kind of drawing.

I also just discovered ditaa, which seems also good for boxes and lines, but with more freedom (and more work to edit the input).

I've also used PlantUML for modelling diagrams.

I know others are using embedded R code to get data visualization graphics automatically.

This page gives some examples: http://ehneilsen.net/notebook/orgExamples/org-examples.html. There should be an authoritative page on graphics formats, but I'm not aware of one.

Most of these use separate packages to create the graphics, but there are hooks in org to call the external programs and include the results in the document.

-pd

--
  Peter Davis
  www.techcurmudgeon.com

--_----------=_147558926031678480--