Re: plantuml tikz format support

2023-10-20 Thread Ihor Radchenko
Ihor Radchenko writes: >> From 3c27bb94cb5a2cd66a5336dc9c69e3ca03232a91 Mon Sep 17 00:00:00 2001 >> From: Nan Jun Jie >> Date: Wed, 23 Aug 2023 20:23:40 +0800 >> Subject: [PATCH] Add plantuml tikz format support > > There is something off with the email formatti

Re: plantuml tikz format support

2023-08-29 Thread 13910969806
:results latex header argument and output a latex export block. The org-mode part: >From 3c27bb94cb5a2cd66a5336dc9c69e3ca03232a91 Mon Sep 17 00:00:00 2001 From: Nan Jun Jie Date: Wed, 23 Aug 2023 20:23:40 +0800 Subject: [PATCH] Add plantuml tikz format support Via the use of plant

Re: plantuml tikz format support

2023-08-24 Thread Ihor Radchenko
Nan JunJie writes: > I'd like to add a patch to support plantuml tikz format. We can use it > like this: > > #+begin_src plantuml :file file.tikz > ... > #+end_src > > #+results: > [[file.tikz]] > > So that file.tikz will be treat as tikz picture and input. Thanks! This looks reasonable. May you

plantuml tikz format support

2023-08-23 Thread Nan JunJie
I'd like to add a patch to support plantuml tikz format. We can use it like this: #+begin_src plantuml :file file.tikz ... #+end_src #+results: [[file.tikz]] So that file.tikz will be treat as tikz picture and input. Here the patch: >From c97e5f421202ac2bfd16174c2d4be4059b0aa4c8 Mon Sep 17 0