Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3. usepackage{circuitikz}
  4.  
  5. begin{document}
  6. begin{circuitikz}
  7. draw node[ground]{} to [short,*-] (0,0) to [C] (0,2) to [short,-*] (0,2);
  8. node[xshift=1.75cm](0,0){$ leftarrow $ Start ground here};
  9. end{circuitikz}
  10. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement