need help with regular expressions
Posted: Wed Sep 25, 2002 8:36 pm
Hi,
I am trying to configure TextPad to work with Latex. I was following tips on www.textpad.com and everything works fine but
one thing is missing there. Namely, after compliation I would like TextPad
to jump to the right line in the source code after double-clicking it in the command results window. I know that one must insert correct "regular expression" into the tool menu, but unfortunately, I don't know the first thing about regular expressions. LateX output looks like this:
********************************************************
LaTeX Warning: Reference `sstate' on page 26 undefined on input line 893.
! Undefined control sequence.
l.960 \sectiona
{Introduction}
! Emergency stop.
\cite@adjust ... \@zero@skip \spacefactor
1001 \fi \ifnum \spacefacto...
l.974 ... known as chemotaxis~\cite{Narang}
. Corrosion of
********************************************************
where 893,960 and 974 are the line numbers I would like to
extract. Could anyone give me an idea how to do it?
Piotr
I am trying to configure TextPad to work with Latex. I was following tips on www.textpad.com and everything works fine but
one thing is missing there. Namely, after compliation I would like TextPad
to jump to the right line in the source code after double-clicking it in the command results window. I know that one must insert correct "regular expression" into the tool menu, but unfortunately, I don't know the first thing about regular expressions. LateX output looks like this:
********************************************************
LaTeX Warning: Reference `sstate' on page 26 undefined on input line 893.
! Undefined control sequence.
l.960 \sectiona
{Introduction}
! Emergency stop.
\cite@adjust ... \@zero@skip \spacefactor
1001 \fi \ifnum \spacefacto...
l.974 ... known as chemotaxis~\cite{Narang}
. Corrosion of
********************************************************
where 893,960 and 974 are the line numbers I would like to
extract. Could anyone give me an idea how to do it?
Piotr