#circuitikz
1 messages · Page 1 of 1 (latest)
<@&554129321644785664>
<@&554129321644785664>
i tried this
[C,tr circle=true]
but didnt work'
@remote comet
never used circuiTikZ before but this looks like something https://github.com/circuitikz/circuitikz/issues/442
ah okay so how can i apply it
Documentation for circuitikz: http://texdoc.net/pkg/circuitikz
yes i did
node (node[C, tr circle]{})
?
it'd be quicker for you to try it out then for us to come up with an example
fvckewulf
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
@foggy mosswhat you think
what does the error message say
thank you very very very much for ur helpful informations
I mean, you could just draw a circle at the dedicated node
% circuitikz
% \usetikzlibrary{positioning}
\begin{circuitikz}
\coordinate (B) at (5,2);
\coordinate (A) at (0,2);
\coordinate (C) at (2.5, 2);
\draw (0,4)
to [R] (2.5,4)
to [battery1,invert] (5,4) -- (5,0)
to [battery1] (2.5,0)
to [R] (0,0) -- (0,0)-- (0,4);
\draw (A)
to [C] (C)
to [R] (B);
\node at ($(A)!0.5!(C)$) [draw, circle, minimum size = 4em, inner sep = 0pt] {};
\fill (A) circle (2pt) node[left] {A};
\fill (B) circle (2pt) node[right] {B};
\end{circuitikz}
to literally just draw a circle