Mercurial > hg > octave-lyh
view doc/interpreter/octave.1 @ 7595:90ad1f69ca9d
Escape "-" signs that mean the "minus" character
author | Rafael Laboissiere <rafael@debian.org> |
---|---|
date | Tue, 18 Mar 2008 14:05:50 -0400 |
parents | 2a1cb886ec98 |
children | eb63fbe60fab |
line wrap: on
line source
.\" Copyright (C) 1996, 1997, 2004, 2005, 2007 John W. Eaton .\" .\" This file is part of Octave. .\" .\" Octave is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License as published by the .\" Free Software Foundation; either version 3 of the License, or (at .\" your option) any later version. .\" .\" Octave is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with Octave; see the file COPYING. If not, see .\" <http://www.gnu.org/licenses/>. .\" .TH Octave 1 "Jan 8 1996" .SH NAME octave \- A high-level interactive language for numerical computations. .SH SYNOPSIS .nf octave [options] .fi .SH OPTIONS The complete set of command-line options for octave is available by running the command .nf octave \-\-help .fi .SH DESCRIPTION Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically. .SH DOCUMENTATION The primary documentation for Octave is written using Texinfo, the GNU documentation system, which allows the same source files to be used to produce on-line and printed versions of the manual. .PP You can read the on-line copy of the Octave documentation by issuing the command .nf octave:13> help \-i .fi while running Octave interactively, by using the GNU Emacs info mode, or by running standalone programs like info or xinfo. .SH BUGS The best way to submit a bug report for Octave is to use the command .nf octave:13> bug_report .fi while running Octave interactively. This will create a template bug report file and start an editor on that file. Your message will be sent to the bug-octave mailing list once you are finished editing the template. .PP If you are unable to use the bug_report command, send your message to the .B bug@octave.org mailing list by some other means. Please read the `Bugs' chapter in the Octave manual to find out how to submit a bug report that will enable the Octave maintainers to fix the problem. .SH AUTHOR .nf John W. Eaton Department of Chemical Engineering University of Wisconsin-Madison Madison, WI 53706 USA <jwe@bevo.che.wisc.edu> .fi