From fcfa872b95c6dec033fc396d9d4ce00c4d66e5ef Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 14 Aug 2021 21:34:47 -0700 Subject: ditaa and PlantUML --- smart-documents.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'smart-documents.org') diff --git a/smart-documents.org b/smart-documents.org index a0101ac..7004cd3 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -793,7 +793,7 @@ Yeah, a Telegram client exists for Emacs. -#+BEGIN_SRC ditaa :file ditaa.png +#+BEGIN_SRC ditaa :file img/ditaa.png +-----------+ +-----------------+ | c06F | | c06F | | Create a | | Open the source | @@ -804,9 +804,9 @@ Yeah, a Telegram client exists for Emacs. #+END_SRC #+RESULTS: -[[file:ditaa.png]] +[[file:img/ditaa.png]] -*** TODO Diagrams +*** TODO UML diagrams # Implement automatically downloading this kind of executable! #+BEGIN_SRC emacs-lisp :tangle yes @@ -815,7 +815,7 @@ Yeah, a Telegram client exists for Emacs. "execs/plantuml.jar")) #+END_SRC -#+BEGIN_SRC plantuml :file uml.png +#+BEGIN_SRC plantuml :file img/uml.png !theme plain package "Package 1" as pkg1 { node node1 @@ -834,7 +834,7 @@ comp2 --> int #+END_SRC #+RESULTS: -[[file:uml.png]] +[[file:img/uml.png]] ** Coding languages -- cgit v1.2.3