有人可以帮我声明这些节点的形状吗?:
需要它们作为创建其他符号形状的模型。挑选那些我无法定义的。抱歉没有 MWE,我可以做一些,但那毫无意义。无论如何,谢谢你帮助我,因为我很快就要准备好接受精神病学治疗了。:(
答案1
检查第二张图片:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\begin{document}
\begin{tikzpicture}[circuit ee IEC]
\draw (0,0) to [resistor={ohm=5}] (1.5,0);
\end{tikzpicture}
\end{document}