From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Best way to make/add tech diagrams/graphics? Date: Fri, 17 May 2013 11:40:17 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNhh-0000xq-7d for emacs-orgmode@gnu.org; Fri, 17 May 2013 12:40:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdNhb-0000VM-UG for emacs-orgmode@gnu.org; Fri, 17 May 2013 12:40:25 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:63586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNhb-0000Ut-Mj for emacs-orgmode@gnu.org; Fri, 17 May 2013 12:40:19 -0400 Received: by mail-lb0-f175.google.com with SMTP id v10so4526337lbd.6 for ; Fri, 17 May 2013 09:40:17 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Lawrence Bottorff Cc: emacs-orgmode On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff wrote: > I'd like to embed images into my running org file -- for eventual conversion > to Latex or html. These would be simple diagram-style pictures such as math > or technical diagrams that cannot be done with gnuplot or other > formula-to-picture conversion software. > > Examples: > http://www.library.utoronto.ca/see/SEED/Vol5-1/Queiroz_Emmeche_El-Hani_files/image003.gif > http://math.ucr.edu/home/baez/irvine/SBGN_process_description_cropped.jpg > A few that come to mind for this sort of thing: - ditaa: http://ditaa.sourceforge.net/ - graphviz/dot: http://www.graphviz.org/ - my personal favorite, but quite the learning curve, it PFG/TikZ: http://www.texample.net/tikz/examples/ All are possible with babel blocks. Good luck! John > I know emacs can draw some things, but I'd probably need better renditions. > So how does emacs/org handle such images and what sort of software (I'm on > Ubuntu) is available for making such drawings and diagrams? What about > software like "Processing"? Having Processing code embedded that then > produced images would be great. > > Borgauf