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

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

[Octave-bug-tracker] [bug #41216] epslatexstandalone not working for flt


From: Rik
Subject: [Octave-bug-tracker] [bug #41216] epslatexstandalone not working for fltk backend
Date: Tue, 14 Jan 2014 19:04:08 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #5, bug #41216 (project octave):

Well there is something interesting going on.  I ran


for i = 1:100
  plot (1,1)
  print('-depslatexstandalone','text.tex')
endfor


and it always passes.  Whatever it is doesn't seem to affect my machine.

What happens if you put the sleep(1) command just before line 651 of print.m
so it reads


  sleep (1);
  fid = fopen (latexfile, "r");




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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