After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572629 - color attribute not working properly in LaTeX table exports
color attribute not working properly in LaTeX table exports
Status: RESOLVED DUPLICATE of bug 568860
Product: Gnumeric
Classification: Applications
Component: import/export other
1.8.x
Other Linux
: Normal normal
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-02-21 07:05 UTC by zoydxwheeler
Modified: 2009-02-22 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zoydxwheeler 2009-02-21 07:05:03 UTC
gnumeric 1.8.2
running on Kubuntu 8.04
KDE 3.5.10

The color attribute of a cell is not exported properly when saving to a LaTeX table. Simple test, a spreadsheet with three cells:
        A           B         C
1     black      orange     blue

The color of text in each cell matches the color name. Save the file as a LaTeX table. Each cell prints out black. Here's a fragment of the table showing the problem:

         \gnumericPB{\centering}\gnumbox{black}
        &\gnumericPB{\centering}\gnumbox{{\color[rgb]{0.00,0.00,0.00} orange}}
        &\gnumericPB{\centering}\gnumbox{{\color[rgb]{0.00,0.00,0.00} blue}}

Clearly the color change is detected, because the two cells with changed color have \color[rgb]{...}, but the numeric values are incorrect, hence the incorrect output.
Comment 1 Morten Welinder 2009-02-21 13:46:05 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 568860 ***
Comment 2 zoydxwheeler 2009-02-21 20:21:07 UTC
Sorry it was a duplicate report. I searched for previous reports, but did not find any. Glad to hear it's fixed in the next version!
Comment 3 Morten Welinder 2009-02-22 02:54:13 UTC
Duplicates are no problem.

Specifically it will be fixed in the next 1.9.x release.