Mercurial > hg > octave-lyh
changeset 4831:4ec7d24b4943
[project @ 2004-03-10 06:14:52 by jwe]
author | jwe |
---|---|
date | Wed, 10 Mar 2004 06:14:52 +0000 |
parents | a3dd9369a1d4 |
children | f9262b65c7d9 |
files | doc/faq/Octave-FAQ.texi |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/faq/Octave-FAQ.texi +++ b/doc/faq/Octave-FAQ.texi @@ -90,20 +90,21 @@ @node How can I cite Octave? @chapter How can I cite Octave? -Pointing to @url{octave.org} is good, because that gives people a -direct way to find out more. If citation of a URL is not allowed by a -publisher, or if you also want to point to a traditional reference, -then you can cite the Octave manual: + +Pointing to @url{http://www.octave.org} is good, because that gives +people a direct way to find out more. If citation of a URL is not +allowed by a publisher, or if you also want to point to a traditional +reference, then you can cite the Octave manual: @example @group - @@BOOK{eaton:2002, + @@BOOK@{eaton:2002, author = "John W. Eaton", title = "GNU Octave Manual", publisher = "Network Theory Limited", year = "2002", isbn = "0-9541617-2-6" - } + @} @end group @end example