/usr/share/texmf-texlive/dvips/tetex/config.pdf is in texlive-base 2009-15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 36 37 38 39 40 41 42 43 | % 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
|