答案1
对于当前符号,您可以使用数学符号\otimes
和\odot
:)。如需更多信息,您应该提供最小工作示例。了解它后,我(或其他人)可以建议如何绘制这些符号。
编辑:
如果使用ciruitikz
包,您可以在节点中包含这些符号。例如
\node[font=\huge,
label={[align=left]right:CURRENT\\ FLOW OUT}] at (<coordinete>) {$\otimes$};
\node[font=\huge,
label={[align=left]right:CURRENT\\ FLOW IN}] at (<coordinete>) {$\odot$};
或者按照 Alex 的建议:
\node[label={[align=left]right:CURRENT\\ FLOW OUT}] at (<coordinete>) {$\bigotimes$};
\node[label={[align=left]right:CURRENT\\ FLOW IN}] at (<coordinete>) {$\bigodot$};