From 3c87631320d19f79abd7239fa752454978f37ce6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Mar 2023 21:14:53 +0000 Subject: circuit-macros (11mar23) (branch) git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66556 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/circuit-macros/examples/dpv/FusesDPV.m4 | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (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 index f45d0461beb..008a5cdc92d 100644 --- a/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/FusesDPV.m4 @@ -4,7 +4,8 @@ cct_init(svg_font(sans-serif,11bp__)) movewid = 0.25 - {fuse ; {"`fuse'" at last line.c+(0,-0.2)} + { + fuse ; {"`fuse'" at last line.c+(0,-0.2)} move fuse(,D) ; {"`fuse(,D)'" at last line.c+(0,-0.2)} move @@ -18,21 +19,28 @@ movewid = 0.25 } move down; right_ { - cbreaker; {"`cbreaker'" at last line.c+(0,-0.25)} + fuse(,HB) ; {"`fuse(,HB)'" at last line.c+(0,-0.2)} + move + fuse(,HC,0.5,0.3) ; {"`...(,HC,0.5,0.3)'" at last line.c+(0,-0.25)} move - cbreaker(,R); {"`cbreaker(,R)'" at last line.c+(0,-0.25)} + cbreaker; {"`cbreaker'" at last line.c+(0,-0.2)} move - cbreaker(,,D); {"`...(,,D)'" at last line.c+(0,-0.25)} + cbreaker(,R,D); {"`...(,R,D)'" at last line.c+(0,-0.2)} move - cbreaker(,,T); {"`...(,,T)'" at last line.c+(0,-0.25)} + cbreaker(,,T); {"`...(,,T)'" at last line.c+(0,-0.2)} move - cbreaker(,,TS); {"`...(,,TS)'" at last line.c+(0,-0.25)} + cbreaker(,,TS); {"`...(,,TS)'" at last line.c+(0,-0.2) } } move down; right_ { - fuse(,HB) ; {"`fuse(,HB)'" at last line.c+(0,-0.2)} + jumper ; {"`jumper'" at last line.c+(0,-0.2) } + move + jumper(,CJBED) ; {"`...(,CJBED)'" 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)} + jumper(,body=outlined "gray" shaded "gray") + { "`...(,body=outlined \"gray\" 'svg_backsl" wid 122bp__ \ + with .w at (last line.start, last "") + "` shaded \"gray\")'" at last "".sw+(0,-10bp__) ljust } } command "" # end font -- cgit v1.2.3