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

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

Modify latex commands in emacs


From: michael
Subject: Modify latex commands in emacs
Date: Wed, 08 Dec 2010 15:07:40 -0000
User-agent: G2/1.0

Hi,

in auctex for emacs there is a command LaTeX-environment bound to C-c
C-e. If you call it, it asks you for an environment name, say test and
inserts then

\begin{test}

\end{test}

If you are in an latex-environment (possibly with some text in it) you
can easily modify the environment name by calling C-u C-c C-e = LaTeX-
environment with arg.

The analogous emacs command for inserting LaTeX (or TeX) commands is
TeX-insert-command (bound to C-c C-m in auctex).

Now my question is, if there is a way to modify an existing LaTeX-
command like in the environment case. Calling C-u C-c C-e seems not to
work.

Thanks
Michael



reply via email to

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