comparison doc/interpreter/oop.txi @ 21530:7c143e73e921

doc: Don't create end-of-sentence period with "etc." in Texinfo. * external.txi, genpropdoc.m, oop.txi, strread.m, slice.m: Use "@:" following "etc." to create a period which does not end the sentence.
author Rik <rik@octave.org>
date Thu, 24 Mar 2016 15:45:11 -0700
parents b433f9990452
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21529:8d894e463de6 21530:7c143e73e921
70 where 70 where
71 @tex 71 @tex
72 $a_0$, $a_1$, etc. are elements of $\Re$. 72 $a_0$, $a_1$, etc. are elements of $\Re$.
73 @end tex 73 @end tex
74 @ifnottex 74 @ifnottex
75 a0, a1, etc. are real scalars. 75 a0, a1, etc.@: are real scalars.
76 @end ifnottex 76 @end ifnottex
77 Thus the polynomial can be represented by a vector 77 Thus the polynomial can be represented by a vector
78 78
79 @example 79 @example
80 a = [a0, a1, a2, @dots{}, an]; 80 a = [a0, a1, a2, @dots{}, an];