From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/circuit_macros/gpic.m4 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 graphics/circuit_macros/gpic.m4 (limited to 'graphics/circuit_macros/gpic.m4') diff --git a/graphics/circuit_macros/gpic.m4 b/graphics/circuit_macros/gpic.m4 new file mode 100644 index 0000000000..7202ce6e15 --- /dev/null +++ b/graphics/circuit_macros/gpic.m4 @@ -0,0 +1,26 @@ +divert(-1) + gpic.m4 Initialization for gpic. + +* Circuit_macros Version 9.0, copyright (c) 2019 J. D. Aplevich under * +* the LaTeX Project Public License. The files of this distribution may * +* be redistributed or modified provided that this copyright notice is * +* included and provided that modifications are clearly marked to * +* distinguish them from this distribution. There is no warranty * +* whatsoever for these files. * + +define(`m4picprocessor',gpic) +define(`m4postprocessor',tpic) + +ifdef(`libgen_',,`include(libgen.m4)divert(-1)')dnl + +define(`thinlines_',`linethick=0.4 + arrowwid = 0.05*2/3*scale; arrowht = 0.1*2/3*scale;') + +define(`thicklines_',`linethick = 0.8 + arrowwid = 0.05*scale; arrowht = 0.1*scale;') + +define(`linethick_',`linethick=ifelse(`$1',,`0.8',`$1') + arrowwid = ifelse(`$1',,`0.05',linethick/0.8*0.05)*scale; dnl + arrowht = ifelse(`$1',,`0.1',linethick/0.8*0.1)*scale;') + +divert(0)dnl -- cgit v1.2.3