Re: Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)]

2022-10-16 Thread Ihor Radchenko
Daniel Guimaraes writes: >  I am trying to export a latex tikzpicture, like the following to html: > ``` > #+begin_src latex :exports results :results raw file :file ex.png > :output-dir ../img/ > \begin{tikzpicture} > \draw node[circle, draw] (a) {$a$} > node[circle, draw, right of = a] (b)

Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)]

2022-01-24 Thread Daniel Guimaraes
 I am trying to export a latex tikzpicture, like the following to html: ``` #+begin_src latex :exports results :results raw file :file ex.png :output-dir ../img/ \begin{tikzpicture} \draw node[circle, draw] (a) {$a$} node[circle, draw, right of = a] (b) {$b$} node[circle, draw, below of = a]