【发布时间】:2022-01-13 14:06:50
【问题描述】:
如何将当前标签移近当前箭头。 IE。我想将 i_1 移近箭头。
MWE:
\documentclass{standalone}
\usepackage[european,cuteinductors,fetbodydiode,straightvoltages]{circuitikz}
\begin{document}
\begin{figure}[htb]
\centering
\begin{tikzpicture}[scale=0.65, arrowmos]
\coordinate (zero) at (0,0);
\draw (zero) to[R,-*,R=$R_1$,i>_=$i_1$] ++(2.75,2);
\end{tikzpicture}
\end{figure}
\end{document}
我尝试在标签前添加\vspace,但没有成功。
【问题讨论】:
标签: latex label positioning tikz