divert(-1) mpost.m4 Initialization for metapost. * Circuit_macros Version 6.7, copyright (c) 2009 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. * 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/')')dnl For Unix-like systems #`define(`HOMELIB_',`')')dnl for bash users, but define M4PATH in your bashrc #`define(`HOMELIB_',`C:\Dwight\lib\')')dnl for PCs without M4PATH defined define(`m4picprocessor',dpic) define(`m4postprocessor',mpost) ifdef(`up_',,`include(HOMELIB_`'libgen.m4)divert(-1)')dnl # Note: dpic uses Adobe points for line widths to conform to PSTricks define(`thinlines_',`linethick = 0.4 arrowwid = 0.04*scale; arrowht = 0.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/16)*scale; dnl arrowht = ifelse(`$1',,`0.1',linethick/8)*scale;') divert(0)dnl