summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/heater.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/heater.m4')
-rw-r--r--graphics/circuit_macros/examples/heater.m426
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/circuit_macros/examples/heater.m4 b/graphics/circuit_macros/examples/heater.m4
deleted file mode 100644
index d3f0f8ee33..0000000000
--- a/graphics/circuit_macros/examples/heater.m4
+++ /dev/null
@@ -1,26 +0,0 @@
-.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