To test curcuit library in the pgf package I draw a simple curcuit, containing resistor which is connected to inductor (p. 289, pgfmanual.pdf, current version).
Code: Select all
\documentclass[12pt]{report}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\begin{document}
\begin{tikzpicture}[circuit ee IEC]
\draw (0,1) to [resistor] (2,1) to[inductor] (4,1);
\end{tikzpicture}
\end{document}
Code: Select all
!Package pgfkeys Error: i do not know the key 'pgf/decoration/mark connection node'
Thank you.
P.S. I use MIKTex (Windows) and the latest version of tikz.