divert(-1) mfpic.m4 Initialize macros for mfpic. * Circuit_macros Version 5.2, copyright (c) 2002 J. D. Aplevich. * * The files of this distribution can 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. * Installation directory. You can set this to the null string if you use an environment variable to tell m4 where to search: ifdef(`HOMELIB_',, `define(`HOMELIB_',`/u/aplevich/lib/')') # `define(`HOMELIB_',`F:\home\lib\')') define(`mfpic_',) undefine(`gpic_') undefine(`pstricks_') ifdef(`right_',,`include(HOMELIB_`'libgen.m4)')dnl divert(-1) define(`thinlines_',`linethick = 0.4 \pen{0.4pt} ') define(`thicklines_',`linethick = 0.8 \pen{0.9pt} % for the same width as pstricks, gpic at 0.8pt on my printer ') define(`linethick_',`linethick = ifelse(`$1',,`0.8',`$1') \pen{ifelse(`$1',,`0.9',`$1')pt} ') divert(0)dnl