diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-02-25 16:25:18 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-02-25 16:25:18 -0500 |
commit | b38b441035190e477078c65d3b6e07bf2df1b243 (patch) | |
tree | 4d2abb24cddc986cf968711a100074e39dc62406 |
Initial commit
The contents of circuit.pic was pulled from a troff file I had been
working on, in order to remove these defines from the main file.
-rw-r--r-- | circuit.pic | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/circuit.pic b/circuit.pic new file mode 100644 index 0000000..b495de3 --- /dev/null +++ b/circuit.pic @@ -0,0 +1,21 @@ +.\" Circuits components +.PS +lineht = 0.25 +linewid = 0.25 +define batt {move down .1; line up .2; move down .1 + move right .05 down .03333; + line up .066666; move down 0.03333; + move left .025 down .2; "$1" + move up .2 right 0.025;} +define cap {move down .05; line up .1; move down .05 + move right .05 down .05; + line up .1; move down .05; move left .025 down .15; "$1"; + move up .15 right 0.025;} +define point {circle radius .0175 fill 1 at last line .end + "$1" above at last circle .n + " $2" ljust at last circle .w + "$3" below at last circle .s + "$4 " rjust at last circle .e + move to last circle} + +.PE |