annotate CITATION @ 20584:eb9e2d187ed2

maint: Use Octave coding conventions in scripts/ode/private dir. * AbsRel_Norm.m, fuzzy_compare.m, hermite_quartic_interpolation.m, integrate_adaptive.m, integrate_const.m, integrate_n_steps.m, kahan.m, ode_struct_value_check.m, odepkg_event_handle.m, odepkg_structure_check.m, runge_kutta_45_dorpri.m, starting_stepsize.m: Wrap long lines to < 80 chars. Use double quotes rather than single quotes where possible. Use ';' at end of keywords "return;" and "break;" Use '##" for stand-alone comments and '#' for end-of-line comments. Use two spaces after period before starting new sentence. Use '!' instead of '~' for logical negation. Use specific form of end (endif, endfor, etc.). Don't use line continuation marker '...' unless necessary.
author Rik <rik@octave.org>
date Sun, 04 Oct 2015 22:18:54 -0700
parents f5d9e57d4380
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
1 To cite GNU Octave in publications use:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
2
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
3 John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2015).
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
4 GNU Octave version 4.0.0 manual: a high-level interactive language for
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
5 numerical computations.
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
6 URL http://www.gnu.org/software/octave/doc/interpreter/
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
7
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
8 A BibTeX entry for LaTeX users is:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
9
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
10 @book{,
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
11 author = {John W. Eaton, David Bateman, S\oren Hauberg, and Rik Wehbring},
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
12 title = {{GNU Octave} version 4.0.0 manual: a high-level interactive language for numerical computations},
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
13 year = {2015},
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
14 url = {http://www.gnu.org/software/octave/doc/interpreter},
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
15 }
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
16
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
17 We have invested a lot of time and effort in creating GNU Octave, please cite it
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
18 when using it. See also `citation pkgname' for citing Octave packages.