diff options
| author | Carsten Dominik | 2000-01-05 15:25:18 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2000-01-05 15:25:18 +0000 |
| commit | a2cc2b283ec249ff3bf570531249cd6dee1876ad (patch) | |
| tree | 58b035d2085aad83229338bdf03c9bdfcf2c6666 | |
| parent | 676ac0236353f4dccc7da3874be92c4bd6b80637 (diff) | |
| download | emacs-a2cc2b283ec249ff3bf570531249cd6dee1876ad.tar.gz emacs-a2cc2b283ec249ff3bf570531249cd6dee1876ad.zip | |
version 4.10
| -rw-r--r-- | man/reftex.texi | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/man/reftex.texi b/man/reftex.texi index 097eed0d3f0..c0163959b9e 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -9,9 +9,9 @@ | |||
| 9 | @synindex ky cp | 9 | @synindex ky cp |
| 10 | @syncodeindex vr cp | 10 | @syncodeindex vr cp |
| 11 | @syncodeindex fn cp | 11 | @syncodeindex fn cp |
| 12 | @set VERSION 4.9 | 12 | @set VERSION 4.10 |
| 13 | @set EDITION 4.9 | 13 | @set EDITION 4.10 |
| 14 | @set DATE December 1999 | 14 | @set DATE January 2000 |
| 15 | @set AUTHOR Carsten Dominik | 15 | @set AUTHOR Carsten Dominik |
| 16 | @set AUTHOR-EMAIL dominik@@strw.leidenuniv.nl | 16 | @set AUTHOR-EMAIL dominik@@strw.leidenuniv.nl |
| 17 | @set MAINTAINER Carsten Dominik | 17 | @set MAINTAINER Carsten Dominik |
| @@ -38,7 +38,7 @@ citations and indices for LaTeX documents with Emacs.@refill | |||
| 38 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for | 38 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for |
| 39 | @b{Ref@TeX{}} @value{VERSION}@refill | 39 | @b{Ref@TeX{}} @value{VERSION}@refill |
| 40 | 40 | ||
| 41 | Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. | 41 | Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. |
| 42 | 42 | ||
| 43 | Permission is granted to make and distribute verbatim | 43 | Permission is granted to make and distribute verbatim |
| 44 | copies of this manual provided the copyright notice and | 44 | copies of this manual provided the copyright notice and |
| @@ -72,7 +72,7 @@ translation approved by the Free Software Foundation. | |||
| 72 | 72 | ||
| 73 | @author by Carsten Dominik | 73 | @author by Carsten Dominik |
| 74 | @page | 74 | @page |
| 75 | Copyright @copyright{} 1997, 1998, 1999 Free Software Foundation, Inc. | 75 | Copyright @copyright{} 1997, 1998, 1999, 2000 Free Software Foundation, Inc. |
| 76 | 76 | ||
| 77 | @sp 2 | 77 | @sp 2 |
| 78 | This is edition @value{EDITION} of the @cite{Ref@TeX{} User Manual} for | 78 | This is edition @value{EDITION} of the @cite{Ref@TeX{} User Manual} for |
| @@ -2840,6 +2840,7 @@ try@refill | |||
| 2840 | @b{Saving Parser Information}@* | 2840 | @b{Saving Parser Information}@* |
| 2841 | @cindex Saving parser information | 2841 | @cindex Saving parser information |
| 2842 | @cindex Parse information, saving to a file | 2842 | @cindex Parse information, saving to a file |
| 2843 | @vindex reftex-parse-file-extension | ||
| 2843 | Even with partial scans enabled, @b{Ref@TeX{}} still has to make one full | 2844 | Even with partial scans enabled, @b{Ref@TeX{}} still has to make one full |
| 2844 | scan, when you start working with a document. To avoid this, parsing | 2845 | scan, when you start working with a document. To avoid this, parsing |
| 2845 | information can be stored in a file. The file @file{MASTER.rel} is used | 2846 | information can be stored in a file. The file @file{MASTER.rel} is used |
| @@ -4301,6 +4302,11 @@ math delimiters (e.g. @samp{$}) to the string. Requires the | |||
| 4301 | @file{texmathp.el} library which is part of AUCTeX.@refill | 4302 | @file{texmathp.el} library which is part of AUCTeX.@refill |
| 4302 | @end defopt | 4303 | @end defopt |
| 4303 | 4304 | ||
| 4305 | @defopt reftex-index-phrase-file-extension | ||
| 4306 | File extension for the index phrase file. This extension will be added | ||
| 4307 | to the base name of the master file. | ||
| 4308 | @end defopt | ||
| 4309 | |||
| 4304 | @defopt reftex-index-phrases-logical-and-regexp | 4310 | @defopt reftex-index-phrases-logical-and-regexp |
| 4305 | Regexp matching the @samp{and} operator for index arguments in phrases | 4311 | Regexp matching the @samp{and} operator for index arguments in phrases |
| 4306 | file. When several index arguments in a phrase line are separated by | 4312 | file. When several index arguments in a phrase line are separated by |
| @@ -4631,6 +4637,11 @@ version of the file to be written.@refill | |||
| 4631 | @end itemize | 4637 | @end itemize |
| 4632 | @end defopt | 4638 | @end defopt |
| 4633 | 4639 | ||
| 4640 | @defopt reftex-parse-file-extension | ||
| 4641 | File extension for the file in which parser information is stored. | ||
| 4642 | This extension is added to the base name of the master file. | ||
| 4643 | @end defopt | ||
| 4644 | |||
| 4634 | @defopt reftex-allow-automatic-rescan | 4645 | @defopt reftex-allow-automatic-rescan |
| 4635 | Non-@code{nil} means, @b{Ref@TeX{}} may rescan the document when this seems | 4646 | Non-@code{nil} means, @b{Ref@TeX{}} may rescan the document when this seems |
| 4636 | necessary. Applies (currently) only in rare cases, when a new label | 4647 | necessary. Applies (currently) only in rare cases, when a new label |
| @@ -5377,6 +5388,15 @@ Environments like theorems can be placed into the TOC by putting | |||
| 5377 | entries for @samp{"begin@{theorem@}"} in | 5388 | entries for @samp{"begin@{theorem@}"} in |
| 5378 | @code{reftex-setion-levels}.@refill | 5389 | @code{reftex-setion-levels}.@refill |
| 5379 | @end itemize | 5390 | @end itemize |
| 5391 | @noindent @b{Version 4.10} | ||
| 5392 | @itemize @bullet | ||
| 5393 | @item | ||
| 5394 | Renamed @file{reftex-vcr.el} to @file{reftex-dcr.el} because of conflict | ||
| 5395 | with @file{reftex-vars.el} on DOS machines. | ||
| 5396 | @item | ||
| 5397 | New options @code{reftex-parse-file-extension} and | ||
| 5398 | @code{reftex-index-phrase-file-extension}. | ||
| 5399 | @end itemize | ||
| 5380 | 5400 | ||
| 5381 | @node Index, , , Top | 5401 | @node Index, , , Top |
| 5382 | @unnumbered Index | 5402 | @unnumbered Index |