From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: Creating a (RabbitMQ) diagram Date: Sat, 19 Oct 2019 10:50:49 +0200 Message-ID: <877e51p192.fsf@luisa.c0t0d0s0.de> References: <87h847lhvj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40595) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLkRy-0002xf-Rd for emacs-orgmode@gnu.org; Sat, 19 Oct 2019 04:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLkRx-0000G8-QP for emacs-orgmode@gnu.org; Sat, 19 Oct 2019 04:51:02 -0400 Received: from mout.gmx.net ([212.227.17.20]:34831) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLkRx-0000EY-D6 for emacs-orgmode@gnu.org; Sat, 19 Oct 2019 04:51:01 -0400 Received: from stella.c0t0d0s0.de ([46.114.4.76]) by mail.gmx.com (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MF3DM-1iFBvo0woq-00FWw2 for ; Sat, 19 Oct 2019 10:50:52 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id F16C2181153 for ; Sat, 19 Oct 2019 10:50:49 +0200 (CEST) In-Reply-To: (Eric Fraga's message of "Fri, 18 Oct 2019 09:45:06 +0000") 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 Hello, "Fraga, Eric" writes: > On Thursday, 17 Oct 2019 at 15:21, Cecil Westerhof wrote: >> I tried it out (after a bit of configuring) with the following: >> >> #+BEGIN_SRC plantuml :file groupingComponents.eps :noexport > > [...] > >> It looks a bit different, but I will not worry about it at the moment. > > I use the following tools within org for eventual export to PDF via > latex: tikz, ditaa, graphviz (dot, neato, ...), & plantuml. I've even > bee known to use LaTeX's own picture environmnt. They each have > different advantages and disadvantages but all work well with org in my > opinion. so think and do I. At the moment I try to consolidate the tools I use and try to get away with tikz only. I tried to reproduce same diagrams I created with plantuml. Well, it works. But there are a lot of details in plantuml's output that you have to do manually with tikz. BTW, I just discovered that plantuml's pdf output is way different from its LaTeX output. Regards hmw