-
Notifications
You must be signed in to change notification settings - Fork 111
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
Using @ in a nested .ecode does not work anymore (works in 3.0.1) #669
Labels
Comments
Without having looked into this, it might be because of pgf/tex/generic/pgf/utilities/pgfkeys.code.tex Lines 76 to 80 in 8aa15cc
which is unfortunately needed if /.code takes arguments. Otherwise you run into the hash doubling problem.
|
Workaround: Use \tikzset{
a/.style={
b/.ecode={\csname some@val\endcsname},
}
} |
Related: #305 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The minimal example below, which works with pgf 3.0.1, now fails with this error:
The example:
The text was updated successfully, but these errors were encountered: