mir geht es um die Beschriftung von Klemmstellen bei z.B. Schaltern in circuitikz. Bisher habe ich es so gelöst:
\documentclass{standalone} \usepackage{circuitikz} \begin{document} \begin{circuitikz} \draw (0,0) to[normal open switch,n=s] (0,-2) (s)node[above left,yshift=2mm]{14} (s)node[below left,yshift=-2mm]{13}; \end{circuitikz} \end{document}