% Prototype Dvips configuration file. % How to print, maybe with lp instead lpr, etc. % o |lpr % use dvips as a filter f % Default resolution of this device, in dots per inch. D 300 % Metafont mode. (This is completely different from the -M command-line % option, which controls whether MakeTeXPK is invoked.) Get % `ftp://ftp.tug.org/tex/modes.mf' for a list of mode names. This mode % and the D number above must agree, or MakeTeXPK will get confused. M cx % Memory available. Download the three-line PostScript file: % %! Hey, we're PostScript % /Times-Roman findfont 30 scalefont setfont 144 432 moveto % vmstatus exch sub 40 string cvs show pop showpage % to determine this number. (It will be the only thing printed.) m 3500000 % Correct printer offset. You can use testpage.tex from the LaTeX % distribution to find these numbers. Print testpage.dvi more than once. O 0pt,0pt % Partially download Type 1 fonts by default. Only reason not to do % this is if you encounter bugs. (Please report them to % if you do.) j % Also look for fonts at these resolutions. R 300 400 600 % With a high resolution and a RISC cpu, better to compress the bitmaps. Z % Uncomment these if you have and want to use PostScript versions of the % fonts. %p +cmfonts.map %p +lafonts.map %p +cyrfonts.map %p +eufonts.map % You will also want definitions for alternative paper sizes -- A4, % legal, and such. Examples in `contrib/papersize.level2' and % `contrib/papersize.simple'. @ A4size 210mm 297mm @+ %%PaperSize: A4 @ 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 @ B4 257mm 364mm @+ ! %%DocumentPaperSizes: B4 @+ %%BeginPaperSize: B4 @+ b4 @+ %%EndPaperSize @ B5 182mm 257mm @+ ! %%DocumentPaperSizes: B5 @+ %%BeginPaperSize: B5 @+ b5 @+ %%EndPaperSize % End of connfig.ps