help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] Help with regexp's


From: David Arnold
Subject: [h-e-w] Help with regexp's
Date: Mon, 28 Jun 2004 16:53:02 -0700

All,

I have many environments in a large document similar to:

\align
 0.05P-1000&=0\cr
 P&=20000.
\endalign

I'd like to know how to write a regular expression that would select this
environment, then replace it with:

\begin{aligned}
 0.05P-1000&=0\cr
 P&=20000.
\end{aligned}




reply via email to

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