Skip to content

Instantly share code, notes, and snippets.

@monhime
Created January 14, 2020 12:51
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/cbd16b719eaf2529b9a4c2cdba3d1f6d to your computer and use it in GitHub Desktop.
Save monhime/cbd16b719eaf2529b9a4c2cdba3d1f6d to your computer and use it in GitHub Desktop.
\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)
to[short, o-*] ++(1,0)
to[R=$R$,*-*]++(4,0)
to[short,*-o]++(1,0)
(0,2)to[short, o-*] ++(1,0)
to[R=$R$,*-*]++(4,0)
to[short,*-o]++(1,0)
(1,2)to[C]++(2,-1)
to[short]++(2,-1)
(5,2)to[C=$C$]+(-2,-1)
to[short]+(-2,-1)
(0,0)to[open,v=$V_1$](0,2)
(6,0)to[open,v=$V_2$](6,2);
;
\end{circuitikz}
\caption{全域通過型}
\label{fig7}
\end{center}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment