comparison doc/interpreter/macros.texi @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 8cf2b8617e85 446c46af4b42
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
4 @c 4 @c
5 @c Octave is free software; you can redistribute it and/or modify it 5 @c Octave is free software; you can redistribute it and/or modify it
6 @c under the terms of the GNU General Public License as published by the 6 @c under the terms of the GNU General Public License as published by the
7 @c Free Software Foundation; either version 3 of the License, or (at 7 @c Free Software Foundation; either version 3 of the License, or (at
8 @c your option) any later version. 8 @c your option) any later version.
9 @c 9 @c
10 @c Octave is distributed in the hope that it will be useful, but WITHOUT 10 @c Octave is distributed in the hope that it will be useful, but WITHOUT
11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 @c for more details. 13 @c for more details.
14 @c 14 @c
15 @c You should have received a copy of the GNU General Public License 15 @c You should have received a copy of the GNU General Public License
16 @c along with Octave; see the file COPYING. If not, see 16 @c along with Octave; see the file COPYING. If not, see
17 @c <http://www.gnu.org/licenses/>. 17 @c <http://www.gnu.org/licenses/>.
18 18
19 @c The following macro marks words that aspell should ignore during 19 @c The following macro marks words that aspell should ignore during
23 @macro nospell {arg} 23 @macro nospell {arg}
24 \arg\ 24 \arg\
25 @end macro 25 @end macro
26 26
27 @c The following macro works around the Info/plain text expansion of @code{XXX} 27 @c The following macro works around the Info/plain text expansion of @code{XXX}
28 @c which is `XXX'. This looks particularly bad when the macro body is 28 @c which is `XXX'. This looks particularly bad when the macro body is
29 @c single or double-quoted text, such as a property value `"position"' 29 @c single or double-quoted text, such as a property value `"position"'
30 @ifinfo 30 @ifinfo
31 @rmacro qcode{arg} 31 @rmacro qcode{arg}
32 \arg\ 32 \arg\
33 @end rmacro 33 @end rmacro
44 @c each group of functions and variables). 44 @c each group of functions and variables).
45 @c 45 @c
46 @c Implementation Note: 46 @c Implementation Note:
47 @c For TeX, @vskip produces a nice separation. 47 @c For TeX, @vskip produces a nice separation.
48 @c For Texinfo, '@sp 1' should work, but in practice produces ugly results 48 @c For Texinfo, '@sp 1' should work, but in practice produces ugly results
49 @c for HTML. We use a simple blank line to produce the correct behavior. 49 @c for HTML. We use a simple blank line to produce the correct behavior.
50 50
51 @macro seealso {args} 51 @macro seealso {args}
52 @iftex 52 @iftex
53 @vskip 2pt 53 @vskip 2pt
54 @end iftex 54 @end iftex