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

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

[Octave-bug-tracker] [bug #41585] doc: Info manual displays dashed line


From: Rik
Subject: [Octave-bug-tracker] [bug #41585] doc: Info manual displays dashed line style incorrectly
Date: Sun, 16 Feb 2014 20:52:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #5, bug #41585 (project octave):

This was an oversight of how I coded the hack.  I used @ifinfo , which only
caught the Info case, and @iftex, which only caught the tex case.  I tweaked
the changeset to use @ifnottex which will capture Info, HTML, and all other
formats and then use the @verb syntax.  The disappearing double quotes were
caused by an oddity with @verb in that it does not use the '{}' characters to
define the boundaries of the macro like everything else in Texinfo.  I fixed
that too.

It's all in this changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/d39fd728ddef).  I'll let you test
it and close the report since I can't seem to be trusted.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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