diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/darrows.m4')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuit-macros/examples/darrows.m4 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/darrows.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/darrows.m4 new file mode 100644 index 00000000000..07c5bfaf228 --- /dev/null +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/darrows.m4 @@ -0,0 +1,61 @@ +.PS +# darrows.m4 +darrow_init + +[ +line thick 0.4 outlined "lightgray" down_ 6 +line thick 0.4 outlined "lightgray" down_ 6 from last line.start+(1,0) +move to 1st line.start +right_ + +linethick = 5 +define(`dlthick',0.25) +linewid = 1 + + { darrow() } +move down 0.4; right_; { darrow(,t) } +move down 0.4; right_; { darrow(,,t) } +move down 0.4; right_; { darrow(,t,t) } +move down 0.4; right_; { darrow(,,,,,,|-) } +move down 0.4; right_; { darrow(,,,,,,!-) } +move down 0.4; right_; { darrow(,,,,,,<-) } +move down 0.4; right_; { darrow(,t,,,,,<-) } +move down 0.4; right_; { darrow(,,t,,,,<-) } +move down 0.4; right_; { darrow(,t,t,,,,<-) } +move down 0.4; right_; { darrow(,,,,,,<-|) } +move down 0.4; right_; { darrow(,,,,,,<-!) } +move down 0.4; right_; { darrow(,,,,,,<->) } +move down 0.4; right_; { darrow(,t,,,,,<->) } +move down 0.4; right_; { darrow(,,t,,,,<->) } +move down 0.4; right_; { darrow(,t,t,,,,<->) } +] + +[ +line thick 0.4 outlined "lightgray" down_ 6 +line thick 0.4 outlined "lightgray" down_ 6 from last line.start+(1,0) +move to 1st line.start +right_ + +linethick = 5 +define(`dlthick',0.25) +linewid = 1 + + { Darrow() } +move down 0.4; right_; { Darrow(,S) } +move down 0.4; right_; { Darrow(,E) } +move down 0.4; right_; { Darrow(,S;E) } +move down 0.4; right_; { Darrow(,ends=|-) } +move down 0.4; right_; { Darrow(,ends=!-) } +move down 0.4; right_; { Darrow(,ends=<-) } +move down 0.4; right_; { Darrow(,S;ends=<-) } +move down 0.4; right_; { Darrow(,E;ends=<-) } +move down 0.4; right_; { Darrow(,S;E;ends=<-) } +move down 0.4; right_; { Darrow(,ends=<-|) } +move down 0.4; right_; { Darrow(,ends=<-!) } +move down 0.4; right_; { Darrow(,ends=<->) } +move down 0.4; right_; { Darrow(,S;ends=<->) } +move down 0.4; right_; { Darrow(,E;ends=<->) } +move down 0.4; right_; { Darrow(,S;E;ends=<->) } +] with .nw at last [].ne+(0.5,0) + +.PE |