Graphics, Figures & Tables ⇒ Advice on drawing circuit diagram
Advice on drawing circuit diagram
I explored many examples in the tikz package but didn't find anything that can help me draw the attached diagram in latex. Can someone post tips on how to draw the attached image in latex?
Many thanks
- Attachments
-
- Power system diagram
- newdiag.png (2.52 KiB) Viewed 4105 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Advice on drawing circuit diagram
Code: Select all
.PS
cct_init
arrow down dimen_/3 then right_ dimen_*2/3 "$I_i$" above
{ line up_ dimen_*2/3 with .c at Here; "$V_i$" above }
arrowline(right_ dimen_*2/3)
{ down_; resistor(,,E); rlabel(,0.5y_{i0}); ground(,T) }
right_; resistor(,,E); llabel(,y_{ij}); b_current(I_g)
{ down_; resistor(,,E); llabel(,0.5y_{j0}); ground(,T) }
line right_ dimen_*2/3
{ line up dimen_*2/3 with .c at Here; "$V_j$" above }
arrow <- right dimen_*2/3 "$I_j$" above
line up dimen_/3
.PE
Advice on drawing circuit diagram
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
-
- Posts: 1
- Joined: Tue Feb 03, 2015 1:02 am