Open
Description
In feynmf, there's a command called \fmfreuse
, it enables us to reuse the diagram created earlier with a key. As pointed out in Assign a name to a TikZ picture for reusing it, they can use \tikzset
to do the job, but that's too inconvenient. The method in my mind would be like what the op stated:
\begin{tikzpicture}[rname=mypic]
%...
\end{tikzpicture}
And it seems the 2nd answer did just that, but I'm not sure if his method breaks thing. Do you have any solution in mind?
Metadata
Assignees
Labels
No labels
Activity