summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/AmpTable.m4
blob: b7ff904cfc33f15b5e8583bb37d3f650ee15f955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.PS
# `Amptable.m4'
cct_init
divert(-1)

divert(0)dnl

movewid = 2pt__
{
   {amp ; move ; "{\tt `amp'}" ljust}
   move right_ 2.0
   {amp(,5mm__) ; move ; "\tt `amp'(,5mm\_\_)" ljust}
   move right_ 2.0
   {integrator ; move ; "\tt `integrator'" ljust}
  }
   move down 0.5; right_
{
   {delay(,,fill_(0.9)) ; move ;
    "`\tt\shortstack[l]{delay(,{,}\\ fill\_(0.9))}'" ljust}
   move right_ 2.0
   {delay(,,type=S;body=shaded "blue!25"); move
   "{\tt `delay'(,,type=S;}" ljust "{\tt body=shaded \"blue!25\")}" ljust}
  }

.PE