********************************************************************* *** This default config.ps (originally of Russel Lang, I think) *** has some changes with respect for PCTeX. *** If an entry occurs twice, the second is intend for PCTeX. *** I don't use it, please check about errors in the pathes and so on *** and tell me corrections by email. *** *** This config.ps file (and dvips's internal defaults!) make use of *** environment variables EMTEXDIR, DVIDRVGRAPH, GS_LIB and DVIDRVFONTS. *** *** EMTEXDIR and DVIDRVFONTS MUST contain only ONE path entry for *** letting maketexp.{bat,cmd} and this config.ps work correctly !!! *** *** G. Sawade 2-Nov-1995 ********************************************************************* W *** HP LaserJet/300dpi *** * Claim approx 700 kbytes memory m 700000 * Default resolution. D 300 * Default metafont mode (defined in emTeX's local.mf) M laserjet * Use the BSR type 1 versions of the CM fonts p +PSFONTS.CMZ * Paths (uncomment and edit if you need these) * ^^^^^^^^^ means delete the '*' (gs :) * Due to dvips's new method of expanding $(FOO) into FOO's value * I changed the pathes with respect for emTeX's environment T $(EMTEXDIR)\TFM! *T c:\emtex\tfm\dvips;c:\pctex\textfms *** ATTENTION ATTENTION: DVIDRVFONTS is allowed only to contain a single path !!! V $(DVIDRVFONTS)\vf! *V c:\texfonts\vf P $(DVIDRVFONTS)\%d\%f.pk *P c:\pctex\pixel\dpi%d\%f.%p L $(DVIDRVFONTS)\;lj_base;lj_more **** When you want to use the psnfss.map, remove the comment here *p +psnfss.map S .;$(EMTEXDIR)\TEXINPUT!!;$(DVIDRVGRAPH) *S .;c:\emtex\texinput\dvips;c:\pctex\texinput;c:\pctex\latex H .;$(EMTEXDIR)\data\dvips;$(DVIDRVGRAPH);$(DVIDRVFONTS)\ps;$(GS_LIB) *H .;c:\emtex\data\dvips * Compress fonts Z * * Paper size information. First definition is the default. * * If your default is a4 uncomment the following definition * and comment out the letterSize definition. *@ a4size 210mm 297mm *@+ %%PaperSize: a4 @ letterSize 8.5in 11in @+ %%PaperSize: Letter @ letter 8.5in 11in @+ %%BeginPaperSize: Letter @+ letter @+ %%EndPaperSize @ legal 8.5in 14in @+ ! %%DocumentPaperSizes: Legal @+ %%BeginPaperSize: Legal @+ legal @+ %%EndPaperSize @ ledger 17in 11in @+ ! %%DocumentPaperSizes: Ledger @+ %%BeginPaperSize: Ledger @+ ledger @+ %%EndPaperSize @ tabloid 11in 17in @+ ! %%DocumentPaperSizes: Tabloid @+ %%BeginPaperSize: Tabloid @+ 11x17 @+ %%EndPaperSize @ a4 210mm 297mm @+ ! %%DocumentPaperSizes: a4 @+ %%BeginPaperSize: a4 @+ a4 @+ %%EndPaperSize @ a3 297mm 420mm @+ ! %%DocumentPaperSizes: a3 @+ %%BeginPaperSize: a3 @+ a3 @+ %%EndPaperSize @ unknown 0in 0in @+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin { @+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known @+ { hsize vsize statusdict begin { setpage } stopped pop end } if } if