summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/MC.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/MC.m4')
-rw-r--r--graphics/circuit_macros/examples/MC.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/circuit_macros/examples/MC.m4 b/graphics/circuit_macros/examples/MC.m4
index 8c8872b9c9..6e4eb88ea0 100644
--- a/graphics/circuit_macros/examples/MC.m4
+++ b/graphics/circuit_macros/examples/MC.m4
@@ -11,7 +11,7 @@ cct_init
source(right_ dimen_,AC); llabel(,,sprintf("$v_{\char%g}$",96+i))
resistor(right_ dimen_ from Here-(backup/2,0)); if i==1 then { llabel(,R_i)}
inductor(right_ dimen_ from Here-(backup,0),W); if i==1 then { llabel(,L_i)}
- line right_ i*dh; b_current(sprintf("$i_{\char%g}$",96+i)); dot
+ line right_ i*dh; b_current(sprintf("\strut$i_{\char%g}$",96+i)); dot
{ line down (3-i)*dv; capacitor(down_ dimen_)
if i==1 then { rlabel(,C_i) }
if i==2 then { dot(ifgpic(at last line.end)) } \
@@ -26,7 +26,7 @@ cct_init
if i==2 then { dot } else { line down (2-i)*dv }
}}
line from E right dh then down E.y-Here.y
- arrow right dimen_/2 ; { sprintf("$i_{\char%g}\quad$",64+i) above }
+ arrow right dimen_/2 ; { sprintf("\strut$i_{\char%g}\quad$",64+i) above }
resistor(right_ dimen_ from Here-(arrowht/2,0)); if i==1 then {llabel(,R_o)}
inductor(right_ dimen_ from Here-(backup,0),W); if i==1 then {llabel(,L_o)}
source(right_ dimen_,AC); llabel(sprintf("$v_{\char%g}$",64+i))