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: Jan-Åke Larsson
Subject: Re: [AUCTeX-devel] preview-latex, dvipng, and LyX
Date: Mon, 09 Jan 2006 17:06:21 +0100
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

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]+)" \
)

/JÅ




reply via email to

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