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

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

[Octave-bug-tracker] [bug #44463] Print command for pdfstandalone device


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44463] Print command for pdfstandalone device produces output that doesn't compile
Date: Sat, 07 Mar 2015 12:03:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #1, bug #44463 (project octave):

For me, the following works perfectly with FLTK while it fails with Qt
graphics toolkit:


close all
graphics_toolkit fltk
plot (1:10)
print -dpdflatexstandalone foo
system ("pdflatex foo.tex")


The output .tex file has no header when generated from a Qt figure. Looks like
the last part of the job (including the image in a "minimal" document) is
skipped. Can someone confirm?

With FLTK, the only issue I see is print.m documentation: we should explain
that "pdflatexstandalone" has to be compiled using "pdflatex" or any pdf
capable latex engine (e.g. lualatex).


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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