diff options
| author | Carsten Dominik | 2005-06-29 09:34:46 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2005-06-29 09:34:46 +0000 |
| commit | b878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa (patch) | |
| tree | b3537a7214be6ca6a7d85b379f1ff2a87beff13a | |
| parent | 9a1505e92e4a0048e6cb722ccf56169b70f9c041 (diff) | |
| download | emacs-b878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa.tar.gz emacs-b878c6c0d39b38a2c3ee5b368300f3fa3fccd9fa.zip | |
Some fixes to the RefTeX entry
| -rw-r--r-- | etc/NEWS | 48 |
1 files changed, 27 insertions, 21 deletions
| @@ -2239,11 +2239,8 @@ the syntax of backslashes in F90 buffers. | |||
| 2239 | 2239 | ||
| 2240 | --- | 2240 | --- |
| 2241 | ** Reftex mode changes | 2241 | ** Reftex mode changes |
| 2242 | 2242 | +++ | |
| 2243 | *** Changes to the table-of-contents feature | 2243 | *** Changes to RefTeX's table of contents |
| 2244 | |||
| 2245 | Labels can be renamed globally from the table of contents using the | ||
| 2246 | key `M-%'. | ||
| 2247 | 2244 | ||
| 2248 | The new command keys "<" and ">" in the TOC buffer promote/demote the | 2245 | The new command keys "<" and ">" in the TOC buffer promote/demote the |
| 2249 | section at point or all sections in the current region, with full | 2246 | section at point or all sections in the current region, with full |
| @@ -2258,25 +2255,29 @@ frame can show the TOC with the current section always automatically | |||
| 2258 | highlighted. The frame is created and deleted from the toc buffer | 2255 | highlighted. The frame is created and deleted from the toc buffer |
| 2259 | with the `d' key. | 2256 | with the `d' key. |
| 2260 | 2257 | ||
| 2261 | The new command `reftex-goto-label' jumps directly to a label | ||
| 2262 | location. | ||
| 2263 | |||
| 2264 | The toc window can be split off horizontally instead of vertically. | 2258 | The toc window can be split off horizontally instead of vertically. |
| 2265 | See new option `reftex-toc-split-windows-horizontally'. | 2259 | See new option `reftex-toc-split-windows-horizontally'. |
| 2266 | 2260 | ||
| 2267 | *** Changes related to citations | 2261 | Labels can be renamed globally from the table of contents using the |
| 2262 | key `M-%'. | ||
| 2263 | |||
| 2264 | The new command `reftex-goto-label' jumps directly to a label | ||
| 2265 | location. | ||
| 2266 | |||
| 2267 | +++ | ||
| 2268 | *** Changes related to citations and BibTeX database files | ||
| 2268 | 2269 | ||
| 2269 | Inserting citation commands now prompts for optional arguments when | 2270 | Commands that insert a citation now prompt for optional arguments when |
| 2270 | called with a prefix argument. Related new options are | 2271 | called with a prefix argument. Related new options are |
| 2271 | `reftex-cite-prompt-optional-args' and `reftex-cite-cleanup-optional-args'. | 2272 | `reftex-cite-prompt-optional-args' and `reftex-cite-cleanup-optional-args'. |
| 2272 | 2273 | ||
| 2273 | The new command `reftex-create-bibtex-file' creates a BibTeX database | 2274 | The new command `reftex-create-bibtex-file' creates a BibTeX database |
| 2274 | with all entries referenced in the current document. The keys "e" and | 2275 | with all entries referenced in the current document. The keys "e" and |
| 2275 | "E" allow to produce a BibTeX database file from entries marked in a | 2276 | "E" allow to produce a BibTeX database file from entries marked in a |
| 2276 | Citation selection buffer. | 2277 | citation selection buffer. |
| 2277 | 2278 | ||
| 2278 | `reftex-citation' uses the word before the cursor as a default search | 2279 | The command `reftex-citation' uses the word in the buffer before the |
| 2279 | string. | 2280 | cursor as a default search string. |
| 2280 | 2281 | ||
| 2281 | The support for chapterbib has been improved. Different chapters can | 2282 | The support for chapterbib has been improved. Different chapters can |
| 2282 | now use BibTeX or an explicit `thebibliography' environment. | 2283 | now use BibTeX or an explicit `thebibliography' environment. |
| @@ -2286,26 +2287,31 @@ can be configured with the new option `reftex-bibliography-commands'. | |||
| 2286 | 2287 | ||
| 2287 | Support for jurabib has been added. | 2288 | Support for jurabib has been added. |
| 2288 | 2289 | ||
| 2289 | *** Changes to the Index support | 2290 | +++ |
| 2291 | *** Global index matched may be verified with a user function | ||
| 2290 | 2292 | ||
| 2291 | During global indexing, a user function can verify an index match. | 2293 | During global indexing, a user function can verify an index match. |
| 2292 | See new option `reftex-index-verify-function'. | 2294 | See new option `reftex-index-verify-function'. |
| 2293 | 2295 | ||
| 2294 | *** Miscellaneous changes | 2296 | +++ |
| 2295 | 2297 | *** Parsing documents with many labels can be sped up. | |
| 2296 | The macros which input a file in LaTeX (like \input, \include) can be | ||
| 2297 | configured in the new option `reftex-include-file-commands'. | ||
| 2298 | |||
| 2299 | RefTeX supports global incremental search. | ||
| 2300 | 2298 | ||
| 2301 | Operating in a document with thousands of labels can be sped up | 2299 | Operating in a document with thousands of labels can be sped up |
| 2302 | considerably by allowing RefTeX to derive the type of a lable directly | 2300 | considerably by allowing RefTeX to derive the type of a label directly |
| 2303 | from the label prefix like `eq:' or `fig:'. The option | 2301 | from the label prefix like `eq:' or `fig:'. The option |
| 2304 | `reftex-trust-label-prefix' needs to be configured in order to enable | 2302 | `reftex-trust-label-prefix' needs to be configured in order to enable |
| 2305 | this feature. While the speed-up is significant, this may reduce the | 2303 | this feature. While the speed-up is significant, this may reduce the |
| 2306 | quality of the context offered by RefTeX to describe a label. | 2304 | quality of the context offered by RefTeX to describe a label. |
| 2307 | 2305 | ||
| 2308 | +++ | 2306 | +++ |
| 2307 | *** Miscellaneous changes | ||
| 2308 | |||
| 2309 | The macros which input a file in LaTeX (like \input, \include) can be | ||
| 2310 | configured in the new option `reftex-include-file-commands'. | ||
| 2311 | |||
| 2312 | RefTeX supports global incremental search. | ||
| 2313 | |||
| 2314 | +++ | ||
| 2309 | ** Prolog mode has a new variable `prolog-font-lock-keywords' | 2315 | ** Prolog mode has a new variable `prolog-font-lock-keywords' |
| 2310 | to support use of font-lock. | 2316 | to support use of font-lock. |
| 2311 | 2317 | ||