Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Hr. Hackl,
First of all, thank you very much for this very useful package.
I have recently stumbled upon the issue mentioned in #6.
As M. Chareyron mentioned, the bug is reproducible only with french babel.
Indeed, when using the example you provided, namely :
One gets the following, correct, result :
However, when one includes babel, like so :
One gets this :
I am not sure how tikz-network and babel interfere with each other. It is possibly due to how french babel treats cola. For this reason, the PR proposes to simply ditch the
{position:label}
syntax you use, and replace it with the equivalent and more robust{[label position = position]label}
.Applying the patch solves the issue on the example I provided, and I do not think it would break anything.
Thank you very much in advance.
Mit freundlichen Grüßen,
Aymeric
P.S. If you do indeed merge this, would you be so kind as to tag a new release, so that it gets distributed ?