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

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

Re: regexp to strip off LaTeX command


From: henry atting
Subject: Re: regexp to strip off LaTeX command
Date: Thu, 18 Dec 2008 10:47:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Zitat - Andreas Politz * Do Dez 18 2008 um 10:19 -

> henry atting wrote:
>> Hi,
>>
>> I am searching a regexp for `replace-regexp' to remove only one LaTeX
>> command. Let's say I want to remove all \textit{} commands but not the
>> text within the braces, how can I do this?
>>
>> henry
>>
>
> \\textit{\([^}]*\)} -> \1
>
> If you need to handle escaped brackets the regexp gets a little longer.
>
> -ap

Thanks, works fine. :)

I understand the first part but can you please explain what `\1' stands
for?

henry


reply via email to

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