>>>>> "Nabil" == Nabil Hathout <[EMAIL PROTECTED]> writes:
Nabil> My setting was \print_adapt_output true ; \print_command
Nabil> "dvips" ; \print_extra_options "" ; \print_spool_command "rsh
Nabil> inalf lp <" ; \print_spool_printerprefix "" ;
Nabil> The problem is that the ps exportation uses \print_command and
Nabil> \print_extra_options, which generate the command :
Nabil> dvips "" -t a4 -o "/home/hathout/latex/toto.ps" toto.dvi &
Nabil> and it seems dvips do not like the empty string "".
This is in fact a bug in the handling of the \print_extra_options
variable, which argument was not delimited by "" but which took all
until the end of line. I'll change this behaviour since it is not
consistent with the other variables.
Thanks for the report.
JMarc