tikz-network
tikz-network copied to clipboard
Several \Vertices commands in one document produce erratical behaviour
When using several \Vertices commands in the same document wrong input files are used.
MWE:
\documentclass{article}
\usepackage{tikz-network}
\begin{document}
\begin{tikzpicture}
\Vertices{cci14.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci23.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci14.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci23.txt}
\end{tikzpicture}
\end{document}
This yields different output for the first and third input, which are identical.
Thank you for this information. I'll have a look at this issue.