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

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

[Octave-bug-tracker] [bug #53861] print -dtikzstandalone is not a recogn


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53861] print -dtikzstandalone is not a recognized print device
Date: Tue, 8 May 2018 22:20:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #10, bug #53861 (project octave):

I forget the diff file (attached).  Here's what Octave prints with the diff
file:


>> graphics_toolkit qt
>> plot(1:50)
>> print -dtikzstandalone test5
ans = tikzstandalone
ans = test5.tikz
error: print.m: error opening file 'test5.tex'
error: called from
    print>latex_standalone at line 815 column 5
    __opengl_print__ at line 166 column 5
    print at line 561 column 14
>>


See how the extra annotation displays the "tikzstandalone" and "test5.tikz". 
So the function pointed to by opts.latex_standalone should be attempt to open
"test5.tikz", not "test5.tex"--whether it is done by case statements or a
separate routine.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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