summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m430
1 files changed, 14 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4 b/Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4
index c4b21319023..eed90cf6213 100644
--- a/Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4
+++ b/Master/texmf-dist/doc/latex/circuit-macros/doc/EmarrowsMan.m4
@@ -1,30 +1,28 @@
.PS
-# `Emarrows.m4'
+# `EmarrowsMan.m4'
cct_init
+
hskip = 0.6
-[
- { em_arrows(N)
- box dotted wid last [].wid ht last [].ht at last [].c
+ { A: em_arrows()
+ box dotted wid A.wid ht A.ht at A.c
thinlines_
- arrow <- left 0.15 from last [].Head; "\sl Head" wid 0.31 rjust
- arrow <- down 0.12 from last [].Tail; "\sl Tail" below
- "\sl A1" rjust below at last [].A1.c
- "\sl A2" ljust above at last [].A2.c
+ arrow <- left 0.15 from A.Head; "\sl Head" wid 0.31 rjust
+ arrow <- right 0.12 from A.Tail; "\sl Tail" ljust
+ arrow <- left 0.15 from 0.6 between A.A1.end and A.A1.start; "\sl A1" rjust
+ arrow <- right 0.15 up 0.07 from A.A2; "\sl A2" ljust
thicklines_
- move down 0.25 from last [].s
- move up 0.2 from last [].n
- "\tt em\_arrows(N)" at last [].s+(0,-0.20) below }
+ move down 0.25 from A.s
+ move up 0.2 from A.n
+ "\tt em\_arrows(N)" at A.s+(0,-4bp__) below }
{ em_arrows(ND,45) with .sw at last [].se+(hskip*1.5,0)
- "\tt em\_arrows(ND,45)" at last [].s below }
+ "\tt $\ldots$(ND,45)" at last [].s below }
{ em_arrows(I) with .sw at last [].se+(hskip,0)
"\tt $\ldots$(I)" at last [].s below }
{ em_arrows(ID) with .sw at last [].se+(hskip,0)
"\tt $\ldots$(ID)" at last [].s below }
{ em_arrows(E) with .sw at last [].se+(hskip,0)
"\tt $\ldots$(E)" at last [].s below }
- { em_arrows(ED) with .sw at last [].se+(hskip,0)
- "\tt $\ldots$(ED)" at last [].s below }
- ]
-#showbox_
+ { A: em_arrows(NT) with .sw at last [].se+(hskip,0)
+ "\tt $\ldots$(NT)" at last [].s below }
.PE