summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex')
-rw-r--r--Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex60
1 files changed, 0 insertions, 60 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
index 6d5d09aeb50..e8feabfc80c 100644
--- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
+++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
@@ -501,65 +501,5 @@
}
-% oscillator
-\pgfdeclareshape{oscillator}{
- \anchor{center}{
- \pgfpointorigin
- }
- \anchor{north}{
- \pgf@x=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@x=-0.5\pgf@x
- \pgf@y=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@y=0.5\pgf@y
- }
- \anchor{south}{
- \pgf@x=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@x=-0.5\pgf@x
- \pgf@y=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@y=-0.5\pgf@y
- }
- \anchor{east}{
- \pgfpointorigin
- \pgf@x=-\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- }
- \anchor{west}{
- \pgfpointorigin
- }
- \anchor{text}{
- \pgf@x=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@x=-2\pgf@x
- \advance \pgf@x by -.5\wd\pgfnodeparttextbox
- \pgf@y=-\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \advance \pgf@y by -1.5\ht\pgfnodeparttextbox
- }
- \behindforegroundpath{
- \pgf@circ@res@step=\ctikzvalof{monopoles/oscillator/width}\pgf@circ@Rlen
- \pgf@circ@res@step=.5\pgf@circ@res@step
-
- \pgfscope
- \pgfpathmoveto{\pgfpointorigin}
- \pgfstartlinewidth=\pgflinewidth
-
- % draw circle
- \pgfsetlinewidth{\pgfkeysvalueof{/tikz/circuitikz/bipoles/thickness}\pgfstartlinewidth}
- \pgfpathcircle{\pgfpoint{-\pgf@circ@res@step}{0}} {\pgf@circ@res@step}
- \pgfusepath{draw}
-
- % draw inner sine waves
- \pgfsetdash{}{0pt} % always draw solid line for inner symbol
- \pgfsetlinewidth{\pgfstartlinewidth}
-
- \pgfpathmoveto{\pgfpoint{-1.5\pgf@circ@res@step}{0\pgf@circ@res@step}}
- \pgfpathsine{\pgfpoint{.25\pgf@circ@res@step}{.25\pgf@circ@res@step}}
- \pgfpathcosine{\pgfpoint{.25\pgf@circ@res@step}{-.25\pgf@circ@res@step}}
- \pgfpathsine{\pgfpoint{.25\pgf@circ@res@step}{-.25\pgf@circ@res@step}}
- \pgfpathcosine{\pgfpoint{.25\pgf@circ@res@step}{.25\pgf@circ@res@step}}
- \pgfusepath{draw}
-
- \pgfsetlinewidth{\pgfstartlinewidth}
-
- \endpgfscope
- }
-}
\endinput