{pgfkeys} concerns a flexible key management system in TikZ/PGF.

learn more… | top users | synonyms

5
votes
0answers
79 views

Appending to a style that sets code with arguments in pgfkeys

I'm trying to create some templating infrastructure that heavily depends on pgfkeys' styles to easily customise the appearance of how some bits of text are typeset on my document. However, I've run ...
3
votes
0answers
111 views

Back-linking of pgfkeys

Please is there a way to avoid inadvertent cyclic linking of keys in \pgfkeys? A minimal example follows. Here I have keyb<->keya, which took its toll on TeX's capacity. \documentclass{article} ...
2
votes
0answers
63 views

Pass a coordinate via pgfkeys

I'm using 3dplot to draw in 3D. Now I want to define my own environment, called pose, that is supposed to be used inside a tikzpicture-environment. It should perform a coordinate system tansformation ...
2
votes
0answers
63 views

Shorten both ends of a line with on key

Consider the following snippet: \begin{tikzpicture} \def\ptRad{2pt} \fill (0,0) circle (\ptRad); \fill (1,1) circle (\ptRad); \draw[<->, shorten <=\ptRad,shorten >=\ptRad] ...
0
votes
0answers
37 views

Trouble with each nth point {integer}

I am trying to plot a big size vectors using pgfplots but I always I get the following: Package pgfkeys Error: I do not know the key '/tikz/each nth point' and I am going to ignore it.... Is ...