I have trouble printing ICs with CircuiTikz. Most parts work fine but I can't set \ctikzset options as well as dipchips.
Any ideas? Thanks a lot!
MWE (copy-paste 1st example, p. 91 of the manual)
\documentclass{scrartcl}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz}
\ctikzset{multipoles/thickness=4}
\ctikzset{multipoles/external pins thickness=2}
\draw (0,0) nodedipchip,
num pins=12,
hide numbers,
external pins width=0.3,
external pad fraction=4 {IC1};
\draw (C.pin 1) -- ++(-0.5,0) to[R]
++(0,-3) node[ground]{};
\node [right, font=\tiny]
at (C.bpin 1) {RST};
\end{circuitikz}
\end{document}
Package pgfkeys Error: I do not know the key '/tikz/dipchip' and I am going to ignore it. Perhaps you misspelled it.
Package pgfkeys Error: I do not know the key '/tikz/circuitikz/multipoles/thickness', to which you passed '4', and I am going to ignore it. Perhaps you misspelled it.
[...]
Package PGF Math Error: Unknown function `pin' (in 'pin 1').
[...]