From 514980fd613a428a89b901aa4eea963f047b488a Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 4 Dec 2007 17:10:23 +0000 Subject: [PATCH] Update info files --- doc/info/output.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/info/output.html b/doc/info/output.html index d814be7a2..414a7ecc0 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -355,8 +355,12 @@ formats need to be interpreted in this manner.
pdf
Produces PDF output. - Alternatively, one can use the ps2 to produce PDF-compatible - PostScript, and then use a ps-to-pdf converter. + (This option assumes Graphviz includes the Cairo renderer.) + Alternatively, one can use the ps2 option to + produce PDF-compatible PostScript, and then use a ps-to-pdf converter. +

+ Note: At present, this option does not support anchors, etc. To get these + included in your PDF output, use ps2.

pic
Outputs in PIC, the picture description language in the troff-family @@ -454,6 +458,11 @@ formats need to be interpreted in this manner.
ps
Produces PostScript output. +

+ Note: The default PostScript renderer can only handle the Latin-1 + character set. To get non-Latin-1 characters into PostScript output, + use -Tps:cairo, assuming your version was built with the + Cairo renderer.

ps2
Produces PostScript output with PDF notations. It is assumed the output -- 2.40.0