comparison man/reftex.texi @ 60919:3ad3287d2e49

* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
author Werner LEMBERG <wl@gnu.org>
date Fri, 25 Mar 2005 09:18:26 +0000
parents 03809ff92a7f
children bae786986f2e
comparison
equal deleted inserted replaced
60918:58a53f588384 60919:3ad3287d2e49
7 @syncodeindex fn cp 7 @syncodeindex fn cp
8 8
9 @c Version and Contact Info 9 @c Version and Contact Info
10 @set VERSION 4.24 10 @set VERSION 4.24
11 @set EDITION 4.24 11 @set EDITION 4.24
12 @set DATE August 2004 12 @set DATE March 2005
13 @set AUCTEXSITE @uref{http://www.nongnu.org/auctex/,AUCTeX distribution site} 13 @set AUCTEXSITE @uref{http://www.nongnu.org/auctex/,AUCTeX distribution site}
14 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/,maintainers webpage} 14 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/,maintainers webpage}
15 @set MAINTAINER Carsten Dominik 15 @set MAINTAINER Carsten Dominik
16 @set MAINTAINEREMAIL @email{dominik@@science.uva.nl} 16 @set MAINTAINEREMAIL @email{dominik@@science.uva.nl}
17 @set MAINTAINERCONTACT @uref{mailto:dominik@@science.uva.nl,contact the maintainer} 17 @set MAINTAINERCONTACT @uref{mailto:dominik@@science.uva.nl,contact the maintainer}
23 citations and indices for LaTeX documents with Emacs. 23 citations and indices for LaTeX documents with Emacs.
24 24
25 This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for 25 This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for
26 @b{Ref@TeX{}} @value{VERSION} 26 @b{Ref@TeX{}} @value{VERSION}
27 27
28 Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 28 Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2005
29 Free Software Foundation, Inc.
29 30
30 @quotation 31 @quotation
31 Permission is granted to copy, distribute and/or modify this document 32 Permission is granted to copy, distribute and/or modify this document
32 under the terms of the GNU Free Documentation License, Version 1.1 or 33 under the terms of the GNU Free Documentation License, Version 1.1 or
33 any later version published by the Free Software Foundation; with no 34 any later version published by the Free Software Foundation; with no
732 @vindex reftex-label-illegal-re 733 @vindex reftex-label-illegal-re
733 @vindex reftex-abbrev-parameters 734 @vindex reftex-abbrev-parameters
734 A label can be derived from context. This means, @b{Ref@TeX{}} takes 735 A label can be derived from context. This means, @b{Ref@TeX{}} takes
735 the context of the label definition and constructs a label from 736 the context of the label definition and constructs a label from
736 that@footnote{Note that the context may contain constructs which are 737 that@footnote{Note that the context may contain constructs which are
737 illegal in labels. @b{Ref@TeX{}} will therefore strip the accent from 738 invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from
738 accented Latin-1 characters and remove everything else which is not 739 accented Latin-1 characters and remove everything else which is not
739 legal in labels. This mechanism is safe, but may not be satisfactory 740 legal in labels. This mechanism is safe, but may not be satisfactory
740 for non-western languages. Check the following variables if you need to 741 for non-western languages. Check the following variables if you need to
741 change things: @code{reftex-translate-to-ascii-function}, 742 change things: @code{reftex-translate-to-ascii-function},
742 @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re}, 743 @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re},
4185 @table @asis 4186 @table @asis
4186 @item @var{nwords} 4187 @item @var{nwords}
4187 Number of words to use. 4188 Number of words to use.
4188 @item @var{maxchar} 4189 @item @var{maxchar}
4189 Maximum number of characters in a label string. 4190 Maximum number of characters in a label string.
4190 @item @var{illegal} 4191 @item @var{invalid}
4191 @code{nil}: Throw away any words containing characters illegal in labels.@* 4192 @code{nil}: Throw away any words containing characters invalid in labels.@*
4192 @code{t}: Throw away only the illegal characters, not the whole word. 4193 @code{t}: Throw away only the invalid characters, not the whole word.
4193 @item @var{abbrev} 4194 @item @var{abbrev}
4194 @code{nil}: Never abbreviate words.@* 4195 @code{nil}: Never abbreviate words.@*
4195 @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@* 4196 @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@*
4196 @code{1}: Abbreviate words if necessary to shorten label string. 4197 @code{1}: Abbreviate words if necessary to shorten label string.
4197 @item @var{separator} 4198 @item @var{separator}
4202 @code{t}: Downcase words before putting them into the label.@* 4203 @code{t}: Downcase words before putting them into the label.@*
4203 @end table 4204 @end table
4204 @end defopt 4205 @end defopt
4205 4206
4206 @defopt reftex-label-illegal-re 4207 @defopt reftex-label-illegal-re
4207 Regexp matching characters not legal in labels. 4208 Regexp matching characters not valid in labels.
4208 @end defopt 4209 @end defopt
4209 4210
4210 @defopt reftex-abbrev-parameters 4211 @defopt reftex-abbrev-parameters
4211 Parameters for abbreviation of words. A list of four parameters. 4212 Parameters for abbreviation of words. A list of four parameters.
4212 @table @asis 4213 @table @asis