bugGNU Octave - Bugs: bug #44797, Print does not preserve multiline...

 
 

bug #44797: Print does not preserve multiline text and TeX markup

Submitter:  Guillaume <gyom>
Submitted:  Thu 09 Apr 2015 11:30:57 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 10 Apr 2015 10:16:25 AM UTC, comment #2: 

Sorry about that.

For completeness, the earlier related bug reports I could find are bug #41954, bug #31468, bug #40064, bug #42436.

Guillaume <gyom>
Fri 10 Apr 2015 12:55:02 AM UTC, comment #1: 

Alas, both are known problems with the OpenGL toolkits (qt and fltk) and gl2ps.  There are already bug reports for these so I am marking this as a duplicate and closing.

Rik <rik5>
Group administrator
Thu 09 Apr 2015 11:30:57 PM UTC, original submission:  

In a figure, cell array of strings are displayed as multiline text, and TeX markup is interpreted appropriately; but this is not the case when printed in a PostScript file:


f=figure;
ax=axes;
title(ax,{'line1','line2'});
text(0.5,0.5,'A_b \theta','Interpreter','tex','parent',ax);
print(f,'figure.ps','-dpsc')


In a file, it looks like:


    file 1 file 2

    A_b heta


Guillaume <gyom>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by gyom (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-10 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code