Re: About inserting a math environment.
"Adam Johnson" <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Thanks. I just had the time to read the document. It came from: (setq reftex-plug-into-AUCTeX t), which I just added into my .emacs. After I disable it, it works fine now. ----- Original Message ----- From: "Ralf Angeli" <[email protected]> To: "Adam Johnson" <[email protected]> Cc: "AUCTeX List" <[email protected]> Sent: Tuesday, February 08, 2005 1:30 PM Subject: Re: About inserting a math environment. >* Adam Johnson (2005-02-08) writes: > >> I don't like the feature of inserting an equation with a label: >> It will insert a numbered default equation label as \label{esq.:1}, etc. >> It >> is not good because the label gives the equation no meaning. When there >> are >> a bunch of equations, it is troublesome for being referred. >> If I manually change {esq.:1} to other label, I'm not sure whether the >> label >> is used or not (then I need check the duplication after I change the >> label). >> How can I customize some variables such that when I insert an equation, >> it >> will still ask me for the label instead of inserting a default label? > > Read the RefTeX documentation, especially the sections about creating > labels and interaction between RefTeX and AUCTeX. > > -- > Ralf >