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

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

[Octave-bug-tracker] [bug #50130] 'print -dpdflatex' forgets putting sup


From: anonymous
Subject: [Octave-bug-tracker] [bug #50130] 'print -dpdflatex' forgets putting superscripts inside math-environment.
Date: Mon, 23 Jan 2017 23:54:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: 'print -dpdflatex' forgets putting superscripts
inside math-environment.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 23 Jan 2017 11:54:19 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The for big numbers, the axis is labeled with superscripted exponents. When
printing it with -dpdflatex{,standalone}, the superscript is not put inside a
math environment.

Try this

> x=logspace(1,6);
> semilogx(x,log10(x));
> print -dpdflatexstandalone log.tex

$ pdflatex log.tex

If you look into log.tex, you should see e.g. 

{10^{2}}

even though it should say

{$10^{2}$}





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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