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

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

[Octave-bug-tracker] [bug #51751] tex parse error printed even though 'i


From: Rik
Subject: [Octave-bug-tracker] [bug #51751] tex parse error printed even though 'interpreter' set to 'none'
Date: Mon, 14 Aug 2017 16:05:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #51751 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  It also affects the development version.  The problem seems to be
that property/value pairs are processed in the order in which they appear.  In
this case, the "string" property of the object is set first, which provokes an
error, and then the "interpreter" property is set to "none".

This should be fixed so that the "string" property is set last, after any
other properties which may affect its display such as "fontname", "fontsize",
"interpreter", etc.

As a workaround, you can do that yourself.  This example shows how.


ht = title ("");
set (ht, "interpreter", "none", "string", "a_");





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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