From b38b441035190e477078c65d3b6e07bf2df1b243 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 25 Feb 2019 16:25:18 -0500 Subject: 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. --- circuit.pic | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 circuit.pic 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 -- cgit v1.1