Now, this is interetsing.

If I give a full pathname, lyx --export works fine:

  [EMAIL PROTECTED] ~] lyx --export ps ~/newfile1.lyx
  Executing command:dvips -t letter -o 'newfile1.ps' 'newfile1.dvi'
  This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
  ' TeX output 2003.06.26:0652' -> newfile1.ps
  <texc.pro>. [1] 
  Document exported as Postscript to file `~/newfile1.ps'
  [EMAIL PROTECTED] ~] ls -l newfile1.*
  -rw-rw-rw-    1 Kayvan   None          571 Jun 25 22:02 newfile1.lyx
  -rw-rw-rw-    1 Kayvan   None         5169 Jun 26 06:52 newfile1.ps
  [EMAIL PROTECTED] ~] 

But using a relative path:

  [EMAIL PROTECTED] ~] lyx --export ps newfile1.lyx
  Executing command:dvips -t letter -o 'newfile1.ps' 'newfile1.dvi'
  This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
  ' TeX output 2003.06.26:0653' -> newfile1.ps
  <texc.pro>. [1] 
  Document exported as Postscript to file `newfile1.ps'
  [EMAIL PROTECTED] ~] ls -l newfile1.*
  -rw-rw-rw-    1 Kayvan   None          571 Jun 25 22:02 newfile1.lyx
  [EMAIL PROTECTED] ~] 

Does this help in tracking this down?

                        ---Kayvan
-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Reply via email to