Tagged Questions
8
votes
3answers
569 views
Optional arguments in pgfkeys?
I need an optional argument in a pgfkey? Something like the following:
\pgfkeys{example/.code = (Argument: #2, optional argument: #1)}
\pgfkeys{example=[other]{some}}
should result in
(Argument: ...