DIA(1) | [FIXME: manual] | DIA(1) |
NAME¶
dia - a diagram drawing program
SYNOPSIS¶
dia [-c] [--credits] [-e OUTPUT] [--export=OUTPUT] [-L LAYER,LAYER,...] [--show-layers=LAYER,LAYER,...] [-h] [--help] [-n] [--nosplash] [-s WxH] [--size=WxH] [-t FORMAT] [--filter=FORMAT] [-v] [--version] [file ...]
DESCRIPTION¶
Dia is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load sheets. A sheet is a collection of tools that are used in a certain type of diagram.
Most diagram objects in Dia have connection points. Lines can be connected to these connection points and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects.
Diagrams drawn in Dia can be exported as PostScript.
OPTIONS¶
Dia accepts the following options:
-c --credits
-e OUTPUT --export=OUTPUT
-h --help
-n --nosplash
-s WxH --size=WxH
Note
This option is currently only implemented for the PNG export filter.
-L LAYER,LAYER,... --show-layers=LAYER,LAYER,...
-t FORMAT --export-to-format=FORMAT
-v --version
EXPORT FORMATS¶
The following export formats are supported by dia.
The format specifications eps and eps-pango both use the font renderer of the Pango library, while eps-builtin uses a dia specific font renderer. If you have problems with Pango rendering, e.g. Unicode, try eps-builtin instead.
FILES¶
dia creates a directory .dia in the user's home, which contains different files to store user preferences. To reset dia to it's default behaviour, just remove the respective file:
SEE ALSO¶
Pango[1]
X (1)
xfig (1)
inkscape (1)
COPYRIGHT¶
Copyright 1999 Alexander Larsson.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
AUTHORS¶
Alexander Larsson
This manual was written by Fredrik Hallenberg.
AUTHORS¶
Fredrik Hallenberg <hallon@lysator.liu.se>
W. Borgert <debacle@debian.org>
Alan Horkan <horkana@tcd.ie>
COPYRIGHT¶
Copyright © 1999, 2004 Fredrik Hallenberg, W. Borgert, Alan Horkan
NOTES¶
- 1.
- Pango
2004-11-26 | [FIXME: source] |