Created
October 11, 2012 08:35
-
-
Save tausen/3871013 to your computer and use it in GitHub Desktop.
Revisions
-
tausen revised this gist
Oct 11, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,8 @@ \wire[arrows=-o,arrowscale=1.5](3,2)(4,2) \rput(0,2){$V_i$} \rput(4.5,2){$V_o$} \end{pspicture} \caption{Pst-circ example} \label{putlabelhere} \end{centering} \end{figure} -
tausen created this gist
Oct 11, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ \begin{figure}[h!] \begin{centering} \begin{pspicture}(5,3) %\psgrid % uncomment to show grid :) \resistor[dipolestyle=zigzag,labeloffset=0.6](1,2)(3,2){$R_1$} \newcapacitor[arrows=*-](3,2)(3,1){$C_1$} \newground[connectingdot=false](3,1) \wire[arrows=-o,arrowscale=1.5](1,2)(0.5,2) \wire[arrows=-o,arrowscale=1.5](3,2)(4,2) \rput(0,2){$V_i$} \rput(4.5,2){$V_o$} \caption{Pst-circ example} \label{putlabelhere} \end{pspicture} \end{centering} \end{figure}