>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Fri, Jan 19, 2001 at 11:42:13AM +0000, Adrian Ball wrote:
>> Thanks for the response. It may be a different problem then, as the
>> filename ends with .eps - here is the fragment from the .lyx file.
Dekel> The problem is in LaTeX::deplog, which incorrectly parses the
Dekel> log line
Dekel> File: <filename>.eps Graphic file (type eps)
Am I dumb or is the following regexp senseless? (from LaTeX.C:611)
LRegex reg1(")* *\\(([^ \\)]+).*");
It seems to me that the \(..\) and the [..] are badly nested.
JMarc