summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/capns.mac
blob: 13293369e99d05d176fb216cd15f25be29865eb3 (plain)
1
2
3
4
5
6
7
8
9
10
% capacitor VERTICAL
\newsavebox{\capns}
\savebox{\capns}(5,5){
\begin{picture}(5,5)
\put(3.00,0.00){\line(0,1){2.00}}
\put(3.00,3.00){\line(0,1){2.00}}
\put(1.00,2.00){\line(1,0){4.00}}
\put(1.00,3.00){\line(1,0){4.00}}
\end{picture}
}