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

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

[Octave-bug-tracker] [bug #31967] Cannot print in eps form in fltk print


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #31967] Cannot print in eps form in fltk printing
Date: Wed, 05 Jan 2011 17:44:02 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Follow-up Comment #4, bug #31967 (project octave):

Thank you for your comments.

>I'd expected "copy con test.eps" to be equivalent "cat > test.eps" (for
linux). 

Copy con requires ^Z to finish

*******************************
c:>copy con test.txt
dfasfasd
fafasda
fsfas
^Z
        1 file(s) copied.
*******************************

I install 'cat' for windows (e.g CoreUtils for Windows - GnuWin32) and try 

    if (dos_shell)
      pipeline = {sprintf("cat > %s.%s", name, suffix)};
      pipeline{2} = sprintf ("cat > %s.tex", name);
    else
      pipeline = {sprintf("cat > %s.%s", name, suffix)};
      pipeline{2} = sprintf ("cat > %s.tex", name);
    endif

but did not work.

I cannot understand meaning of 'cat > test.eps' 

Regards

Tatsuro

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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