diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 15:25:18 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 15:25:18 +0000 |
commit | a2cc2b283ec249ff3bf570531249cd6dee1876ad (patch) | |
tree | 58b035d2085aad83229338bdf03c9bdfcf2c6666 /man | |
parent | 676ac0236353f4dccc7da3874be92c4bd6b80637 (diff) | |
download | emacs-a2cc2b283ec249ff3bf570531249cd6dee1876ad.tar.gz |
version 4.10
Diffstat (limited to 'man')
-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 @@ @synindex ky cp @syncodeindex vr cp @syncodeindex fn cp -@set VERSION 4.9 -@set EDITION 4.9 -@set DATE December 1999 +@set VERSION 4.10 +@set EDITION 4.10 +@set DATE January 2000 @set AUTHOR Carsten Dominik @set AUTHOR-EMAIL dominik@@strw.leidenuniv.nl @set MAINTAINER Carsten Dominik @@ -38,7 +38,7 @@ citations and indices for LaTeX documents with Emacs.@refill This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for @b{Ref@TeX{}} @value{VERSION}@refill -Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. +Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and @@ -72,7 +72,7 @@ translation approved by the Free Software Foundation. @author by Carsten Dominik @page -Copyright @copyright{} 1997, 1998, 1999 Free Software Foundation, Inc. +Copyright @copyright{} 1997, 1998, 1999, 2000 Free Software Foundation, Inc. @sp 2 This is edition @value{EDITION} of the @cite{Ref@TeX{} User Manual} for @@ -2840,6 +2840,7 @@ try@refill @b{Saving Parser Information}@* @cindex Saving parser information @cindex Parse information, saving to a file +@vindex reftex-parse-file-extension Even with partial scans enabled, @b{Ref@TeX{}} still has to make one full scan, when you start working with a document. To avoid this, parsing 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 @file{texmathp.el} library which is part of AUCTeX.@refill @end defopt +@defopt reftex-index-phrase-file-extension +File extension for the index phrase file. This extension will be added +to the base name of the master file. +@end defopt + @defopt reftex-index-phrases-logical-and-regexp Regexp matching the @samp{and} operator for index arguments in phrases file. When several index arguments in a phrase line are separated by @@ -4631,6 +4637,11 @@ version of the file to be written.@refill @end itemize @end defopt +@defopt reftex-parse-file-extension +File extension for the file in which parser information is stored. +This extension is added to the base name of the master file. +@end defopt + @defopt reftex-allow-automatic-rescan Non-@code{nil} means, @b{Ref@TeX{}} may rescan the document when this seems 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 entries for @samp{"begin@{theorem@}"} in @code{reftex-setion-levels}.@refill @end itemize +@noindent @b{Version 4.10} +@itemize @bullet +@item +Renamed @file{reftex-vcr.el} to @file{reftex-dcr.el} because of conflict +with @file{reftex-vars.el} on DOS machines. +@item +New options @code{reftex-parse-file-extension} and +@code{reftex-index-phrase-file-extension}. +@end itemize @node Index, , , Top @unnumbered Index |