The R Project SVN R

Rev

Rev 30915 | Rev 40499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30915 Rev 35973
Line 32... Line 32...
32
  \dQuote{printing}.
32
  \dQuote{printing}.
33
 
33
 
34
  You will need a version of \code{ghostscript} (5.10 and
34
  You will need a version of \code{ghostscript} (5.10 and
35
  later have been tested): the full path to the executable can be set by
35
  later have been tested): the full path to the executable can be set by
36
  the environment variable \env{R\_GSCMD}.
36
  the environment variable \env{R\_GSCMD}.
-
 
37
#ifdef unix
-
 
38
  (If this is unset the command \code{"gs"} is used.)
-
 
39
#endif  
-
 
40
#ifdef windows
-
 
41
  (If this is unset the command \code{"gswin32c.exe"} is used.)
-
 
42
#endif  
37
 
43
 
38
  The types available will depend on the version of \code{ghostscript},
44
  The types available will depend on the version of \code{ghostscript},
39
  but are likely to include
45
  but are likely to include
40
  \code{"pcxmono"}, \code{"pcxgray"}, \code{"pcx16"}, \code{"pcx256"},
46
  \code{"pcxmono"}, \code{"pcxgray"}, \code{"pcx16"}, \code{"pcx256"},
41
  \code{"pcx24b"}, \code{"pcxcmyk"}, \code{"pbm"}, \code{"pbmraw"},
47
  \code{"pcx24b"}, \code{"pcxcmyk"}, \code{"pbm"}, \code{"pbmraw"},