summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/heaterMan.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/doc/heaterMan.m4')
-rw-r--r--graphics/circuit_macros/doc/heaterMan.m434
1 files changed, 20 insertions, 14 deletions
diff --git a/graphics/circuit_macros/doc/heaterMan.m4 b/graphics/circuit_macros/doc/heaterMan.m4
index da22dbabc6..862486a0df 100644
--- a/graphics/circuit_macros/doc/heaterMan.m4
+++ b/graphics/circuit_macros/doc/heaterMan.m4
@@ -2,25 +2,31 @@
# heaterMan.m4
cct_init
-movewid = 2 pt__
-hm = 2.05
-right_
{
- {lamp ; move; "`{\tt lamp}'" ljust}
+ {E: lamp(,,shaded "yellow")
+ "`\tt\shortstack[l]{lamp(,{,}\\\;shaded \"yellow\")}'" ljust below \
+ at E.start -(textoffset,0) }
move right_ 1.5
- {lamp(,T) ; move;"`{\tt lamp(,T)}'" ljust}
+ {E: lamp(,T)
+ "`\tt lamp(,T)'" ljust below at E.start -(textoffset,0)}
+ move right_ 1.0
+ {E: thermocouple
+ "`\tt thermocouple'" ljust below at E.start -(textoffset,0)}
move right_ 1.25
- {thermocouple ; move;" `{\tt thermocouple}'" ljust }
- move right_ hm
- {thermocouple(,,,T) ; move; "`{\tt thermocouple(,{,},T)}'" ljust }
+ {E: thermocouple(,,,T)
+ "`\tt thermocouple(,{,},T)'" ljust below at E.start -(textoffset,0) }
}
-move down 0.25; right_
+move down 0.5; 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}
+ {E: heater(,,,,shaded "red!50")
+ "`\tt\shortstack[l]{heater(,{,},{,}\\ \;shaded \"red!50\")}'" ljust below \
+ at (E.start-(textoffset,0),last [].sw)}
+ move right_ 1.5
+ {E: heater(,,,,E); move;"`{\tt heater(,{,},{,}E)}'" ljust below \
+ at E.start -(textoffset,0) }
+ move right_ 1.5
+ {E: heater(,,,,ET); move;"`{\tt heater(,{,},{,}ET)}'" ljust below \
+ at E.start -(textoffset,0) }
}
.PE