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

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

[Octave-bug-tracker] [bug #54979] pdflatexstandalone fails with qt toolk


From: anonymous
Subject: [Octave-bug-tracker] [bug #54979] pdflatexstandalone fails with qt toolkit
Date: Wed, 7 Nov 2018 04:49:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?54979>

                 Summary: pdflatexstandalone fails with qt toolkit
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 07 Nov 2018 09:49:35 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Karsten Trulsen
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The pdflatexstandalone used with the qt toolkit produces output that fails to
compile with pdflatex because exponents are not set in math mode with
surrounding $ symbols:


graphics_toolkit('qt')
semilogy(1:2,1:2)
print('outqt.tex','-dpdflatexstandalone')
system 'pdflatex outqt.tex'


The pdflatexstandalone used with the gnuplot toolkit produces correct output
because exponents are set in math mode with surrounding $ symbols:


graphics_toolkit('gnuplot')
semilogy(1:2,1:2)
print('outgnuplot.tex','-dpdflatexstandalone')
system 'pdflatex outgnuplot.tex'





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54979>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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