From: erg Date: Wed, 7 Jun 2006 16:01:00 +0000 (+0000) Subject: Add diagram to FAQ clarifying the difference between -Tps and -Tps2 X-Git-Tag: LAST_LIBGRAPH~32^2~6480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc7aba49491b852dee3179e82bf376d9aae3be09;p=graphviz Add diagram to FAQ clarifying the difference between -Tps and -Tps2 --- diff --git a/doc/FAQ.html b/doc/FAQ.html index f3e36f69c..bd5344909 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -171,6 +171,9 @@ system, such as pdflatex, it is very important to use -Tps2 rather than -Tps. In general, if you really want PDF output, that is, you would like to have a -Tpdf flag, use -Tps2 before converting to PDF.

+In the diagram below, the shaded nodes will contain bad output.
+ +

Q. How can I make duplicate nodes? diff --git a/doc/Makefile.am b/doc/Makefile.am index 972af438b..c08dc14c7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = info pdf = dotguide.pdf dottyguide.pdf leftyguide.pdf neatoguide.pdf -html = build.html FAQ.html index.html winbuild.html +html = build.html FAQ.html index.html winbuild.html pspdf.png txt = Dot.ref latex_suggestions.txt pdfdir = $(pkgdatadir)/doc/pdf