Mercurial > hg > octave-nkf
comparison doc/interpreter/contrib.txi @ 18598:186ea1c2bbd4 stable
contrib.txi: Use correct Texinfo to generate curly braces.
* contrib.txi: Use correct Texinfo to generate curly braces.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 28 Feb 2014 13:50:08 -0800 |
parents | 3e731fc1e4d5 |
children | 9ac2357f19bc |
comparison
equal
deleted
inserted
replaced
18597:3e731fc1e4d5 | 18598:186ea1c2bbd4 |
---|---|
283 @noindent | 283 @noindent |
284 An exception are matrix or cell constructors: | 284 An exception are matrix or cell constructors: |
285 | 285 |
286 @example | 286 @example |
287 [sin(x), cos(x)] | 287 [sin(x), cos(x)] |
288 {sin(x), cos(x)} | 288 @{sin(x), cos(x)@} |
289 @end example | 289 @end example |
290 | 290 |
291 @noindent | 291 @noindent |
292 Here, putting spaces after @code{sin}, @code{cos} would result in a | 292 Here, putting spaces after @code{sin}, @code{cos} would result in a |
293 parse error. For an indexing expression, do not put a space after the | 293 parse error. For an indexing expression, do not put a space after the |