summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/AmpTable.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/AmpTable.m4')
-rw-r--r--graphics/circuit_macros/examples/AmpTable.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/circuit_macros/examples/AmpTable.m4 b/graphics/circuit_macros/examples/AmpTable.m4
index c94f682cbc..023533c634 100644
--- a/graphics/circuit_macros/examples/AmpTable.m4
+++ b/graphics/circuit_macros/examples/AmpTable.m4
@@ -5,18 +5,19 @@ movewid = 2pt__
{
{amp ; move ; "{\tt `amp'}" ljust}
move down 0.4; right_
- {amp(,0.3) ; move ; "{\tt `amp'(,0.3)}" ljust}
+ {amp(,0.3) ; move ; "\tt `amp'(,0.3)" ljust}
}
move right_ 2.0
-{ {delay ; move ; "{\tt `delay'}" ljust}
+{ {delay(,,fill_(0.9)) ; move ;
+ "`\tt\shortstack[l]{delay(,{,}\\ fill\_(0.9))}'" ljust}
move down 0.4; right_
{delay(,0.2) ; move ; "{\tt `delay'(,0.2)}" ljust}
}
move right_ 2.0
-{ {integrator ; move ; "{\tt `integrator'}" ljust}
+{ {integrator ; move ; "\tt `integrator'" ljust}
move down 0.5; right_
- {integrator(,0.3) ; move ; "{\tt `integrator'(,0.3)}" wid 82pt__ ljust}
+ {integrator(,0.3) ; move ; "\tt `integrator'(,0.3)" wid 82pt__ ljust}
}
.PE