You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
% This is a config file for dvips, meant to produce PostScript optimized
|
|
% for distilling to PDF. Created 12 Apr 1999 by Timothy van Zandt, later
|
|
% modified te (papersize, o line).
|
|
% Public domain.
|
|
|
|
% Memory available: The default for Distiller 3.0x is 8meg.
|
|
% Reduce to be on safe side:
|
|
|
|
m 6000000
|
|
|
|
% Default is to save output as file.
|
|
% If possible, change this so that it pipes output to distiller.
|
|
% If not, use command line ``-o file'' option to change name
|
|
% of output file.
|
|
|
|
o
|
|
|
|
% Default resolution. Attempt to make `resolution independent'.
|
|
% Resolution set to 8000dpi (could be as high as 10000).
|
|
|
|
D 8000
|
|
|
|
% Use outline fonts, not bitmaps.
|
|
|
|
p psfonts_t1.map
|
|
|
|
% Last resort sizes.
|
|
% If you accidentally include a bitmapped pk font, it will probably go
|
|
% at 600dpi.
|
|
|
|
R 300 600
|
|
|
|
% Partial Type1 font downloading. This will happen by default. Uncomment
|
|
% this is you want to download entire fonts, which is not recommended.
|
|
|
|
% j0
|
|
|
|
% Switching algorithm for drawing rules. texc.pro is loaded by default,
|
|
% but the h tex.pro is need so that it comes before the patch. See
|
|
% below for more details.
|
|
|
|
h tex.pro
|
|
h alt-rule.pro
|
|
|