GnmAction: introspection fixes.
[gnumeric.git] / doc / gnumeric.1
blob05cfaa29ec20e545c22cf0762164fd4c161333cb
1 .de URL
2 \\$2 \(laURL: \\$1 \(ra\\$3
3 ..
4 .if \n[.g] .mso www.tmac
5 .TH GNUMERIC 1 "2009-02-08" gnumeric "GNOME"
6 .SH NAME
7 gnumeric \- a GNOME spreadsheet application.
9 .SH SYNOPSIS
10 \fBgnumeric\fR [\fIOPTIONS\fR] [\fIfiles\fR \fI...\fR ]
12 .SH DESCRIPTION
13 \fBGnumeric\fR is a powerful spreadsheet program created by the GNOME
14 project. \fBGnumeric\fR intends to compete with commercial
15 spreadsheets by becoming fully compatible with Microsoft Excel(TM) and
16 through the support of most popular spreadsheet file formats such as
17 Excel(TM), Lotus 1-2-3(TM), Applix(TM), Sylk(TM), XBase(TM),
18 Oleo(TM) and OpenOffice.org formats.
20 \fBGnumeric\fR supports advanced calculations using statistical,
21 financial and database access functions. Plotting data is supported
22 through an incomplete but powerful plotting system. A plugin system
23 extends \fBgnumeric\fR , for instance enabling the export of data to
24 the LaTeX \\longtable format. Plugins can be used to define custom
25 functionality. A rudimentary scripting API for the Python language
26 exists and will be extended in the near future. Since \fBgnumeric\fR
27 is \fBfree\fR software, \fBgnumeric\fR can also be extended directly
28 at the source code level by any competent programmer.
30 The program can be started from the command line as \fBgnumeric\fR or
31 from one of the menus provided by the underlying platform. When started
32 on the command line, \fBgnumeric\fR may be followed by the options listed
33 below and possibly the names of files in various spreadsheet formats
34 which will then be opened immediately. For instance, the command:
36     gnumeric myfile.gnumeric
38 will launch \fBgnumeric\fR and open the file called
39 "myfile.gnumeric". The default \fBgnumeric\fR file format is in
40 extensible markup language (XML) which subsequently has been
41 compressed with \fBgzip\fR.
43 .SH USER OPTIONS
44 This program follows the usual GNU command line syntax, with single
45 letter options starting with a single dash (`-') and longer options
46 starting with two dashes (`--').
48 .SS "Help options"
49 .B \-?, \-\-help
50 Show help message.
51 .TP
52 .B \-\-usage
53 Displays a brief usage message.
55 .SS "Gnumeric options"
56 .TP
57 .B \-v, \-\-version
58 Displays the version number of the installed instance of
59 \fBgnumeric\fR.
60 .TP
61 .B \-\-no-splash
62 Start \fBgnumeric\fR without showing the splash screen.  The splash 
63 screen is normally shown if loading files takes too long.
65 .SS "Options for window placement"
66 .TP
67 \fB\-g, \-\-geometry=WIDTHxHEIGHT+XOFF+YOFF 
68 Set the size and position of the first window. All units are in
69 pixels. The X offset is from the left hand side of the screen, the Y
70 offset is from the top of the screen. For example, \-g=800x600+20+30
71 will open a gnumeric window 800 pixels wide by 600 pixels high, with
72 the left edge of gnumeric 20 pixels from the left of the screen and
73 the top edge of gnumeric 30 pixels from the top of the screen.
74 .TP
75 .B \fB\-\-display=\fR\fIDISPLAY\fR
76 X display to use, where DISPLAY has the form
77 machinename:Xdisplay.Screen. Note that the machine displaying gnumeric
78 must have granted the machine running gnumeric the right to display
79 (see xhost).
81 .TP 
82 .B \fB\-\-screen=\fR\fISCREEN\fR
83 X screen to use, a more compact form of the functionality described
84 above.
89 .SH ADVANCED OPTIONS
91 .SS "GNOME options"
92 .TP
93 .B \-\-disable-sound
94 Disable sound server usage.
95 .TP
96 .B \-\-enable-sound
97 Enable sound server usage.
98 .TP
99 \fB\-\-espeaker=\fR\fIHOSTNAME:PORT\fR
100 Host:port on which the sound server to use is running.
102 .B \-\-disable-crash-dialog
103 Disable the bug submission dialog which appears if Gnumeric crashes.
105 .SS "GTK options"
107 \fB\-\-gdk-debug=\fR\fIFLAGS\fR
108 Gdk debugging flags to set.
110 \fB\-\-gdk-no-debug=\fR\fIFLAGS\fR
111 Gdk debugging flags to unset.
113 .B \-\-sync
114 Make X calls synchronous.
116 \fB\-\-name=\fR\fINAME\fR
117 Program name as used by the window manager.
119 \fB\-\-class=\fR\fICLASS\fR
120 Program class as used by the window manager.
122 \fB\-\-gxid_host=\fR\fIHOST\fR
123 The host on which to contact the gxid daemon. This overrides the GXID_HOST environment variable. This option is only available if GTK+ has been configured with \-\-gdk-target=x11.
125 \fB\-\-gxid_port=\fR\fIPORT\fR
126 The port for the connection to gxid. This overrides the GXID_PORT environment variable. This option is only available if GTK+ has been configured with \-\-gdk-target=x11.
128 \fB\-\-gtk-debug=\fR\fIFLAGS\fR
129 Gtk+ debugging flags to set.
131 \fB\-\-gtk-no-debug=\fR\fIFLAGS\fR
132 Gtk+ debugging flags to unset.
134 \fB\-\-g-fatal-warnings\fR
135 Make all warnings fatal.
137 \fB\-\-gtk-module=\fR\fIMODULE\fR
138 Load an additional Gtk module.
140 .SS "Session management options"
142 \fB\-\-sm-client-id=\fR\fIID\fR
143 Specify session management ID.
145 \fB\-\-sm-config-prefix=\fR\fIPREFIX\fR
146 Specify prefix of saved configuration.
148 .B \-\-sm-disable
149 Disable connection to session manager.
152 .SH VERSION
153 This manual page describes \fBgnumeric\fR version 1.8.
155 .SH BUGS
156 For the list of known \fBgnumeric\fR bugs, or to report new ones
157 please visit \fIhttp://bugzilla.gnome.org\fR.
159 .SH "SEE ALSO"
160 \fBssconvert\fR(1),
161 \fBssindex\fR(1),
162 \fBssdiff\fR(1)
163 \fBssgrep\fR(1)
165 .B The Gnumeric Manual
166 Available through the \fBHelp\fR menu or 
167 .URL "http://www.gnome.org/projects/gnumeric/doc/gnumeric.shtml" online .
169 .URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric Homepage" .
171 .URL "http://www.gnome.org/" "The GNOME project page" .
173 .SH LICENSE
175 \fBGnumeric\fR is licensed under the terms of the General Public
176 License (GPL), version 2 or 3. For information on this license look at the
177 source code that came with the software or see the 
178 .URL "http://www.gnu.org/" "GNU project page" .
180 .SH COPYRIGHT
182 The copyright on the \fBgnumeric\fR software and source code is held
183 by the individual authors as is documented in the source code.
186 .SH AUTHORS
187 .SS "Gnumeric"
188 Jody Goldberg <jody@gnome.org>
190 Miguel de Icaza <miguel@gnome.org>
192 Morten Welinder <terra@gnome.org>
195 -- and many others.  For a more complete list, see the About dialog.
196 .SS "This manual page"
197 Jan Schaumann <jschauma@netmeister.org>
199 Adrian Custer <acuster@gnome.org>