-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
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:
! Package xkeyval Error: `R' undefined in families `vertex'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.6 \Vertices[RGB]{data/vertices_RGB.csv}
?
MWE:
\documentclass{article}
\usepackage{tikz-network}
\thispagestyle{empty}
\begin{document}
\begin{tikzpicture}
\Vertices[RGB]{data/vertices_RGB.csv}
\end{tikzpicture}
\end{document}