Open
Description
I was using the following code to externalize the tikz-feynman
diagrams
\usetikzlibrary{external}
\tikzexternalize[shell escape=-enable-write18,prefix=./,system call={lualatex \tikzexternalcheckshellescape -halt-on-error -interaction=batchmode -jobname "\image" "\texsource"},up to date check=diff]
When the diagrams are in figure environment everything works fine. But those in align
environment were generated twice. So my working dir is now filled with duplicated feynman diagrams. Is there any way to resolve this?
Metadata
Assignees
Labels
No labels
Activity