emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bad plantuml output


From: Thorsten Jolitz
Subject: [O] Bad plantuml output
Date: Mon, 21 Jul 2014 14:20:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]