Re: About inserting a math environment.
Dirk Van Hertem <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
David Kastrup wrote: >"Adam Johnson" <[email protected]> writes: > > > >>>I said C-c ), not C-c (. I am talking about referencing a label, not >>>inserting it. >>> >>> >>In fact I keep using C-c ) and I like it very much. I barely use C-c >>(. I mean "prompt" because when I insert an environment using AUCTeX, >>it will prompt for a label if necessary. >> >>However, I'm trying to avoid a simple label as {eq:12}, because I need >>exchange the source files with our group. Most of them don't use >>Emacs, so simple labels may be very troublesome for them. >> >>Moreover, meaningful labels can give me a quick position of the >>equation in a file. If I change the order of two equations, then {eq: >>28} will go before {eq:12}. The exchange will not affect the >>reference of the formulas in a file. However, maybe it will make my >>source file look very disorganized if such exchanges happen several >>times. >> >> > >M-x reftex-renumber-simple-labels RET > > aha, now that's usefull :) I never used the equation numbering because of this simple numbering, I've tried this, and probably I'll use it from now on ;) Thanks, Dirk