Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several \Vertices commands in one document produce erratical behaviour #19

Open
TobiasSchoel opened this issue Sep 10, 2020 · 2 comments
Assignees
Labels

Comments

@TobiasSchoel
Copy link

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
Copy link
Author

cci14.txt
cci23.txt
test.pdf

@hackl hackl self-assigned this Sep 15, 2020
@hackl hackl added the bug label Sep 15, 2020
@hackl
Copy link
Owner

hackl commented Sep 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants