octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39871] "see also" formatting for debug.m and


From: Rik
Subject: [Octave-bug-tracker] [bug #39871] "see also" formatting for debug.m and in general
Date: Wed, 28 Aug 2013 17:42:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Follow-up Comment #3, bug #39871 (project octave):

'polyderiv' and 'isstrprop' both render correctly in plain text because there
is no group of spaces after the comment characters which begin the line "## ".
 This is how debug.m should be fixed and any other instances.

We don't want to use a solution based on a fixed column width because the user
may change the size of their window.  Makeinfo takes this into account and
will wrap where it can.  However, at the moment it thinks the atoms that it is
dealing with are "dbcont", "dbquit", "        dbstack", "dbup", etc.  If we
remove the spaces the atoms will be correct.

Rendering is not an issue for HTML or TeX (pdf) because these systems ignore
the number of spaces and calculate a width on their own.  It's only plaintext,
when you type 'help XXX', where this is going to be a problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39871>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]