tikz-network icon indicating copy to clipboard operation
tikz-network copied to clipboard

Several \Vertices commands in one document produce erratical behaviour

Open TobiasSchoel opened this issue 5 years ago • 2 comments

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.

TobiasSchoel avatar Sep 10 '20 12:09 TobiasSchoel

Thank you for this information. I'll have a look at this issue.

hackl avatar Sep 15 '20 06:09 hackl