summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/OpampSVG.m4
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-01 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2022-12-01 03:01:22 +0000
commit77362f5f4b083c21c2044b0c54d228da42804c72 (patch)
tree232ef82c01eeddcc36e279df6e98c1ac6299ea8d /graphics/circuit_macros/examples/svg/OpampSVG.m4
parentcb9bbbf5f4fdb303e5da460ebf17b50811d06a6a (diff)
CTAN sync 202212010301
Diffstat (limited to 'graphics/circuit_macros/examples/svg/OpampSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/OpampSVG.m435
1 files changed, 0 insertions, 35 deletions
diff --git a/graphics/circuit_macros/examples/svg/OpampSVG.m4 b/graphics/circuit_macros/examples/svg/OpampSVG.m4
deleted file mode 100644
index 7137e428ce..0000000000
--- a/graphics/circuit_macros/examples/svg/OpampSVG.m4
+++ /dev/null
@@ -1,35 +0,0 @@
-.PS
-# Opamp.m4
-cct_init(svg_font(sans-serif,11bp__))
-
- A: opamp
- thinlines_
- "`opamp'" at A.s-(0,0.25)
- "Out" below at A.Out
- spline <- from A.In1 left 0.1 then up 0.1 left 0.1
- "In1" wid 0.25 rjust above
- spline <- from A.In2 left 0.1 then down 0.1 left 0.1
- "In2" rjust below
- arrow <- up 0.1 right 0.1 from A.E1
- "E1" ljust above
- arrow <- down 0.1 right 0.1 from A.E2
- "E2" ljust below
- thicklines_
- Point_(15)
- B: opamp(,,,,PR) with .sw at A.se+(0.65,0)
- thinlines_
- "`Point_(15); opamp(,,,,PR)'" at B.s-(0,0.25)
- spline <- right arrowht up arrowht from B.V1 then right 0.1
- "V1" ljust
- spline <- right arrowht down arrowht from B.V2 then right 0.1
- "V2" ljust
- thicklines_
- Point_(90)
- C: opamp with .sw at B.se+(1.05,0)
- "`Point_(90); opamp'" at C.s-(0,0.25)
- right_
- D: opamp(,,,,T) with .sw at C.se+(0.65,0)
- "`opamp(,,,,T)'" wid 0.85 at D.s-(0,0.25)
-
- command "</g>" # end font
-.PE