-
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
tikz: reset \tikz@expandcount more frequent #969 #970
Conversation
This makes \tikz@expandcount get reset every time a token is handled in tikz path scanning.
@@ -358,7 +358,7 @@ | |||
\def\tikz@lib@cal@calendar{% | |||
\begingroup% | |||
\let\tikz@lib@cal@ifs=\pgfutil@empty% | |||
\tikz@expandcount=1000\relax% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1000 seemed really excessive. It was probably set to 1000 because it would never be reset.
2f23682
to
5a56134
Compare
appreciate the cleaning up |
5a56134
to
442b0d4
Compare
@muzimuzhi What do you think about a9a0f97? |
very well, even impressive (except for the lua emulated |
@hmenke Are there any concerns that blocked this PR to be merged? Considering its current title, I think it has included well enough changes/improvements. |
Should we discuss again the “ {\relax}{\relax\tikz@scan@next@command}% Which would reinsert |
Ah, I mistakenly though the Yes I guess that would solve the |
5ba4f1c
to
8d3f64d
Compare
TeX Live failed to update. Let's see if rerunning helps. |
This makes
\tikz@expandcount
get reset every time a token is handledin tikz path scanning.
Motivation for this change
Fixes #969
Checklist
Please check the boxes to explicitly state your agreement to these terms: