-
Notifications
You must be signed in to change notification settings - Fork 58
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
Error at compiling example from the Manual tikz-network #12
Comments
Unfortunately, I was not able to reproduce this error. In my case (Ubuntu 18.4, latexmk version 4.65) both options ( Please, can you provide me with further details? (e.g. mail me the log file) Note: I used the follwoing files:
\documentclass{article}
\usepackage{tikz-network}
\thispagestyle{empty}
\begin{document}
\begin{tikzpicture}
\Vertices[RGB]{test_vertices_RGB.csv}
\end{tikzpicture}
\end{document} and
|
I can reproduce it with an up to date TeX Live 2019, using |
On the other hand it worked in an old Overleaf project I had lying around where TeX Live 2017 was used, I'm guessing you don't have a fully updated system either. Log file from TL17 on Overleaf: https://gist.github.com/TorbjornT/dbd29fa3dc4ecc256773ed0a88a0572e |
The problem are the spaces in the header. Due to a change in etoolbox (it uses \ifstrempty instead of \ifblank internally in a command), datatool is more picky here now. If you change the header to
it compiles again. |
As @u-fischer pointed out here and at https://tex.stackexchange.com/a/502074/178949, everything revolves around spacing formatting for the vertices_RGB.csv header although it has adaptations as indicated by @u-fischer in the same issue mentioned in TeXStack . If there are changes in the package to allow for .csv file header spacing, it would be good to avoid interrupting the PDF file generation work, as it is easy to forget or not realize the spacing at the time of producing the .csv file. Just for science the version I use is TeX Live 2019 / Arch Linux. |
Thanks for your help and pointing this out. In fact, there are problems with the new 2019 TeX Live version. I will try to fix this issue as soon as possible. |
The issue was fixed in commit 6bfef6e. Now CSV files can be used as usual. |
Greatfull. As soon as I can I will test the changes to my Arch Linux / TeX Live 2019 |
As per example on page 26 of the manual (https://github.com/hackl/tikz-network/) when doing latexmk -pdflua -pvc or latexmk -pdfxe -pvc I get the following error below. Note: already tried #5:
MWE:
The text was updated successfully, but these errors were encountered: