Tagged Questions
10
votes
2answers
444 views
Is there a way to set a *global* key value using `pgfkeys`?
The simple answer to this question appears to be "No"; quoting from the pgf manual:
The setting of a key is always local to the current TeX group.
However, this is very annoying because it means ...