Tagged Questions
3
votes
1answer
157 views
How to put label and voltage on same object in CircuiTikZ?
If I type the following code there is no problem:
\begin{circuitikz}[american]
\draw (0,0) to[R, l^=$R_4$, v=$V_1^+$, -*] (0,2) --(0,4);
\end{circuitikz}
But the polarity is not the one I need. And ...
2
votes
1answer
141 views
Reverse labels without reversing the coordinates in circuitikz
How do I flip the label to the bottom without having to flip the coordinates?
\documentclass[preview, american, convert]{standalone}
\usepackage[siunitx]{circuitikz}
\begin{document}
...
1
vote
2answers
453 views
Spacing circuit element labels from their elements with CircuiTikz
I want to draw a resistor with a resistance value showing and a voltage label showing as well. This is content-wise an MWE of everything I want:
\documentclass{article}
...