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

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

Re: Then how to replace all my $$ ... $$ to \[ \] through search and rep


From: Malte Spiess
Subject: Re: Then how to replace all my $$ ... $$ to \[ \] through search and replace?
Date: Fri, 15 Aug 2008 16:25:54 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"xiaopeng hu" <huxiaopengstat@gmail.com> writes:

> Then how to replace all my $$ ... $$ to \[ \] through search and
> replace?

I would suggest making a keyboard makro:
1. search for $$
2. replace with \[
3. search for $$
4. replace with \]

And repeat that til the end of the file.

> Thanks

Greetings
Malte


reply via email to

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