From 8624a5d970faf95011e4ab23ae9e567bc93a8575 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Nov 2022 20:30:02 +0000 Subject: circuit_macros (30nov22) git-svn-id: svn://tug.org/texlive/trunk@65149 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/circuit-macros/examples/dpv/FusesDPV.m4 | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4') diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 new file mode 100644 index 00000000000..f45d0461beb --- /dev/null +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 @@ -0,0 +1,39 @@ +.PS +# `FusesDPV.m4' +cct_init(svg_font(sans-serif,11bp__)) + +movewid = 0.25 + + {fuse ; {"`fuse'" at last line.c+(0,-0.2)} + move + fuse(,D) ; {"`fuse(,D)'" at last line.c+(0,-0.2)} + move + fuse(,B) ; {"`fuse(,B)'" at last line.c+(0,-0.2)} + move + fuse(,C) ; {"`fuse(,C)'" at last line.c+(0,-0.2)} + move + fuse(,S) ; {"`fuse(,S)'" at last line.c+(0,-0.2)} + move + fuse(,SB) ; {"`fuse(,SB)'" at last line.c+(0,-0.2)} + } + move down; right_ + { + cbreaker; {"`cbreaker'" at last line.c+(0,-0.25)} + move + cbreaker(,R); {"`cbreaker(,R)'" at last line.c+(0,-0.25)} + move + cbreaker(,,D); {"`...(,,D)'" at last line.c+(0,-0.25)} + move + cbreaker(,,T); {"`...(,,T)'" at last line.c+(0,-0.25)} + move + cbreaker(,,TS); {"`...(,,TS)'" at last line.c+(0,-0.25)} + } + move down; right_ + { + fuse(,HB) ; {"`fuse(,HB)'" at last line.c+(0,-0.2)} + move + fuse(,HC,0.5,0.3) ; {"`(,HC,0.5,0.3)'" ljust at last line.start+(0,-0.25)} + } + + command "" # end font +.PE -- cgit v1.2.3