You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Q406795 shows non-csname-able content in a label with the quotes/" syntax will raise an error message (but produces correct output) because \tikz@lg@local@node@handle uses the node's options in \tikzgraphsset without the first char setup so that \pgfkeysifdefined tries the whole "…" … as a key name.
As Q406795 shows non-csname-able content in a label with the
quotes
/"
syntax will raise an error message (but produces correct output) because\tikz@lg@local@node@handle
uses the node's options in\tikzgraphsset
without the first char setup so that\pgfkeysifdefined
tries the whole"…" …
as a key name.pgf/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
Lines 1207 to 1214 in d43fb10
Here, this can be easily solved by setting
"
to be gobbled:The
\tikz@lg@local@node@handle
macro is only used oncepgf/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
Line 1056 in d43fb10
where it is executed inside a group so setting the
first char syntax
should have no consequences.Though, I wonder if we can just adjust
\pgfkeysifdefined
pgf/tex/generic/pgf/utilities/pgfkeys.code.tex
Lines 213 to 219 in d43fb10
so that it is safer without breaking everything else:
MWE
The text was updated successfully, but these errors were encountered: