summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/heater.m4
blob: d3f0f8ee331e3463d0a1379227bf8c568a28c4c4 (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
26
.PS
# heater.m4
cct_init

movewid = 2 pt__
hm = 2.05
right_
{
  {lamp ; move; "`{\tt lamp}'" ljust}
  move right_ 1.5
  {lamp(,T) ; move;"`{\tt lamp(,T)}'" ljust}
  move right_ 1.25
  {thermocouple ; move;" `{\tt thermocouple}'" ljust }
  move right_ hm
  {thermocouple(,,,T) ; move; "`{\tt thermocouple(,{,},T)}'" ljust }
  }
move down 0.25; right_
{
  {heater; move;"`{\tt heater}'" ljust}
  move right_ hm
  {heater(,,,,E); move;"`{\tt heater(,{,},{,}E)}'" ljust}
  move right_ hm+0.4
  {heater(,,,,ET); move;"`{\tt heater(,{,},{,}ET)}'" ljust}
  }

.PE