Christian Moe <m...@christianmoe.com> writes: > I'm trying and failing to export images from TikZ code, apparently > because the temporary PDF is misplaced. Here is a minimal example just > exporting the PDF: > > #+LATEX_HEADER: \usepackage{tikz} > > #+header: :fit yes > #+begin_src latex :exports results :file ./test-tikz-triangle.png > \begin{tikzpicture} % > \draw[draw=black, fill=blue!10] (0,4) -- (3,0) -- (-3,0) -- cycle; > \end{tikzpicture} > #+end_src > > Execution fails with an error message like this: > > org-compile-file: File "/tmp/babel-Tay2kl/latex-IJVI84.pdf" wasn’t > produced. See "*Org PDF LaTeX Output*" for details
I cannot reproduce. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>