How come that circuitikz does not give me the vco I intend to build? See this code:
\documentclass[tikz, border=10pt, 12pt]{standalone}
\usepackage{circuitikz}
\usepackage{verbatim}
\begin{document}
\begin{circuitikz}
\draw (1,0) to[vco](5,0);
\end{circuitikz}
\end{document}
But when putting a "R" instead of "vco" it gives me a resistor. Why can't I use vco, lowpass etc? Thanks a lot
EDIT: When I copy+paste the .sty and .cls files from the circuitikz directory into the directory of my project it works. But when I paste the files into my ~/.texmf-var/tex/ dir, it does not work, even if the ksepath-command tells me that this is a directory Tex searches for. Why is that? This is actually another question, but I hope someone helps me anyway. Thanks



vcois quite new, as I didn't know this option (and I needed it some time ago), and it's not in my downloaded manual, but in the online manual. Probably, you do not have the newest version of circuittikz. For me, it also doesn't work. I guess this option just exists in the newest circuitikz version... – crateane Jul 04 '15 at 17:04apt-get install? – crateane Jul 04 '15 at 17:29apt-get remove texlive-baseand then installed it with the installer from https://www.tug.org/texlive/acquire-netinstall.html Now the vco-symbol works ;) – crateane Jul 04 '15 at 18:09mktexlsrif you change something in the installation, but I'm not sure... – crateane Jul 04 '15 at 18:37