Open
Description
Hello,
I noticed that tikz pictures will not be replaced with their respective externalized pdf if I include them using, e.g.
\tikzsetnextfilename{tikzFile}
\input{tikzFile.tikz}
Since this is my usual workflow, is there a way to prevent me from having to replace all those input commands with the tikz pictures they refer to?
Thank you!