Re: latex block tikz to svg

2022-04-18 Thread Edouard Debry
Hi, I finally found a way to make the following example work <===> #+HEADER: :file test1.svg #+HEADER: :exports results #+HEADER: :results output silent graphics file #+HEADER: :headers '("\\usepackage{tikz}") #+begin_src latex \begin{tikz

Re: latex block tikz to svg

2022-01-25 Thread Edouard Debry
Hi Juan, Thanks for your answeer. Indeed, the generated tex files are different whether you use the png or svg extension. It seems that for svg, a distinct build system is used from the usual one for other image types (png, jpg). This build system seems based on tex4ht, given the latex file p

Re: latex block tikz to svg

2022-01-17 Thread Juan Manuel MacĂ­as
Hi Edouard, Edouard Debry writes: > I would like to find a way to generate svg images from latex src blocks > (using tikz) which works and is compatible with default orgmode settings > for latex export (at least does not break it) > > Did you experience such issues ? do you have some workings set

latex block tikz to svg

2022-01-17 Thread Edouard Debry
Hello, I experience some difficulties to export latex src block consisting of tikz code to svg. Here is for example the simple code I try to run with `C-c C-c` : <==> #+HEADER: :file test1.png #+HEADER: :imagemagick yes #+HEADER: :exports results