comparison doc/interpreter/oop.txi @ 15568:38e64d9f0fda

doc: Workaround text overlap in pdf documentation caused by bug in Texinfo. * oop.txi: Add plaintext sentence between @node and @float in section 34.4.2 to work around a bug in Texinfo causing text overlap.
author Rik <rik@octave.org>
date Tue, 30 Oct 2012 10:24:34 -0700
parents c3fd61c59e9c
children d53fa7e43aa9
comparison
equal deleted inserted replaced
15567:e05eafe7105a 15568:38e64d9f0fda
492 @cindex subtraction 492 @cindex subtraction
493 @cindex tests for equality 493 @cindex tests for equality
494 @cindex transpose 494 @cindex transpose
495 @cindex transpose, complex-conjugate 495 @cindex transpose, complex-conjugate
496 @cindex unary minus 496 @cindex unary minus
497
498 @c Need at least one plaintext sentence here between the @node and @float
499 @c table below or the two will overlap due to a bug in Texinfo.
500 @c This is not our fault; this *is* a ridiculous kluge.
501 The following table shows, for each built-in numerical operation, the
502 corresponding function name to use when providing an overloaded method for a
503 user class.
497 504
498 @float Table,tab:overload_ops 505 @float Table,tab:overload_ops
499 @opindex + 506 @opindex +
500 @opindex - 507 @opindex -
501 @opindex .* 508 @opindex .*