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

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

[Octave-bug-tracker] [bug #33204] .tex file generated with print('-depsl


From: Simon Waid
Subject: [Octave-bug-tracker] [bug #33204] .tex file generated with print('-depslatex') lacks $ for tex fomulas
Date: Mon, 02 May 2011 13:01:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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

                 Summary: .tex file generated with print('-depslatex')  lacks
$ for tex fomulas
                 Project: GNU Octave
            Submitted by: chili
            Submitted on: Mon 02 May 2011 01:01:02 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

How to reproduce:

Export a plot whith numbers larger than 100 using:
print('-depslatex') 

Look at the .tex file: 
The code for the ticks partly looks like this:{\strut{}10^{1}}}% 
Latex wont accept this since the $ for the formula is missing. You should get
something like this: {\strut{}$10^{1}$}}% 

Apparently when you use call instead of load gnuplot will ommit all $ in the
latex export. This could be tha cause. 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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