summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-11 21:11:43 +0000
committerKarl Berry <karl@freefriends.org>2023-03-11 21:11:43 +0000
commit6bc45f3087df0ce19bdf3c57a0aec55944ec40ed (patch)
tree3faac3b12b92fc4ba09b62c0472a9b3654dada6a /Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4
parent86d58778de06c53c2e0b20f25556b96619a2dc42 (diff)
circuit-macros (11mar23)%
git-svn-id: svn://tug.org/texlive/trunk@66549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m442
1 files changed, 36 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4
index ef8cd718249..3d90b71eb43 100644
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/MoreTable.m4
@@ -1,15 +1,44 @@
.PS
-# MoreTable.m4
+# heater.m4
cct_init
+Heater: [
+ 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.4; 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
+#.PS
+## MoreTable.m4
+#cct_init
+
+More: [
movewid = 2 pt__
hm = 2.05
vm = 0.28
-{ right; {lamp ; move;"`{\tt lamp}'" ljust}
- move right_ hm
- {thermocouple ; move;"`{\tt thermocouple}'" ljust }
-}
- move down 0.25; right_
+#{ right; {lamp ; move;"`{\tt lamp}'" ljust}
+# move right_ hm
+# {thermocouple ; move;"`{\tt thermocouple}'" ljust }
+#}
+# move down 0.25; right_
{ {memristor ; move;"`{\tt memristor}'" ljust}
move right_ hm
{heater; move;"`{\tt heater}'" ljust}
@@ -36,4 +65,5 @@ vm = 0.28
{xtal(,type=R;outerdiam=0.2) ; move ;"`{\tt xtal(,type=R)}'" ljust}
}
+] with .nw at Heater.sw+(0,-0.2)
.PE