summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m425
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4
deleted file mode 100644
index 2850ff5ad70..00000000000
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4
+++ /dev/null
@@ -1,25 +0,0 @@
-.PS
-# `Amptable.m4'
-cct_init(svg_font(sans-serif,11bp__))
-
- textwid = 0.7
- movewid = 2pt__
-{
- {amp ; move ; "`amp'" ljust}
- move down 0.4; right_
- {amp(,0.3) ; move ; "`amp'(,0.3)" ljust}
- }
- move right_ 2.0
-{ {delay ; move ; "`delay'" ljust}
- move down 0.4; right_
- {delay(,0.2) ; move ; "`delay'(,0.2)" ljust}
- }
-
- move right_ 2.0
-{ {integrator ; move ; "`integrator'" ljust}
- move down 0.5; right_
- {integrator(,0.3) ; move ; "`integrator'(,0.3)" wid 1.2 at Here ljust}
- }
-
- command "</g>" # end font
-.PE