-
Notifications
You must be signed in to change notification settings - Fork 108
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
declare function
: Spaces not allowed in function's arg list
#1123
Comments
We also have |
muzimuzhi
added a commit
to muzimuzhi/pgf
that referenced
this issue
Jan 10, 2022
Signed-off-by: muzimuzhi <[email protected]>
muzimuzhi
added a commit
to muzimuzhi/pgf
that referenced
this issue
Jan 10, 2022
Signed-off-by: muzimuzhi <[email protected]>
muzimuzhi
added a commit
to muzimuzhi/pgf
that referenced
this issue
Jan 10, 2022
Signed-off-by: muzimuzhi <[email protected]>
2 tasks
muzimuzhi
added a commit
to muzimuzhi/pgf
that referenced
this issue
Jan 10, 2022
Signed-off-by: muzimuzhi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief outline of the bug
When declaring functions through key
/pgf/declare function
, spaces are not allowed in the arg list. For examplefunc(\x,\y)=...;
works well butfunc(\x,<space>\y)
doesn't.Minimal working example (MWE)
Discussion
The
pgfmanual
examples use not a single space in such arg lists, but users are not as lucky as the manual. Whendeclare function
is used with plotting, it becomes even harder to find the cause. See TeX-SX questions https://tex.stackexchange.com/q/469153 and the ones linked to it (on TeX-SX).This should either be documented or fixed. For a possible fix,
The text was updated successfully, but these errors were encountered: