1DIA(1)                                                                  DIA(1)
2
3
4

NAME

6       dia - a diagram drawing program
7

SYNOPSIS

9       dia [-c] [--credits] [-e OUTPUT] [--export=OUTPUT] [-h] [--help] [-n]
10           [--nosplash] [-s WxH] [--size=WxH] [-t FORMAT] [--filter=FORMAT]
11           [-v] [--version] [file ...]
12

DESCRIPTION

14       Dia is used to create diagrams. Dia has a number of basic tools, like
15       lines and boxes but can also dynamically load sheets. A sheet is a
16       collection of tools that are used in a certain type of diagram.
17
18       Most diagram objects in Dia has handles. Lines can be connected to
19       these handles and this way graph structures can be formed. When objects
20       are moved or resized the connections will follow the objects.
21
22       Diagrams drawn in Dia can be exported PostScript.
23

OPTIONS

25       Dia accepts the following options:
26
27       -c --credits
28              Display credits list and exit.
29
30       -e OUTPUT --export=OUTPUT
31              Export loaded file to OUTPUT and exit.
32
33       -h --help
34              Display a list of all commandline options.
35
36       -n --nosplash
37              Do not show the splash screen.
38
39       -s WxH --size=WxH
40              Export loaded file in decimal given width and/or height. It is
41              allowed to only select width or height. E.g.  --size=520x
42              exports an image that is 520 pixels wide, while --size=x900
43              exports an image of 900 pixels height.
44
45              Note
46              This option is currently only implemented for the PNG export
47              filter.
48
49       -t FORMAT --export-to-format=FORMAT
50              Export loaded file in FORMAT and exit. Format are described
51              below.
52
53       -v --version
54              Display dia version and exit.
55

EXPORT FORMATS

57       The following export formats are supported by dia.
58
59       ·  cgm (Computer Graphics Metafile, ISO 8632)
60
61       ·  dia (Native dia diagram)
62
63       ·  dxf (Drawing Interchange File)
64
65       ·  eps or epsi or eps-builtin or eps-pango (Encapsulated PostScript)
66
67          The format specifications eps, epsi, and eps-pango all use the font
68          renderer of the Pango library, while eps-builtin uses a dia specific
69          font renderer. If you have problems with Pango rendering, e.g.
70          Unicode, try eps-builtin instead.
71
72       ·  fig (XFig format)
73
74       ·  mp (TeX MetaPost macros)
75
76       ·  plt or hpgl (HP Graphics Language)
77
78       ·  png (Portable Network Graphics)
79
80       ·  shape (Dia shape file)
81
82       ·  svg (Scalable Vector Graphics)
83
84       ·  tex (TeX PSTricks macros)
85
86       ·  wpg (WordPerfect Graphics)
87
88       ·  wmf (Windows MetaFile)
89

FILES

91       dia creates a directory .dia in the user's home, which contains
92       different files to store user preferences. To reset dia to it's default
93       behaviour, just remove the respective file:
94
95       ·  defaults.dia: contains default values for elements (XML format).
96
97       ·  diarc: keeps dia preferences (ASCII).
98
99       ·  history: keeps the list of last edited diagrams (ASCII).
100
101       ·  menurc: contains an automated accelerator map dump (Lisp).
102
103       ·  persistence: contains GUI information, e.g. open windows (XML).
104
105       ·  pluginrc: the list of loaded plugins (XML).
106

SEE ALSO

108       [1]Pango
109
110       X (1)
111
113       Copyright 1999 Alexander Larsson.
114
115       Permission to use, copy, modify, and distribute this software and its
116       documentation for any purpose and without fee is hereby granted,
117       provided that the above copyright notice appear in all copies and that
118       both that copyright notice and this permission notice appear in
119       supporting documentation.
120

AUTHORS

122       Alexander Larsson
123
124       This manual was written by Fredrik Hallenberg.
125

AUTHOR

127       Fredrik Hallenberg <hallon@lysator.liu.se>, W. Borgert
128       <debacle@debian.org>.
129

REFERENCES

131       1. Pango
132          http://www.pango.org/
133
134
135
136                                  1999-07-03                            DIA(1)
Impressum