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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
% teTeX's config.ps. Thomas Esser, 1998, public domain.
% 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
% Execution of external programs is disabled by default. Set
% to z0 if you want backticks in \special commands enabled.
z1
% How to print, maybe with lp instead lpr, etc. If commented-out, output
% will go into a file by default.
% o |lpr
% Default resolution of this device, in dots per inch.
D 600
X 600
Y 600
% Metafont mode. (This is completely different from the -M
% command-line option, which controls whether mktexpk is invoked.)
% See ../../metafont/misc/modes.mf for a list of mode names. This mode
% and the D number above must agree, or mktexpk will get confused.
M ljfour
% Also look for this list of resolutions.
R 300 600
% Correct printer offset. You can use testpage.tex from the LaTeX
% distribution to find these numbers.
O 0pt,0pt
% With a high resolution and a RISC cpu, better to compress the bitmaps.
% PS files are much more compact, but can sometimes cause trouble.
Z
% Partially download Type 1 fonts by default. Only reason not to do
% this is if you encounter bugs. (Please report them to
% @email{tex-k@@mail.tug.org} if you do.)
j
% Configuration of postscript type 1 fonts:
p psfonts.map
% This shows how to add your own map file.
% Remove the comment and adjust the name:
% p +myfonts.map
p +psfonts.cmz
p +psfonts.amz
@ A4size 210mm 297mm
@+ %%PaperSize: A4
@ letterSize 8.5in 11in
@ letter 8.5in 11in
@+ ! %%DocumentPaperSizes: Letter
@+ %%BeginPaperSize: Letter
@+ << /PageSize [612 792] >> setpagedevice
@+ %%EndPaperSize
@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%BeginPaperSize: Legal
@+ << /PageSize [612 1008] >> setpagedevice
@+ %%EndPaperSize
@ ledger 11in 17in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%BeginPaperSize: Ledger
@+ << /PageSize [1224 792] >> setpagedevice
@+ %%EndPaperSize
@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ << /PageSize [792 1224] >> setpagedevice
@+ %%EndPaperSize
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ << /PageSize [595 842] >> setpagedevice
@+ %%EndPaperSize
@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%BeginPaperSize: a3
@+ << /PageSize [842 1190] >> setpagedevice
@+ %%EndPaperSize
@ b4 257mm 364mm
@+ ! %%DocumentPaperSizes: b4
@+ %%BeginPaperSize: b4
@+ << /PageSize [729 1032] >> setpagedevice
@+ %%EndPaperSize
@ b5 182mm 257mm
@+ ! %%DocumentPaperSizes: b5
@+ %%BeginPaperSize: b5
@+ << /PageSize [516 729] >> setpagedevice
@+ %%EndPaperSize
@ 11x17 11in 17in
@+ ! %%DocumentPaperSizes: 11x17
@+ %%BeginPaperSize: 11x17
@+ << /PageSize [729 1224] >> setpagedevice
@+ %%EndPaperSize
@ note 7.5in 10in
@+ ! %%DocumentPaperSizes: Note
@+ %%BeginPaperSize: Note
@+ << /PageSize [540 720] >> setpagedevice
@+ %%EndPaperSize
|