ditaa and PlantUML

Commit
fcfa872b95c6dec033fc396d9d4ce00c4d66e5ef
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
execs/plantuml.jar
index 00000000..506b8c4b 000000..100644

Binary files differ

img/ditaa.png
index 00000000..740684bf 000000..100644

Binary files differ

img/uml.png
index 00000000..f4acd894 000000..100644

Binary files differ

smart-documents.org
index a0101ac5..7004cd3c 100644..100644
@@ -793,7 +793,7 @@
793 793
794 794
795 795
796 Removed: #+BEGIN_SRC ditaa :file ditaa.png
796 Added: #+BEGIN_SRC ditaa :file img/ditaa.png
797 797 +-----------+ +-----------------+
798 798 | c06F | | c06F |
799 799 | Create a | | Open the source |
@@ -804,9 +804,9 @@
804 804 #+END_SRC
805 805
806 806 #+RESULTS:
807 Removed: [[file:ditaa.png]]
807 Added: [[file:img/ditaa.png]]
808 808
809 Removed: *** TODO Diagrams
809 Added: *** TODO UML diagrams
810 810 # Implement automatically downloading this kind of executable!
811 811
812 812 #+BEGIN_SRC emacs-lisp :tangle yes
@@ -815,7 +815,7 @@
815 815 "execs/plantuml.jar"))
816 816 #+END_SRC
817 817
818 Removed: #+BEGIN_SRC plantuml :file uml.png
818 Added: #+BEGIN_SRC plantuml :file img/uml.png
819 819 !theme plain
820 820 package "Package 1" as pkg1 {
821 821 node node1
@@ -834,7 +834,7 @@
834 834 #+END_SRC
835 835
836 836 #+RESULTS:
837 Removed: [[file:uml.png]]
837 Added: [[file:img/uml.png]]
838 838
839 839 ** Coding languages
840 840