Tagged Questions
5
votes
2answers
444 views
creating a fifo symbol with pgfdeclareshape
I'm compiling with:
pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9 64-bit) (preloaded format=pdflatex 2011.7.8)
pgf 2008/01/15 v2.10 (rcs-revision 1.12)
tikz 2010/10/13 v2.10 (rcs-revision 1.76)
...
2
votes
2answers
104 views
pgfkeys 'filtering state'
Please does anyone know the 'filtering state' referred to in the following code from the pgfkeys-core file?
\def\pgfkeys@install@filter@and@invoke#1{%
\ifpgfkeysfilteringisactive
...
3
votes
1answer
193 views
How to get the tikz/font pgfkey value and pass is to \pgfnode command
Let's say that I'm writing a decoration where I use the \pgfnode command in it. It works well but if I change the pgfkey TikZ/font to any dimension, it is not passed to the nodes in the decoration. ...
2
votes
1answer
641 views
Line with transparence changing with TikZ
I'd like to have a colored line that starts with transparent 100 and ends with trasparent, let's say, 30.
I tried this code:
\documentclass{standalone}
\usepackage{tikz}
...