Next: Finding Files, Previous: Multifile Documents, Up: RefTeX [Contents][Index]
Some parts of RefTeX are language dependent. The default settings work well for English. If you are writing in a different language, the following hints may be useful:
reftex-derive-label-parameters and reftex-abbrev-parameters.
\label/\ref mechanism. If you want to change
RefTeX’s behavior and allow extended characters in labels, then take
a look at the variables reftex-translate-to-ascii-function and
reftex-label-illegal-re. The following example allows any
letters and digits (among other characters) in the label definition:
(setq reftex-label-illegal-re "[^-[:alnum:]_+=:;,.]")
reftex-multiref-punctuation and
reftex-cite-punctuation.