
Estoy intentando compilar mi documento en mi sistema ubuntu 18.04 con la externalización de TikZ habilitada, pero no generará archivos PDF separados para las figuras. Curiosamente, funciona sin problemas en mi sistema Windows. Estoy usando llamadas texstudio (2.12.6 @ ubuntu)
pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex
aquí hay un MWE:
\documentclass{scrbook}
\usepackage[english]{babel}
\usepackage{tikz}
\usetikzlibrary{external}
%\tikzexternalize[prefix=tikz_external_figs/]
\begin{document}
This is a test document.
\begin{figure}
\tikzexternalenable
\tikzsetnextfilename{testtikzenableMax} %% set filename tikz externalize
\begin{tikzpicture}
\draw[->] (0,0) -- (10,2);
\end{tikzpicture}
\end{figure}
\end{document}
El proceso terminó normal. Entonces, busqué en todo el sistema pero no pude encontrar untesttikzenableMax.pdfni un archivo .md5 o .dvi. El error me está matando porque me quedé sin ideas y no entiendo por qué este debería ser un comportamiento dependiente del sistema.
Archivo de registro:PRUEBA.log
ACTUALIZACIÓN: TeX Live 2019 (incluidopdftex 3.14159265-2.6-1.40.20)archivo de registro