From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Bad plantuml output Date: Mon, 21 Jul 2014 14:20:09 +0200 Message-ID: <87d2cyc39i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Ca4-0007i1-Hb for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 08:20:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9CZv-00058c-N0 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 08:20:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:58344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9CZv-00058L-FR for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 08:20:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9CZr-0006g8-O8 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 14:20:23 +0200 Received: from g231109248.adsl.alicedsl.de ([92.231.109.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 14:20:23 +0200 Received: from tjolitz by g231109248.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 14:20:23 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi List, when exporting the org file below to pdf (C-c C-e l p) the resulting (plantuml) graphics are really bad, with displaced uml-boxes etc., although the code is copied & pasted from the plantuml language reference (http://plantuml.sourceforge.net/activity.html). Do you see the same bad results or is that somehow related to my pdf viewer (which is actually fbgs)? * ORG SCRATCH #+header: :exports results #+header: :file ~/plantuml-test1.png #+begin_src plantuml (*) --> ===B1=== --> "Parallel Activity 1" --> ===B2=== ===B1=== --> "Parallel Activity 2" --> ===B2=== --> (*) #+end_src #+header: :exports results #+header: :file ~/plantuml-test2.png #+BEGIN_SRC plantuml partition Conductor { (*) --> "Climbs on Platform" --> === S1 === --> Bows } partition Audience LightSkyBlue { === S1 === --> Applauds } partition Conductor { Bows --> === S2 === --> WavesArmes Applauds --> === S2 === } partition Orchestra #CCCCEE { WavesArmes --> Introduction --> "Play music" } #+END_SRC -- cheers, Thorsten