summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m426
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m4 b/Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m4
new file mode 100644
index 00000000000..da22dbabc6d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuit-macros/doc/heaterMan.m4
@@ -0,0 +1,26 @@
+.PS
+# heaterMan.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