auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] preview-latex, dvipng, and LyX


From: Angus Leeming
Subject: Re: [AUCTeX-devel] preview-latex, dvipng, and LyX
Date: Mon, 9 Jan 2006 16:20:31 +0000
User-agent: KMail/1.9.1

On Monday 09 January 2006 16:06, Jan-Åke Larsson wrote:
> Jan-Åke Larsson wrote:
> >      "\[([0-9]+) .*?depth=(-?[0-9]+) height=(-?[0-9]+)"
>
> Okay, I haven't been as diligent as I should. There may be a starting
> paranthesis instead of a space after the page number. A working pattern
> is
>
> metrics_re = re.compile(\
>      "\[([0-9]+)[ \[\(<].*?depth=(-?[0-9]+) height=(-?[0-9]+)" \

Do you really mean "[ \[\(<].*?depth"? Translates as
  a single space, [, ( or < character followed by (zero or more "any 
characters") zero or one times followed by "depth".

I don't think so...

Angus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]