Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Mon, Mar 26, 2001 at 05:07:43PM +0200, Lars Gullik Bjønnes wrote:
| > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >
| > | Lars> I am in the progess of investigating. Just give me some time...
| > |
| > | Do you need more info? I have a tex log file if you want.
| >
| > I know some things I can use to test now: harvard.sty.
| > Other tests would be nice.
|
| The problem also occurs when including eps file, so the .log file contains
| lines like
| File: /home/foo/bar.eps Graphic file (type eps)
Yes, I see...
but that one is caught by:
LRegex reg2("File: ([^ ]+).*");
and that should catch that one just fine.
of course if the eps filename has a space...
--
Lgb