Mercurial > hg > octave-nkf
annotate doc/interpreter/octave.1 @ 10843:229675bb7647 ss-3-3-52
version is now 3.3.52
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 01 Aug 2010 11:49:45 -0400 |
parents | 66fdc831c580 |
children | fd0a3ac60b0e |
rev | line source |
---|---|
8920 | 1 .\" Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton |
2333 | 2 .\" |
3 .\" This file is part of Octave. | |
4 .\" | |
5 .\" Octave is free software; you can redistribute it and/or modify it | |
6 .\" under the terms of the GNU General Public License as published by the | |
7016 | 7 .\" Free Software Foundation; either version 3 of the License, or (at |
8 .\" your option) any later version. | |
2333 | 9 .\" |
10 .\" Octave is distributed in the hope that it will be useful, but WITHOUT | |
11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
12 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
13 .\" for more details. | |
14 .\" | |
15 .\" You should have received a copy of the GNU General Public License | |
7016 | 16 .\" along with Octave; see the file COPYING. If not, see |
17 .\" <http://www.gnu.org/licenses/>. | |
2333 | 18 .\" |
19 .TH Octave 1 "Jan 8 1996" | |
20 .SH NAME | |
3008 | 21 octave \- A high-level interactive language for numerical computations. |
2333 | 22 .SH SYNOPSIS |
23 .nf | |
24 octave [options] | |
25 .fi | |
26 .SH OPTIONS | |
27 The complete set of command-line options for octave is available by | |
28 running the command | |
29 .nf | |
30 | |
7595
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7464
diff
changeset
|
31 octave \-\-help |
2333 | 32 |
33 .fi | |
34 .SH DESCRIPTION | |
35 Octave is a high-level language, primarily intended for numerical | |
36 computations. It provides a convenient command line interface for | |
37 solving linear and nonlinear problems numerically. | |
38 .SH DOCUMENTATION | |
39 The primary documentation for Octave is written using Texinfo, the GNU | |
40 documentation system, which allows the same source files to be used to | |
41 produce on-line and printed versions of the manual. | |
42 .PP | |
43 You can read the on-line copy of the Octave documentation by issuing | |
44 the command | |
45 .nf | |
46 | |
7595
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7464
diff
changeset
|
47 octave:13> help \-i |
2333 | 48 |
49 .fi | |
50 while running Octave interactively, by using the GNU Emacs info mode, | |
51 or by running standalone programs like info or xinfo. | |
52 .SH BUGS | |
53 The best way to submit a bug report for Octave is to use the command | |
54 .nf | |
55 | |
56 octave:13> bug_report | |
57 | |
58 .fi | |
59 while running Octave interactively. This will create a template bug | |
60 report file and start an editor on that file. Your | |
61 message will be sent to the bug-octave mailing list | |
62 once you are finished editing the template. | |
63 .PP | |
64 If you are unable to use the bug_report command, send your message | |
65 to the | |
5041 | 66 .B bug@octave.org |
2333 | 67 mailing list by some other means. Please read the `Bugs' chapter in |
68 the Octave manual to find out how to submit a bug report that will | |
69 enable the Octave maintainers to fix the problem. | |
70 .SH AUTHOR | |
71 .nf | |
72 John W. Eaton | |
9322 | 73 <jwe@octave.org> |
2333 | 74 .fi |