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

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

[Octave-bug-tracker] [bug #62668] TeX \color[rgb] not working. Gives syn


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #62668] TeX \color[rgb] not working. Gives syntax error.
Date: Fri, 24 Jun 2022 12:49:14 -0400 (EDT)

Update of bug #62668 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:               Confirmed => In Progress            
                 Release:                     dev => 7.1.0                  

    _______________________________________________________

Follow-up Comment #3:

The regression is due to this cset: 
http://hg.savannah.gnu.org/hgweb/octave/rev/fa65184b7c76

where "rgb" in a search pattern was mistakenly replaced by the name of a class
member variable "m_rgb". The workaround, until this is fixed, is to replace
"rgb" by "m_rgb", e.g.


text (0.5, 0.5, '\color[m_rgb]{0,0.5,0.5} text');


I think this could be fixed on stable so I changed the release to 7.1.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62668>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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