summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/AmpTableMan.m4
blob: e820f8d1a9374a1b241a06d96127795b40ea485b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.PS
# `AmptableMan.m4'
cct_init
movewid = 2pt__
{  
   {amp ; move ; "{\tt `amp'}" ljust}
   move down 0.4; right_
   {amp(,0.3) ; move ; "\tt `amp'(,0.3)" ljust}
   }
   move right_ 2.0
{  {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}
   move down 0.5; right_
   {integrator(,0.3) ; move ; "\tt `integrator'(,0.3)" wid 82pt__ ljust}
   }

.PE