Skip to content

Instantly share code, notes, and snippets.

@monhime
Last active January 14, 2020 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monhime/bc745a3821690d7701876962753cd88a to your computer and use it in GitHub Desktop.
Save monhime/bc745a3821690d7701876962753cd88a to your computer and use it in GitHub Desktop.
Circuitikzの使用例1
\documentclass[10pt, a4paper, titlepage, uplatex]{jsarticle}
\usepackage{amsmath,ams symb}
\usepackage[dvipdfmx]{graphicx}
\usepackage{circuitikz}
\begin{document}
\begin{figure}[htbp]
\begin{center}
\begin{circuitikz}[american currents]
\draw(0,0)
(1,0)to[short, *-] (0,0)
to[generic=$\frac{\dot{Z_0}}{4}$,i=$2\dot{I}_0$,-](0,3)
to[short,-*](1,3)
(1,0)to[open,v=$\frac{1}{2}\dot{V}_0$](1,3)
(1,4)to[short, *-] (0,4)
to[generic=$\dot{Z}_2$,i=$\dot{I}_2$,-](0,7)
to[short,-*](1,7)
(1,4)to[open,v=$\dot{V}_2$](1,7)
(1,8)to[short, *-] (0,8)
to[sV=$\dot{E}_a$] (0,10)
to[generic=$\dot{Z}_1$,-](0,12)
to[short,i=$\dot{I}_1$,-*](1,12)
(1,8)to[open,v=$\dot{V}_1$](1,12)
(1,12)to[short,-*](3,12)
to[short](4,12)
to[short](4,0)
to[short](1,0)
(1,3)to[short](3,3)
to[short](3,8)
to[short](1,8)
(1,4)to[short,-*](3,4)
(1,7)to[short](2,7)
to[short](2,13)
to[short](3,13)
to[short](3,12)
;
\end{circuitikz}
\caption{二相短絡一相地絡の対称分回路}
\label{fig1}
\end{center}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment