comparison man/misc.texi @ 35648:fd06a4e20d87

(PostScript Variables): Extend the documentation of ps-print-color-p. Add the description of ps-use-face-background.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Jan 2001 13:43:58 +0000
parents fe183c1fbf56
children df827c1def99
comparison
equal deleted inserted replaced
35647:d1a5bb6d3811 35648:fd06a4e20d87
1387 first two variables yourself, they take their initial values from 1387 first two variables yourself, they take their initial values from
1388 @code{lpr-command} and @code{lpr-switches}. If @code{ps-printer-name} 1388 @code{lpr-command} and @code{lpr-switches}. If @code{ps-printer-name}
1389 is @code{nil}, @code{printer-name} is used. 1389 is @code{nil}, @code{printer-name} is used.
1390 1390
1391 @vindex ps-print-header 1391 @vindex ps-print-header
1392 @vindex ps-print-color-p
1393 The variable @code{ps-print-header} controls whether these commands 1392 The variable @code{ps-print-header} controls whether these commands
1394 add header lines to each page---set it to @code{nil} to turn headers 1393 add header lines to each page---set it to @code{nil} to turn headers
1395 off. You can turn off color processing by setting 1394 off.
1396 @code{ps-print-color-p} to @code{nil}. 1395
1396 @cindex color emulation on black-and-white printers
1397 @vindex ps-print-color-p
1398 If your printer doesn't support colors, you should turn off color
1399 processing by setting @code{ps-print-color-p} to @code{nil}. By
1400 default, if the display supports colors, Emacs produces hardcopy output
1401 with color information; on black-and-white printers, colors are emulated
1402 with shades of gray. This might produce illegible output, even if your
1403 screen colors only use shades of gray.
1404
1405 @vindex ps-use-face-background
1406 By default, PostScript printing ignored the background of the faces,
1407 unless the variable @code{ps-use-face-background} is set to a
1408 non-@code{nil} value. This is to avoid unwanted interference with the
1409 zebra stripes and background image/text.
1397 1410
1398 @vindex ps-paper-type 1411 @vindex ps-paper-type
1399 @vindex ps-page-dimensions-database 1412 @vindex ps-page-dimensions-database
1400 The variable @code{ps-paper-type} specifies which size of paper to 1413 The variable @code{ps-paper-type} specifies which size of paper to
1401 format for; legitimate values include @code{a4}, @code{a3}, 1414 format for; legitimate values include @code{a4}, @code{a3},