Tagged Questions
3
votes
1answer
66 views
A list of pairs in pgfkeys
Having learnt a lot about the pgfkeys package as a result of my last question, I'm now trying to do some more adventurous things.
Let's say I have a command called \blob, whose value is the ...
15
votes
4answers
565 views
Multiple TikZ keys with foreach
Playing around with pgffor, I'm trying to slightly modify an example from the TikZ/pgf manual:
\path \foreach \x/\content/\style in {%
0/a/draw,
1/b/{draw,red},
2/c/{circle,blue},
3/d/draw%
} ...
4
votes
1answer
645 views
Package pgfkeys Error: I do not know the key '/tikz/ '
I have an error when I want to compile the LaTeX code below when I set \var to 1.
Otherwise I have no problem.
The error I got is: Package pgfkeys Error: I do not know the key '/tikz/ '
Could you ...
