emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] computing the size of a tikz to png image during export


From: Fabrice Popineau
Subject: Re: [O] computing the size of a tikz to png image during export
Date: Sun, 28 Jan 2018 16:37:34 +0100



2018-01-24 8:54 GMT+01:00 Alan Schmitt <address@hidden>:
Hello,

I use this great trick to have both a pdf and html export of tikz
images:

#+header: :file (by-backend (latex "tp6-tree.tikz") (t "tp6-tree.png"))
#+header: :imagemagick yes :iminoptions -density 600 :imoutoptions -geometry 800
#+header: :results file raw
#+header: :fit yes
#+header: :headers '("\\usepackage{tikz}")
#+begin_src latex
\begin{tikzpicture}

\end{tikzpicture}
#+end_src


I jump on this example to ask: does this by-backend trick still work with Org 9.1.6?
Because I used it too and for some reason it fails to evaluate the by-backend form now.
What am I overlooking ?

Thanks,

Fabrice


reply via email to

[Prev in Thread] Current Thread [Next in Thread]