Skip to content

Instantly share code, notes, and snippets.

@tausen
Created October 11, 2012 08:35
Show Gist options
  • Select an option

  • Save tausen/3871013 to your computer and use it in GitHub Desktop.

Select an option

Save tausen/3871013 to your computer and use it in GitHub Desktop.

Revisions

  1. tausen revised this gist Oct 11, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.tex
    Original 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$}
    \caption{Pst-circ example}
    \label{putlabelhere}
    \end{pspicture}
    \caption{Pst-circ example}
    \label{putlabelhere}
    \end{centering}
    \end{figure}
  2. tausen created this gist Oct 11, 2012.
    16 changes: 16 additions & 0 deletions gistfile1.tex
    Original 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}