summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/control.m422
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4
index db6a5940cc1..e42a63edecd 100644
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/control.m4
@@ -22,7 +22,7 @@ S1: circle
arrow right from S2.e "$u(s)$" above
box "$G(s)$"
arrow right ; "$y(s)$" above rjust at Here+(0,2pt__)
- arrow down boxht*3/2 from last arrow.c then left last arrow.c.x-S1.x \
+ arrow down boxht*5/4 from last arrow.c then left last arrow.c.x-S1.x \
then to S1.s
"$-\;$" below rjust
]
@@ -139,13 +139,13 @@ boxht = 0.4
boxwid = boxht
circlerad = boxht*0.4
-define summer { circle
- {line from last circle.nw to last circle.se
- line from last circle.sw to last circle.ne
- "$$1$" at last circle.n below
- "$$2$" at last circle.s above
- "$$3$" at last circle.e rjust
- "$$4$" at last circle.w ljust}
+define summer { [ C: circle
+ line from C.nw to C.se
+ line from C.sw to C.ne
+ "$$1$" at C.n+(0,1bp__) below
+ "$$2$" at C.s-(0,1bp__) above
+ "$$3$" at C.e+(1bp__,0) rjust
+ "$$4$" at C.w-(1bp__,0) ljust ]
}
define doublebox {[box "$$1$"; arrow; box "$$2$"]}
@@ -162,17 +162,17 @@ T: doublebox(H_3,H_4)
Y: Here
arrow
"$S_1$" above
-R1: box "$R_1$" at (T.x,T.y+boxht*3/2)
+R1: box "$R_1$" at (T.x,T.y+boxht*5/4)
arrow from Y to (Y,R1) then to R1.e
arrow from R1.w to (S2,R1) then to S2.n
"$n_1$" ljust at S2.n+(0,boxht/2)
left
-Rf: doublebox(R_2,R_3) at ((S1.x+T.x)/2,T.y-boxht*3/2)
+Rf: doublebox(R_2,R_3) at ((S1.x+T.x)/2,T.y-boxht*5/4)
arrow from T to (T,Rf) then to Rf.e
arrow from Rf.w to (S1,Rf) then to S1.s
"$n_2$" at S1.s+(0,-boxht/2) ljust
] with .nw at Observer.sw + (0,-0.3)
- "(c) A multiblock example" below ljust at Multiblock.sw+(0,-5pt__)
+ "(c) A multiblock example" below ljust at Multiblock.sw+(0,-3pt__)
')
# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . #