Leonid Belostotski <[EMAIL PROTECTED]> writes:

| preview the document. Normally, I generate pictures with xfig, however
| this one was generated under Win95NT by Matlab.
| Any ideas why that happens?

The line endings are DOS style (\r\n) and not UNIX (\n)
use a prog like fromdos or try "tr -d '\r' < infile > outfile"

        Lgb

Reply via email to