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 --- execs/plantuml.jar | Bin 0 -> 8383820 bytes img/ditaa.png | Bin 0 -> 4818 bytes img/uml.png | Bin 0 -> 12579 bytes smart-documents.org | 10 +++++----- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 execs/plantuml.jar create mode 100644 img/ditaa.png create mode 100644 img/uml.png diff --git a/execs/plantuml.jar b/execs/plantuml.jar new file mode 100644 index 0000000..506b8c4 Binary files /dev/null and b/execs/plantuml.jar differ diff --git a/img/ditaa.png b/img/ditaa.png new file mode 100644 index 0000000..740684b Binary files /dev/null and b/img/ditaa.png differ diff --git a/img/uml.png b/img/uml.png new file mode 100644 index 0000000..f4acd89 Binary files /dev/null and b/img/uml.png differ 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