Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{circuitikz}
  3. usepackage{showframe}
  4.  
  5. begin{document}
  6.  
  7. begin{circuitikz}
  8. draw
  9. (8,2) to [american voltage source, v_<=$omega_RL_qi_q$] (8,4);
  10.  
  11. draw[lightgray,dotted] %or dashed
  12. (8,0) to [american voltage source, v_<=$omega_Rpsi$,color=lightgray] (8,2);
  13. end{circuitikz}
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement