Tagged Questions
5
votes
2answers
121 views
Simple example of pgfkeys
I'm struggling to get my head around the pgfkeys package. I currently use the keycommand package, which I find very easy to understand: it's just ordinary LaTeX commands with named rather than ...
1
vote
0answers
43 views
How can I pass class/package options with spaces in values? [duplicate]
Possible Duplicate:
Spaces in pfgopts options
I have read Joseph Wright's excellent article on key-value systems, as well as questions on this site about how to pass arguments to class ...
6
votes
2answers
154 views
Filtering options with pgfkeys
I am looking for an example of how to get pgfkeys to split a list of options so that: (1) some of the options are processed now, and (2) the rest of the options are passed to a second macro for ...
11
votes
1answer
200 views
PGF Keys differences between .initial and .default
I am not too sure just by reading the manual as to the subtle differences between the .initial and .default PGF key types. Can someone explain and demonstrate the differences with a minimal example?
3
votes
1answer
171 views
Font size as a key-value pair using pgfkeys does not work
I want to define a new environment whose contents can be typeset using a specific font family and size optionally specified as key-value pairs. For handling the key-value pairs I am using pgfkeys. Why ...
