From e25c6ee4ea5169bf31ab28ebddcc94c8b4992453 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Sep 2019 22:33:48 +0000 Subject: circuit-macros (all except boxdims.sty in doc due to generic file names) git-svn-id: svn://tug.org/texlive/trunk@52035 c570f23f-e606-0410-a88d-b1316a301751 --- .../circuit-macros/examples/svg/AmpTableSVG.m4 | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4 (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4') 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 new file mode 100644 index 00000000000..2850ff5ad70 --- /dev/null +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/AmpTableSVG.m4 @@ -0,0 +1,25 @@ +.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 "" # end font +.PE -- cgit v1.2.3