changeset 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 e05eafe7105a
children cf191298a287
files doc/interpreter/oop.txi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/oop.txi	Tue Oct 30 08:16:30 2012 -0700
+++ b/doc/interpreter/oop.txi	Tue Oct 30 10:24:34 2012 -0700
@@ -495,6 +495,13 @@
 @cindex transpose, complex-conjugate
 @cindex unary minus
 
+@c Need at least one plaintext sentence here between the @node and @float
+@c table below or the two will overlap due to a bug in Texinfo. 
+@c This is not our fault; this *is* a ridiculous kluge.
+The following table shows, for each built-in numerical operation, the
+corresponding function name to use when providing an overloaded method for a
+user class.
+
 @float Table,tab:overload_ops
 @opindex +
 @opindex -