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

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

[Octave-bug-tracker] [bug #44797] Print does not preserve multiline text


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44797] Print does not preserve multiline text and TeX markup
Date: Thu, 09 Apr 2015 23:30:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?44797>

                 Summary: Print does not preserve multiline text and TeX
markup
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 09 Apr 2015 11:30:57 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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