I am using \tikzexternalize to compile my pictures outside of the main document.
However, when I issue simple \tikz commands within the text, I'd like them to be compiled within the main document, to save some time.
Is there a way to turn externalization on/off, or to just limit it to the tikzpicture environment?
\tikzset{external/export=false}then it cannot be turned back on for a single picture using\tikzset{external/export next=true}. For beamer I ended up with using\tikzset{external/only named=true}and\tikzsetnextfilename{myfigure}%on heavy images only. – F1iX Nov 10 '20 at 07:40