home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir01 / f008810.re_ / f008810.re
Text File  |  1996-04-02  |  9KB  |  350 lines

  1.  
  2. ; Postscript color example Plotter Configuration file
  3.  
  4. ;
  5. ;       $Logfile:   I:/mgds/plot/pltcfg/pscriptc.plv  $
  6. ;       $Workfile:   pscriptc.plt  $
  7. ;       $Revision:   6.2  $
  8. ;   If you change this file, please do not disturb the above source control
  9. ;   information. It will prove useful in the event that a future release
  10. ;   changes this file.
  11.  
  12. num_pens   = 255                ; Defines pens used
  13. change_pen = both               ; options are color, weight, level or both
  14. model      = postscript        ; plotter model number
  15. driver     = pscript            ; MDL driver to use
  16. rotate=cw            ; clockwise rotation
  17. autocenter            ; Automatically center plot on page
  18. border/pen=1/filename/time    ; leave this out for no border
  19. end_plot=eject            ; Forces a page eject on printer
  20. default_extension/auto_incExt = '000'; default extension for plotfiles
  21. ;
  22. ; To configure a default output file name comment out the default_extension
  23. ; line above and uncomment this line.  "lpt1" may be substituted with any
  24. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  25. ;
  26. ;default_outFile/auto_overwrite = "lpt1"
  27.  
  28. communication = (eol1=13,eol2=0)
  29. ; communication = (handshake=0,baud=9600,par=none,data=8,stop=1)
  30.  
  31. ;  This configuration file contains the necessary records for English
  32. ;  and metric resolutions.  English units are used by default.  To use
  33. ;  the metric setting, comment out all lines in the ENGLISH section and
  34. ;  uncomment the RESOLUTION and SIZE lines in the METRIC section.  The
  35. ;  SIZE records define the plotting area of the page.
  36.  
  37. ; ENGLISH resolution and SIZE records
  38. size=(7.4,10.0)/num=4/off=(.5,.5)/name=letter    ; leave room for border
  39. resolution(IN)=(0.003333333333333333,0.003333333333333333) ;300DPI
  40. ; resolution(IN)=(0.001666666666666666,0.001666666666666666) ;600DPI
  41.  
  42. ; Metric resolution and SIZE records
  43. ; size=(188,254)/num=4/off=(12,12)/name=letter  ; leave room for border
  44. ; resolution(MM)=(0.08466666666666666,0.08466666666666666); 300DPI
  45.  
  46. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  47. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  48. ; also create larger plot files.
  49. stroke_tolerance=10
  50.  
  51. ;  The style records define how the design file line codes (styles)
  52. ;  are to be plotted.  Values are in plotter units (resolutions).
  53. ;  Values determine pen down/up movements, where (10,28) for a dot
  54. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  55. ;  /nohardware switch causes software stroking with these values.
  56. ; This example has the /nohardware option commented
  57. ; out, so the printer will draw the styles.
  58.  
  59. style(1)=(12, 36)    ;/nohardware     ;style = dot
  60. style(2)=(21, 12)    ;/nohardware     ;style = med dash
  61. style(3)=(50, 17)    ;/nohardware     ;style = long dash
  62. style(4)=(33, 12, 8, 12)    ;/nohardware     ;style = dot-dash
  63. style(5)=(17, 17)    ;/nohardware     ;style = short dash
  64. style(6)=(25, 8, 8, 8, 8, 8)  ;/nohardware     ;style = dash-dot-dot
  65. style(7)=(33, 8, 17, 8)    ;/nohardware     ;style = long dash - short dash
  66.  
  67. ;  The weight line determines the number of strokes to use with each weight.
  68. ;  The first position defines weight 0, second weight 1, third weight 2 and
  69. ;  so on up to weight 31. To increase or decrease the number of stokes per
  70. ;  weight, change the number in that position.
  71.  
  72. weight_strokes=(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32)
  73.  
  74. ; The record, hardware_raster, can be used to plot raster element
  75. ; types 87 and 88.  Only black and white plots can be output.
  76. ; Color raster elements will be converted to black during plot creation.
  77. hardware_raster/resolution=300
  78.  
  79. ; for dense filling
  80. pen_width(1)=2
  81. pen_width(2)=2
  82. pen_width(3)=2
  83. pen_width(4)=2
  84. pen_width(5)=2
  85. pen_width(6)=2
  86. pen_width(7)=2
  87. pen_width(8)=2
  88. pen_width(9)=2
  89. pen_width(10)=2
  90. pen_width(11)=2
  91. pen_width(12)=2
  92. pen_width(13)=2
  93. pen_width(14)=2
  94. pen_width(15)=2
  95. pen_width(16)=2
  96. pen_width(17)=2
  97. pen_width(18)=2
  98. pen_width(19)=2
  99. pen_width(20)=2
  100. pen_width(21)=2
  101. pen_width(22)=2
  102. pen_width(23)=2
  103. pen_width(24)=2
  104. pen_width(25)=2
  105. pen_width(26)=2
  106. pen_width(27)=2
  107. pen_width(28)=2
  108. pen_width(29)=2
  109. pen_width(30)=2
  110. pen_width(31)=2
  111. pen_width(32)=2
  112. pen_width(33)=2
  113. pen_width(34)=2
  114. pen_width(35)=2
  115. pen_width(36)=2
  116. pen_width(37)=2
  117. pen_width(38)=2
  118. pen_width(39)=2
  119. pen_width(40)=2
  120. pen_width(41)=2
  121. pen_width(42)=2
  122. pen_width(43)=2
  123. pen_width(44)=2
  124. pen_width(45)=2
  125. pen_width(46)=2
  126. pen_width(47)=2
  127. pen_width(48)=2
  128. pen_width(49)=2
  129. pen_width(50)=2
  130. pen_width(51)=2
  131. pen_width(52)=2
  132. pen_width(53)=2
  133. pen_width(54)=2
  134. pen_width(55)=2
  135. pen_width(56)=2
  136. pen_width(57)=2
  137. pen_width(58)=2
  138. pen_width(59)=2
  139. pen_width(60)=2
  140. pen_width(61)=2
  141. pen_width(62)=2
  142. pen_width(63)=2
  143. pen_width(64)=2
  144. pen_width(65)=2
  145. pen_width(66)=2
  146. pen_width(67)=2
  147. pen_width(68)=2
  148. pen_width(69)=2
  149. pen_width(70)=2
  150. pen_width(71)=2
  151. pen_width(72)=2
  152. pen_width(73)=2
  153. pen_width(74)=2
  154. pen_width(75)=2
  155. pen_width(76)=2
  156. pen_width(77)=2
  157. pen_width(78)=2
  158. pen_width(79)=2
  159. pen_width(80)=2
  160. pen_width(81)=2
  161. pen_width(82)=2
  162. pen_width(83)=2
  163. pen_width(84)=2
  164. pen_width(85)=2
  165. pen_width(86)=2
  166. pen_width(87)=2
  167. pen_width(88)=2
  168. pen_width(89)=2
  169. pen_width(90)=2
  170. pen_width(91)=2
  171. pen_width(92)=2
  172. pen_width(93)=2
  173. pen_width(94)=2
  174. pen_width(95)=2
  175. pen_width(96)=2
  176. pen_width(97)=2
  177. pen_width(98)=2
  178. pen_width(99)=2
  179. pen_width(100)=2
  180. pen_width(101)=2
  181. pen_width(102)=2
  182. pen_width(103)=2
  183. pen_width(104)=2
  184. pen_width(105)=2
  185. pen_width(106)=2
  186. pen_width(107)=2
  187. pen_width(108)=2
  188. pen_width(109)=2
  189. pen_width(110)=2
  190. pen_width(111)=2
  191. pen_width(112)=2
  192. pen_width(113)=2
  193. pen_width(114)=2
  194. pen_width(115)=2
  195. pen_width(116)=2
  196. pen_width(117)=2
  197. pen_width(118)=2
  198. pen_width(119)=2
  199. pen_width(120)=2
  200. pen_width(121)=2
  201. pen_width(122)=2
  202. pen_width(123)=2
  203. pen_width(124)=2
  204. pen_width(125)=2
  205. pen_width(126)=2
  206. pen_width(127)=2
  207. pen_width(128)=2
  208. pen_width(129)=2
  209. pen_width(130)=2
  210. pen_width(131)=2
  211. pen_width(132)=2
  212. pen_width(133)=2
  213. pen_width(134)=2
  214. pen_width(135)=2
  215. pen_width(136)=2
  216. pen_width(137)=2
  217. pen_width(138)=2
  218. pen_width(139)=2
  219. pen_width(140)=2
  220. pen_width(141)=2
  221. pen_width(142)=2
  222. pen_width(143)=2
  223. pen_width(144)=2
  224. pen_width(145)=2
  225. pen_width(146)=2
  226. pen_width(147)=2
  227. pen_width(148)=2
  228. pen_width(149)=2
  229. pen_width(150)=2
  230. pen_width(151)=2
  231. pen_width(152)=2
  232. pen_width(153)=2
  233. pen_width(154)=2
  234. pen_width(155)=2
  235. pen_width(156)=2
  236. pen_width(157)=2
  237. pen_width(158)=2
  238. pen_width(159)=2
  239. pen_width(160)=2
  240. pen_width(161)=2
  241. pen_width(162)=2
  242. pen_width(163)=2
  243. pen_width(164)=2
  244. pen_width(165)=2
  245. pen_width(166)=2
  246. pen_width(167)=2
  247. pen_width(168)=2
  248. pen_width(169)=2
  249. pen_width(170)=2
  250. pen_width(171)=2
  251. pen_width(172)=2
  252. pen_width(173)=2
  253. pen_width(174)=2
  254. pen_width(175)=2
  255. pen_width(176)=2
  256. pen_width(177)=2
  257. pen_width(178)=2
  258. pen_width(179)=2
  259. pen_width(180)=2
  260. pen_width(181)=2
  261. pen_width(182)=2
  262. pen_width(183)=2
  263. pen_width(184)=2
  264. pen_width(185)=2
  265. pen_width(186)=2
  266. pen_width(187)=2
  267. pen_width(188)=2
  268. pen_width(189)=2
  269. pen_width(190)=2
  270. pen_width(191)=2
  271. pen_width(192)=2
  272. pen_width(193)=2
  273. pen_width(194)=2
  274. pen_width(195)=2
  275. pen_width(196)=2
  276. pen_width(197)=2
  277. pen_width(198)=2
  278. pen_width(199)=2
  279. pen_width(200)=2
  280. pen_width(201)=2
  281. pen_width(202)=2
  282. pen_width(203)=2
  283. pen_width(204)=2
  284. pen_width(205)=2
  285. pen_width(206)=2
  286. pen_width(207)=2
  287. pen_width(208)=2
  288. pen_width(209)=2
  289. pen_width(210)=2
  290. pen_width(211)=2
  291. pen_width(212)=2
  292. pen_width(213)=2
  293. pen_width(214)=2
  294. pen_width(215)=2
  295. pen_width(216)=2
  296. pen_width(217)=2
  297. pen_width(218)=2
  298. pen_width(219)=2
  299. pen_width(220)=2
  300. pen_width(221)=2
  301. pen_width(222)=2
  302. pen_width(223)=2
  303. pen_width(224)=2
  304. pen_width(225)=2
  305. pen_width(226)=2
  306. pen_width(227)=2
  307. pen_width(228)=2
  308. pen_width(229)=2
  309. pen_width(230)=2
  310. pen_width(231)=2
  311. pen_width(232)=2
  312. pen_width(233)=2
  313. pen_width(234)=2
  314. pen_width(235)=2
  315. pen_width(236)=2
  316. pen_width(237)=2
  317. pen_width(238)=2
  318. pen_width(239)=2
  319. pen_width(240)=2
  320. pen_width(241)=2
  321. pen_width(242)=2
  322. pen_width(243)=2
  323. pen_width(244)=2
  324. pen_width(245)=2
  325. pen_width(246)=2
  326. pen_width(247)=2
  327. pen_width(248)=2
  328. pen_width(249)=2
  329. pen_width(250)=2
  330. pen_width(251)=2
  331. pen_width(252)=2
  332. pen_width(253)=2
  333. pen_width(254)=2
  334. pen_width(255)=2
  335.  
  336. linecap     = 0                 ; 0=butt, 1=round, 2=square
  337. linejoin    = 2                 ; 0=mitered, 1=round, 2=bevel
  338. miter_limit = 1.415             ; larger values mean longer spikes
  339.                 ; 1=none, 1.415=90deg, 2=60deg, 10=11deg etc.
  340.  
  341. ; Construction/active points are not plotted by default. Uncomment the
  342. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  343. ; point_size = .1
  344.  
  345. ; largest_polygon is used only for element filling.  The value defines
  346. ; the point at which software filling takes over in place of hardware
  347. ; filling.  The value relates to number of vertices used to draw the
  348. ; element.
  349. largest_polygon=1400
  350.