]> code.delx.au - gnu-emacs/blob - lisp/textmodes/reftex-vars.el
* textmodes/reftex-vars.el (reftex-label-alist): Docfix.
[gnu-emacs] / lisp / textmodes / reftex-vars.el
1 ;;; reftex-vars.el --- configuration variables for RefTeX
2
3 ;; Copyright (C) 1997-1999, 2001-2012 Free Software Foundation, Inc.
4
5 ;; Author: Carsten Dominik <dominik@science.uva.nl>
6 ;; Maintainer: auctex-devel@gnu.org
7 ;; Version: 4.31
8 ;; Package: reftex
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24
25 ;;; Commentary:
26
27 ;;; Code:
28 (defvar reftex-tables-dirty)
29 (eval-when-compile (require 'cl))
30 (eval-and-compile
31 (defun reftex-set-dirty (symbol value)
32 (setq reftex-tables-dirty t)
33 (set symbol value)))
34
35 ;; Define the two constants which are needed during compilation
36
37 (eval-and-compile
38 (defconst reftex-label-alist-builtin
39 '(
40 ;; Some aliases, mostly for backward compatibility
41 (Sideways "Alias for -->rotating" (rotating))
42 (AMSTeX "amsmath with eqref macro"
43 ((nil ?e nil "~\\eqref{%s}")
44 amsmath))
45
46 ;; Individual package defaults
47 (amsmath "AMS-LaTeX math environments"
48 (("align" ?e nil nil eqnarray-like)
49 ("gather" ?e nil nil eqnarray-like)
50 ("multline" ?e nil nil t)
51 ("flalign" ?e nil nil eqnarray-like)
52 ("alignat" ?e nil nil alignat-like)
53 ("xalignat" ?e nil nil alignat-like)
54 ("xxalignat" ?e nil nil alignat-like)
55 ("subequations" ?e nil nil t)))
56
57 (endnotes "The \\endnote macro"
58 (("\\endnote[]{}" ?N "en:" "~\\ref{%s}" 2
59 (regexp "endnotes?" "notes?" "Anmerkung\\(en\\)?" "Anm\\."))))
60
61 (fancybox "The Beqnarray environment"
62 (("Beqnarray" ?e nil nil eqnarray-like)))
63
64 (floatfig "The floatingfigure environment"
65 (("floatingfigure" ?f nil nil caption)))
66
67 (longtable "The longtable environment"
68 (("longtable" ?t nil nil caption)))
69
70 (picinpar "The figwindow and tabwindow environments"
71 (("figwindow" ?f nil nil 1)
72 ("tabwindow" ?f nil nil 1)))
73
74 (rotating "Sidewaysfigure and table"
75 (("sidewaysfigure" ?f nil nil caption)
76 ("sidewaystable" ?t nil nil caption)))
77
78 (sidecap "CSfigure and SCtable"
79 (("SCfigure" ?f nil nil caption)
80 ("SCtable" ?t nil nil caption)))
81
82 (subfigure "Subfigure environments/macro"
83 (("subfigure" ?f nil nil caption)
84 ("subfigure*" ?f nil nil caption)
85 ("\\subfigure[]{}" ?f nil nil 1)))
86
87 (supertab "Supertabular environment"
88 (("supertabular" ?t nil nil "\\tablecaption{")))
89
90 (wrapfig "The wrapfigure environment"
91 (("wrapfigure" ?f nil nil caption)))
92
93 (ctable "The ctable package"
94 (("\\ctable[]{}{}{}" ?t "tab:" "\\ref{%s}" 1 ("table" "Tabelle"))))
95
96 (listings "The listings package"
97 (("lstlisting" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
98
99 (minted "The minted package"
100 (("minted" ?l "lst:" "~\\ref{%s}" nil (regexp "[Ll]isting"))))
101
102 ;; The LaTeX core stuff
103 (LaTeX "LaTeX default environments"
104 (("section" ?s "%S" "~\\ref{%s}" (nil . t)
105 (regexp "parts?" "chapters?" "chap\\." "sections?" "sect?\\."
106 "paragraphs?" "par\\."
107 "\\\\S" "\247" "Teile?" "Kapitel" "Kap\\." "Abschnitte?"
108 "appendi\\(x\\|ces\\)" "App\\." "Anh\"?ange?" "Anh\\."))
109
110 ("enumerate" ?i "item:" "~\\ref{%s}" item
111 (regexp "items?" "Punkte?"))
112
113 ("equation" ?e "eq:" "~(\\ref{%s})" t
114 (regexp "equations?" "eqs?\\." "eqn\\." "Gleichung\\(en\\)?" "Gl\\."))
115 ("eqnarray" ?e "eq:" nil eqnarray-like)
116
117 ("figure" ?f "fig:" "~\\ref{%s}" caption
118 (regexp "figure?[sn]?" "figs?\\." "Abbildung\\(en\\)?" "Abb\\."))
119 ("figure*" ?f nil nil caption)
120
121 ("table" ?t "tab:" "~\\ref{%s}" caption
122 (regexp "tables?" "tab\\." "Tabellen?"))
123 ("table*" ?t nil nil caption)
124
125 ("\\footnote[]{}" ?n "fn:" "~\\ref{%s}" 2
126 (regexp "footnotes?" "Fussnoten?"))
127
128 ("any" ?\ " " "~\\ref{%s}" nil)
129
130 ;; The label macro is hard coded, but it *could* be defined like this:
131 ;;("\\label{*}" nil nil nil nil)
132 )))
133 "The default label environment descriptions.
134 Lower-case symbols correspond to a style file of the same name in the LaTeX
135 distribution. Mixed-case symbols are convenience aliases.")
136
137 (defconst reftex-cite-format-builtin
138 '((default "Default macro \\cite{%l}"
139 "\\cite[]{%l}")
140 (natbib "The Natbib package"
141 ((?\C-m . "\\cite[][]{%l}")
142 (?t . "\\citet[][]{%l}")
143 (?T . "\\citet*[][]{%l}")
144 (?p . "\\citep[][]{%l}")
145 (?P . "\\citep*[][]{%l}")
146 (?e . "\\citep[e.g.][]{%l}")
147 (?s . "\\citep[see][]{%l}")
148 (?a . "\\citeauthor{%l}")
149 (?A . "\\citeauthor*{%l}")
150 (?y . "\\citeyear{%l}")
151 (?n . "\\nocite{%l}")))
152 (amsrefs "The AMSRefs package"
153 ((?\C-m . "\\cite{%l}")
154 (?p . "\\cite{%l}")
155 (?P . "\\cites{%l}")
156 (?t . "\\ocite{%l}")
157 (?T . "\\ocites{%l}")
158 (?y . "\\ycite{%l}")
159 (?Y . "\\ycites{%l}")
160 (?a . "\\citeauthor{%l}")
161 (?A . "\\citeauthory{%l}")
162 (?f . "\\fullcite{%l}")
163 (?F . "\\fullocite{%l}")
164 (?n . "\\nocite{%l}")))
165 (jurabib "The Jurabib package"
166 ((?\C-m . "\\cite{%l}")
167 (?c . "\\cite[][]{%l}")
168 (?t . "\\citet{%l}")
169 (?p . "\\citep{%l}")
170 (?e . "\\citep[e.g.][]{%l}")
171 (?s . "\\citep[see][]{%l}")
172 (?u . "\\fullcite{%l}")
173 (?i . "\\citetitle{%l}")
174 (?a . "\\citeauthor{%l}")
175 (?e . "\\citefield{}{%l}")
176 (?y . "\\citeyear{%l}")
177 (?f . "\\footcite{%l}")
178 (?F . "\\footcite[][]{%l}")
179 (?l . "\\footfullcite{%l}")))
180 (bibentry "The Bibentry package"
181 "\\bibentry{%l}")
182 (harvard "The Harvard package"
183 ((?\C-m . "\\cite[]{%l}")
184 (?p . "\\cite[]{%l}")
185 (?t . "\\citeasnoun{%l}")
186 (?n . "\\citeasnoun{%l}")
187 (?s . "\\possessivecite{%l}")
188 (?e . "\\citeaffixed{%l}{?}")
189 (?y . "\\citeyear{%l}")
190 (?a . "\\citename{%l}")))
191 (chicago "The Chicago package"
192 ((?\C-m . "\\cite[]{%l}")
193 (?t . "\\citeN[]{%l}")
194 (?T . "\\shortciteN{%l}")
195 (?p . "\\cite[]{%l}")
196 (?P . "\\shortcite{%l}")
197 (?a . "\\citeA{%l}")
198 (?A . "\\shortciteA{%l}")
199 (?y . "\\citeyear{%l}")))
200 (astron "The Astron package"
201 ((?\C-m . "\\cite[]{%l}")
202 (?p . "\\cite[]{%l}" )
203 (?t . "%2a (\\cite{%l})")))
204 (author-year "Do-it-yourself Author-year"
205 ((?\C-m . "\\cite{%l}")
206 (?t . "%2a (%y)\\nocite{%l}")
207 (?p . "(%2a %y\\nocite{%l})")))
208 (locally "Full info in parenthesis"
209 "(%2a %y, %j %v, %P, %e: %b, %u, %s %<)")
210 )
211 "Builtin versions of the citation format.
212 The following conventions are valid for all alist entries:
213 `?\C-m' should always point to a straight \\cite{%l} macro.
214 `?t' should point to a textual citation (citation as a noun).
215 `?p' should point to a parenthetical citation.")
216
217 (defconst reftex-index-macros-builtin
218 '((default "Default \\index and \\glossary macros"
219 (("\\index{*}" "idx" ?i "" nil t)
220 ("\\glossary{*}" "glo" ?g "" nil t)))
221 (multind "The multind.sty package"
222 (("\\index{}{*}" 1 ?i "" nil t)))
223 (index "The index.sty package"
224 (("\\index[]{*}" 1 ?i "" nil t)
225 ("\\index*[]{*}" 1 ?I "" nil nil)))
226 (Index-Shortcut "index.sty with \\shortindexingon"
227 (("\\index[]{*}" 1 ?i "" nil t)
228 ("\\index*[]{*}" 1 ?I "" nil nil)
229 ("^[]{*}" 1 ?^ "" texmathp t)
230 ("_[]{*}" 1 ?_ "" texmathp nil))))
231 "Builtin stuff for `reftex-index-macros'.
232 Lower-case symbols correspond to a style file of the same name in the LaTeX
233 distribution. Mixed-case symbols are convenience aliases.")
234 )
235
236 ;; Configuration Variables and User Options for RefTeX ------------------
237
238 (defgroup reftex nil
239 "LaTeX label and citation support."
240 :tag "RefTeX"
241 :link '(url-link :tag "Home Page"
242 "http://staff.science.uva.nl/~dominik/Tools/reftex/")
243 :link '(emacs-commentary-link :tag "Commentary in reftex.el" "reftex.el")
244 :link '(custom-manual "(reftex)Top")
245 :prefix "reftex-"
246 :group 'tex)
247
248
249 ;; Table of contents configuration --------------------------------------
250
251 (defgroup reftex-table-of-contents-browser nil
252 "A multifile table of contents browser."
253 :group 'reftex)
254
255 (defcustom reftex-include-file-commands '("include" "input")
256 "LaTeX commands which input another file.
257 The file name is expected after the command, either in braces or separated
258 by whitespace."
259 :group 'reftex-table-of-contents-browser
260 :type '(repeat string))
261
262 (defcustom reftex-max-section-depth 12
263 "Maximum depth of section levels in document structure.
264 Standard LaTeX needs default is 7, but there are packages for which this
265 needs to be larger."
266 :group 'reftex-table-of-contents-browser
267 :type 'integer)
268
269 ;; LaTeX section commands and level numbers
270 (defcustom reftex-section-levels
271 '(
272 ("part" . 0)
273 ("chapter" . 1)
274 ("section" . 2)
275 ("subsection" . 3)
276 ("subsubsection" . 4)
277 ("paragraph" . 5)
278 ("subparagraph" . 6)
279 ("addchap" . -1) ; KOMA-Script
280 ("addsec" . -2) ; KOMA-Script
281 ;;; ("minisec" . -7) ; KOMA-Script
282 )
283 "Commands and levels used for defining sections in the document.
284 This is an alist with each element like (COMMAND-NAME . LEVEL).
285 The car of each cons cell is the name of the section macro (without
286 the backslash). The cdr is a number indicating its level. A negative
287 level means the same level as the positive value, but the section will
288 never get a number. The cdr may also be a function which will be called
289 to after the section-re matched to determine the level.
290 This list is also used for promotion and demotion of sectioning commands.
291 If you are using a document class which has several sets of sectioning
292 commands, promotion only works correctly if this list is sorted first
293 by set, then within each set by level. The promotion commands always
294 select the nearest entry with the correct new level."
295 :group 'reftex-table-of-contents-browser
296 :set 'reftex-set-dirty
297 :type '(repeat
298 (cons (string :tag "sectioning macro" "")
299 (choice
300 (number :tag "level " 0)
301 (symbol :tag "function " my-level-func)))))
302
303 (defcustom reftex-toc-max-level 100
304 "The maximum level of toc entries which will be included in the TOC.
305 Section headings with a bigger level will be ignored. In RefTeX, chapters
306 are level 1, sections are level 2 etc.
307 This variable can be changed from within the *toc* buffer with the `t' key."
308 :group 'reftex-table-of-contents-browser
309 :type 'integer)
310
311 (defcustom reftex-part-resets-chapter nil
312 "Non-nil means, \\part is like any other sectioning command.
313 This means, part numbers will be included in the numbering of chapters, and
314 chapter counters will be reset for each part.
315 When nil (the default), parts are special, do not reset the chapter counter
316 and also do not show up in chapter numbers."
317 :group 'reftex-table-of-contents-browser
318 :type 'boolean)
319
320
321 (defcustom reftex-auto-recenter-toc 'frame
322 "Non-nil means, turn automatic recentering of *TOC* window on.
323 When active, the *TOC* window will always show the section you
324 are currently working in. Recentering happens whenever Emacs is idle for
325 more than `reftex-idle-time' seconds.
326
327 Value t means, turn on immediately when RefTeX gets started. Then,
328 recentering will work for any TOC window created during the session.
329
330 Value 'frame (the default) means, turn automatic recentering on only while the
331 dedicated TOC frame does exist, and do the recentering only in that frame. So
332 when creating that frame (with \"d\" key in an ordinary TOC window), the
333 automatic recentering is turned on. When the frame gets destroyed, automatic
334 recentering is turned off again.
335
336 This feature can be turned on and off from the menu
337 \(Ref->Options)."
338 :group 'reftex-table-of-contents-browser
339 :type '(choice
340 (const :tag "never" nil)
341 (const :tag "always" t)
342 (const :tag "in dedicated frame only" frame)))
343
344 (defcustom reftex-toc-split-windows-horizontally nil
345 "Non-nil means, create TOC window by splitting window horizontally."
346 :group 'reftex-table-of-contents-browser
347 :type 'boolean)
348
349 (defcustom reftex-toc-split-windows-fraction .3
350 "Fraction of the width or height of the frame to be used for TOC window.
351 See also `reftex-toc-split-windows-horizontally'."
352 :group 'reftex-table-of-contents-browser
353 :type 'number)
354
355 (defvar reftex-toc-split-windows-horizontally-fraction 0.5
356 "This variable is obsolete, use `reftex-toc-split-windows-fraction' instead.")
357
358 (defcustom reftex-toc-keep-other-windows t
359 "Non-nil means, split the selected window to display the *toc* buffer.
360 This helps to keep the window configuration, but makes the *toc* small.
361 When nil, all other windows except the selected one will be deleted, so
362 that the *toc* window fills half the frame."
363 :group 'reftex-table-of-contents-browser
364 :type 'boolean)
365
366 (defcustom reftex-toc-include-file-boundaries nil
367 "Non-nil means, include file boundaries in *toc* buffer.
368 This flag can be toggled from within the *toc* buffer with the `F' key."
369 :group 'reftex-table-of-contents-browser
370 :type 'boolean)
371
372 (defcustom reftex-toc-include-labels nil
373 "Non-nil means, include labels in *toc* buffer.
374 This flag can be toggled from within the *toc* buffer with the `l' key."
375 :group 'reftex-table-of-contents-browser
376 :type 'boolean)
377
378 (defcustom reftex-toc-include-index-entries nil
379 "Non-nil means, include index entries in *toc* buffer.
380 This flag can be toggled from within the *toc* buffer with the `i' key."
381 :group 'reftex-table-of-contents-browser
382 :type 'boolean)
383
384 (defcustom reftex-toc-confirm-promotion 2
385 "Non-nil means, promotion/demotion commands first prompt for confirmation.
386 When nil, the command is executed immediately. When this is an integer
387 N, ask for confirmation only if N or more section commands are going to be
388 changed."
389 :group 'reftex-table-of-contents-browser
390 :type '(choice
391 (const :tag "Never" nil)
392 (const :tag "Always" t)
393 (number :tag "When more than N sections" :value 2)))
394
395 (defcustom reftex-toc-include-context nil
396 "Non-nil means, include context with labels in the *toc* buffer.
397 Context will only be shown when labels are visible as well.
398 This flag can be toggled from within the *toc* buffer with the `c' key."
399 :group 'reftex-table-of-contents-browser
400 :type 'boolean)
401
402 (defcustom reftex-toc-follow-mode nil
403 "Non-nil means, point in *toc* buffer will cause other window to follow.
404 The other window will show the corresponding part of the document.
405 This flag can be toggled from within the *toc* buffer with the `f' key."
406 :group 'reftex-table-of-contents-browser
407 :type 'boolean)
408
409 (defcustom reftex-revisit-to-follow nil
410 "Non-nil means, follow-mode will revisit files if necessary.
411 When nil, follow-mode will be suspended for stuff in unvisited files."
412 :group 'reftex-table-of-contents-browser
413 :group 'reftex-referencing-labels
414 :type 'boolean)
415
416 (defcustom reftex-toc-mode-hook nil
417 "Mode hook for `reftex-toc-mode'."
418 :group 'reftex-table-of-contents-browser
419 :type 'hook)
420
421 ;; Label Support Configuration
422
423 (defgroup reftex-label-support nil
424 "Support for creation, insertion and referencing of labels in LaTeX."
425 :group 'reftex)
426
427 (defgroup reftex-defining-label-environments nil
428 "Definition of environments and macros to do with label."
429 :group 'reftex-label-support)
430
431 (defcustom reftex-default-label-alist-entries
432 '(amsmath endnotes fancybox floatfig longtable picinpar
433 rotating sidecap subfigure supertab wrapfig
434 listings minted ctable LaTeX)
435 "Default label alist specifications. LaTeX should always be the last entry.
436 The value of this variable is a list of symbols with associations in the
437 constant `reftex-label-alist-builtin'. Check that constant for a full list
438 of options."
439 :group 'reftex-defining-label-environments
440 :set 'reftex-set-dirty
441 :type `(set
442 :indent 4
443 :inline t
444 :greedy t
445 ,@(mapcar
446 (lambda (x)
447 (list 'const :tag (concat (symbol-name (nth 0 x))
448 ": " (nth 1 x))
449 (nth 0 x)))
450 reftex-label-alist-builtin)))
451
452 (defcustom reftex-label-alist nil
453 "Alist with information on environments for \\label-\\ref use.
454
455 This docstring is easier to understand after reading the configuration
456 examples in `reftex.el'. Looking at the builtin defaults in the constant
457 `reftex-label-alist-builtin' may also be instructive.
458
459 Set this variable to define additions and changes to the default. The only
460 things you MUST NOT change is that `?s' is the type indicator for section
461 labels, and SPC for the `any' label type. These are hard-coded at other
462 places in the code.
463
464 The value of the variable must be a list of items. Each item is a list
465 itself and has the following structure:
466
467 (ENV-OR-MACRO TYPE-KEY LABEL-PREFIX REFERENCE-FORMAT CONTEXT-METHOD
468 (MAGIC-WORD ... ) TOC-LEVEL)
469
470 Each list entry describes either an environment carrying a counter for use
471 with \\label and \\ref, or a LaTeX macro defining a label as (or inside)
472 one of its arguments. The elements of each list entry are:
473
474 ENV-OR-MACRO
475 Name of the environment (like \"table\") or macro (like \"\\\\myfig\").
476 For macros, indicate the macro arguments for best results, as in
477 \"\\\\myfig[]{}{}{*}{}\". Use square brackets for optional arguments,
478 a star to mark the label argument, if any. The macro does not have to
479 have a label argument - you could also use \\label{..} inside one of
480 its arguments.
481 Special names: `section' for section labels, `any' to define a group
482 which contains all labels.
483
484 This may also be a function to do local parsing and identify point
485 to be in a non-standard label environment. The function must take
486 an argument BOUND and limit backward searches to this value. It
487 should return either nil or a cons cell (FUNCTION . POSITION) with
488 the function symbol and the position where the special environment
489 starts. See the Info documentation for an example.
490
491 Finally this may also be nil if the entry is only meant to change
492 some settings associated with the type indicator character (see below).
493
494 TYPE-KEY
495 Type indicator character, like `?t', must be a printable ASCII character.
496 The type indicator is a single character which defines a label type.
497 Any label inside the environment or macro is assumed to belong to this
498 type. The same character may occur several times in this list, to cover
499 cases in which different environments carry the same label type (like
500 `equation' and `eqnarray').
501 If the type indicator is nil and the macro has a label argument {*},
502 the macro defines neutral labels just like \\label. In this case
503 the reminder of this entry is ignored.
504
505 LABEL-PREFIX
506 Label prefix string, like \"tab:\".
507 The prefix is a short string used as the start of a label. It may be the
508 empty string. The prefix may contain the following `%' escapes:
509 %f Current file name with directory and extension stripped.
510 %F Current file name relative to directory of master file.
511 %m Master file name, directory and extension stripped.
512 %M Directory name (without path) where master file is located.
513 %u User login name, on systems which support this.
514 %S A section prefix derived with variable `reftex-section-prefixes'.
515
516 Example: In a file `intro.tex', \"eq:%f:\" will become \"eq:intro:\").
517
518 REFERENCE-FORMAT
519 Format string for reference insert in buffer. `%s' will be replaced by
520 the label.
521 When the format starts with `~', the `~' will only be inserted if
522 there is not already a whitespace before point.
523
524 CONTEXT-METHOD
525 Indication on how to find the short context.
526 - If nil, use the text following the \\label{...} macro.
527 - If t, use
528 - the section heading for section labels.
529 - text following the \\begin{...} statement of environments.
530 (not a good choice for environments like eqnarray or enumerate,
531 where one has several labels in a single environment).
532 - text after the macro name (starting with the first arg) for macros.
533 - If an integer, use the nth argument of the macro. As a special case,
534 1000 means to get text after the last macro argument.
535 - If a string, use as regexp to search *backward* from the label. Context
536 is then the text following the end of the match. E.g. putting this to
537 \"\\\\\\\\caption[[{]\" will use the caption in a figure or table
538 environment.
539 \"\\\\\\\\begin{eqnarray}\\\\|\\\\\\\\\\\\\\\\\" works for eqnarrays.
540 - If any of `caption', `item', `eqnarray-like', `alignat-like', this
541 symbol will internally be translated into an appropriate regexp
542 (see also the variable `reftex-default-context-regexps').
543 - If a function, call this function with the name of the environment/macro
544 as argument. On call, point will be just after the \\label macro. The
545 function is expected to return a suitable context string. It should
546 throw an exception (error) when failing to find context.
547 As an example, here is a function returning the 10 chars following
548 the label macro as context:
549
550 (defun my-context-function (env-or-mac)
551 (if (> (point-max) (+ 10 (point)))
552 (buffer-substring (point) (+ 10 (point)))
553 (error \"Buffer too small\")))
554
555 Label context is used in two ways by RefTeX: For display in the label
556 menu, and to derive a label string. If you want to use a different
557 method for each of these, specify them as a dotted pair.
558 E.g. `(nil . t)' uses the text after the label (nil) for display, and
559 text from the default position (t) to derive a label string. This is
560 actually used for section labels.
561
562 MAGIC-WORDS
563 List of magic words which identify a reference to be of this type.
564 If the word before point is equal to one of these words when calling
565 `reftex-reference', the label list offered will be automatically
566 restricted to labels of the correct type.
567 If the first element of this wordlist is the symbol `regexp', the
568 strings are interpreted as regular expressions. RefTeX will add
569 a \"\\\\W\" to the beginning and other stuff to the end of the regexp.
570
571 TOC-LEVEL
572 The integer level at which this environment should be added to the
573 table of contents. See also `reftex-section-levels'. A positive
574 value will number the entries mixed with the sectioning commands of
575 the same level. A negative value will make unnumbered entries.
576 Useful only for theorem-like environments, will be ignored for macros.
577 When omitted or nil, no TOC entries will be made.
578
579 If the type indicator characters of two or more entries are the same, RefTeX
580 will use
581 - the first non-nil format and prefix
582 - the magic words of all involved entries.
583
584 Any list entry may also be a symbol. If that has an association in
585 `reftex-label-alist-builtin', the cddr of that association is spliced into the
586 list. However, builtin defaults should normally be set with the variable
587 `reftex-default-label-alist-entries'."
588 :group 'reftex-defining-label-environments
589 :set 'reftex-set-dirty
590 :type
591 `(repeat
592 (choice :tag "Package or Detailed "
593 :value ("" ?a nil nil nil nil)
594 (list :tag "Detailed Entry"
595 :value ("" ?a nil nil nil nil)
596 (choice :tag "Environment or \\macro "
597 (const :tag "Ignore, just use typekey" nil)
598 (string "")
599 (symbol :tag "Special parser" my-parser))
600 (choice :tag "Type specification "
601 (const :tag "unspecified, like in \\label" nil)
602 (character :tag "Char " ?a))
603 (choice :tag "Label prefix string "
604 (const :tag "Default" nil)
605 (string :tag "String" "lab:"))
606 (choice :tag "Label reference format"
607 (const :tag "Default" nil)
608 (string :tag "String" "~\\ref{%s}"))
609 (choice :tag "Context method "
610 (const :tag "Default position" t)
611 (const :tag "After label" nil)
612 (number :tag "Macro arg nr" 1)
613 (regexp :tag "Regexp" "")
614 (const :tag "Caption in float" caption)
615 (const :tag "Item in list" item)
616 (const :tag "Eqnarray-like" eqnarray-like)
617 (const :tag "Alignat-like" alignat-like)
618 (symbol :tag "Function" my-func))
619 (repeat :tag "Magic words" :extra-offset 2 (string))
620 (option (choice :tag "Make TOC entry "
621 (const :tag "No entry" nil)
622 (integer :tag "Level" :value -3))))
623 (choice
624 :tag "Package"
625 :value AMSTeX
626 ,@(mapcar
627 (lambda (x)
628 (list 'const :tag (concat (symbol-name (nth 0 x)))
629 (nth 0 x)))
630 reftex-label-alist-builtin)))))
631
632 (defcustom reftex-section-prefixes '((0 . "part:") (1 . "cha:") (t . "sec:"))
633 "Prefixes for section labels.
634 When the label prefix given in an entry in `reftex-label-alist' contains `%S',
635 this list is used to determine the correct prefix string depending on the
636 current section level.
637 The list is an alist, with each entry of the form (KEY . PREFIX)
638 Possible keys are sectioning macro names like `chapter', section levels
639 \(as given in `reftex-section-levels'), and t for the default."
640 :group 'reftex-defining-label-environments
641 :type '(repeat
642 (cons :value (0 . "")
643 (choice
644 (string :tag "macro name")
645 (integer :tag "section level")
646 (const :tag "default" t))
647 (string :tag "Prefix"))))
648
649 (defcustom reftex-default-context-regexps
650 '((caption . "\\\\\\(rot\\)?caption\\*?[[{]")
651 (item . "\\\\item\\(\\[[^]]*\\]\\)?")
652 (eqnarray-like . "\\\\begin{%s}\\|\\\\\\\\")
653 (alignat-like . "\\\\begin{%s}{[0-9]*}\\|\\\\\\\\"))
654 "Alist with default regular expressions for finding context.
655 The form (format regexp (regexp-quote environment)) is used to calculate
656 the final regular expression - so %s will be replaced with the environment
657 or macro."
658 :group 'reftex-defining-label-environments
659 :type '(repeat (cons (symbol) (regexp))))
660
661 (defcustom reftex-trust-label-prefix nil
662 "Non-nil means, trust the label prefix when determining label type.
663 It is customary to use special label prefixes to distinguish different label
664 types. The label prefixes have no syntactic meaning in LaTeX (unless
665 special packages like fancyref are being used). RefTeX can and by
666 default does parse around each label to detect the correct label type,
667 but this process can be slow when a document contains thousands of
668 labels. If you use label prefixes consistently, you may speed up
669 document parsing by setting this variable to a non-nil value. RefTeX
670 will then compare the label prefix with the prefixes found in
671 `reftex-label-alist' and derive the correct label type in this way.
672 Possible values for this option are:
673
674 t This means to trust any label prefixes found.
675 regexp If a regexp, only prefixes matched by the regexp are trusted.
676 list List of accepted prefixes, as strings. The colon is part of
677 the prefix, e.g. (\"fn:\" \"eqn:\" \"item:\").
678 nil Never trust a label prefix.
679
680 The only disadvantage of using this feature is that the label context
681 displayed in the label selection buffer along with each label is
682 simply some text after the label definition. This is no problem if you
683 place labels keeping this in mind (e.g. *before* the equation, *at
684 the beginning* of a fig/tab caption ...). Anyway, it is probably best
685 to use the regexp or the list value types to fine-tune this feature.
686 For example, if your document contains thousands of footnotes with
687 labels fn:xxx, you may want to set this variable to the value \"^fn:$\" or
688 \(\"fn:\"). Then RefTeX will still do extensive parsing for any
689 non-footnote labels."
690 :group 'reftex-defining-label-environments
691 :type '(choice
692 (const :tag "Always" t)
693 (const :tag "Never" nil)
694 (regexp)
695 (repeat :tag "List"
696 (string :tag "prefix (with colon)"))))
697
698 (defcustom reftex-special-environment-functions nil
699 "List of functions to be called when trying to figure out current environment.
700 These are special functions to detect \"environments\" which do not
701 start with \\begin and end with \\end. Some LaTeX packages seem to
702 use such non-standard ways to set up environment-like constructs. The
703 purpose of each function in this list is to detect if point is
704 currently inside such a special \"environment\". If the environment
705 carries a label, you must also set up an entry for it in
706 `reftex-label-alist'.
707
708 The function should check if point is currently in the special
709 environment it was written to detect. If so, the function must return
710 a cons cell (NAME . POSITION). NAME is the name of the environment
711 detected and POSITION is the buffer position where the environment
712 starts. The function must return nil on failure to detect the
713 environment.
714
715 The function must take an argument BOUND. If non-nil, BOUND is a
716 boundary for backwards searches which should be observed.
717
718 Here is an example. The LaTeX package linguex.sty defines list macros
719 `\\ex.', `\\a.', etc for lists which are terminated by `\\z.' or an empty
720 line.
721
722 \\ex. \\label{ex:12} Some text in an exotic language ...
723 \\a. \\label{ex:13} more stuff
724 \\b. \\label{ex:14} still more stuff
725
726 ... more text after the empty line terminating all lists
727
728 And here is the setup for RefTeX:
729
730 1. Define a dummy environment for this in `reftex-label-alist'. Dummy means,
731 make up an environment name even though it is not used with \\begin and
732 \\end. Here we use \"linguex\" as this name.
733
734 (setq reftex-label-alist
735 '((\"linguex\" ?x \"ex:\" \"~\\\\ref{%s}\" nil (\"Example\" \"Ex.\"))))
736
737 2. Write a function to detect the list macros and the determinators as well.
738
739 (defun my-detect-linguex-list (bound)
740 (let ((pos (point)) p1)
741 (save-excursion
742 ;; Search for any of the linguex item macros at the beginning of a line
743 (if (re-search-backward
744 \"^[ \\t]*\\\\(\\\\\\\\\\\\(ex\\\\|a\\\\|b\\\\|c\\\\|d\\\\|e\\\\|f\\\\)g?\\\\.\\\\)\" bound t)
745 (progn
746 (setq p1 (match-beginning 1))
747 ;; Make sure no empty line or \\z. is between us and the item macro
748 (if (re-search-forward \"\\n[ \\t]*\\n\\\\|\\\\\\\\z\\\\.\" pos t)
749 ;; Return nil because list was already closed
750 nil
751 ;; OK, we got it
752 (cons \"linguex\" p1)))
753 ;; Return nil for not found
754 nil))))
755
756 3. Tell RefTeX to use this function
757
758 (setq reftex-special-environment-functions '(my-detect-linguex-list))
759 "
760 :group 'reftex-defining-label-environments
761 :type 'hook)
762
763 ;; Label insertion
764
765 (defgroup reftex-making-and-inserting-labels nil
766 "Options on how to create new labels."
767 :group 'reftex-label-support)
768
769 (defcustom reftex-insert-label-flags '("s" "sft")
770 "Flags governing label insertion. First flag DERIVE, second flag PROMPT.
771
772 If DERIVE is t, RefTeX will try to derive a sensible label from context.
773 A section label for example will be derived from the section heading.
774 The conversion of the context to a valid label is governed by the
775 specifications given in `reftex-derive-label-parameters'.
776 If RefTeX fails to derive a label, it will prompt the user.
777 If DERIVE is nil, the label generated will consist of the prefix and a
778 unique number, like `eq:23'.
779
780 If PROMPT is t, the user will be prompted for a label string. The prompt will
781 already contain the prefix, and (if DERIVE is t) a default label derived from
782 context. When PROMPT is nil, the default label will be inserted without
783 query.
784
785 So the combination of DERIVE and PROMPT controls label insertion. Here is a
786 table describing all four possibilities:
787
788 DERIVE PROMPT ACTION
789 -------------------------------------------------------------------------
790 nil nil Insert simple label, like eq:22 or sec:13. No query.
791 nil t Prompt for label.
792 t nil Derive a label from context and insert without query.
793 t t Derive a label from context and prompt for confirmation.
794
795 Each flag may be set to t, nil, or a string of label type letters
796 indicating the label types for which it should be true. The strings work
797 like character classes.
798 Thus, the combination may be set differently for each label type. The
799 default settings \"s\" and \"sft\" mean: Derive section labels from headings
800 \(with confirmation). Prompt for figure and table labels. Use simple labels
801 without confirmation for everything else.
802 The available label types are: s (section), f (figure), t (table), i (item),
803 e (equation), n (footnote), N (endnote), plus any definitions in
804 `reftex-label-alist'."
805 :group 'reftex-making-and-inserting-labels
806 :type '(list (choice :tag "Derive label from context"
807 (const :tag "always" t)
808 (const :tag "never" nil)
809 (string :tag "selected label types" ""))
810 (choice :tag "Prompt for label string "
811 :entry-format " %b %v"
812 (const :tag "always" t)
813 (const :tag "never" nil)
814 (string :tag "selected label types" ""))))
815
816 (defcustom reftex-string-to-label-function 'reftex-string-to-label
817 "Function to turn an arbitrary string into a valid label.
818 RefTeX's default function uses the variable `reftex-derive-label-parameters'."
819 :group 'reftex-making-and-inserting-labels
820 :type 'symbol)
821
822 (defcustom reftex-translate-to-ascii-function 'reftex-latin1-to-ascii
823 "Filter function which will process a context string before it is used
824 to derive a label from it. The intended application is to convert ISO or
825 Mule characters into something valid in labels. The default function
826 removes the accents from Latin-1 characters. X-Symbol (>=2.6) sets this
827 variable to the much more general `x-symbol-translate-to-ascii'."
828 :group 'reftex-making-and-inserting-labels
829 :type 'symbol)
830
831 (defcustom reftex-derive-label-parameters '(3 20 t 1 "-"
832 ("the" "on" "in" "off" "a" "for" "by" "of" "and" "is" "to") t)
833 "Parameters for converting a string into a label.
834 This variable is a list of the following items.
835
836 NWORDS Number of words to use.
837 MAXCHAR Maximum number of characters in a label string.
838 INVALID nil: Throw away any words containing characters invalid in labels.
839 t: Throw away only the invalid characters, not the whole word.
840 ABBREV nil: Never abbreviate words.
841 t: Always abbreviate words (see `reftex-abbrev-parameters').
842 not t and not nil: Abbreviate words if necessary to shorten
843 label string below MAXCHAR.
844 SEPARATOR String separating different words in the label.
845 IGNOREWORDS List of words which should not be part of labels.
846 DOWNCASE t: Downcase words before using them."
847 :group 'reftex-making-and-inserting-labels
848 :type '(list (integer :tag "Number of words " 3)
849 (integer :tag "Maximum label length " 20)
850 (choice :tag "Invalid characters in words"
851 (const :tag "throw away entire word" nil)
852 (const :tag "throw away single chars" t))
853 (choice :tag "Abbreviate words "
854 (const :tag "never" nil)
855 (const :tag "always" t)
856 (const :tag "when label is too long" 1))
857 (string :tag "Separator between words " "-")
858 (repeat :tag "Ignore words"
859 :entry-format " %i %d %v"
860 (string :tag ""))
861 (option (boolean :tag "Downcase words "))))
862
863 (defcustom reftex-label-illegal-re "[^-a-zA-Z0-9_+=:;,.]"
864 "Regexp matching characters not valid in labels."
865 :group 'reftex-making-and-inserting-labels
866 :type '(regexp :tag "Regular Expression"))
867
868 (defcustom reftex-abbrev-parameters '(4 2 "^aeiou" "aeiou")
869 "Parameters for abbreviation of words.
870 This variable is a list of the following items.
871
872 MIN-CHARS Minimum number of characters remaining after abbreviation.
873 MIN-KILL Minimum number of characters to remove when abbreviating words.
874 BEFORE Character class before abbrev point in word.
875 AFTER Character class after abbrev point in word."
876 :group 'reftex-making-and-inserting-labels
877 :type '(list
878 (integer :tag "Minimum chars per word" 4)
879 (integer :tag "Shorten by at least " 2)
880 (string :tag "cut before char class " "^saeiou")
881 (string :tag "cut after char class " "aeiou")))
882
883 (defcustom reftex-format-label-function nil
884 "Function which produces the string to insert as a label definition.
885 Normally should be nil, unless you want to do something fancy.
886 The function will be called with two arguments, the LABEL and the DEFAULT
887 FORMAT, which usually is `\\label{%s}'. The function should return the
888 string to insert into the buffer."
889 :group 'reftex-making-and-inserting-labels
890 :type 'function)
891
892 ;; Label referencing
893
894 (defgroup reftex-referencing-labels nil
895 "Options on how to reference labels."
896 :group 'reftex-label-support)
897
898 (eval-and-compile
899 (defconst reftex-tmp
900 '((const :tag "on" t)
901 (const :tag "off" nil)
902 (string :tag "Selected label types"))))
903
904 (defcustom reftex-label-menu-flags '(t t nil nil nil nil t nil)
905 "List of flags governing the label menu makeup.
906 The flags are:
907
908 TABLE-OF-CONTENTS Show the labels embedded in a table of context.
909 SECTION-NUMBERS Include section numbers (like 4.1.3) in table of contents.
910 COUNTERS Show counters. This just numbers the labels in the menu.
911 NO-CONTEXT Non-nil means do NOT show the short context.
912 FOLLOW Follow full context in other window.
913 SHOW-COMMENTED Show labels from regions which are commented out.
914 MATCH-IN-TOC Obsolete flag.
915 SHOW FILES Show begin and end of included files.
916
917 Each of these flags can be set to t or nil, or to a string of type letters
918 indicating the label types for which it should be true. These strings work
919 like character classes in regular expressions. Thus, setting one of the
920 flags to \"sf\" makes the flag true for section and figure labels, nil
921 for everything else. Setting it to \"^sf\" makes it the other way round.
922 The available label types are: s (section), f (figure), t (table), i (item),
923 e (equation), n (footnote), plus any definitions in `reftex-label-alist'.
924
925 Most options can also be switched from the label menu itself - so if you
926 decide here to not have a table of contents in the label menu, you can still
927 get one interactively during selection from the label menu."
928 :group 'reftex-referencing-labels
929 :type
930 `(list
931 (choice :tag "Embed in table of contents " ,@reftex-tmp)
932 (choice :tag "Show section numbers " ,@reftex-tmp)
933 (choice :tag "Show individual counters " ,@reftex-tmp)
934 (choice :tag "Hide short context " ,@reftex-tmp)
935 (choice :tag "Follow context in other window " ,@reftex-tmp)
936 (choice :tag "Show commented labels " ,@reftex-tmp)
937 (choice :tag "Obsolete flag, Don't use. " ,@reftex-tmp)
938 (choice :tag "Show begin/end of included files" ,@reftex-tmp)))
939
940 (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and "))
941 "Punctuation strings for multiple references.
942 When marking is used in the selection buffer to select several references,
943 this variable associates the 3 marking characters `,-+' with prefix strings
944 to be inserted into the buffer before the corresponding \\ref macro.
945 This is used to string together whole reference sets, like
946 `eqs. 1,2,3-5,6 and 7' in a single call to `reftex-reference'. See manual."
947 :group 'reftex-referencing-labels
948 :type '(repeat (cons (character) (string))))
949
950 (defcustom reftex-vref-is-default nil
951 "Non-nil means, the varioref macro \\vref is used as default.
952 In the selection buffer, the `v' key toggles the reference macro between
953 `\\ref' and `\\vref'. The value of this variable determines the default
954 which is active when entering the selection process.
955 Instead of nil or t, this may also be a string of type letters indicating
956 the label types for which it should be true."
957 :group 'reftex-referencing-labels
958 :type `(choice :tag "\\vref is default macro" ,@reftex-tmp))
959 ;;;###autoload(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
960
961 (defcustom reftex-fref-is-default nil
962 "Non-nil means, the fancyref macro \\fref is used as default.
963 In the selection buffer, the `V' key toggles the reference macro between
964 `\\ref', `\\fref' and `\\Fref'. The value of this variable determines
965 the default which is active when entering the selection process.
966 Instead of nil or t, this may also be a string of type letters indicating
967 the label types for which it should be true."
968 :group 'reftex-referencing-labels
969 :type `(choice :tag "\\fref is default macro" ,@reftex-tmp))
970 ;;;###autoload(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
971
972 (defcustom reftex-level-indent 2
973 "Number of spaces to be used for indentation per section level."
974 :group 'reftex-referencing-labels
975 :type 'integer)
976 ;;;###autoload(put 'reftex-level-indent 'safe-local-variable 'integerp)
977
978 (defcustom reftex-guess-label-type t
979 "Non-nil means, `reftex-reference' will try to guess the label type.
980 To do that, RefTeX will look at the word before the cursor and compare it with
981 the words given in `reftex-label-alist'. When it finds a match, RefTeX will
982 immediately offer the correct label menu - otherwise it will prompt you for
983 a label type. If you set this variable to nil, RefTeX will always prompt."
984 :group 'reftex-referencing-labels
985 :type 'boolean)
986 ;;;###autoload(put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
987
988 (defcustom reftex-format-ref-function nil
989 "Function which produces the string to insert as a reference.
990 Normally should be nil, because the format to insert a reference can
991 already be specified in `reftex-label-alist'.
992 This hook also is used by the special commands to insert `\\vref' and `\\fref'
993 references, so even if you set this, your setting will be ignored by
994 the special commands.
995 The function will be called with two arguments, the LABEL and the DEFAULT
996 FORMAT, which normally is `~\\ref{%s}'. The function should return the
997 string to insert into the buffer."
998 :group 'reftex-referencing-labels
999 :type 'function)
1000
1001 (defcustom reftex-select-label-mode-hook nil
1002 "Mode hook for reftex-select-label-mode."
1003 :group 'reftex-referencing-labels
1004 :type 'hook)
1005
1006 ;; BibteX citation configuration ----------------------------------------
1007
1008 (defgroup reftex-citation-support nil
1009 "Support for referencing bibliographic data with BibTeX."
1010 :group 'reftex)
1011
1012 (defcustom reftex-bibliography-commands '("bibliography" "nobibliography")
1013 "LaTeX commands which specify the BibTeX databases to use with the document."
1014 :group 'reftex-citation-support
1015 :type '(repeat string))
1016
1017
1018 (defvar reftex-bibfile-ignore-list nil) ; compatibility
1019 (defcustom reftex-bibfile-ignore-regexps nil
1020 "List of regular expressions to exclude files in \\bibliography{..}.
1021 File names matched by these regexps will not be parsed by RefTeX.
1022 Intended for files which contain only `@string' macro definitions and the
1023 like, which are ignored by RefTeX anyway."
1024 :group 'reftex-citation-support
1025 :set 'reftex-set-dirty
1026 :type '(repeat (regexp)))
1027
1028 (defcustom reftex-default-bibliography nil
1029 "List of BibTeX database files which should be used if none are specified.
1030 When `reftex-citation' is called from a document which has neither a
1031 `\\bibliography{..}' statement nor a `thebibliography' environment,
1032 RefTeX will scan these files instead. Intended for using `reftex-citation'
1033 in non-LaTeX files. The files will be searched along the BIBINPUTS or TEXBIB
1034 path."
1035 :group 'reftex-citation-support
1036 :type '(repeat (file)))
1037
1038 (defcustom reftex-sort-bibtex-matches 'reverse-year
1039 "Sorting of the entries found in BibTeX databases by reftex-citation.
1040 Possible values:
1041 nil Do not sort entries.
1042 'author Sort entries by author name.
1043 'year Sort entries by increasing year.
1044 'reverse-year Sort entries by decreasing year."
1045 :group 'reftex-citation-support
1046 :type '(choice (const :tag "not" nil)
1047 (const :tag "by author" author)
1048 (const :tag "by year" year)
1049 (const :tag "by year, reversed" reverse-year)))
1050
1051 (defcustom reftex-cite-format 'default
1052 "The format of citations to be inserted into the buffer.
1053 It can be a string or an alist or a symbol. In the simplest case this
1054 is just the string \"\\cite{%l}\", which is also the default. See the
1055 definition of `reftex-cite-format-builtin' for more complex examples.
1056
1057 If `reftex-cite-format' is a string, it will be used as the format.
1058 In the format, the following percent escapes will be expanded.
1059
1060 %l The BibTeX label of the citation.
1061 %a List of author names, see also `reftex-cite-punctuation'.
1062 %2a Like %a, but abbreviate more than 2 authors like Jones et al.
1063 %A First author name only.
1064 %e Works like %a, but on list of editor names. (%2e and %E work a well)
1065
1066 It is also possible to access all other BibTeX database fields:
1067 %b booktitle %c chapter %d edition %h howpublished
1068 %i institution %j journal %k key %m month
1069 %n number %o organization %p pages %P first page
1070 %r address %s school %u publisher %t title
1071 %v volume %y year
1072 %B booktitle, abbreviated %T title, abbreviated
1073
1074 Usually, only %l is needed. The other stuff is mainly for the echo area
1075 display, and for (setq reftex-comment-citations t).
1076
1077 %< as a special operator kills punctuation and space around it after the
1078 string has been formatted.
1079
1080 A pair of square brackets indicates an optional argument, and RefTeX
1081 will prompt for the values of these arguments.
1082
1083 Beware that all this only works with BibTeX database files. When
1084 citations are made from the \\bibitems in an explicit thebibliography
1085 environment, only %l is available.
1086
1087 If `reftex-cite-format' is an alist of characters and strings, the user
1088 will be prompted for a character to select one of the possible format
1089 strings.
1090 In order to configure this variable, you can either set
1091 `reftex-cite-format' directly yourself or set it to the SYMBOL of one of
1092 the predefined styles. The predefined symbols are those which have an
1093 association in the constant `reftex-cite-format-builtin'.
1094 E.g.: (setq reftex-cite-format 'natbib)"
1095 :group 'reftex-citation-support
1096 :type
1097 `(choice
1098 :format "%{%t%}: \n%[Value Menu%] %v"
1099 (radio :tag "Symbolic Builtins"
1100 :indent 4
1101 :value default
1102 ,@(mapcar
1103 (lambda (x)
1104 (list 'const :tag (concat (symbol-name (nth 0 x))
1105 ": " (nth 1 x))
1106 (nth 0 x)))
1107 reftex-cite-format-builtin))
1108 (string :tag "format string" "\\cite{%l}")
1109 (repeat :tag "key-ed format strings"
1110 :value ((?\r . "\\cite{%l}")
1111 (?t . "\\cite{%l}") (?p . "\\cite{%l}"))
1112 (cons (character :tag "Key character" ?\r)
1113 (string :tag "Format string" "")))))
1114
1115 (defcustom reftex-cite-prompt-optional-args 'maybe
1116 "Non-nil means, prompt for empty optional arguments in cite macros.
1117 When an entry in `reftex-cite-format' ist given with square brackets to
1118 indicate optional arguments (for example \\cite[][]{%l}), RefTeX can
1119 prompt for values. Possible values are:
1120
1121 nil Never prompt for optional arguments
1122 t Always prompt
1123 maybe Prompt only if `reftex-citation' was called with C-u prefix arg
1124
1125 Unnecessary empty optional arguments are removed before insertion into
1126 the buffer. See `reftex-cite-cleanup-optional-args'."
1127 :group 'reftex-citation-support
1128 :type '(choice
1129 (const :tag "Always" t)
1130 (const :tag "When called with prefix arg" maybe)
1131 (const :tag "Never" nil)))
1132
1133 (defcustom reftex-cite-cleanup-optional-args t
1134 "Non-nil means, remove unnecessary empty optional arguments in cite macros.
1135 The cite macros provided by some packages (for example
1136 natbib) allow specifying two optional arguments, one for a prefix to
1137 the citation, and a second for a postfix. When only one optional
1138 argument is given, it is interpreted as postfix. When this option is
1139 t, RefTeX removes unnecessary empty optional arguments from the cite
1140 macro before insertion. For example, it will change
1141 \\cite[][]{Jones} -> \\cite{Jones}
1142 \\cite[][Chapter 1]{Jones} -> \\cite[Chapter 1]{Jones}
1143 \\cite[see][]{Jones} -> \\cite[see][]{Jones}
1144 \\cite[see][Chapter 1]{Jones} -> \\cite{Jones}
1145 Is is possible that other packages have other conventions about which
1146 optional argument is interpreted how - that is why this cleaning up
1147 can be turned off."
1148 :group 'reftex-citation-support
1149 :type 'boolean)
1150
1151 (defcustom reftex-comment-citations nil
1152 "Non-nil means add a comment for each citation describing the full entry.
1153 The comment is formatted according to `reftex-cite-comment-format'."
1154 :group 'reftex-citation-support
1155 :type 'boolean)
1156
1157 (defcustom reftex-cite-comment-format
1158 "%% %2a %y, %j %v, %P, %b, %e, %u, %s %<\n"
1159 "Citation format used for commented citations. Must NOT contain %l.
1160 See the variable `reftex-cite-format' for possible percent escapes."
1161 :group 'reftex-citation-support
1162 :type 'string)
1163
1164 (defcustom reftex-cite-view-format "%2a %y, %T, %B, %j %v:%P, %s %<"
1165 "Citation format used to display citation info in the message area.
1166 Must NOT contain %l. See the variable `reftex-cite-format' for
1167 possible percent escapes."
1168 :group 'reftex-citation-support
1169 :group 'reftex-viewing-cross-references
1170 :type 'string)
1171
1172 (defcustom reftex-cite-punctuation '(", " " \\& " " {\\it et al.}")
1173 "Punctuation for formatting of name lists in citations.
1174 This is a list of 3 strings.
1175 1. Normal names separator, like \", \" in Jones, Brown and Miller
1176 2. Final names separator, like \" and \" in Jones, Brown and Miller
1177 3. The \"et al\" string, like \" {\\it et al.}\" in Jones {\\it et al.}"
1178 :group 'reftex-citation-support
1179 :type '(list
1180 (string :tag "Separator for names ")
1181 (string :tag "Separator for last name in list")
1182 (string :tag "string used as et al. ")))
1183
1184 (defcustom reftex-format-cite-function nil
1185 "Function which produces the string to insert as a citation.
1186 Normally should be nil, because the format to insert a reference can
1187 already be specified in `reftex-cite-format'.
1188 The function will be called with two arguments, the CITATION KEY and the
1189 DEFAULT FORMAT, which is taken from `reftex-cite-format'. The function
1190 should return the string to insert into the buffer."
1191 :group 'reftex-citation-support
1192 :type 'function)
1193
1194 (defcustom reftex-select-bib-mode-hook nil
1195 "Mode hook for reftex-select-bib-mode."
1196 :group 'reftex-citation-support
1197 :type 'hook)
1198
1199 ;; Index Support Configuration
1200
1201 (defgroup reftex-index-support nil
1202 "Support for viewing and editing the index."
1203 :group 'reftex)
1204
1205 (defcustom reftex-support-index t
1206 "Non-nil means, index entries are parsed as well.
1207 Index support is resource intensive and the internal structure holding the
1208 parsed information can become quite big. Therefore it can be turned off.
1209 When this is nil and you execute a command which requires index support,
1210 you will be asked for confirmation to turn it on and rescan the document."
1211 :group 'reftex-index-support
1212 :type 'boolean)
1213
1214 (defcustom reftex-index-special-chars '("!" "|" "@" "\"" "\\")
1215 "Special characters in index entries. The value is a list of five strings.
1216 These correspond to the makeindex keywords LEVEL ENCAP ACTUAL QUOTE ESCAPE."
1217 :group 'reftex-index-support
1218 :type '(list
1219 (string :tag "LEVEL separator")
1220 (string :tag "ENCAP char ")
1221 (string :tag "ACTUAL char ")
1222 (string :tag "QUOTE char ")
1223 (string :tag "ESCAPE char ")))
1224
1225 (defcustom reftex-index-macros nil
1226 "Macros which define index entries. The structure is
1227
1228 \(MACRO INDEX-TAG KEY PREFIX EXCLUDE REPEAT)
1229
1230 MACRO is the macro. Arguments should be denoted by empty braces like
1231 \\index[]{*}. Use square brackets to denote optional arguments. The star
1232 marks where the index key is.
1233
1234 INDEX-TAG is a short name of the index. \"idx\" and \"glo\" are
1235 reserved for the default index and the glossary. Other indices can be
1236 defined as well. If this is an integer, the Nth argument of the macro
1237 holds the index tag.
1238
1239 KEY is a character which is used to identify the macro for input with
1240 \\[reftex-index]. ?i, ?I, and ?g are reserved for default index and glossary.
1241
1242 PREFIX can be a prefix which is added to the KEY part of the index entry.
1243 If you have a macro \\newcommand{\\molec}[1]{#1\\index{Molecules!#1}}, this
1244 prefix should be \"Molecules!\". See the manual for details.
1245
1246 EXCLUDE can be a function. If this function exists and returns a non-nil
1247 value, the index entry at point is ignored. This was implemented to support
1248 the (deprecated) `^' and `_' shortcuts in the LaTeX2e `index' package.
1249
1250 REPEAT, if non-nil, means the index macro does not typeset the entry in
1251 the text, so that the text has to be repeated outside the index macro.
1252 Needed for `reftex-index-selection-or-word' and for indexing from the
1253 phrase buffer.
1254
1255 The final entry may also be a symbol if this entry has a association
1256 in the variable `reftex-index-macros-builtin' to specify the main
1257 indexing package you are using. Valid values are currently
1258 default The LaTeX default - unnecessary to specify this one
1259 multind The multind.sty package
1260 index The index.sty package
1261 index-shortcut The index.sty packages with the ^ and _ shortcuts.
1262 Should not be used - only for old documents.
1263 Note that AUCTeX sets these things internally for RefTeX as well, so
1264 with a sufficiently new version of AUCTeX, you should not set the
1265 package here."
1266 :group 'reftex-index-support
1267 :set 'reftex-set-dirty
1268 :type `(list
1269 (repeat
1270 :inline t
1271 (list :value ("" "idx" ?a "" nil)
1272 (string :tag "Macro with args")
1273 (choice :tag "Index Tag "
1274 (string)
1275 (integer :tag "Macro arg Nr" :value 1))
1276 (character :tag "Access Key ")
1277 (string :tag "Key Prefix ")
1278 (symbol :tag "Exclusion hook ")
1279 (boolean :tag "Repeat Outside ")))
1280 (option
1281 :tag "Package:"
1282 (choice :tag "Package"
1283 :value index
1284 ,@(mapcar
1285 (lambda (x)
1286 (list 'const :tag (concat (symbol-name (nth 0 x))
1287 ": " (nth 1 x))
1288 (nth 0 x)))
1289 reftex-index-macros-builtin)))))
1290
1291 (defcustom reftex-index-default-macro '(?i "idx")
1292 "The default index macro for \\[reftex-index-selection-or-word].
1293 This is a list with (MACRO-KEY DEFAULT-TAG).
1294
1295 MACRO-KEY: Character identifying an index macro - see `reftex-index-macros'.
1296 DEFAULT-TAG: This is the tag to be used if the macro requires a TAG argument.
1297 When this is nil and a TAG is needed, RefTeX will ask for it.
1298 When this is the empty string and the TAG argument of the index
1299 macro is optional, the TAG argument will be omitted."
1300 :group 'reftex-index-support
1301 :type '(list
1302 (character :tag "Character identifying default macro")
1303 (choice :tag "Default index tag "
1304 (const nil)
1305 (string))))
1306
1307 (defcustom reftex-index-default-tag "idx"
1308 "Default index tag.
1309 When working with multiple indexes, RefTeX queries for an index tag when
1310 creating index entries or displaying a specific index. This variable controls
1311 the default offered for these queries. The default can be selected with RET
1312 during selection or completion. Valid values of this variable are:
1313
1314 nil Do not provide a default index
1315 \"tag\" The default index tag given as a string, e.g. \"idx\".
1316 last The last used index tag will be offered as default."
1317 :group 'reftex-index-support
1318 :type '(choice
1319 (const :tag "no default" nil)
1320 (const :tag "last used " 'last)
1321 (string :tag "index tag " "idx")))
1322
1323 (defcustom reftex-index-math-format "$%s$"
1324 "Format of index entries when copied from inside math mode.
1325 When `reftex-index-selection-or-word' is executed inside TeX math mode,
1326 the index key copied from the buffer is processed with this format string
1327 through the `format' function. This can be used to add the math delimiters
1328 \(e.g. `$') to the string.
1329 Requires the `texmathp.el' library which is part of AUCTeX."
1330 :group 'reftex-index-support
1331 :type 'string)
1332
1333 (defcustom reftex-index-phrase-file-extension ".rip"
1334 "File extension for the index phrase file.
1335 This extension will be added to the base name of the master file."
1336 :group 'reftex-index-support
1337 :type 'string)
1338
1339 (defcustom reftex-index-phrases-logical-and-regexp " *&& *"
1340 "Regexp matching the `and' operator for index arguments in phrases file.
1341 When several index arguments in a phrase line are separated by this
1342 operator, each part will generate an index macro. So each match of
1343 the search phrase will produce *several* different index entries.
1344
1345 Note: make sure this does no match things which are not separators.
1346 This logical `and' has higher priority than the logical `or' specified in
1347 `reftex-index-phrases-logical-or-regexp'."
1348 :group 'reftex-index-support
1349 :type 'regexp)
1350
1351 (defcustom reftex-index-phrases-logical-or-regexp " *|| *"
1352 "Regexp matching the `or' operator for index arguments in phrases file.
1353 When several index arguments in a phrase line are separated by this
1354 operator, the user will be asked to select one of them at each match
1355 of the search phrase. The first index arg will be the default - a
1356 number key 1-9 must be pressed to switch to another.
1357
1358 Note: make sure this does no match things which are not separators.
1359 The logical `and' specified in `reftex-index-phrases-logical-or-regexp'
1360 has higher priority than this logical `or'."
1361 :group 'reftex-index-support
1362 :type 'regexp)
1363
1364 (defcustom reftex-index-phrases-search-whole-words t
1365 "Non-nil means phrases search will look for whole words, not subwords.
1366 This works by requiring word boundaries at the beginning and end of
1367 the search string. When the search phrase already has a non-word-char
1368 at one of these points, no word boundary is required there."
1369 :group 'reftex-index-support
1370 :type 'boolean)
1371
1372 (defcustom reftex-index-phrases-case-fold-search t
1373 "Non-nil means, searching for index phrases will ignore case."
1374 :group 'reftex-index-support
1375 :type 'boolean)
1376
1377 (defcustom reftex-index-verify-function nil
1378 "A function which is called at each match during global indexing.
1379 If the function returns nil, the current match is skipped."
1380 :group 'reftex-index-support
1381 :type '(choice
1382 (const :tag "No verification" nil)
1383 (function)))
1384
1385 (defcustom reftex-index-phrases-skip-indexed-matches nil
1386 "Non-nil means, skip matches which appear to be indexed already.
1387 When doing global indexing from the phrases buffer, searches for some
1388 phrases may match at places where that phrase was already indexed. In
1389 particular when indexing an already processed document again, this
1390 will even be the norm. When this variable is non-nil, RefTeX checks if
1391 the match is inside an index macro argument, or if an index macro is directly
1392 before or after the phrase. If that is the case, that match will
1393 be ignored."
1394 :group 'reftex-index-support
1395 :type 'boolean)
1396
1397 (defcustom reftex-index-phrases-wrap-long-lines nil
1398 "Non-nil means, when indexing from the phrases buffer, wrap lines.
1399 Inserting indexing commands in a line makes the line longer - often
1400 so long that it does not fit onto the screen. When this variable is
1401 non-nil, newlines will be added as necessary before and/or after the
1402 indexing command to keep lines short. However, the matched text
1403 phrase and its index command will always end up on a single line."
1404 :group 'reftex-index-support
1405 :type 'boolean)
1406
1407 (defcustom reftex-index-phrases-sort-prefers-entry nil
1408 "Non-nil means when sorting phrase lines, the explicit index entry is used.
1409 Phrase lines in the phrases buffer contain a search phrase, and
1410 sorting is normally based on these. Some phrase lines also have
1411 an explicit index argument specified. When this variable is non-nil,
1412 the index argument will be used for sorting."
1413 :group 'reftex-index-support
1414 :type 'boolean)
1415
1416 (defcustom reftex-index-phrases-sort-in-blocks t
1417 "Non-nil means, empty and comment lines separate phrase buffer into blocks.
1418 Sorting will then preserve blocks, so that lines are re-arranged only
1419 within blocks."
1420 :group 'reftex-index-support
1421 :type 'boolean)
1422
1423 (defcustom reftex-index-section-letters "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
1424 "The letters which denote sections in the index.
1425 Usually these are all capital letters. Don't use any downcase letters.
1426 Order is not significant, the index will be sorted by whatever the sort
1427 function thinks is correct.
1428 In addition to these letters, RefTeX will create a group `!' which
1429 contains all entries sorted below the lowest specified letter.
1430 In the index buffer, pressing any of these capital letters or `!' will jump
1431 to that section."
1432 :group 'reftex-index-support
1433 :type '(string :tag "Capital letters"))
1434
1435 (defcustom reftex-index-include-context nil
1436 "Non-nil means, display the index definition context in the index buffer.
1437 This flag may also be toggled from the index buffer with the `c' key."
1438 :group 'reftex-index-support
1439 :type 'boolean)
1440
1441 (defcustom reftex-index-follow-mode nil
1442 "Non-nil means, point in *Index* buffer will cause other window to follow.
1443 The other window will show the corresponding part of the document.
1444 This flag can be toggled from within the *Index* buffer with the `f' key."
1445 :group 'reftex-table-of-contents-browser
1446 :type 'boolean)
1447
1448 ;; Viewing Cross References
1449
1450 (defgroup reftex-viewing-cross-references nil
1451 "Displaying cross references and citations."
1452 :group 'reftex)
1453
1454 (defcustom reftex-view-crossref-extra nil
1455 "Macros which can be used for the display of cross references.
1456 This is used when `reftex-view-crossref' is called with point in an
1457 argument of a macro. Note that crossref viewing for citations,
1458 references (both ways) and index entries is hard-coded. This variable
1459 is only to configure additional structures for which crossreference
1460 viewing can be useful. Each entry has the structure
1461
1462 \(MACRO-RE SEARCH-RE HIGHLIGHT).
1463
1464 MACRO-RE is matched against the macro. SEARCH-RE is the regexp used
1465 to search for cross references. `%s' in this regexp is replaced with
1466 with the macro argument at point. HIGHLIGHT is an integer indicating
1467 which subgroup of the match should be highlighted."
1468 :group 'reftex-viewing-cross-references
1469 :type '(repeat (group (regexp :tag "Macro Regexp ")
1470 (string :tag "Search Regexp ")
1471 (integer :tag "Highlight Group"))))
1472
1473 (defcustom reftex-auto-view-crossref t
1474 "Non-nil means, initially turn automatic viewing of crossref info on.
1475 Automatic viewing of crossref info normally uses the echo area.
1476 Whenever point is idle for more than `reftex-idle-time' seconds on the
1477 argument of a \\ref or \\cite macro, and no other message is being
1478 displayed, the echo area will display information about that cross
1479 reference. You can also set the variable to the symbol `window'. In
1480 this case a small temporary window is used for the display.
1481 This feature can be turned on and off from the menu
1482 \(Ref->Options)."
1483 :group 'reftex-viewing-cross-references
1484 :type '(choice (const :tag "off" nil)
1485 (const :tag "in Echo Area" t)
1486 (const :tag "in Other Window" window)))
1487
1488 (defcustom reftex-idle-time 1.2
1489 "Time (secs) Emacs has to be idle before automatic crossref display is done.
1490 Applies also to toc recentering."
1491 :group 'reftex-viewing-cross-references
1492 :type 'number)
1493
1494 (defcustom reftex-revisit-to-echo nil
1495 "Non-nil means, automatic citation display will revisit files if necessary.
1496 When nil, citation display in echo area will only be active for cached
1497 entries and for BibTeX database files with live associated buffers."
1498 :group 'reftex-viewing-cross-references
1499 :type 'boolean)
1500
1501 (defcustom reftex-cache-cite-echo t
1502 "Non-nil means, the information displayed in the echo area for cite macros
1503 is cached and even saved along with the parsing information. The cache
1504 survives document scans. In order to clear it, use M-x reftex-reset-mode."
1505 :group 'reftex-viewing-cross-references
1506 :type 'boolean)
1507
1508 (defcustom reftex-display-copied-context-hook nil
1509 "Normal Hook which is run before context is displayed anywhere. Designed
1510 for X-Symbol, but may have other uses as well."
1511 :group 'reftex-viewing-cross-references
1512 :group 'reftex-referencing-labels
1513 :type 'hook)
1514
1515 ;; Finding Files --------------------------------------------------------
1516
1517 (defgroup reftex-finding-files nil
1518 "Finding files on search paths."
1519 :group 'reftex)
1520
1521 (defcustom reftex-texpath-environment-variables '("TEXINPUTS")
1522 "List of specifications how to retrieve the search path for TeX files.
1523 Several entries are possible.
1524 - If an element is the name of an environment variable, its content is used.
1525 - If an element starts with an exclamation mark, it is used as a command
1526 to retrieve the path. A typical command with the kpathsearch library would
1527 be `!kpsewhich -show-path=.tex'.
1528 - Otherwise the element itself is interpreted as a path.
1529 Multiple directories can be separated by the system dependent `path-separator'.
1530 Directories ending in `//' or `!!' will be expanded recursively.
1531 See also `reftex-use-external-file-finders'."
1532 :group 'reftex-finding-files
1533 :set 'reftex-set-dirty
1534 :type '(repeat (string :tag "Specification")))
1535
1536 (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB")
1537 "List of specifications how to retrieve search path for .bib database files.
1538 Several entries are possible.
1539 - If an element is the name of an environment variable, its content is used.
1540 - If an element starts with an exclamation mark, it is used as a command
1541 to retrieve the path. A typical command with the kpathsearch library would
1542 be `!kpsewhich -show-path=.bib'.
1543 - Otherwise the element itself is interpreted as a path.
1544 Multiple directories can be separated by the system dependent `path-separator'.
1545 Directories ending in `//' or `!!' will be expanded recursively.
1546 See also `reftex-use-external-file-finders'."
1547 :group 'reftex-citation-support
1548 :group 'reftex-finding-files
1549 :set 'reftex-set-dirty
1550 :type '(repeat (string :tag "Specification")))
1551
1552 (defcustom reftex-file-extensions '(("tex" . (".tex" ".ltx"))
1553 ("bib" . (".bib")))
1554 "Association list with file extensions for different file types.
1555 This is a list of items, each item is like: (TYPE . (DEF-EXT OTHER-EXT ...))
1556
1557 TYPE: File type like \"bib\" or \"tex\".
1558 DEF-EXT: The default extension for that file type, like \".tex\" or \".bib\".
1559 OTHER-EXT: Any number of other valid extensions for this file type.
1560
1561 When a files is searched and it does not have any of the legal extensions,
1562 we try the default extension first, and then the naked file name.
1563
1564 If you are using AUCTeX, you also need to add new extensions to
1565 TeX-file-extensions."
1566 :group 'reftex-finding-files
1567 :type '(repeat (cons (string :tag "File type")
1568 (repeat (string :tag "Extension")))))
1569
1570 (defcustom reftex-try-all-extensions nil
1571 "Non-nil means, try all extensions listed in `reftex-file-extensions'.
1572 When searching for a file, LaTeX uses only the default extension. However,
1573 if you are working with a noweb system that produces the .tex files from
1574 some other file, and you want RefTeX to scan the web file instead of the
1575 tex file, you need to set this option. You also need to make the noweb
1576 extension the default extension, i.e. the first in the list in
1577 `reftex-file-extensions'.
1578 Note that if you are using external file finders, this option has no effect."
1579 :group 'reftex-finding-files
1580 :type 'boolean)
1581
1582 (defcustom reftex-search-unrecursed-path-first t
1583 "Non-nil means, search all specified directories before trying recursion.
1584 Thus, in a path \".//:/tex/\", search first \"./\", then \"/tex/\" and then
1585 all subdirectories of \"./\". If this option is nil, the subdirectories of
1586 \"./\" are searched before \"/tex/\". This is mainly for speed - most of the
1587 time the recursive path is for the system files and not for the user files.
1588 Set this to nil if the default makes RefTeX finding files with equal names
1589 in wrong sequence."
1590 :group 'reftex-finding-files
1591 :type 'boolean)
1592
1593 (defcustom reftex-use-external-file-finders nil
1594 "Non-nil means, use external programs to find files.
1595 Normally, RefTeX searches the paths given in the environment variables
1596 TEXINPUTS and BIBINPUTS to find TeX files and BibTeX database files.
1597 With this option turned on, it calls an external program specified in the
1598 option `reftex-external-file-finders' instead. As a side effect,
1599 the variables `reftex-texpath-environment-variables' and
1600 `reftex-bibpath-environment-variables' will be ignored."
1601 :group 'reftex-finding-files
1602 :type 'boolean)
1603
1604 (defcustom reftex-external-file-finders '(("tex" . "kpsewhich -format=.tex %f")
1605 ("bib" . "kpsewhich -format=.bib %f"))
1606 "Association list with external programs to call for finding files.
1607 Each entry is a cons cell (TYPE . PROGRAM).
1608 TYPE is either \"tex\" or \"bib\". PROGRAM is the external program to use with
1609 any arguments. %f will be replaced by the name of the file to be found.
1610 Note that these commands will be executed directly, not via a shell.
1611 Only relevant when `reftex-use-external-file-finders' is non-nil."
1612 :group 'reftex-finding-files
1613 :type '(repeat (cons (string :tag "File type")
1614 (string :tag "Program "))))
1615
1616 ;; Tuning the parser ----------------------------------------------------
1617
1618 (defgroup reftex-optimizations-for-large-documents nil
1619 "Configuration of parser speed and memory usage."
1620 :group 'reftex)
1621
1622 (defcustom reftex-keep-temporary-buffers 1
1623 "Non-nil means, keep buffers created for parsing and lookup.
1624 RefTeX sometimes needs to visit files related to the current document.
1625 We distinguish files visited for
1626 PARSING: Parts of a multifile document loaded when (re)-parsing the document.
1627 LOOKUP: BibTeX database files and TeX files loaded to find a reference,
1628 to display label context, etc.
1629 The created buffers can be kept for later use, or be thrown away immediately
1630 after use, depending on the value of this variable:
1631
1632 nil Throw away as much as possible.
1633 t Keep everything.
1634 1 Throw away buffers created for parsing, but keep the ones created
1635 for lookup.
1636
1637 If a buffer is to be kept, the file is visited normally (which is potentially
1638 slow but will happen only once).
1639 If a buffer is to be thrown away, the initialization of the buffer depends
1640 upon the variable `reftex-initialize-temporary-buffers'."
1641 :group 'reftex-optimizations-for-large-documents
1642 :type '(choice
1643 (const :tag "Throw away everything" nil)
1644 (const :tag "Keep everything" t)
1645 (const :tag "Keep lookup buffers only" 1)))
1646
1647 (defcustom reftex-initialize-temporary-buffers nil
1648 "Non-nil means do initializations even when visiting file temporarily.
1649 When nil, RefTeX may turn off find-file hooks and other stuff to briefly
1650 visit a file.
1651 When t, the full default initializations are done (find-file-hook etc.).
1652 Instead of t or nil, this variable may also be a list of hook functions to
1653 do a minimal initialization."
1654 :group 'reftex-optimizations-for-large-documents
1655 :type '(choice
1656 (const :tag "Read files literally" nil)
1657 (const :tag "Fully initialize buffers" t)
1658 (repeat :tag "Hook functions" :value (nil)
1659 (function-item))))
1660
1661 (defcustom reftex-no-include-regexps '("\\.pstex_t\\'")
1662 "List of regular expressions to exclude certain input files from parsing.
1663 If the name of a file included via \\include or \\input is matched by any
1664 of the regular expressions in this list, that file is not parsed by RefTeX."
1665 :group 'reftex-optimizations-for-large-documents
1666 :type '(repeat (regexp)))
1667
1668 (defcustom reftex-enable-partial-scans nil
1669 "Non-nil means, re-parse only 1 file when asked to re-parse.
1670 Re-parsing is normally requested with a `C-u' prefix to many RefTeX commands,
1671 or with the `r' key in menus. When this option is t in a multifile document,
1672 we will only parse the current buffer, or the file associated with the label
1673 or section heading near point in a menu. Requesting re-parsing of an entire
1674 multifile document then requires a `C-u C-u' prefix or the capital `R' key
1675 in menus."
1676 :group 'reftex-optimizations-for-large-documents
1677 :type 'boolean)
1678
1679 (defcustom reftex-allow-automatic-rescan t
1680 "Non-nil means, RefTeX may rescan the document when this seems necessary.
1681 Currently this applies only to rescanning after label insertion, when
1682 the new label cannot be inserted correctly into the internal label
1683 list."
1684 :group 'reftex-optimizations-for-large-documents
1685 :type 'boolean)
1686
1687 (defcustom reftex-save-parse-info nil
1688 "Non-nil means, save information gathered with parsing in a file.
1689 The file MASTER.rel in the same directory as MASTER.tex is used to save the
1690 information. When this variable is t,
1691 - accessing the parsing information for the first time in an editing session
1692 will read that file (if available) instead of parsing the document.
1693 - exiting Emacs or killing a buffer in reftex-mode will cause a new version
1694 of the file to be written."
1695 :group 'reftex-optimizations-for-large-documents
1696 :type 'boolean)
1697
1698 (defcustom reftex-parse-file-extension ".rel"
1699 "File extension for the file in which parser information is stored.
1700 This extension is added to the base name of the master file."
1701 :group 'reftex-optimizations-for-large-documents
1702 :type 'string)
1703
1704 (defcustom reftex-use-multiple-selection-buffers nil
1705 "Non-nil means use a separate selection buffer for each label type.
1706 These buffers are kept from one selection to the next and need not to be
1707 created for each use - so the menu generally comes up faster. The
1708 selection buffers will be erased (and therefore updated) automatically
1709 when new labels in its category are added. See the variable
1710 `reftex-auto-update-selection-buffers'."
1711 :group 'reftex-optimizations-for-large-documents
1712 :group 'reftex-referencing-labels
1713 :type 'boolean)
1714
1715 (defcustom reftex-auto-update-selection-buffers t
1716 "Non-nil means, selection buffers will be updated automatically.
1717 When a new label is defined with `reftex-label', all selection buffers
1718 associated with that label category are emptied, in order to force an
1719 update upon next use. When nil, the buffers are left alone and have to be
1720 updated by hand, with the `g' key from the label selection process.
1721 The value of this variable will only have any effect when
1722 `reftex-use-multiple-selection-buffers' is non-nil."
1723 :group 'reftex-optimizations-for-large-documents
1724 :group 'reftex-referencing-labels
1725 :type 'boolean)
1726
1727 ;; Fontification and Faces ----------------------------------------------
1728
1729 (defgroup reftex-fontification-configurations nil
1730 "Options concerning the faces used in RefTeX."
1731 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
1732 :group 'reftex)
1733
1734 (defcustom reftex-use-fonts t
1735 "Non-nil means, use fonts in *toc* and selection buffers.
1736 Font-lock must be loaded as well to actually get fontified display.
1737 When changing this option, a rescan may be necessary to activate the change."
1738 :group 'reftex-fontification-configurations
1739 :type 'boolean)
1740
1741 (defcustom reftex-refontify-context 1
1742 "Non-nil means, re-fontify the context in the label menu with font-lock.
1743 This slightly slows down the creation of the label menu. It is only necessary
1744 when you definitely want the context fontified.
1745
1746 This option may have 3 different values:
1747 nil Never refontify.
1748 t Always refontify.
1749 1 Refontify when absolutely necessary, e.g. when old versions of X-Symbol.
1750 The option is ignored when `reftex-use-fonts' is nil."
1751 :group 'reftex-fontification-configurations
1752 :group 'reftex-referencing-labels
1753 :type '(choice
1754 (const :tag "Never" nil)
1755 (const :tag "Always" t)
1756 (const :tag "When necessary" 1)))
1757
1758 (defcustom reftex-highlight-selection 'cursor
1759 "Non-nil mean, highlight selected text in selection and *toc* buffers.
1760 Normally, the text near the cursor is the selected text, and it is
1761 highlighted. This is the entry most keys in the selection and *toc*
1762 buffers act on. However, if you mainly use the mouse to select an
1763 item, you may find it nice to have mouse-triggered highlighting
1764 instead or as well. The variable may have one of these values:
1765
1766 nil No highlighting.
1767 cursor Highlighting is cursor driven.
1768 mouse Highlighting is mouse driven.
1769 both Both cursor and mouse trigger highlighting.
1770
1771 Changing this variable requires to rebuild the selection and *toc* buffers
1772 to become effective (keys `g' or `r')."
1773 :group 'reftex-fontification-configurations
1774 :type '(choice
1775 (const :tag "Never" nil)
1776 (const :tag "Cursor driven" cursor)
1777 (const :tag "Mouse driven" mouse)
1778 (const :tag "Mouse and Cursor driven." both)))
1779
1780 (defcustom reftex-cursor-selected-face 'highlight
1781 "Face name to highlight cursor selected item in toc and selection buffers.
1782 See also the variable `reftex-highlight-selection'."
1783 :group 'reftex-fontification-configurations
1784 :type 'symbol)
1785 (defcustom reftex-mouse-selected-face 'secondary-selection
1786 "Face name to highlight mouse selected item in toc and selection buffers.
1787 See also the variable `reftex-highlight-selection'."
1788 :group 'reftex-fontification-configurations
1789 :type 'symbol)
1790 (defcustom reftex-file-boundary-face 'font-lock-comment-face
1791 "Face name for file boundaries in selection buffer."
1792 :group 'reftex-fontification-configurations
1793 :type 'symbol)
1794 (defcustom reftex-label-face 'font-lock-constant-face
1795 "Face name for labels in selection buffer."
1796 :group 'reftex-fontification-configurations
1797 :type 'symbol)
1798 (defcustom reftex-section-heading-face 'font-lock-function-name-face
1799 "Face name for section headings in toc and selection buffers."
1800 :group 'reftex-fontification-configurations
1801 :type 'symbol)
1802 (defcustom reftex-toc-header-face 'font-lock-comment-face
1803 "Face name for the header of a toc buffer."
1804 :group 'reftex-fontification-configurations
1805 :type 'symbol)
1806 (defcustom reftex-bib-author-face 'font-lock-keyword-face
1807 "Face name for author names in bib selection buffer."
1808 :group 'reftex-fontification-configurations
1809 :type 'symbol)
1810 (defcustom reftex-bib-year-face 'font-lock-comment-face
1811 "Face name for year in bib selection buffer."
1812 :group 'reftex-fontification-configurations
1813 :type 'symbol)
1814 (defcustom reftex-bib-title-face 'font-lock-function-name-face
1815 "Face name for article title in bib selection buffer."
1816 :group 'reftex-fontification-configurations
1817 :type 'symbol)
1818 (defcustom reftex-bib-extra-face 'font-lock-comment-face
1819 "Face name for bibliographic information in bib selection buffer."
1820 :group 'reftex-fontification-configurations
1821 :type 'symbol)
1822 (defcustom reftex-select-mark-face 'bold
1823 "Face name for marked entries in the selection buffers."
1824 :group 'reftex-fontification-configurations
1825 :type 'symbol)
1826 (defcustom reftex-index-header-face 'font-lock-comment-face
1827 "Face name for the header of an index buffer."
1828 :group 'reftex-fontification-configurations
1829 :type 'symbol)
1830 (defcustom reftex-index-section-face 'font-lock-function-name-face
1831 "Face name for the start of a new letter section in the index."
1832 :group 'reftex-fontification-configurations
1833 :type 'symbol)
1834 (defcustom reftex-index-tag-face 'font-lock-keyword-face
1835 "Face name for index names (for multiple indices)."
1836 :group 'reftex-fontification-configurations
1837 :type 'symbol)
1838 (defcustom reftex-index-face 'font-lock-constant-face
1839 "Face name for index entries."
1840 :group 'reftex-fontification-configurations
1841 :type 'symbol)
1842
1843 (defcustom reftex-pre-refontification-functions nil
1844 "X-Symbol specific hook.
1845 Functions get two arguments, the buffer from where the command started and a
1846 symbol indicating in what context the hook is called."
1847 :group 'reftex-fontification-configurations
1848 :type 'hook)
1849
1850 ;; Miscellaneous configurations -----------------------------------------
1851
1852 (defgroup reftex-miscellaneous-configurations nil
1853 "Collection of further configurations."
1854 :group 'reftex)
1855
1856 (defcustom reftex-extra-bindings nil
1857 "Non-nil means, make additional key bindings on startup.
1858 These extra bindings are located in the
1859 `reftex-extra-bindings-map' map, bound to
1860 `reftex-extra-bindings-prefix'."
1861 :group 'reftex-miscellaneous-configurations
1862 :type 'boolean)
1863
1864 ;; below, default is C-c C-y because it is free in LaTeX mode.
1865 (defcustom reftex-extra-bindings-prefix "\C-c\C-y"
1866 "When `reftex-extra-bindings' is set to non-nil, use extra
1867 bindings with this prefix bound to `reftex-extra-bindings-map'."
1868 :group 'reftex-miscellaneous-configurations
1869 :type 'boolean)
1870
1871 (defcustom reftex-plug-into-AUCTeX nil
1872 "Plug-in flags for AUCTeX interface.
1873 This variable is a list of 4 boolean flags. When a flag is non-nil,
1874 RefTeX will
1875
1876 - supply labels in new sections and environments (flag 1)
1877 - supply arguments for macros like `\\label'. (flag 2)
1878 - supply arguments for macros like `\\ref'. (flag 3)
1879 - supply arguments for macros like `\\cite'. (flag 4)
1880 - supply arguments for macros like `\\index'. (flag 5)
1881
1882 You may also set the variable itself to t or nil in order to turn all
1883 plug-ins on or off, respectively.
1884 \\<LaTeX-mode-map>Supplying labels in new sections and environments applies when creating
1885 sections with \\[LaTeX-section] and environments with \\[LaTeX-environment].
1886 Supplying macro arguments applies when you insert such a macro interactively
1887 with \\[TeX-insert-macro].
1888 See the AUCTeX documentation for more information.
1889 RefTeX uses `fset' to take over the function calls. Changing the variable
1890 may require a restart of Emacs in order to become effective."
1891 :group 'reftex-miscellaneous-configurations
1892 :group 'LaTeX
1893 :type '(choice
1894 (const :tag "No plug-ins" nil)
1895 (const :tag "All possible plug-ins" t)
1896 (list
1897 :tag "Individual choice"
1898 :value (t t t t t)
1899 (boolean :tag "supply label in new sections and environments")
1900 (boolean :tag "supply argument for macros like `\\label' ")
1901 (boolean :tag "supply argument for macros like `\\ref' ")
1902 (boolean :tag "supply argument for macros like `\\cite' ")
1903 (boolean :tag "supply argument for macros like `\\index' ")
1904 )))
1905
1906 (defcustom reftex-allow-detached-macro-args nil
1907 "Non-nil means, allow arguments of macros to be detached by whitespace.
1908 When this is t, `aaa' will be considered as argument of \\bb in the following
1909 construct: \\bbb [xxx] {aaa}."
1910 :group 'reftex-miscellaneous-configurations
1911 :type 'boolean)
1912
1913
1914 (defcustom reftex-load-hook nil
1915 "Hook which is being run when loading reftex.el."
1916 :group 'reftex-miscellaneous-configurations
1917 :type 'hook)
1918
1919 (defcustom reftex-mode-hook nil
1920 "Hook which is being run when turning on RefTeX mode."
1921 :group 'reftex-miscellaneous-configurations
1922 :type 'hook)
1923
1924
1925 (provide 'reftex-vars)
1926
1927 ;;; reftex-vars.el ends here