From 1010457a49a23086d083b25f97fc48d6a9665809 Mon Sep 17 00:00:00 2001 From: dperry Date: Thu, 31 Mar 2011 18:33:12 +0000 Subject: [PATCH] fixed links for new website --- doc/info/command.html | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/info/command.html b/doc/info/command.html index b0b4a811c..9725bc6de 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -23,14 +23,14 @@ If no input files are supplied, the program reads from stdin.
-Klayout
Specifies which default layout algorithm to use, overriding the default from the command name. For example, running dot -Kneato is equivalent to running neato. -
-Tformat[:renderer[:formatter]] -
Set output language to one of the supported formats. -By default, attributed dot is produced. +
-Tformat[:renderer[:formatter]] +
Set output language to one of the supported formats. +By default, attributed dot is produced.

Depending on how Graphviz was built, there may be multiple renderers for generating a particular output format, and multiple formatters for creating the final output. For example, a typical installation -can produce PNG +can produce PNG output using either the Cairo or GD library. The desired rendering engine can be specified after a colon. If there are multiple formatting engines available, the desired one can be specified in a similar fashion after @@ -55,16 +55,16 @@ beginning of output. whose content will be included in the preamble after the standard preamble. If library is the empty string "", the standard preamble is not emitted. -

-n[num] +
-n[num]
Sets no-op flag in neato. If set, neato assumes nodes have already been -positioned and all nodes have a pos +positioned and all nodes have a pos attribute giving the positions. It then performs an optional adjustment to remove node-node overlap, depending on the value of the -overlap attribute, computes the edge +overlap attribute, computes the edge layouts, depending on the value of the -splines attribute, and +splines attribute, and emits the graph in the appropriate format. If num is supplied, the following actions occur:
@@ -73,10 +73,10 @@ the following actions occur:
num > 1
Use node positions as specified, with no adjustment to remove node-node overlaps, and use any edge layouts already specified -by the pos attribute. neato +by the pos attribute. neato computes an edge layout for any edge that does not have a pos attribute. As usual, edge layout is guided by the -splines attribute. +splines attribute.
-ooutfile
Write output to file outfile. By default, output goes to @@ -90,10 +90,10 @@ flags. the current executable. e.g. dot -P -Tps | lpr
-q
Suppress warning messages. -
-s[scale] +
-s[scale]
Set input scale to scale. If this value is omitted, 72.0 is used. This number is used to convert the point coordinate -units used in the pos attribute +units used in the pos attribute into inches, which is what is expected by neato and fdp. Thus, feeding the output of a graph laid out by one program into neato or fdp almost always requires this flag. @@ -106,10 +106,10 @@ This removes uninteresting graph structure and produces a less cluttered drawing.
-y
By default, the coordinate system used in generic output formats, -such as attributed dot, -extended dot, -plain and -plain-ext, +such as attributed dot, +extended dot, +plain and +plain-ext, is the standard cartesian system with the origin in the lower left corner, and with increasing y coordinates as points move from bottom to top. If the -y flag is used, the coordinate system is inverted, @@ -137,21 +137,21 @@ output, the graph will have these attributes.
GDFONTPATH
List of pathnames giving directories which a program should search for fonts. -Overridden by DOTFONTPATH. +Overridden by DOTFONTPATH. Used only if Graphviz is not built with the fontconfig library -
DOTFONTPATH +
DOTFONTPATH
List of pathnames giving directories which a program should search for fonts. -Overridden by fontpath. +Overridden by fontpath. Used only if Graphviz is not built with the fontconfig library -
SERVER_NAME +
SERVER_NAME
If defined, this indicates that the software is running as a web application, which restricts access to image files. See -GV_FILE_PATH. -
GV_FILE_PATH +GV_FILE_PATH. +
GV_FILE_PATH
-If SERVER_NAME is defined, image files are +If SERVER_NAME is defined, image files are restricted to exist in one of the directories specified by GV_FILE_PATH. This last is a list of directory pathnames, separated by semicolons in Windows or by colons otherwise. @@ -165,7 +165,7 @@ SERVER_NAME=xxx GV_FILE_PATH="images:etc/images:/usr/share/images" dot -Tpng -o Note that the image files must really reside in one of the specified directories. If the image file is specified as an absolute or relative pathname, a warning is given and only the base name is used. -
GVBINDIR +
GVBINDIR
Indicates which directory contains the Graphviz config file and plug-in libraries. If it is defined, the value overrides any other -- 2.40.0