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: Tassilo Horn
Subject: Re: Then how to replace all my $$ ... $$ to \[ \] through search and replace?
Date: Fri, 15 Aug 2008 09:54:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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

Hi!

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

M-x query-replace-regexp RET \$\$\(.+\)\$\$ RET \\[\1\\] RET

Bye,
Tassilo
-- 
Richard Stallman has no problem using emacs. He wrote it with his 4
hands.





reply via email to

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