]> code.delx.au - gnu-emacs/blob - doc/misc/reftex.texi
Bring the Gnus Cloud package into working order.
[gnu-emacs] / doc / misc / reftex.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename ../../info/reftex.info
4 @settitle RefTeX User Manual
5 @include docstyle.texi
6 @synindex ky cp
7 @syncodeindex vr cp
8 @syncodeindex fn cp
9
10 @ifnottex
11 @macro RefTeX {}
12 Ref@TeX{}
13 @end macro
14 @macro AUCTeX {}
15 AUC@TeX{}
16 @end macro
17 @macro BibTeX {}
18 Bib@TeX{}
19 @end macro
20 @macro ConTeXt {}
21 Con@TeX{}t
22 @end macro
23 @end ifnottex
24 @tex
25 \gdef\RefTeX{Ref\TeX}
26 \gdef\AUCTeX{AUC\TeX}
27 \gdef\BibTeX{Bib\TeX}
28 \gdef\ConTeXt{Con\TeX t}
29 @end tex
30
31 @include emacsver.texi
32
33 @set VERSION @value{EMACSVER}
34 @set AUCTEXSITE @uref{http://www.gnu.org/software/auctex/,@AUCTeX{} web site}
35 @set MAINTAINERSITE @uref{http://www.gnu.org/software/auctex/reftex.html,@RefTeX{} web page}
36 @set MAINTAINERCONTACT @uref{mailto:auctex-devel@@gnu.org,contact the maintainers}
37 @set MAINTAINER the @AUCTeX{} project
38 @set SUPPORTADDRESS @AUCTeX{} user mailing list (@email{auctex@@gnu.org})
39 @set DEVELADDRESS @AUCTeX{} developer mailing list (@email{auctex-devel@@gnu.org})
40 @set BUGADDRESS @AUCTeX{} bug mailing list (@email{bug-auctex@@gnu.org})
41 @set XEMACSFTP @uref{ftp://ftp.xemacs.org/pub/xemacs/packages/,XEmacs FTP site}
42 @c %**end of header
43
44 @copying
45 This manual documents @RefTeX{} (version @value{VERSION}), a package
46 to do labels, references, citations and indices for LaTeX documents
47 with Emacs.
48
49 Copyright @copyright{} 1997--2016 Free Software Foundation, Inc.
50
51 @quotation
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.3 or
54 any later version published by the Free Software Foundation; with no
55 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual'',
56 and with the Back-Cover Texts as in (a) below. A copy of the license
57 is included in the section entitled ``GNU Free Documentation License''.
58
59 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
60 modify this GNU manual.''
61 @end quotation
62 @end copying
63
64 @dircategory Emacs misc features
65 @direntry
66 * RefTeX: (reftex). Emacs support for LaTeX cross-references
67 and citations.
68 @end direntry
69
70 @finalout
71
72 @c Macro definitions
73
74 @c Subheadings inside a table. Need a difference between info and the rest.
75 @macro tablesubheading{text}
76 @ifinfo
77 @subsubheading \text\
78 @end ifinfo
79 @ifnotinfo
80 @item @b{\text\}
81 @end ifnotinfo
82 @end macro
83
84 @titlepage
85 @title @RefTeX{} User Manual
86 @subtitle Support for @LaTeX{} labels, references, citations and index entries with GNU Emacs
87 @subtitle Version @value{VERSION}
88
89 @author by Carsten Dominik
90 @page
91 @vskip 0pt plus 1filll
92 @insertcopying
93 @end titlepage
94
95 @summarycontents
96 @contents
97
98 @ifnottex
99 @node Top
100 @top @RefTeX{}
101
102 @insertcopying
103
104 @RefTeX{} is a package for managing Labels, References, Citations and
105 index entries with GNU Emacs.
106
107 This manual documents @RefTeX{} version @value{VERSION}.
108
109 Don't be discouraged by the size of this manual, which covers @RefTeX{}
110 in great depth. All you need to know to use @RefTeX{} can be summarized
111 on two pages (@pxref{RefTeX in a Nutshell}). You can go back later to
112 other parts of this document when needed.
113
114 @menu
115 * Introduction:: Quick-Start information.
116
117 * Table of Contents:: A Tool to move around quickly.
118 * Labels and References:: Creating and referencing labels.
119 * Citations:: Creating Citations.
120 * Index Support:: Creating and Checking Index Entries.
121 * Viewing Cross-References:: Who references or cites what?
122
123 * RefTeXs Menu:: The Ref menu in the menubar.
124 * Key Bindings:: The default key bindings.
125 * Faces:: Fontification of RefTeX's buffers.
126 * Multifile Documents:: Document spread over many files.
127 * Language Support:: How to support other languages.
128 * Finding Files:: Included @TeX{} files and @BibTeX{} .bib files.
129 * Optimizations:: When RefTeX is too slow.
130 * AUCTeX:: Cooperation with @AUCTeX{}.
131 * Problems and Work-Arounds:: First Aid.
132 * Imprint:: Author, Web-site, Thanks
133
134 * Commands:: Which are the available commands.
135 * Options:: How to extend and configure RefTeX.
136 * Changes:: A List of recent changes to RefTeX.
137 * GNU Free Documentation License:: The license for this documentation.
138
139 The Index
140
141 * Index:: The full index.
142
143 @detailmenu
144 --- The Detailed Node Listing ---
145
146 Introduction
147
148 * Installation:: How to install and activate RefTeX.
149 * RefTeX in a Nutshell:: A brief summary and quick guide.
150
151 Labels and References
152
153 * Creating Labels::
154 * Referencing Labels::
155 * Builtin Label Environments:: The environments RefTeX knows about.
156 * Defining Label Environments:: ... and environments it doesn't.
157 * Reference Info:: View the label corresponding to a \ref.
158 * Reference Styles:: Macros to be used instead of \ref.
159 * LaTeX xr Package:: References to external documents.
160
161 Defining Label Environments
162
163 * Theorem and Axiom:: Defined with @code{\newenvironment}.
164 * Quick Equation:: When a macro sets the label type.
165 * Figure Wrapper:: When a macro argument is a label.
166 * Adding Magic Words:: Other words for other languages.
167 * Using \eqref:: How to switch to this AMS-LaTeX macro.
168 * Non-Standard Environments:: Environments without \begin and \end
169 * Putting it Together:: How to combine many entries.
170
171 Citations
172
173 * Creating Citations:: How to create them.
174 * Citation Styles:: Natbib, Harvard, Chicago and Co.
175 * Citation Info:: View the corresponding database entry.
176 * Chapterbib and Bibunits:: Multiple bibliographies in a Document.
177 * Citations Outside LaTeX:: How to make citations in Emails etc.
178 * BibTeX Database Subsets:: Extract parts of a big database.
179
180 Index Support
181
182 * Creating Index Entries:: Macros and completion of entries.
183 * The Index Phrases File:: A special file for global indexing.
184 * Displaying and Editing the Index:: The index editor.
185 * Builtin Index Macros:: The index macros RefTeX knows about.
186 * Defining Index Macros:: ... and macros it doesn't.
187
188 The Index Phrases File
189
190 * Collecting Phrases:: Collecting from document or external.
191 * Consistency Checks:: Check for duplicates etc.
192 * Global Indexing:: The interactive indexing process.
193
194 AUCTeX
195
196 * AUCTeX-RefTeX Interface:: How both packages work together
197 * Style Files:: @AUCTeX{}'s style files can support RefTeX
198 * Bib-Cite:: Hypertext reading of a document
199
200 Options, Keymaps, Hooks
201
202 * Options - Table of Contents::
203 * Options - Defining Label Environments::
204 * Options - Creating Labels::
205 * Options - Referencing Labels::
206 * Options - Creating Citations::
207 * Options - Index Support::
208 * Options - Viewing Cross-References::
209 * Options - Finding Files::
210 * Options - Optimizations::
211 * Options - Fontification::
212 * Options - Misc::
213
214 @end detailmenu
215 @end menu
216
217 @end ifnottex
218
219 @node Introduction
220 @chapter Introduction
221 @cindex Introduction
222
223 @RefTeX{} is a specialized package for support of labels, references,
224 citations, and the index in @LaTeX{}. @RefTeX{} wraps itself round four
225 @LaTeX{} macros: @code{\label}, @code{\ref}, @code{\cite}, and
226 @code{\index}. Using these macros usually requires looking up different
227 parts of the document and searching through @BibTeX{} database files.
228 @RefTeX{} automates these time-consuming tasks almost entirely. It also
229 provides functions to display the structure of a document and to move
230 around in this structure quickly.
231
232 @iftex
233 Don't be discouraged by the size of this manual, which covers @RefTeX{}
234 in great depth. All you need to know to use @RefTeX{} can be
235 summarized on two pages (@pxref{RefTeX in a Nutshell}). You can go
236 back later to other parts of this document when needed.
237 @end iftex
238
239 @xref{Imprint}, for information about who to contact for help, bug
240 reports or suggestions.
241
242 @menu
243 * Installation:: How to install and activate RefTeX.
244 * RefTeX in a Nutshell:: A brief summary and quick guide.
245 @end menu
246
247 @node Installation
248 @section Installation
249 @cindex Installation
250
251 @RefTeX{} has been bundled and pre-installed with Emacs since
252 version 20.2. It has also been bundled and pre-installed with XEmacs
253 19.16--20.x. XEmacs 21.x users want to install the corresponding
254 plug-in package which is available from the @value{XEMACSFTP}. See the
255 XEmacs 21.x documentation on package installation for details.
256
257 Users of earlier Emacs distributions (including Emacs 19) or people
258 craving for new features and bugs can get a copy of the @RefTeX{}
259 distribution from the maintainer's web page. @xref{Imprint}, for more
260 information. The following instructions will guide you through the
261 process of installing such a distribution.
262
263 @subsection Building and Installing
264
265 Note: Currently installation is supported for Emacs only. XEmacs users
266 might want to refer to the @RefTeX{} package available through the
267 package system of XEmacs.
268
269 @subsubheading Installation with make
270
271 In order to install RefTeX, unpack the distribution and edit the header
272 of the Makefile. Basically, you need to change the path specifications
273 for Emacs Lisp files and info files. Also, enter the name of your Emacs
274 executable (usually either @samp{emacs} or @samp{xemacs}).
275
276 Then, type
277
278 @example
279 make
280 make install
281 @end example
282
283 to compile and install the code and documentation.
284
285 Per default @RefTeX{} is installed in its own subdirectory which might
286 not be on your load path. In this case, add it to load path with a
287 command like the following, replacing the sample directory with the one
288 where @RefTeX{} is installed in your case.
289
290 @example
291 (add-to-list 'load-path "/path/to/reftex")
292 @end example
293
294 Put this command into your init file before other @RefTeX{}-related
295 settings.
296
297 @subsubheading Installation by Hand
298
299 If you want to get your hands dirty, there is also the possibility to
300 install by manually copying files.
301
302 @enumerate a
303 @item
304 Copy the reftex*.el lisp files to a directory on your load path. Make
305 sure that no old copy of @RefTeX{} shadows these files.
306 @item
307 Byte compile the files. The sequence of compiling should be:
308 reftex-var.el, reftex.el, and then all the others.
309 @item
310 Copy the info file reftex.info to the info directory.
311 @end enumerate
312
313 @subsection Loading @RefTeX{}
314
315 In order to make the most important functions for entering @RefTeX{}
316 mode available add the following line to your init file.
317
318 @example
319 (require 'reftex)
320 @end example
321
322 @subsection Entering @RefTeX{} Mode
323
324 @findex turn-on-reftex
325 @findex reftex-mode
326 @vindex LaTeX-mode-hook
327 @vindex latex-mode-hook
328 To turn @RefTeX{} Mode on and off in a particular buffer, use
329 @kbd{M-x reftex-mode @key{RET}}. To turn on @RefTeX{} Mode for all
330 LaTeX files, add the following lines to your @file{.emacs} file:
331
332 @example
333 (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode
334 (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode
335 @end example
336
337 That's all!
338
339 To get started, read the documentation, in particular the
340 summary. (@pxref{RefTeX in a Nutshell})
341
342 In order to produce a printed version of the documentation, use
343 @code{make pdf} to produce a reftex.pdf file. Analogously you can use
344 the @code{dvi}, @code{ps}, or @code{html} targets to create DVI,
345 PostScript or HTML files.
346
347 @subsection Environment
348 @cindex Finding files
349 @cindex BibTeX database files, not found
350 @cindex TeX files, not found
351 @cindex @code{TEXINPUTS}, environment variable
352 @cindex @code{BIBINPUTS}, environment variable
353
354 @RefTeX{} needs to access all files which are part of a multifile
355 document, and the BibTeX database files requested by the
356 @code{\bibliography} command. To find these files, @RefTeX{} will
357 require a search path, i.e., a list of directories to check. Normally
358 this list is stored in the environment variables @code{TEXINPUTS} and
359 @code{BIBINPUTS} which are also used by @RefTeX{}. However, on some
360 systems these variables do not contain the full search path. If
361 @RefTeX{} does not work for you because it cannot find some files,
362 @xref{Finding Files}.
363
364 @page
365 @node RefTeX in a Nutshell
366 @section @RefTeX{} in a Nutshell
367 @cindex Quick-Start
368 @cindex Getting Started
369 @cindex RefTeX in a Nutshell
370 @cindex Nutshell, RefTeX in a
371
372 @enumerate
373 @item
374 @b{Table of Contents}@* Typing @kbd{C-c =} (@code{reftex-toc}) will show
375 a table of contents of the document. This buffer can display sections,
376 labels and index entries defined in the document. From the buffer, you
377 can jump quickly to every part of your document. Press @kbd{?} to get
378 help.
379
380 @item
381 @b{Labels and References}@* @RefTeX{} helps to create unique labels
382 and to find the correct key for references quickly. It distinguishes
383 labels for different environments, knows about all standard
384 environments (and many others), and can be configured to recognize any
385 additional labeled environments you have defined yourself (variable
386 @code{reftex-label-alist}).
387
388 @itemize @bullet
389 @item
390 @b{Creating Labels}@*
391 Type @kbd{C-c (} (@code{reftex-label}) to insert a label at point.
392 @RefTeX{} will either
393 @itemize @minus
394 @item
395 derive a label from context (default for section labels)
396 @item
397 prompt for a label string (default for figures and tables) or
398 @item
399 insert a simple label made of a prefix and a number (all other
400 environments)
401 @end itemize
402 @noindent
403 Which labels are created how is configurable with the variable
404 @code{reftex-insert-label-flags}.
405
406 @item
407 @b{Referencing Labels}@* To make a reference, type @kbd{C-c )}
408 (@code{reftex-reference}). This shows an outline of the document with
409 all labels of a certain type (figure, equation,...) and some label
410 context. Selecting a label inserts a @code{\ref@{@var{label}@}} macro
411 into the original buffer.
412 @end itemize
413
414 @item
415 @b{Citations}@*
416 Typing @kbd{C-c [} (@code{reftex-citation}) will let you specify a
417 regular expression to search in current @BibTeX{} database files (as
418 specified in the @code{\bibliography} command) and pull out a list of
419 matches for you to choose from. The list is @emph{formatted} and
420 sorted. The selected article is referenced as @samp{\cite@{@var{key}@}}
421 (see the variable @code{reftex-cite-format} if you want to insert
422 different macros).
423
424 @item
425 @b{Index Support}@*
426 @RefTeX{} helps to enter index entries. It also compiles all
427 entries into an alphabetically sorted @file{*Index*} buffer which you
428 can use to check and edit the entries. @RefTeX{} knows about the
429 standard index macros and can be configured to recognize any additional
430 macros you have defined (@code{reftex-index-macros}). Multiple indices
431 are supported.
432
433 @itemize @bullet
434 @item
435 @b{Creating Index Entries}@*
436 To index the current selection or the word at point, type @kbd{C-c /}
437 (@code{reftex-index-selection-or-word}). The default macro
438 @code{reftex-index-default-macro} will be used. For a more complex entry
439 type @kbd{C-c <} (@code{reftex-index}), select any of the index macros
440 and enter the arguments with completion.
441
442 @item
443 @b{The Index Phrases File (Delayed Indexing)}@*
444 Type @kbd{C-c \} (@code{reftex-index-phrase-selection-or-word}) to add
445 the current word or selection to a special @emph{index phrase file}.
446 @RefTeX{} can later search the document for occurrences of these
447 phrases and let you interactively index the matches.
448
449 @item
450 @b{Displaying and Editing the Index}@*
451 To display the compiled index in a special buffer, type @kbd{C-c >}
452 (@code{reftex-display-index}). From that buffer you can check and edit
453 all entries.
454 @end itemize
455
456 @page
457 @item @b{Viewing Cross-References}@*
458 When point is on the @var{key} argument of a cross-referencing macro
459 (@code{\label}, @code{\ref}, @code{\cite}, @code{\bibitem},
460 @code{\index}, and variations) or inside a @BibTeX{} database entry, you
461 can press @kbd{C-c &} (@code{reftex-view-crossref}) to display
462 corresponding locations in the document and associated @BibTeX{} database
463 files. @*
464 When the enclosing macro is @code{\cite} or @code{\ref} and no other
465 message occupies the echo area, information about the citation or label
466 will automatically be displayed in the echo area.
467
468 @item
469 @b{Multifile Documents}@*
470 Multifile Documents are fully supported. The included files must have a
471 file variable @code{TeX-master} or @code{tex-main-file} pointing to the
472 master file. @RefTeX{} provides cross-referencing information from
473 all parts of the document, and across document borders
474 (@file{xr.sty}).
475
476 @item
477 @b{Document Parsing}@* @RefTeX{} needs to parse the document in
478 order to find labels and other information. It does it automatically
479 once and updates its list internally when @code{reftex-label} and
480 @code{reftex-index} are used. To enforce reparsing, call any of the
481 commands described above with a raw @kbd{C-u} prefix, or press the
482 @kbd{r} key in the label selection buffer, the table of contents
483 buffer, or the index buffer.
484
485 @item
486 @b{@AUCTeX{}} @* If your major @LaTeX{} mode is @AUCTeX{}, @RefTeX{} can
487 cooperate with it (see variable @code{reftex-plug-into-AUCTeX}). @AUCTeX{}
488 contains style files which trigger appropriate settings in
489 @RefTeX{}, so that for many of the popular @LaTeX{} packages no
490 additional customizations will be necessary.
491
492 @item
493 @b{Useful Settings}@*
494 To integrate RefTeX with @AUCTeX{}, use
495 @lisp
496 (setq reftex-plug-into-AUCTeX t)
497 @end lisp
498
499 To make your own @LaTeX{} macro definitions known to @RefTeX{},
500 customize the variables
501 @example
502 @code{reftex-label-alist} @r{(for label macros/environments)}
503 @code{reftex-section-levels} @r{(for sectioning commands)}
504 @code{reftex-cite-format} @r{(for @code{\cite}-like macros)}
505 @code{reftex-index-macros} @r{(for @code{\index}-like macros)}
506 @code{reftex-index-default-macro} @r{(to set the default macro)}
507 @end example
508 If you have a large number of macros defined, you may want to write
509 an @AUCTeX{} style file to support them with both @AUCTeX{} and
510 @RefTeX{}.
511
512 @item @b{Where Next?}@* Go ahead and use @RefTeX{}. Use its menus
513 until you have picked up the key bindings. For an overview of what you
514 can do in each of the different special buffers, press @kbd{?}. Read
515 the manual if you get stuck, or if you are curious what else might be
516 available. The first part of the manual explains in
517 a tutorial way how to use and customize @RefTeX{}. The second
518 part is a command and variable reference.
519 @end enumerate
520
521 @node Table of Contents
522 @chapter Table of Contents
523 @cindex @file{*toc*} buffer
524 @cindex Structure editing
525 @cindex Table of contents buffer
526 @findex reftex-toc
527 @kindex C-c =
528
529 Pressing the keys @kbd{C-c =} pops up a buffer showing the table of
530 contents of the document. By default, this @file{*toc*} buffer shows
531 only the sections of a document. Using the @kbd{l} and @kbd{i} keys you
532 can display all labels and index entries defined in the document as
533 well.
534
535 With the cursor in any of the lines denoting a location in the
536 document, simple key strokes will display the corresponding part in
537 another window, jump to that location, or perform other actions.
538
539 @kindex ?
540 Here is a list of special commands in the @file{*toc*} buffer. A
541 summary of this information is always available by pressing
542 @kbd{?}.
543
544 @table @kbd
545
546 @tablesubheading{General}
547 @item ?
548 Display a summary of commands.
549
550 @item 0-9, -
551 Prefix argument.
552
553 @tablesubheading{Moving around}
554 @item n
555 Goto next entry in the table of contents.
556
557 @item p
558 Goto previous entry in the table of contents.
559
560 @item C-c C-n
561 Goto next section heading. Useful when many labels and index entries
562 separate section headings.
563
564 @item C-c C-p
565 Goto previous section heading.
566
567 @item N z
568 Jump to section N, using the prefix arg. For example, @kbd{3 z} jumps
569 to section 3.
570
571 @tablesubheading{Access to document locations}
572 @item @key{SPC}
573 Show the corresponding location in another window. This command does
574 @emph{not} select that other window.
575
576 @item @key{TAB}
577 Goto the location in another window.
578
579 @item @key{RET}
580 Go to the location and hide the @file{*toc*} buffer. This will restore
581 the window configuration before @code{reftex-toc} (@kbd{C-c =}) was
582 called.
583
584 @item mouse-2
585 @vindex reftex-highlight-selection
586 Clicking with mouse button 2 on a line has the same effect as @key{RET}.
587 See also variable @code{reftex-highlight-selection},
588 @ref{Options - Fontification}.
589
590 @item f
591 @vindex reftex-toc-follow-mode
592 @vindex reftex-revisit-to-follow
593 Toggle follow mode. When follow mode is active, the other window will
594 always show the location corresponding to the line at point in the
595 @file{*toc*} buffer. This is similar to pressing @key{SPC} after each
596 cursor motion. The default for this flag can be set with the variable
597 @code{reftex-toc-follow-mode}. Note that only context in files already
598 visited is shown. @RefTeX{} will not visit a file just for follow
599 mode. See, however, the variable
600 @code{reftex-revisit-to-follow}.
601
602 @item .
603 Show calling point in another window. This is the point from where
604 @code{reftex-toc} was last called.
605
606 @page
607 @tablesubheading{Promotion and Demotion}
608
609 @item <
610 Promote the current section. This will convert @code{\section} to
611 @code{\chapter}, @code{\subsection} to @code{\section} etc. If there is
612 an active region, all sections in the region will be promoted, including
613 the one at point. To avoid mistakes, @RefTeX{} requires a fresh
614 document scan before executing this command; if necessary, it will
615 automatically do this scan and ask the user to repeat the promotion
616 command.
617
618 @item >
619 Demote the current section. This is the opposite of promotion. It will
620 convert @code{\chapter} to @code{\section} etc. If there is an active
621 region, all sections in the region will be demoted, including the one at
622 point.
623
624 @item M-%
625 Rename the label at point. While generally not recommended, this can be
626 useful when a package like @file{fancyref} is used where the label
627 prefix determines the wording of a reference. After a
628 promotion/demotion it may be necessary to change a few labels from
629 @samp{sec:xyz} to @samp{cha:xyz} or vice versa. This command can be
630 used to do this; it launches a query replace to rename the definition
631 and all references of a label.
632
633 @tablesubheading{Exiting}
634 @item q
635 Hide the @file{*toc*} buffer, return to the position where
636 @code{reftex-toc} was last called.
637
638 @item k
639 Kill the @file{*toc*} buffer, return to the position where
640 @code{reftex-toc} was last called.
641
642 @item C-c >
643 Switch to the @file{*Index*} buffer of this document. With prefix
644 @samp{2}, restrict the index to the section at point in the @file{*toc*}
645 buffer.
646
647 @tablesubheading{Controlling what gets displayed}
648
649 @item t
650 @vindex reftex-toc-max-level
651 Change the maximum level of toc entries displayed in the @file{*toc*}
652 buffer. Without prefix arg, all levels will be included. With prefix
653 arg (e.g., @kbd{3 t}), ignore all toc entries with level greater than
654 @var{arg} (3 in this case). Chapters are level 1, sections are level 2.
655 The mode line @samp{T<>} indicator shows the current value. The default
656 depth can be configured with the variable
657 @code{reftex-toc-max-level}.
658
659 @item F
660 @vindex reftex-toc-include-file-boundaries
661 Toggle the display of the file borders of a multifile document in the
662 @file{*toc*} buffer. The default for this flag can be set with the
663 variable @code{reftex-toc-include-file-boundaries}.
664
665 @item l
666 @vindex reftex-toc-include-labels
667 Toggle the display of labels in the @file{*toc*} buffer. The default
668 for this flag can be set with the variable
669 @code{reftex-toc-include-labels}. When called with a prefix argument,
670 @RefTeX{} will prompt for a label type and include only labels of
671 the selected type in the @file{*toc*} buffer. The mode line @samp{L<>}
672 indicator shows which labels are included.
673
674 @item i
675 @vindex reftex-toc-include-index-entries
676 Toggle the display of index entries in the @file{*toc*} buffer. The
677 default for this flag can be set with the variable
678 @code{reftex-toc-include-index-entries}. When called with a prefix
679 argument, @RefTeX{} will prompt for a specific index and include
680 only entries in the selected index in the @file{*toc*} buffer. The mode
681 line @samp{I<>} indicator shows which index is used.
682
683 @item c
684 @vindex reftex-toc-include-context
685 Toggle the display of label and index context in the @file{*toc*}
686 buffer. The default for this flag can be set with the variable
687 @code{reftex-toc-include-context}.
688
689 @tablesubheading{Updating the buffer}
690
691 @item g
692 Rebuild the @file{*toc*} buffer. This does @emph{not} rescan the
693 document.
694
695 @item r
696 @vindex reftex-enable-partial-scans
697 Reparse the @LaTeX{} document and rebuild the @file{*toc*} buffer. When
698 @code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
699 location is defined in, not the entire document.
700
701 @item C-u r
702 Reparse the @emph{entire} @LaTeX{} document and rebuild the @file{*toc*}
703 buffer.
704
705 @item x
706 Switch to the @file{*toc*} buffer of an external document. When the
707 current document is using the @code{xr} package (@pxref{LaTeX xr Package}),
708 @RefTeX{} will switch to one of the external documents.
709
710
711 @tablesubheading{Automatic recentering}
712
713 @item d
714 Toggle the display of a dedicated frame displaying just the @file{*toc*}
715 buffer. Follow mode and visiting locations will not work that frame,
716 but automatic recentering will make this frame always show your current
717 editing location in the document (see below).
718
719 @item a
720 Toggle the automatic recentering of the @file{*toc*} buffer. When this
721 option is on, moving around in the document will cause the @file{*toc*}
722 to always highlight the current section. By default, this option is
723 active while the dedicated @file{*TOC*} frame exists. See also the
724 variable @code{reftex-auto-recenter-toc}.
725
726 @end table
727
728 @vindex reftex-toc-map
729 In order to define additional commands for the @file{*toc*} buffer, the
730 keymap @code{reftex-toc-map} may be used.
731
732 @findex reftex-toc-recenter
733 @vindex reftex-auto-recenter-toc
734 @vindex reftex-idle-time
735 @cindex @file{*toc*} buffer, recentering
736 @cindex Table of contents buffer, recentering
737 @kindex C-c -
738 If you call @code{reftex-toc} while the @file{*toc*} buffer already
739 exists, the cursor will immediately jump to the right place, i.e., the
740 section from which @code{reftex-toc} was called will be highlighted.
741 The command @kbd{C-c -} (@code{reftex-toc-recenter}) will only redisplay
742 the @file{*toc*} buffer and highlight the correct line without actually
743 selecting the @file{*toc*} window. This can be useful to quickly find
744 out where in the document you currently are. You can also automate this
745 by asking RefTeX to keep track of your current editing position in the
746 TOC@. The TOC window will then be updated whenever you stop typing for
747 more than @code{reftex-idle-time} seconds. By default this works only
748 with the dedicated @file{*TOC*} frame. But you can also force automatic
749 recentering of the TOC window on the current frame with
750 @lisp
751 (setq reftex-auto-recenter-toc t)
752 @end lisp
753
754
755 @cindex Sectioning commands
756 @cindex KOMA-Script, LaTeX classes
757 @cindex LaTeX classes, KOMA-Script
758 @cindex TOC entries for environments
759 @vindex reftex-section-levels
760 The section macros recognized by @RefTeX{} are all @LaTeX{} section
761 macros (from @code{\part} to @code{\subsubparagraph}) and the commands
762 @code{\addchap} and @code{\addsec} from the KOMA-Script classes.
763 Additional macros can be configured with the variable
764 @code{reftex-section-levels}. It is also possible to add certain @LaTeX{}
765 environments to the table of contents. This is probably only useful for
766 theorem-like environments. @xref{Defining Label Environments}, for an
767 example.
768
769 @node Labels and References
770 @chapter Labels and References
771 @cindex Labels in LaTeX
772 @cindex References in LaTeX
773 @cindex Label category
774 @cindex Label environment
775 @cindex @code{\label}
776
777 @LaTeX{} provides a powerful mechanism to deal with cross-references in a
778 document. When writing a document, any part of it can be marked with a
779 label, like @samp{\label@{mark@}}. @LaTeX{} records the current value of a
780 certain counter when a label is defined. Later references to this label
781 (like @samp{\ref@{mark@}}) will produce the recorded value of the
782 counter.
783
784 Labels can be used to mark sections, figures, tables, equations,
785 footnotes, items in enumerate lists etc. @LaTeX{} is context sensitive in
786 doing this: A label defined in a figure environment automatically
787 records the figure counter, not the section counter.
788
789 Several different environments can share a common counter and therefore
790 a common label category. For example labels in both @code{equation} and
791 @code{eqnarray} environments record the value of the same counter: the
792 equation counter.
793
794 @menu
795 * Creating Labels::
796 * Referencing Labels::
797 * Builtin Label Environments:: The environments RefTeX knows about.
798 * Defining Label Environments:: ... and environments it doesn't.
799 * Reference Info:: View the label corresponding to a \ref.
800 * Reference Styles:: Macros to be used instead of \ref.
801 * LaTeX xr Package:: References to external documents.
802 @end menu
803
804 @node Creating Labels
805 @section Creating Labels
806 @cindex Creating labels
807 @cindex Labels, creating
808 @cindex Labels, deriving from context
809 @kindex C-c (
810 @findex reftex-label
811
812 In order to create a label in a @LaTeX{} document, press @kbd{C-c (}
813 (@code{reftex-label}). Just like @LaTeX{}, @RefTeX{} is context sensitive
814 and will figure out the environment it currently is in and adapt the
815 label to that environment. A label usually consists of a short prefix
816 indicating the type of the label and a unique mark. @RefTeX{} has
817 three different modes to create this mark.
818
819 @enumerate
820 @item
821 @vindex reftex-translate-to-ascii-function
822 @vindex reftex-derive-label-parameters
823 @vindex reftex-label-illegal-re
824 @vindex reftex-abbrev-parameters
825 A label can be derived from context. This means, @RefTeX{} takes
826 the context of the label definition and constructs a label from
827 that@footnote{Note that the context may contain constructs which are
828 invalid in labels. @RefTeX{} will therefore strip the accent from
829 accented Latin-1 characters and remove everything else which is not
830 valid in labels. This mechanism is safe, but may not be satisfactory
831 for non-western languages. Check the following variables if you need to
832 change things: @code{reftex-translate-to-ascii-function},
833 @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re},
834 @code{reftex-abbrev-parameters}.}. This works best for section labels,
835 where the section heading is used to construct a label. In fact,
836 @RefTeX{}'s default settings use this method only for section
837 labels. You will be asked to confirm the derived label, or edit
838 it.
839
840 @item
841 We may also use a simple unique number to identify a label. This is
842 mostly useful for labels where it is difficult to come up with a very
843 good descriptive name. @RefTeX{}'s default settings use this method
844 for equations, enumerate items and footnotes. The author of @RefTeX{}
845 tends to write documents with many equations and finds it impossible
846 to come up with good names for each of them. These simple labels are
847 inserted without query, and are therefore very fast. Good descriptive
848 names are not really necessary as @RefTeX{} will provide context to
849 reference a label (@pxref{Referencing Labels}).
850
851 @item
852 The third method is to ask the user for a label. This is most
853 useful for things which are easy to describe briefly and do not turn up
854 too frequently in a document. @RefTeX{} uses this for figures and
855 tables. Of course, one can enter the label directly by typing the full
856 @samp{\label@{mark@}}. The advantage of using @code{reftex-label}
857 anyway is that @RefTeX{} will know that a new label has been defined.
858 It will then not be necessary to rescan the document in order to access
859 this label later.
860 @end enumerate
861
862 @vindex reftex-insert-label-flags
863 If you want to change the way certain labels are created, check out the
864 variable @code{reftex-insert-label-flags} (@pxref{Options - Creating
865 Labels}).
866
867 If you are using @AUCTeX{} to write your @LaTeX{} documents, you can
868 set it up to delegate the creation of labels to
869 @RefTeX{}. @xref{AUCTeX}, for more information.
870
871 @node Referencing Labels
872 @section Referencing Labels
873 @cindex Referencing labels
874 @cindex Labels, referencing
875 @cindex Selection buffer, labels
876 @cindex Selection process
877 @cindex @code{\ref}
878 @kindex C-c )
879 @findex reftex-reference
880
881 @vindex reftex-trust-label-prefix
882 @RefTeX{} scans the document in order to find all labels. To make
883 referencing labels easier, it assigns to each label a category, the
884 @emph{label type} (for example section, table, figure, equation, etc.).
885 In order to determine the label type, @RefTeX{} parses around each label
886 to see in what kind of environments it is located. You can speed up
887 the parsing by using type-specific prefixes for labels and configuring
888 the variable @code{reftex-trust-label-prefix}.
889
890 Referencing Labels is really at the heart of @RefTeX{}. Press @kbd{C-c
891 )} in order to reference a label (@code{reftex-reference}). This will
892 start a selection process and finally insert the complete
893 @samp{\ref@{label@}} into the buffer.
894
895 @vindex reftex-ref-macro-prompt
896 First, you can select which reference macro you want to use,
897 e.g., @samp{\ref} or @samp{\pageref}. Later in the process you have
898 another chance to make this selection and you can therefore disable this
899 step by customizing @code{reftex-ref-macro-prompt} if you find it too
900 intrusive. @xref{Reference Styles}.
901
902 Then, @RefTeX{} will determine the label category which is required.
903 Often that can be figured out from context. For example, if you write
904 @samp{As shown in eq.} and then press @kbd{C-c )}, @RefTeX{} knows that
905 an equation label is going to be referenced. If it cannot figure out
906 what label category is needed, it will query for one.
907
908 You will then be presented with a label selection menu. This is a
909 special buffer which contains an outline of the document along with all
910 labels of the given label category. In addition, next to the label
911 there will be one line of context of the label definition, which is some
912 text in the buffer near the label definition. Usually this is
913 sufficient to identify the label. If you are unsure about a certain
914 label, pressing @key{SPC} will show the label definition point in
915 another window.
916
917 In order to reference a label, move the cursor to the correct label and
918 press @key{RET}. You can also reference several labels with a single
919 call to @code{reftex-reference} by marking entries with the @kbd{m}
920 key (see below).
921
922 @kindex ?
923 Here is a list of special commands in the selection buffer. A summary
924 of this information is always available from the selection process by
925 pressing @kbd{?}.
926
927
928
929 @table @kbd
930 @tablesubheading{General}
931 @item ?
932 Show a summary of available commands.
933
934 @item 0-9,-
935 Prefix argument.
936
937 @tablesubheading{Moving around}
938 @item n
939 Go to next label.
940
941 @item p
942 Go to previous label.
943
944 @item b
945 Jump back to the position where you last left the selection buffer.
946 Normally this should get you back to the last referenced label.
947
948 @item C-c C-n
949 Goto next section heading.
950
951 @item C-c C-p
952 Goto previous section heading.
953
954 @item N z
955 Jump to section N, using the prefix arg. For example @kbd{3 z} jumps to
956 section 3.
957
958 @tablesubheading{Displaying Context}
959 @item @key{SPC}
960 Show the surroundings of the definition of the current label in another
961 window. See also the @kbd{f} key.
962
963 @item f
964 @vindex reftex-revisit-to-follow
965 Toggle follow mode. When follow mode is active, the other window will
966 always display the full context of the current label. This is similar
967 to pressing @key{SPC} after each cursor motion. Note that only context
968 in files already visited is shown. @RefTeX{} will not visit a file
969 just for follow mode. See, however, the variable
970 @code{reftex-revisit-to-follow}.
971
972 @item .
973 Show insertion point in another window. This is the point from where you
974 called @code{reftex-reference}.
975
976 @tablesubheading{Selecting a label and creating the reference}
977 @item @key{RET}
978 Insert a reference to the label at point into the buffer from which the
979 selection process was started. When entries have been marked, @key{RET}
980 references all marked labels.
981
982 @item mouse-2
983 @vindex reftex-highlight-selection
984 Clicking with mouse button 2 on a label will accept it like @key{RET}
985 would. See also variable @code{reftex-highlight-selection},
986 @ref{Options - Misc}.
987
988 @vindex reftex-multiref-punctuation
989 @item m - + ,
990 Mark the current entry. When several entries have been marked, pressing
991 @kbd{RET} will accept all of them and place them into several
992 @code{\ref} macros. The special markers @samp{,-+} also store a
993 separator to be inserted before the corresponding reference. So marking
994 six entries with the keys @samp{m , , - , +} will give a reference list
995 like this (see the variable @code{reftex-multiref-punctuation})
996 @example
997 In eqs. (1), (2), (3)--(4), (5) and (6)
998 @end example
999
1000 @item u
1001 Unmark a marked entry.
1002
1003 @c FIXME: Do we need 'A' as well for consistency?
1004 @cindex LaTeX packages, @code{saferef}
1005 @cindex @code{saferef}, LaTeX package
1006 @item a
1007 Accept the marked entries and put all labels as a comma-separated list
1008 into one @emph{single} @code{\ref} macro. Some packages like
1009 @file{saferef.sty} support multiple references in this way.
1010
1011 @item l
1012 Use the last referenced label(s) again. This is equivalent to moving to
1013 that label and pressing @key{RET}.
1014
1015 @item @key{TAB}
1016 Enter a label with completion. This may also be a label which does not
1017 yet exist in the document.
1018
1019 @item v
1020 Cycle forward through active reference macros. The selected macro is
1021 displayed by the @samp{S<...>} indicator in the mode line of the
1022 selection buffer. This mechanism comes in handy if you are using
1023 @LaTeX{} packages like @code{varioref} or @code{fancyref} and want to
1024 use the special referencing macros they provide (e.g., @code{\vref} or
1025 @code{\fref}) instead of @code{\ref}.
1026
1027 @item V
1028 Cycle backward through active reference macros.
1029
1030 @tablesubheading{Exiting}
1031
1032 @item q
1033 Exit the selection process without inserting any reference into the
1034 buffer.
1035
1036 @tablesubheading{Controlling what gets displayed}
1037 @vindex reftex-label-menu-flags
1038 The defaults for the following flags can be configured with the variable
1039 @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}).
1040
1041 @item c
1042 Toggle the display of the one-line label definition context in the
1043 selection buffer.
1044
1045 @item F
1046 Toggle the display of the file borders of a multifile document in the
1047 selection buffer.
1048
1049 @item t
1050 Toggle the display of the table of contents in the selection buffer.
1051 With prefix @var{arg}, change the maximum level of toc entries displayed
1052 to @var{arg}. Chapters are level 1, sections are level 2.
1053
1054 @item #
1055 Toggle the display of a label counter in the selection buffer.
1056
1057 @item %
1058 Toggle the display of labels hidden in comments in the selection
1059 buffers. Sometimes, you may have commented out parts of your document.
1060 If these parts contain label definitions, @RefTeX{} can still display
1061 and reference these labels.
1062
1063 @tablesubheading{Updating the buffer}
1064 @item g
1065 Update the menu. This will rebuilt the menu from the internal label
1066 list, but not reparse the document (see @kbd{r}).
1067
1068 @item r
1069 @vindex reftex-enable-partial-scans
1070 Reparse the document to update the information on all labels and rebuild
1071 the menu. If the variable @code{reftex-enable-partial-scans} is
1072 non-@code{nil} and your document is a multifile document, this will
1073 reparse only a part of the document (the file in which the label at
1074 point was defined).
1075
1076 @item C-u r
1077 Reparse the @emph{entire} document.
1078
1079 @item s
1080 Switch the label category. After prompting for another label category,
1081 a menu for that category will be shown.
1082
1083 @item x
1084 Reference a label from an external document. With the @LaTeX{} package
1085 @code{xr} it is possible to reference labels defined in another
1086 document. This key will switch to the label menu of an external
1087 document and let you select a label from there (@pxref{LaTeX xr Package,,xr}).
1088
1089 @end table
1090
1091 @vindex reftex-select-label-map
1092 In order to define additional commands for the selection process, the
1093 keymap @code{reftex-select-label-map} may be used.
1094
1095 @node Builtin Label Environments
1096 @section Builtin Label Environments
1097 @cindex Builtin label environments
1098 @cindex Label environments, builtin
1099 @cindex Environments, builtin
1100 @vindex reftex-label-alist
1101 @vindex reftex-label-alist-builtin
1102
1103 @RefTeX{} needs to be aware of the environments which can be referenced
1104 with a label (i.e., which carry their own counters). By default, @RefTeX{}
1105 recognizes all labeled environments and macros discussed in @cite{The
1106 @LaTeX{} Companion by Goossens, Mittelbach & Samarin, Addison-Wesley
1107 1994.}. These are:
1108
1109 @itemize @minus
1110 @item
1111 @cindex @code{figure}, LaTeX environment
1112 @cindex @code{figure*}, LaTeX environment
1113 @cindex @code{table}, LaTeX environment
1114 @cindex @code{table*}, LaTeX environment
1115 @cindex @code{equation}, LaTeX environment
1116 @cindex @code{eqnarray}, LaTeX environment
1117 @cindex @code{enumerate}, LaTeX environment
1118 @cindex @code{\footnote}, LaTeX macro
1119 @cindex LaTeX macro @code{footnote}
1120 @cindex LaTeX core
1121 @code{figure}, @code{figure*}, @code{table}, @code{table*}, @code{equation},
1122 @code{eqnarray}, @code{enumerate}, the @code{\footnote} macro (this is
1123 the @LaTeX{} core stuff)
1124 @item
1125 @cindex AMS-LaTeX
1126 @cindex @code{amsmath}, LaTeX package
1127 @cindex LaTeX packages, @code{amsmath}
1128 @cindex @code{align}, AMS-LaTeX environment
1129 @cindex @code{gather}, AMS-LaTeX environment
1130 @cindex @code{multline}, AMS-LaTeX environment
1131 @cindex @code{flalign}, AMS-LaTeX environment
1132 @cindex @code{alignat}, AMS-LaTeX environment
1133 @cindex @code{xalignat}, AMS-LaTeX environment
1134 @cindex @code{xxalignat}, AMS-LaTeX environment
1135 @cindex @code{subequations}, AMS-LaTeX environment
1136 @code{align}, @code{gather}, @code{multline}, @code{flalign},
1137 @code{alignat}, @code{xalignat}, @code{xxalignat}, @code{subequations}
1138 (from AMS-@LaTeX{}'s @file{amsmath.sty} package)
1139 @item
1140 @cindex @code{endnote}, LaTeX package
1141 @cindex LaTeX packages, @code{endnote}
1142 @cindex @code{\endnote}, LaTeX macro
1143 the @code{\endnote} macro (from @file{endnotes.sty})
1144 @item
1145 @cindex @code{fancybox}, LaTeX package
1146 @cindex LaTeX packages, @code{fancybox}
1147 @cindex @code{Beqnarray}, LaTeX environment
1148 @code{Beqnarray} (@file{fancybox.sty})
1149 @item
1150 @cindex @code{floatfig}, LaTeX package
1151 @cindex LaTeX packages, @code{floatfig}
1152 @cindex @code{floatingfig}, LaTeX environment
1153 @code{floatingfig} (@file{floatfig.sty})
1154 @item
1155 @cindex @code{longtable}, LaTeX package
1156 @cindex LaTeX packages, @code{longtable}
1157 @cindex @code{longtable}, LaTeX environment
1158 @code{longtable} (@file{longtable.sty})
1159 @item
1160 @cindex @code{picinpar}, LaTeX package
1161 @cindex LaTeX packages, @code{picinpar}
1162 @cindex @code{figwindow}, LaTeX environment
1163 @cindex @code{tabwindow}, LaTeX environment
1164 @code{figwindow}, @code{tabwindow} (@file{picinpar.sty})
1165 @item
1166 @cindex @code{sidecap}, LaTeX package
1167 @cindex LaTeX packages, @code{sidecap}
1168 @cindex @code{SCfigure}, LaTeX environment
1169 @cindex @code{SCtable}, LaTeX environment
1170 @code{SCfigure}, @code{SCtable} (@file{sidecap.sty})
1171 @item
1172 @cindex @code{rotating}, LaTeX package
1173 @cindex LaTeX packages, @code{rotating}
1174 @cindex @code{sidewaysfigure}, LaTeX environment
1175 @cindex @code{sidewaystable}, LaTeX environment
1176 @code{sidewaysfigure}, @code{sidewaystable} (@file{rotating.sty})
1177 @item
1178 @cindex @code{subfig}, LaTeX package
1179 @cindex LaTeX packages, @code{subfigure}
1180 @cindex @code{subfigure}, LaTeX environment
1181 @cindex @code{subfigure*}, LaTeX environment
1182 @code{subfigure}, @code{subfigure*}, the @code{\subfigure} macro
1183 (@file{subfigure.sty})
1184 @item
1185 @cindex @code{supertab}, LaTeX package
1186 @cindex LaTeX packages, @code{supertab}
1187 @cindex @code{supertabular}, LaTeX environment
1188 @code{supertabular} (@file{supertab.sty})
1189 @item
1190 @cindex @code{wrapfig}, LaTeX package
1191 @cindex LaTeX packages, @code{wrapfig}
1192 @cindex @code{wrapfigure}, LaTeX environment
1193 @code{wrapfigure} (@file{wrapfig.sty})
1194 @end itemize
1195
1196 If you want to use other labeled environments, defined with
1197 @code{\newtheorem}, @RefTeX{} needs to be configured to recognize
1198 them (@pxref{Defining Label Environments}).
1199
1200 @node Defining Label Environments
1201 @section Defining Label Environments
1202 @cindex Label environments, defining
1203
1204 @vindex reftex-label-alist
1205 @RefTeX{} can be configured to recognize additional labeled
1206 environments and macros. This is done with the variable
1207 @code{reftex-label-alist} (@pxref{Options - Defining Label
1208 Environments}). If you are not familiar with Lisp, you can use the
1209 @code{custom} library to configure this rather complex variable. To do
1210 this, use
1211
1212 @example
1213 @kbd{M-x customize-variable @key{RET} reftex-label-alist @key{RET}}
1214 @end example
1215
1216 @vindex reftex-label-alist-builtin
1217 Here we will discuss a few examples, in order to make things clearer.
1218 It can also be instructive to look at the constant
1219 @code{reftex-label-alist-builtin} which contains the entries for
1220 all the builtin environments and macros (@pxref{Builtin Label
1221 Environments}).
1222
1223 @menu
1224 * Theorem and Axiom:: Defined with @code{\newenvironment}.
1225 * Quick Equation:: When a macro sets the label type.
1226 * Figure Wrapper:: When a macro argument is a label.
1227 * Adding Magic Words:: Other words for other languages.
1228 * Using \eqref:: How to switch to this AMS-@LaTeX{} macro.
1229 * Non-Standard Environments:: Environments without \begin and \end
1230 * Putting it Together:: How to combine many entries.
1231 @end menu
1232
1233 @node Theorem and Axiom
1234 @subsection Theorem and Axiom Environments
1235 @cindex @code{theorem}, newtheorem
1236 @cindex @code{axiom}, newtheorem
1237 @cindex @code{\newtheorem}
1238
1239 Suppose you are using @code{\newtheorem} in @LaTeX{} in order to define two
1240 new environments, @code{theorem} and @code{axiom}
1241
1242 @example
1243 \newtheorem@{axiom@}@{Axiom@}
1244 \newtheorem@{theorem@}@{Theorem@}
1245 @end example
1246
1247 @noindent
1248 to be used like this:
1249
1250 @example
1251 \begin@{axiom@}
1252 \label@{ax:first@}
1253 ....
1254 \end@{axiom@}
1255 @end example
1256
1257 So we need to tell @RefTeX{} that @code{theorem} and @code{axiom} are new
1258 labeled environments which define their own label categories. We can
1259 either use Lisp to do this (e.g., in @file{.emacs}) or use the custom
1260 library. With Lisp it would look like this
1261
1262 @lisp
1263 (setq reftex-label-alist
1264 '(("axiom" ?a "ax:" "~\\ref@{%s@}" nil ("axiom" "ax.") -2)
1265 ("theorem" ?h "thr:" "~\\ref@{%s@}" t ("theorem" "th.") -3)))
1266 @end lisp
1267
1268 The type indicator characters @code{?a} and @code{?h} are used for
1269 prompts when @RefTeX{} queries for a label type. @code{?h}
1270 was chosen for @code{theorem} since @code{?t} is already taken by
1271 @code{table}. Note that also @code{?s}, @code{?f}, @code{?e},
1272 @code{?i}, @code{?n} are already used for standard environments.
1273
1274 @noindent
1275 The labels for Axioms and Theorems will have the prefixes @samp{ax:} and
1276 @samp{thr:}, respectively. @xref{AUCTeX}, for information on how
1277 @AUCTeX{} can use @RefTeX{} to automatically create labels when a new
1278 environment is inserted into a buffer. Additionally, the following
1279 needs to be added to one's .emacs file before @AUCTeX{} will
1280 automatically create labels for the new environments.
1281
1282 @lisp
1283 (add-hook 'LaTeX-mode-hook
1284 (lambda ()
1285 (LaTeX-add-environments
1286 '("axiom" LaTeX-env-label)
1287 '("theorem" LaTeX-env-label))))
1288 @end lisp
1289
1290
1291 @noindent
1292 The @samp{~\ref@{%s@}} is a format string indicating how to insert
1293 references to these labels.
1294
1295 @noindent
1296 The next item indicates how to grab context of the label definition.
1297 @itemize @minus
1298 @item
1299 @code{t} means to get it from a default location (from the beginning of
1300 a @code{\macro} or after the @code{\begin} statement). @code{t} is
1301 @emph{not} a good choice for eqnarray and similar environments.
1302 @item
1303 @code{nil} means to use the text right after the label definition.
1304 @item
1305 For more complex ways of getting context, see the variable
1306 @code{reftex-label-alist} (@ref{Options - Defining Label Environments}).
1307 @end itemize
1308
1309 The following list of strings is used to guess the correct label type
1310 from the word before point when creating a reference. For example if you
1311 write: @samp{As we have shown in Theorem} and then press @kbd{C-c )},
1312 @RefTeX{} will know that you are looking for a theorem label and
1313 restrict the menu to only these labels without even asking.
1314
1315 The final item in each entry is the level at which the environment
1316 should produce entries in the table of context buffer. If the number is
1317 positive, the environment will produce numbered entries (like
1318 @code{\section}), if it is negative the entries will be unnumbered (like
1319 @code{\section*}). Use this only for environments which structure the
1320 document similar to sectioning commands. For everything else, omit the
1321 item.
1322
1323 To do the same configuration with @code{customize}, you need to click on
1324 the @code{[INS]} button twice to create two templates and fill them in
1325 like this:
1326
1327 @example
1328 Reftex Label Alist: [Hide]
1329 [INS] [DEL] Package or Detailed : [Value Menu] Detailed:
1330 Environment or \macro : [Value Menu] String: axiom
1331 Type specification : [Value Menu] Char : a
1332 Label prefix string : [Value Menu] String: ax:
1333 Label reference format: [Value Menu] String: ~\ref@{%s@}
1334 Context method : [Value Menu] After label
1335 Magic words:
1336 [INS] [DEL] String: axiom
1337 [INS] [DEL] String: ax.
1338 [INS]
1339 [X] Make TOC entry : [Value Menu] Level: -2
1340 [INS] [DEL] Package or Detailed : [Value Menu] Detailed:
1341 Environment or \macro : [Value Menu] String: theorem
1342 Type specification : [Value Menu] Char : h
1343 Label prefix string : [Value Menu] String: thr:
1344 Label reference format: [Value Menu] String: ~\ref@{%s@}
1345 Context method : [Value Menu] Default position
1346 Magic words:
1347 [INS] [DEL] String: theorem
1348 [INS] [DEL] String: theor.
1349 [INS] [DEL] String: th.
1350 [INS]
1351 [X] Make TOC entry : [Value Menu] Level: -3
1352 @end example
1353
1354 @vindex reftex-insert-label-flags
1355 @vindex reftex-label-menu-flags
1356 Depending on how you would like the label insertion and selection for
1357 the new environments to work, you might want to add the letters @samp{a}
1358 and @samp{h} to some of the flags in the variables
1359 @code{reftex-insert-label-flags} (@pxref{Options - Creating Labels})
1360 and @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}).
1361
1362
1363 @node Quick Equation
1364 @subsection Quick Equation Macro
1365 @cindex Quick equation macro
1366 @cindex Macros as environment wrappers
1367
1368 Suppose you would like to have a macro for quick equations. It
1369 could be defined like this:
1370
1371 @example
1372 \newcommand@{\quickeq@}[1]@{\begin@{equation@} #1 \end@{equation@}@}
1373 @end example
1374
1375 @noindent
1376 and used like this:
1377
1378 @example
1379 Einstein's equation is \quickeq@{E=mc^2 \label@{eq:einstein@}@}.
1380 @end example
1381
1382 We need to tell @RefTeX{} that any label defined in the argument of the
1383 @code{\quickeq} is an equation label. Here is how to do this with lisp:
1384
1385 @lisp
1386 (setq reftex-label-alist '(("\\quickeq@{@}" ?e nil nil 1 nil)))
1387 @end lisp
1388
1389 The first element in this list is now the macro with empty braces as an
1390 @emph{image} of the macro arguments. @code{?e} indicates that this is
1391 an equation label, the different @code{nil} elements indicate to use the
1392 default values for equations. The @samp{1} as the fifth element
1393 indicates that the context of the label definition should be the first
1394 argument of the macro.
1395
1396 Here is again how this would look in the customization buffer:
1397
1398 @example
1399 Reftex Label Alist: [Hide]
1400 [INS] [DEL] Package or Detailed : [Value Menu] Detailed:
1401 Environment or \macro : [Value Menu] String: \quickeq@{@}
1402 Type specification : [Value Menu] Char : e
1403 Label prefix string : [Value Menu] Default
1404 Label reference format: [Value Menu] Default
1405 Context method : [Value Menu] Macro arg nr: 1
1406 Magic words:
1407 [INS]
1408 [ ] Make TOC entry : [Value Menu] No entry
1409 @end example
1410
1411 @node Figure Wrapper
1412 @subsection Figure Wrapping Macro
1413 @cindex Macros as environment wrappers
1414 @cindex Figure wrapping macro
1415
1416 Suppose you want to make figures not directly with the figure
1417 environment, but with a macro like
1418
1419 @example
1420 \newcommand@{\myfig@}[5][tbp]@{%
1421 \begin@{figure@}[#1]
1422 \epsimp[#5]@{#2@}
1423 \caption@{#3@}
1424 \label@{#4@}
1425 \end@{figure@}@}
1426 @end example
1427
1428 @noindent
1429 which would be called like
1430
1431 @example
1432 \myfig[htp]@{filename@}@{caption text@}@{label@}@{1@}
1433 @end example
1434
1435 Now we need to tell @RefTeX{} that the fourth argument of the
1436 @code{\myfig} macro @emph{is itself} a figure label, and where to find
1437 the context.
1438
1439 @lisp
1440 (setq reftex-label-alist
1441 '(("\\myfig[]@{@}@{@}@{*@}@{@}" ?f nil nil 3)))
1442 @end lisp
1443
1444 The empty pairs of brackets indicate the different arguments of the
1445 @code{\myfig} macro. The @samp{*} marks the label argument. @code{?f}
1446 indicates that this is a figure label which will be listed together with
1447 labels from normal figure environments. The @code{nil} entries for
1448 prefix and reference format mean to use the defaults for figure labels.
1449 The @samp{3} for the context method means to grab the third macro argument:
1450 the caption.
1451
1452 As a side effect of this configuration, @code{reftex-label} will now
1453 insert the required naked label (without the @code{\label} macro) when
1454 point is directly after the opening parenthesis of a @code{\myfig} macro
1455 argument.
1456
1457 Again, here the configuration in the customization buffer:
1458
1459 @example
1460 [INS] [DEL] Package or Detailed : [Value Menu] Detailed:
1461 Environment or \macro : [Value Menu] String: \myfig[]@{@}@{@}@{*@}@{@}
1462 Type specification : [Value Menu] Char : f
1463 Label prefix string : [Value Menu] Default
1464 Label reference format: [Value Menu] Default
1465 Context method : [Value Menu] Macro arg nr: 3
1466 Magic words:
1467 [INS]
1468 [ ] Make TOC entry : [Value Menu] No entry
1469 @end example
1470
1471 @node Adding Magic Words
1472 @subsection Adding Magic Words
1473 @cindex Magic words
1474 @cindex German magic words
1475 @cindex Label category
1476
1477 Sometimes you don't want to define a new label environment or macro, but
1478 just change the information associated with a label category. Maybe you
1479 want to add some magic words, for another language. Changing only the
1480 information associated with a label category is done by giving
1481 @code{nil} for the environment name and then specify the items you want
1482 to define. Here is an example which adds German magic words to all
1483 predefined label categories.
1484
1485 @lisp
1486 (setq reftex-label-alist
1487 '((nil ?s nil nil nil ("Kapitel" "Kap." "Abschnitt" "Teil"))
1488 (nil ?e nil nil nil ("Gleichung" "Gl."))
1489 (nil ?t nil nil nil ("Tabelle"))
1490 (nil ?f nil nil nil ("Figur" "Abbildung" "Abb."))
1491 (nil ?n nil nil nil ("Anmerkung" "Anm."))
1492 (nil ?i nil nil nil ("Punkt"))))
1493 @end lisp
1494
1495 @node Using \eqref
1496 @subsection Using @code{\eqref}
1497 @cindex @code{\eqref}, AMS-LaTeX macro
1498 @cindex AMS-LaTeX
1499 @cindex Label category
1500
1501 Another case where one only wants to change the information associated
1502 with the label category is to change the macro which is used for
1503 referencing the label. When working with the AMS-@LaTeX{}, you might
1504 prefer @code{\eqref} for doing equation references. Here is how to
1505 do this:
1506
1507 @lisp
1508 (setq reftex-label-alist '((nil ?e nil "~\\eqref@{%s@}" nil nil)))
1509 @end lisp
1510
1511 @RefTeX{} has also a predefined symbol for this special purpose. The
1512 following is equivalent to the line above.
1513
1514 @lisp
1515 (setq reftex-label-alist '(AMSTeX))
1516 @end lisp
1517
1518 Note that this is automatically done by the @file{amsmath.el} style file
1519 of @AUCTeX{} (@pxref{Style Files}); so if you use @AUCTeX{},
1520 this configuration will not be necessary.
1521
1522 @node Non-Standard Environments
1523 @subsection Non-standard Environments
1524 @cindex Non-standard environments
1525 @cindex Environments without @code{\begin}
1526 @cindex Special parser functions
1527 @cindex Parser functions, for special environments
1528
1529 Some @LaTeX{} packages define environment-like structures without using the
1530 standard @samp{\begin..\end} structure. @RefTeX{} cannot parse
1531 these directly, but you can write your own special-purpose parser and
1532 use it instead of the name of an environment in an entry for
1533 @code{reftex-label-alist}. The function should check if point is
1534 currently in the special environment it was written to detect. If so,
1535 it must return a buffer position indicating the start of this
1536 environment. The return value must be @code{nil} on failure to detect
1537 the environment. The function is called with one argument @var{bound}.
1538 If non-@code{nil}, @var{bound} is a boundary for backwards searches
1539 which should be observed. We will discuss two examples.
1540
1541 @cindex LaTeX commands, abbreviated
1542
1543 Some people define abbreviations for
1544 environments, like @code{\be} for @code{\begin@{equation@}}, and
1545 @code{\ee} for @code{\end@{equation@}}. The parser function would have
1546 to search backward for these macros. When the first match is
1547 @code{\ee}, point is not in this environment. When the first match is
1548 @code{\be}, point is in this environment and the function must return
1549 the beginning of the match. To avoid scanning too far, we can also look
1550 for empty lines which cannot occur inside an equation environment.
1551 Here is the setup:
1552
1553 @lisp
1554 ;; Setup entry in reftex-label-alist, using all defaults for equations
1555 (setq reftex-label-alist '((detect-be-ee ?e nil nil nil nil)))
1556
1557 (defun detect-be-ee (bound)
1558 ;; Search backward for the macros or an empty line
1559 (if (re-search-backward
1560 "\\(^[ \t]*\n\\|\\\\ee\\>\\)\\|\\(\\\\be\\>\\)" bound t)
1561 (if (match-beginning 2)
1562 (match-beginning 2) ; Return start of environment
1563 nil) ; Return nil because env is closed
1564 nil)) ; Return nil for not found
1565 @end lisp
1566
1567 @cindex @code{linguex}, LaTeX package
1568 @cindex LaTeX packages, @code{linguex}
1569 A more complex example is the @file{linguex.sty} package which defines
1570 list macros @samp{\ex.}, @samp{\a.}, @samp{\b.} etc.@: for lists which are
1571 terminated by @samp{\z.} or by an empty line.
1572
1573 @example
1574 \ex. \label@{ex:12@} Some text in an exotic language ...
1575 \a. \label@{ex:13@} more stuff
1576 \b. \label@{ex:14@} still more stuff
1577 \a. List on a deeper level
1578 \b. Another item
1579 \b. and the third one
1580 \z.
1581 \b. Third item on this level.
1582
1583 ... text after the empty line terminating all lists
1584 @end example
1585
1586 The difficulty is that the @samp{\a.} lists can nest and that an empty
1587 line terminates all list levels in one go. So we have to count nesting
1588 levels between @samp{\a.} and @samp{\z.}. Here is the implementation
1589 for @RefTeX{}.
1590
1591 @lisp
1592 (setq reftex-label-alist
1593 '((detect-linguex ?x "ex:" "~\\ref@{%s@}" nil ("Example" "Ex."))))
1594
1595 (defun detect-linguex (bound)
1596 (let ((cnt 0))
1597 (catch 'exit
1598 (while
1599 ;; Search backward for all possible delimiters
1600 (re-search-backward
1601 (concat "\\(^[ \t]*\n\\)\\|\\(\\\\z\\.\\)\\|"
1602 "\\(\\ex[ig]?\\.\\)\\|\\(\\\\a\\.\\)")
1603 nil t)
1604 ;; Check which delimiter was matched.
1605 (cond
1606 ((match-beginning 1)
1607 ;; empty line terminates all - return nil
1608 (throw 'exit nil))
1609 ((match-beginning 2)
1610 ;; \z. terminates one list level - decrease nesting count
1611 (decf cnt))
1612 ((match-beginning 3)
1613 ;; \ex. : return match unless there was a \z. on this level
1614 (throw 'exit (if (>= cnt 0) (match-beginning 3) nil)))
1615 ((match-beginning 4)
1616 ;; \a. : return match when on level 0, otherwise
1617 ;; increment nesting count
1618 (if (>= cnt 0)
1619 (throw 'exit (match-beginning 4))
1620 (incf cnt))))))))
1621 @end lisp
1622
1623 @node Putting it Together
1624 @subsection Putting it all together
1625
1626 When you have to put several entries into @code{reftex-label-alist}, just
1627 put them after each other in a list, or create that many templates in
1628 the customization buffer. Here is a lisp example which uses several of
1629 the entries described above:
1630
1631 @lisp
1632 (setq reftex-label-alist
1633 '(("axiom" ?a "ax:" "~\\ref@{%s@}" nil ("axiom" "ax.") -2)
1634 ("theorem" ?h "thr:" "~\\ref@{%s@}" t ("theorem" "theor." "th.") -3)
1635 ("\\quickeq@{@}" ?e nil nil 1 nil)
1636 AMSTeX
1637 ("\\myfig[]@{@}@{@}@{*@}@{@}" ?f nil nil 3)
1638 (detect-linguex ?x "ex:" "~\\ref@{%s@}" nil ("Example" "Ex."))))
1639 @end lisp
1640
1641 @node Reference Info
1642 @section Reference Info
1643 @findex reftex-view-crossref
1644 @findex reftex-mouse-view-crossref
1645 @cindex Cross-references, displaying
1646 @cindex Reference info
1647 @cindex Displaying cross-references
1648 @cindex Viewing cross-references
1649 @kindex C-c &
1650 @kindex S-mouse-2
1651
1652 When point is idle for more than @code{reftex-idle-time} seconds on the
1653 argument of a @code{\ref} macro, the echo area will display some
1654 information about the label referenced there. Note that the information
1655 is only displayed if the echo area is not occupied by a different
1656 message.
1657
1658 @RefTeX{} can also display the label definition corresponding to a
1659 @code{\ref} macro, or all reference locations corresponding to a
1660 @code{\label} macro. @xref{Viewing Cross-References}, for more
1661 information.
1662
1663 @node Reference Styles
1664 @section Reference Styles
1665
1666 In case you defined your own macros for referencing or you are using
1667 @LaTeX{} packages providing specialized macros to be used instead of
1668 @code{\ref}, @RefTeX{} provides ways to select and insert them in a
1669 convenient way.
1670
1671 @RefTeX{} comes equipped with a set of so-called reference styles where
1672 each relates to one or more reference macros. The standard macros
1673 @samp{\ref} and @samp{\pageref} or provided by the ``Default'' style.
1674 The ``Varioref'' style offers macros for the @samp{varioref} @LaTeX{}
1675 package (@samp{\vref}, @samp{\Vref}, @samp{\Ref}, @samp{\vpageref}),
1676 ``Fancyref'' for the @samp{fancyref} package (@samp{\fref},
1677 @samp{\Fref}) and ``Hyperref'' for the @samp{hyperref} package
1678 (@samp{\autoref}, @samp{\autopageref}).
1679
1680 @vindex reftex-ref-style-default-list
1681 A style can be toggled by selecting the respective entry in the
1682 @samp{Reference Style} menu. Changes made through the menu will only
1683 last for the Emacs session. In order to configure a preference
1684 permanently, the variable @code{reftex-ref-style-default-list} should be
1685 customized. This variable specifies the list of styles to be activated.
1686 It can also be set as a file variable if the preference should be set
1687 for a specific file.
1688
1689 @vindex reftex-ref-style-alist
1690 In case the built-in styles do not suffice, you can add additional
1691 macros and styles to the variable @code{reftex-ref-style-alist}. Those
1692 do not necessarily have to be related to a certain @LaTeX{} package but
1693 can follow an arbitrary grouping rule. For example you could define a
1694 style called ``Personal'' for your personal referencing macros. (When
1695 changing the variable you should be aware that other Emacs packages,
1696 like @AUCTeX{}, might rely on the entries from the default value to be
1697 present.)
1698
1699 Once a style is active the macros it relates to are available for
1700 selection when you are about to insert a reference. In general this
1701 process involves three steps: the selection of a reference macro, a
1702 label type and a label. Reference macros can be chosen in the first and
1703 last step.
1704
1705 @vindex reftex-ref-macro-prompt
1706 In the first step you will be presented with a list of macros from which
1707 you can select one by typing a single key. If you dislike having an
1708 extra step for reference macro selection, you can disable it by
1709 customizing @code{reftex-ref-macro-prompt} and relying only on the
1710 selection facilities provided in the last step.
1711
1712 In the last step, i.e., the label selection, two key bindings are
1713 provided to set the reference macro. Type @key{v} in order to cycle
1714 forward through the list of available macros or @key{V} to cycle
1715 backward. The mode line of the selection buffer shows the macro
1716 currently selected.
1717
1718 In case you are not satisfied with the order of macros when cycling
1719 through them you should adapt the order of entries in the variable
1720 @code{reftex-ref-style-alist} to fit your liking.
1721
1722 For each entry in @code{reftex-ref-style-alist} a function with the name
1723 @code{reftex-<package>-<macro>} (e.g., @code{reftex-varioref-vref}) will
1724 be created automatically by @RefTeX{}. These functions can be used
1725 instead of @kbd{C-c )} and provide an alternative way of having your
1726 favorite referencing macro preselected and if cycling through the macros
1727 seems inconvenient to you.@footnote{You could, e.g., bind
1728 @code{reftex-varioref-vref} to @kbd{C-c v} and
1729 @code{reftex-fancyref-fref} to @kbd{C-c f}.}
1730
1731 @cindex @code{varioref}, LaTeX package
1732 @cindex LaTeX packages, @code{varioref}
1733 @cindex @code{fancyref}, LaTeX package
1734 @cindex LaTeX packages, @code{fancyref}
1735 @vindex reftex-vref-is-default (deprecated)
1736 @vindex reftex-fref-is-default (deprecated)
1737 In former versions of @RefTeX{} only support for @code{varioref} and
1738 @code{fancyref} was included. @code{varioref} is a @LaTeX{} package to
1739 create cross-references with page information. @code{fancyref} is a
1740 package where a macro call like @code{\fref@{@var{fig:map-of-germany}@}}
1741 creates not only the number of the referenced counter but also the
1742 complete text around it, like @samp{Figure 3 on the preceding page}. In
1743 order to make it work you need to use label prefixes like @samp{fig:}
1744 consistently---something @RefTeX{} does automatically. For each of
1745 these packages a variable could be configured to make its macros to take
1746 precedence over @code{\ref}. Those were @code{reftex-vref-is-default}
1747 and @code{reftex-fref-is-default} respectively. While still working,
1748 these variables are deprecated now. Instead of setting them, the
1749 variable @code{reftex-ref-style-default-list} should be adapted now.
1750
1751 @node LaTeX xr Package
1752 @section @code{xr}: Cross-Document References
1753 @cindex @code{xr}, LaTeX package
1754 @cindex LaTeX packages, @code{xr}
1755 @cindex @code{\externaldocument}
1756 @cindex External documents
1757 @cindex References to external documents
1758 @cindex Cross-document references
1759
1760 The @LaTeX{} package @code{xr} makes it possible to create references to
1761 labels defined in external documents. The preamble of a document using
1762 @code{xr} will contain something like this:
1763
1764 @example
1765 \usepackage@{xr@}
1766 \externaldocument[V1-]@{volume1@}
1767 \externaldocument[V3-]@{volume3@}
1768 @end example
1769
1770 @noindent
1771 and we can make references to any labels defined in these
1772 external documents by using the prefixes @samp{V1-} and @samp{V3-},
1773 respectively.
1774
1775 @RefTeX{} can be used to create such references as well. Start the
1776 referencing process normally, by pressing @kbd{C-c )}. Select a label
1777 type if necessary. When you see the label selection buffer, pressing
1778 @kbd{x} will switch to the label selection buffer of one of the external
1779 documents. You may then select a label as before and @RefTeX{} will
1780 insert it along with the required prefix.
1781
1782 For this kind of inter-document cross-references, saving of parsing
1783 information and the use of multiple selection buffers can mean a large
1784 speed-up (@pxref{Optimizations}).
1785
1786 @node Citations
1787 @chapter Citations
1788 @cindex Citations
1789 @cindex @code{\cite}
1790
1791 Citations in @LaTeX{} are done with the @code{\cite} macro or variations of
1792 it. The argument of the macro is a citation key which identifies an
1793 article or book in either a @BibTeX{} database file or in an explicit
1794 @code{thebibliography} environment in the document. @RefTeX{}'s
1795 support for citations helps to select the correct key quickly.
1796
1797 @menu
1798 * Creating Citations:: How to create them.
1799 * Citation Styles:: Natbib, Harvard, Chicago and Co.
1800 * Citation Info:: View the corresponding database entry.
1801 * Chapterbib and Bibunits:: Multiple bibliographies in a Document.
1802 * Citations Outside LaTeX:: How to make citations in Emails etc.
1803 * BibTeX Database Subsets:: Extract parts of a big database.
1804 @end menu
1805
1806 @node Creating Citations
1807 @section Creating Citations
1808 @cindex Creating citations
1809 @cindex Citations, creating
1810 @findex reftex-citation
1811 @kindex C-c [
1812 @cindex Selection buffer, citations
1813 @cindex Selection process
1814
1815 In order to create a citation, press @kbd{C-c [}. @RefTeX{} then
1816 prompts for a regular expression which will be used to search through
1817 the database and present the list of matches to choose from in a
1818 selection process similar to that for selecting labels
1819 (@pxref{Referencing Labels}).
1820
1821 The regular expression uses an extended syntax: @samp{&&} defines a
1822 logic @code{and} for regular expressions. For example
1823 @samp{Einstein&&Bose} will match all articles which mention
1824 Bose-Einstein condensation, or which are co-authored by Bose and
1825 Einstein. When entering the regular expression, you can complete on
1826 known citation keys. @RefTeX{} also offers a default when prompting for
1827 a regular expression. This default is the word before the cursor or the
1828 word before the current @samp{\cite} command. Sometimes this may be a
1829 good search key.
1830
1831 @cindex @code{\bibliography}
1832 @cindex @code{thebibliography}, LaTeX environment
1833 @cindex @code{BIBINPUTS}, environment variable
1834 @cindex @code{TEXBIB}, environment variable
1835 @RefTeX{} prefers to use @BibTeX{} database files specified with a
1836 @code{\bibliography} macro to collect its information. Just like
1837 @BibTeX{}, it will search for the specified files in the current directory
1838 and along the path given in the environment variable @code{BIBINPUTS}.
1839 If you do not use @BibTeX{}, but the document contains an explicit
1840 @code{thebibliography} environment, @RefTeX{} will collect its
1841 information from there. Note that in this case the information
1842 presented in the selection buffer will just be a copy of relevant
1843 @code{\bibitem} entries, not the structured listing available with
1844 @BibTeX{} database files.
1845
1846 @kindex ?
1847 In the selection buffer, the following keys provide special commands. A
1848 summary of this information is always available from the selection
1849 process by pressing @kbd{?}.
1850
1851 @table @kbd
1852 @tablesubheading{General}
1853 @item ?
1854 Show a summary of available commands.
1855
1856 @item 0-9,-
1857 Prefix argument.
1858
1859 @tablesubheading{Moving around}
1860 @item n
1861 Go to next article.
1862
1863 @item p
1864 Go to previous article.
1865
1866 @tablesubheading{Access to full database entries}
1867 @item @key{SPC}
1868 Show the database entry corresponding to the article at point, in
1869 another window. See also the @kbd{f} key.
1870
1871 @item f
1872 Toggle follow mode. When follow mode is active, the other window will
1873 always display the full database entry of the current article. This is
1874 equivalent to pressing @key{SPC} after each cursor motion. With @BibTeX{}
1875 entries, follow mode can be rather slow.
1876
1877 @tablesubheading{Selecting entries and creating the citation}
1878 @item @key{RET}
1879 Insert a citation referencing the article at point into the buffer from
1880 which the selection process was started.
1881
1882 @item mouse-2
1883 @vindex reftex-highlight-selection
1884 Clicking with mouse button 2 on a citation will accept it like @key{RET}
1885 would. See also variable @code{reftex-highlight-selection},
1886 @ref{Options - Misc}.
1887
1888 @item m
1889 Mark the current entry. When one or several entries are marked,
1890 pressing @kbd{a} or @kbd{A} accepts all marked entries. Also,
1891 @key{RET} behaves like the @kbd{a} key.
1892
1893 @item u
1894 Unmark a marked entry.
1895
1896 @item a
1897 Accept all (marked) entries in the selection buffer and create a single
1898 @code{\cite} macro referring to them.
1899
1900 @item A
1901 Accept all (marked) entries in the selection buffer and create a
1902 separate @code{\cite} macro for each of it.
1903
1904 @item e
1905 Create a new @BibTeX{} database file which contains all @i{marked} entries
1906 in the selection buffer. If no entries are marked, all entries are
1907 selected.
1908
1909 @item E
1910 Create a new @BibTeX{} database file which contains all @i{unmarked}
1911 entries in the selection buffer. If no entries are marked, all entries
1912 are selected.
1913
1914 @item @key{TAB}
1915 Enter a citation key with completion. This may also be a key which does
1916 not yet exist.
1917
1918 @item .
1919 Show insertion point in another window. This is the point from where you
1920 called @code{reftex-citation}.
1921
1922 @tablesubheading{Exiting}
1923 @item q
1924 Exit the selection process without inserting a citation into the
1925 buffer.
1926
1927 @tablesubheading{Updating the buffer}
1928
1929 @item g
1930 Start over with a new regular expression. The full database will be
1931 rescanned with the new expression (see also @kbd{r}).
1932
1933 @c FIXME: Should we use something else here? r is usually rescan!
1934 @item r
1935 Refine the current selection with another regular expression. This will
1936 @emph{not} rescan the entire database, but just the already selected
1937 entries.
1938
1939 @end table
1940
1941 @vindex reftex-select-bib-map
1942 In order to define additional commands for this selection process, the
1943 keymap @code{reftex-select-bib-map} may be used.
1944
1945 Note that if you do not use Emacs to edit the @BibTeX{} database files,
1946 @RefTeX{} will ask if the related buffers should be updated once it
1947 detects that the files were changed externally. If you do not want to
1948 be bothered by such queries, you can activate Auto Revert mode for these
1949 buffers by adding the following expression to your init file:
1950
1951 @lisp
1952 (add-hook 'bibtex-mode-hook 'turn-on-auto-revert-mode)
1953 @end lisp
1954
1955
1956 @node Citation Styles
1957 @section Citation Styles
1958 @cindex Citation styles
1959 @cindex Citation styles, @code{natbib}
1960 @cindex Citation styles, @code{harvard}
1961 @cindex Citation styles, @code{chicago}
1962 @cindex Citation styles, @code{jurabib}
1963 @cindex Citation styles, @ConTeXt{}
1964 @cindex @code{natbib}, citation style
1965 @cindex @code{harvard}, citation style
1966 @cindex @code{chicago}, citation style
1967 @cindex @code{jurabib}, citation style
1968 @cindex @ConTeXt{}, citation style
1969
1970 @vindex reftex-cite-format
1971 The standard @LaTeX{} macro @code{\cite} works well with numeric or
1972 simple key citations. To deal with the more complex task of author-year
1973 citations as used in many natural sciences, a variety of packages has
1974 been developed which define derived forms of the @code{\cite} macro.
1975 @RefTeX{} can be configured to produce these citation macros as well by
1976 setting the variable @code{reftex-cite-format}. For the most commonly
1977 used @LaTeX{} packages (@code{natbib}, @code{harvard}, @code{chicago},
1978 @code{jurabib}) and for @ConTeXt{} this may be done from the menu, under
1979 @code{Ref->Citation Styles}. Since there are usually several macros to
1980 create the citations, executing @code{reftex-citation} (@kbd{C-c [})
1981 starts by prompting for the correct macro. For the Natbib style, this
1982 looks like this:
1983
1984 @example
1985 SELECT A CITATION FORMAT
1986
1987 [^M] \cite@{%l@}
1988 [t] \citet@{%l@}
1989 [T] \citet*@{%l@}
1990 [p] \citep@{%l@}
1991 [P] \citep*@{%l@}
1992 [e] \citep[e.g.][]@{%l@}
1993 [s] \citep[see][]@{%l@}
1994 [a] \citeauthor@{%l@}
1995 [A] \citeauthor*@{%l@}
1996 [y] \citeyear@{%l@}
1997 @end example
1998
1999 @vindex reftex-cite-prompt-optional-args
2000 If citation formats contain empty pairs of square brackets, @RefTeX{}
2001 will prompt for values of these optional arguments if you call the
2002 @code{reftex-citation} command with a @kbd{C-u} prefix.
2003 Following the most generic of these packages, @code{natbib}, the builtin
2004 citation packages always accept the @kbd{t} key for a @emph{textual}
2005 citation (like: @code{Jones et al. (1997) have shown...}) as well as
2006 the @kbd{p} key for a parenthetical citation (like: @code{As shown
2007 earlier (Jones et al, 1997)}).
2008
2009 To make one of these styles the default, customize the variable
2010 @code{reftex-cite-format} or put into @file{.emacs}:
2011
2012 @lisp
2013 (setq reftex-cite-format 'natbib)
2014 @end lisp
2015
2016 You can also use @AUCTeX{} style files to automatically set the
2017 citation style based on the @code{usepackage} commands in a given
2018 document. @xref{Style Files}, for information on how to set up the style
2019 files correctly.
2020
2021 @node Citation Info
2022 @section Citation Info
2023 @cindex Displaying citations
2024 @cindex Citations, displaying
2025 @cindex Citation info
2026 @cindex Viewing citations
2027 @kindex C-c &
2028 @kindex S-mouse-2
2029 @findex reftex-view-crossref
2030 @findex reftex-mouse-view-crossref
2031
2032 When point is idle for more than @code{reftex-idle-time} seconds on the
2033 argument of a @code{\cite} macro, the echo area will display some
2034 information about the article cited there. Note that the information is
2035 only displayed if the echo area is not occupied by a different message.
2036
2037 @RefTeX{} can also display the @code{\bibitem} or @BibTeX{} database
2038 entry corresponding to a @code{\cite} macro, or all citation locations
2039 corresponding to a @code{\bibitem} or @BibTeX{} database entry.
2040 @xref{Viewing Cross-References}.
2041
2042 @node Chapterbib and Bibunits
2043 @section Chapterbib and Bibunits
2044 @cindex @code{chapterbib}, LaTeX package
2045 @cindex @code{bibunits}, LaTeX package
2046 @cindex Bibliographies, multiple
2047
2048 @code{chapterbib} and @code{bibunits} are two @LaTeX{} packages which
2049 produce multiple bibliographies in a document. This is no problem for
2050 @RefTeX{} as long as all bibliographies use the same @BibTeX{} database
2051 files. If they do not, it is best to have each document part in a
2052 separate file (as it is required for @code{chapterbib} anyway). Then
2053 @RefTeX{} will still scan the locally relevant databases correctly. If
2054 you have multiple bibliographies within a @emph{single file}, this may
2055 or may not be the case.
2056
2057 @node Citations Outside LaTeX
2058 @section Citations outside @LaTeX{}
2059 @cindex Citations outside LaTeX
2060 @vindex reftex-default-bibliography
2061
2062 The command @code{reftex-citation} can also be executed outside a @LaTeX{}
2063 buffer. This can be useful to reference articles in the mail buffer and
2064 other documents. You should @emph{not} enter @code{reftex-mode} for
2065 this, just execute the command. The list of @BibTeX{} files will in this
2066 case be taken from the variable @code{reftex-default-bibliography}.
2067 Setting the variable @code{reftex-cite-format} to the symbol
2068 @code{locally} does a decent job of putting all relevant information
2069 about a citation directly into the buffer. Here is the lisp code to add
2070 the @kbd{C-c [} binding to the mail buffer. It also provides a local
2071 binding for @code{reftex-cite-format}.
2072
2073 @lisp
2074 (add-hook 'mail-setup-hook
2075 (lambda () (define-key mail-mode-map "\C-c["
2076 (lambda ()
2077 (interactive)
2078 (let ((reftex-cite-format 'locally))
2079 (reftex-citation))))))
2080 @end lisp
2081
2082 @node BibTeX Database Subsets
2083 @section Database Subsets
2084 @cindex BibTeX database subsets
2085 @findex reftex-create-bibtex-file
2086
2087 @RefTeX{} offers two ways to create a new @BibTeX{} database file.
2088
2089 The first option produces a file which contains only the entries
2090 actually referenced in the current document. This can be useful if
2091 the database is only meant for a single document and you want to clean
2092 it of old and unused ballast. It can also be useful while writing a
2093 document together with collaborators, in order to avoid sending around
2094 the entire (possibly very large) database. To create the file, use
2095 @kbd{M-x reftex-create-bibtex-file}, also available from the menu
2096 under @code{Ref->Global Actions->Create Bibtex File}. The command will
2097 prompt for a @BibTeX{} file name and write the extracted entries to that
2098 file.
2099
2100 The second option makes use of the selection process started by the
2101 command @kbd{C-c [} (@pxref{Creating Citations}). This command uses a
2102 regular expression to select entries, and lists them in a formatted
2103 selection buffer. After pressing the @kbd{e} key (mnemonics: Export),
2104 the command will prompt for the name of a new @BibTeX{} file and write
2105 the selected entries to that file. You can also first mark some
2106 entries in the selection buffer with the @kbd{m} key and then export
2107 either the @i{marked} entries (with the @kbd{e} key) or the
2108 @i{unmarked} entries (with the @kbd{E} key).
2109
2110 @node Index Support
2111 @chapter Index Support
2112 @cindex Index Support
2113 @cindex @code{\index}
2114
2115 @LaTeX{} has builtin support for creating an Index. The @LaTeX{} core
2116 supports two different indices, the standard index and a glossary. With
2117 the help of special @LaTeX{} packages (@file{multind.sty} or
2118 @file{index.sty}), any number of indices can be supported.
2119
2120 Index entries are created with the @code{\index@{@var{entry}@}} macro.
2121 All entries defined in a document are written out to the @file{.aux}
2122 file. A separate tool must be used to convert this information into a
2123 nicely formatted index. Tools used with @LaTeX{} include @code{MakeIndex}
2124 and @code{xindy}.
2125
2126 Indexing is a very difficult task. It must follow strict conventions to
2127 make the index consistent and complete. There are basically two
2128 approaches one can follow, and both have their merits.
2129
2130 @enumerate
2131 @item
2132 Part of the indexing should already be done with the markup. The
2133 document structure should be reflected in the index, so when starting
2134 new sections, the basic topics of the section should be indexed. If the
2135 document contains definitions, theorems or the like, these should all
2136 correspond to appropriate index entries. This part of the index can
2137 very well be developed along with the document. Often it is worthwhile
2138 to define special purpose macros which define an item and at the same
2139 time make an index entry, possibly with special formatting to make the
2140 reference page in the index bold or underlined. To make @RefTeX{}
2141 support for indexing possible, these special macros must be added to
2142 @RefTeX{}'s configuration (@pxref{Defining Index Macros}).
2143
2144 @item
2145 The rest of the index is often just a collection of where in the
2146 document certain words or phrases are being used. This part is
2147 difficult to develop along with the document, because consistent entries
2148 for each occurrence are needed and are best selected when the document
2149 is ready. @RefTeX{} supports this with an @emph{index phrases file}
2150 which collects phrases and helps indexing the phrases globally.
2151 @end enumerate
2152
2153 Before you start, you need to make sure that @RefTeX{} knows about
2154 the index style being used in the current document. @RefTeX{} has
2155 builtin support for the default @code{\index} and @code{\glossary}
2156 macros. Other @LaTeX{} packages, like the @file{multind} or @file{index}
2157 package, redefine the @code{\index} macro to have an additional
2158 argument, and @RefTeX{} needs to be configured for those. A
2159 sufficiently new version of @AUCTeX{} (9.10c or later) will do this
2160 automatically. If you really don't use @AUCTeX{} (you should!), this
2161 configuration needs to be done by hand with the menu (@code{Ref->Index
2162 Style}), or globally for all your documents with
2163
2164 @lisp
2165 (setq reftex-index-macros '(multind)) @r{or}
2166 (setq reftex-index-macros '(index))
2167 @end lisp
2168
2169 @menu
2170 * Creating Index Entries:: Macros and completion of entries.
2171 * The Index Phrases File:: A special file for global indexing.
2172 * Displaying and Editing the Index:: The index editor.
2173 * Builtin Index Macros:: The index macros RefTeX knows about.
2174 * Defining Index Macros:: ... and macros it doesn't.
2175 @end menu
2176
2177 @node Creating Index Entries
2178 @section Creating Index Entries
2179 @cindex Creating index entries
2180 @cindex Index entries, creating
2181 @kindex C-c <
2182 @findex reftex-index
2183 @kindex C-c /
2184 @findex reftex-index-selection-or-word
2185
2186 In order to index the current selection or the word at the cursor press
2187 @kbd{C-c /} (@code{reftex-index-selection-or-word}). This causes the
2188 selection or word @samp{@var{word}} to be replaced with
2189 @samp{\index@{@var{word}@}@var{word}}. The macro which is used
2190 (@code{\index} by default) can be configured with the variable
2191 @code{reftex-index-default-macro}. When the command is called with a
2192 prefix argument (@kbd{C-u C-c /}), you get a chance to edit the
2193 generated index entry. Use this to change the case of the word or to
2194 make the entry a subentry, for example by entering
2195 @samp{main!sub!@var{word}}. When called with two raw @kbd{C-u} prefixes
2196 (@kbd{C-u C-u C-c /}), you will be asked for the index macro as well.
2197 When there is nothing selected and no word at point, this command will
2198 just call @code{reftex-index}, described below.
2199
2200 In order to create a general index entry, press @kbd{C-c <}
2201 (@code{reftex-index}). @RefTeX{} will prompt for one of the
2202 available index macros and for its arguments. Completion will be
2203 available for the index entry and, if applicable, the index tag. The
2204 index tag is a string identifying one of multiple indices. With the
2205 @file{multind} and @file{index} packages, this tag is the first argument
2206 to the redefined @code{\index} macro.
2207
2208 @node The Index Phrases File
2209 @section The Index Phrases File
2210 @cindex Index phrase file
2211 @cindex Phrase file
2212 @kindex C-c |
2213 @findex reftex-index-visit-phrases-buffer
2214 @cindex Macro definition lines, in phrase buffer
2215
2216 @RefTeX{} maintains a file in which phrases can be collected for
2217 later indexing. The file is located in the same directory as the master
2218 file of the document and has the extension @file{.rip} (@b{R}eftex
2219 @b{I}ndex @b{P}hrases). You can create or visit the file with @kbd{C-c
2220 |} (@code{reftex-index-visit-phrases-buffer}). If the file is empty it
2221 is initialized by inserting a file header which contains the definition
2222 of the available index macros. This list is initialized from
2223 @code{reftex-index-macros} (@pxref{Defining Index Macros}). You can
2224 edit the header as needed, but if you define new @LaTeX{} indexing macros,
2225 don't forget to add them to @code{reftex-index-macros} as well. Here is
2226 a phrase file header example:
2227
2228 @example
2229 % -*- mode: reftex-index-phrases -*-
2230 % Key Macro Format Repeat
2231 %----------------------------------------------------------
2232 >>>INDEX_MACRO_DEFINITION: i \index@{%s@} t
2233 >>>INDEX_MACRO_DEFINITION: I \index*@{%s@} nil
2234 >>>INDEX_MACRO_DEFINITION: g \glossary@{%s@} t
2235 >>>INDEX_MACRO_DEFINITION: n \index*[name]@{%s@} nil
2236 %----------------------------------------------------------
2237 @end example
2238
2239 The macro definition lines consist of a unique letter identifying a
2240 macro, a format string and the @var{repeat} flag, all separated by
2241 @key{TAB}. The format string shows how the macro is to be applied, the
2242 @samp{%s} will be replaced with the index entry. The repeat flag
2243 indicates if @var{word} is indexed by the macro as
2244 @samp{\index@{@var{word}@}} (@var{repeat} = @code{nil}) or as
2245 @samp{\index@{@var{word}@}@var{word}} (@var{repeat} = @code{t}). In the
2246 above example it is assumed that the macro @code{\index*@{@var{word}@}}
2247 already typesets its argument in the text, so that it is unnecessary to
2248 repeat @var{word} outside the macro.
2249
2250 @menu
2251 * Collecting Phrases:: Collecting from document or external.
2252 * Consistency Checks:: Check for duplicates etc.
2253 * Global Indexing:: The interactive indexing process.
2254 @end menu
2255
2256 @node Collecting Phrases
2257 @subsection Collecting Phrases
2258 @cindex Collecting index phrases
2259 @cindex Index phrases, collection
2260 @cindex Phrases, collecting
2261
2262 Phrases for indexing can be collected while writing the document. The
2263 command @kbd{C-c \} (@code{reftex-index-phrase-selection-or-word})
2264 copies the current selection (if active) or the word near point into the
2265 phrases buffer. It then selects this buffer, so that the phrase line
2266 can be edited. To return to the @LaTeX{} document, press @kbd{C-c C-c}
2267 (@code{reftex-index-phrases-save-and-return}).
2268
2269 You can also prepare the list of index phrases in a different way and
2270 copy it into the phrases file. For example you might want to start from
2271 a word list of the document and remove all words which should not be
2272 indexed.
2273
2274 The phrase lines in the phrase buffer must have a specific format.
2275 @RefTeX{} will use font-lock to indicate if a line has the proper
2276 format. A phrase line looks like this:
2277
2278 @example
2279 [@var{key}] <TABs> @var{phrase} [<TABs> @var{arg}[&&@var{arg}]... [ || @var{arg}]...]
2280 @end example
2281
2282 @code{<TABs>} stands for white space containing at least one @key{TAB}.
2283 @var{key} must be at the start of the line and is the character
2284 identifying one of the macros defined in the file header. It is
2285 optional; when omitted, the first macro definition line in the file
2286 will be used for this phrase. The @var{phrase} is the phrase to be
2287 searched for when indexing. It may contain several words separated by
2288 spaces. By default the search phrase is also the text entered as
2289 argument of the index macro. If you want the index entry to be
2290 different from the search phrase, enter another @key{TAB} and the index
2291 argument @var{arg}. If you want to have each match produce several
2292 index entries, separate the different index arguments with @samp{ &&
2293 }@footnote{@samp{&&} with optional spaces, see
2294 @code{reftex-index-phrases-logical-and-regexp}.}. If you want to be
2295 able to choose at each match between several different index arguments,
2296 separate them with @samp{ || }@footnote{@samp{||} with optional spaces,
2297 see @code{reftex-index-phrases-logical-or-regexp}.}. Here is an
2298 example:
2299
2300 @example
2301 %--------------------------------------------------------------------
2302 I Sun
2303 i Planet Planets
2304 i Vega Stars!Vega
2305 Jupiter Planets!Jupiter
2306 i Mars Planets!Mars || Gods!Mars || Chocolate Bars!Mars
2307 i Pluto Planets!Pluto && Kuiper Belt Objects!Pluto
2308 @end example
2309
2310
2311 So @samp{Sun} will be indexed directly as @samp{\index*@{Sun@}}, while
2312 @samp{Planet} will be indexed as @samp{\index@{Planets@}Planet}.
2313 @samp{Vega} will be indexed as a subitem of @samp{Stars}. The
2314 @samp{Jupiter} line will also use the @samp{i} macro as it was the first
2315 macro definition in the file header (see above example). At each
2316 occurrence of @samp{Mars} you will be able choose between indexing it as
2317 a subitem of @samp{Planets}, @samp{Gods} or @samp{Chocolate Bars}.
2318 Finally, every occurrence of @samp{Pluto} will be indexed as
2319 @samp{\index@{Planets!Pluto@}\index@{Kuiper Belt Objects!Pluto@}Pluto}
2320 and will therefore create two different index entries.
2321
2322 @node Consistency Checks
2323 @subsection Consistency Checks
2324 @cindex Index phrases, consistency checks
2325 @cindex Phrases, consistency checks
2326 @cindex Consistency check for index phrases
2327
2328 @kindex C-c C-s
2329 Before indexing the phrases in the phrases buffer, they should be
2330 checked carefully for consistency. A first step is to sort the phrases
2331 alphabetically; this is done with the command @kbd{C-c C-s}
2332 (@code{reftex-index-sort-phrases}). It will sort all phrases in the
2333 buffer alphabetically by search phrase. If you want to group certain
2334 phrases and only sort within the groups, insert empty lines between the
2335 groups. Sorting will only change the sequence of phrases within each
2336 group (see the variable @code{reftex-index-phrases-sort-in-blocks}).
2337
2338 @kindex C-c C-i
2339 A useful command is @kbd{C-c C-i} (@code{reftex-index-phrases-info})
2340 which lists information about the phrase at point, including an example
2341 of how the index entry will look like and the number of expected matches
2342 in the document.
2343
2344 @kindex C-c C-t
2345 Another important check is to find out if there are double or
2346 overlapping entries in the buffer. For example if you are first
2347 searching and indexing @samp{Mars} and then @samp{Planet Mars}, the
2348 second phrase will not match because of the index macro inserted before
2349 @samp{Mars} earlier. The command @kbd{C-c C-t}
2350 (@code{reftex-index-find-next-conflict-phrase}) finds the next phrase in
2351 the buffer which is either duplicate or a subphrase of another phrase.
2352 In order to check the whole buffer like this, start at the beginning and
2353 execute this command repeatedly.
2354
2355 @node Global Indexing
2356 @subsection Global Indexing
2357 @cindex Global indexing
2358 @cindex Indexing, global
2359 @cindex Indexing, from @file{phrases} buffer
2360
2361 Once the index phrases have been collected and organized, you are set
2362 for global indexing. I recommend to do this only on an otherwise
2363 finished document. Global indexing starts from the phrases buffer.
2364 There are several commands which start indexing: @kbd{C-c C-x} acts on
2365 the current phrase line, @kbd{C-c C-r} on all lines in the current
2366 region and @kbd{C-c C-a} on all phrase lines in the buffer. It is
2367 probably good to do indexing in small chunks since your concentration
2368 may not last long enough to do everything in one go.
2369
2370 @RefTeX{} will start at the first phrase line and search the phrase
2371 globally in the whole document. At each match it will stop, compute the
2372 replacement string and offer you the following choices@footnote{Windows
2373 users: Restrict yourself to the described keys during indexing. Pressing
2374 @key{Help} at the indexing prompt can apparently hang Emacs.}:
2375
2376 @table @kbd
2377 @item y
2378 Replace this match with the proposed string.
2379 @item n
2380 Skip this match.
2381 @item !
2382 Replace this and all further matches in this file.
2383 @item q
2384 Skip this match, start with next file.
2385 @item Q
2386 Skip this match, start with next phrase.
2387 @item o
2388 Select a different indexing macro for this match.
2389 @item 1-9
2390 Select one of multiple index keys (those separated with @samp{||}).
2391 @item e
2392 Edit the replacement text.
2393 @item C-r
2394 Recursive edit. Use @kbd{C-M-c} to return to the indexing process.
2395 @item s
2396 Save this buffer and ask again about the current match.
2397 @item S
2398 Save all document buffers and ask again about the current match.
2399 @item C-g
2400 Abort the indexing process.
2401 @end table
2402
2403 The @samp{Find and Index in Document} menu in the phrases buffer also
2404 lists a few options for the indexing process. The options have
2405 associated customization variables to set the defaults
2406 (@pxref{Options - Index Support}). Here is a short explanation of
2407 what the options do:
2408
2409 @table @i
2410 @item Match Whole Words
2411 When searching for index phrases, make sure whole words are matched.
2412 This should probably always be on.
2413 @item Case Sensitive Search
2414 Search case sensitively for phrases. I recommend to have this setting
2415 off, in order to match the capitalized words at the beginning of a
2416 sentence, and even typos. You can always say @emph{no} at a match you
2417 do not like.
2418 @item Wrap Long Lines
2419 Inserting index macros increases the line length. Turn this option on
2420 to allow @RefTeX{} to wrap long lines.
2421 @item Skip Indexed Matches
2422 When this is on, @RefTeX{} will at each match try to figure out if
2423 this match is already indexed. A match is considered indexed if it is
2424 either the argument of an index macro, or if an index macro is directly
2425 (without whitespace separation) before or after the match. Index macros
2426 are those configured in @code{reftex-index-macros}. Intended for
2427 re-indexing a documents after changes have been made.
2428 @end table
2429
2430 Even though indexing should be the last thing you do to a document, you
2431 are bound to make changes afterwards. Indexing then has to be applied
2432 to the changed regions. The command
2433 @code{reftex-index-phrases-apply-to-region} is designed for this
2434 purpose. When called from a @LaTeX{} document with active region, it will
2435 apply @code{reftex-index-all-phrases} to the current region.
2436
2437 @node Displaying and Editing the Index
2438 @section Displaying and Editing the Index
2439 @cindex Displaying the Index
2440 @cindex Editing the Index
2441 @cindex Index entries, creating
2442 @cindex Index, displaying
2443 @cindex Index, editing
2444 @kindex C-c >
2445 @findex reftex-display-index
2446
2447 In order to compile and display the index, press @kbd{C-c >}. If the
2448 document uses multiple indices, @RefTeX{} will ask you to select
2449 one. Then, all index entries will be sorted alphabetically and
2450 displayed in a special buffer, the @file{*Index*} buffer. From that
2451 buffer you can check and edit each entry.
2452
2453 The index can be restricted to the current section or the region. Then
2454 only entries in that part of the document will go into the compiled
2455 index. To restrict to the current section, use a numeric prefix
2456 @samp{2}, thus press @kbd{C-u 2 C-c >}. To restrict to the current
2457 region, make the region active and use a numeric prefix @samp{3} (press
2458 @kbd{C-u 3 C-c >}). From within the @file{*Index*} buffer the
2459 restriction can be moved from one section to the next by pressing the
2460 @kbd{<} and @kbd{>} keys.
2461
2462 One caveat: @RefTeX{} finds the definition point of an index entry
2463 by searching near the buffer position where it had found to macro during
2464 scanning. If you have several identical index entries in the same
2465 buffer and significant changes have shifted the entries around, you must
2466 rescan the buffer to ensure the correspondence between the
2467 @file{*Index*} buffer and the definition locations. It is therefore
2468 advisable to rescan the document (with @kbd{r} or @kbd{C-u r})
2469 frequently while editing the index from the @file{*Index*}
2470 buffer.
2471
2472 @kindex ?
2473 Here is a list of special commands available in the @file{*Index*} buffer. A
2474 summary of this information is always available by pressing
2475 @kbd{?}.
2476
2477 @table @kbd
2478 @tablesubheading{General}
2479 @item ?
2480 Display a summary of commands.
2481
2482 @item 0-9, -
2483 Prefix argument.
2484
2485 @tablesubheading{Moving around}
2486 @item ! A..Z
2487 Pressing any capital letter will jump to the corresponding section in
2488 the @file{*Index*} buffer. The exclamation mark is special and jumps to
2489 the first entries alphabetically sorted below @samp{A}. These are
2490 usually non-alphanumeric characters.
2491 @item n
2492 Go to next entry.
2493 @item p
2494 Go to previous entry.
2495
2496 @tablesubheading{Access to document locations}
2497 @item @key{SPC}
2498 Show the place in the document where this index entry is defined.
2499
2500 @item @key{TAB}
2501 Go to the definition of the current index entry in another
2502 window.
2503
2504 @item @key{RET}
2505 Go to the definition of the current index entry and hide the
2506 @file{*Index*} buffer window.
2507
2508 @item f
2509 @vindex reftex-index-follow-mode
2510 @vindex reftex-revisit-to-follow
2511 Toggle follow mode. When follow mode is active, the other window will
2512 always show the location corresponding to the line in the @file{*Index*}
2513 buffer at point. This is similar to pressing @key{SPC} after each
2514 cursor motion. The default for this flag can be set with the variable
2515 @code{reftex-index-follow-mode}. Note that only context in files
2516 already visited is shown. @RefTeX{} will not visit a file just for
2517 follow mode. See, however, the variable
2518 @code{reftex-revisit-to-follow}.
2519
2520 @tablesubheading{Entry editing}
2521 @item e
2522 Edit the current index entry. In the minibuffer, you can edit the
2523 index macro which defines this entry.
2524
2525 @item C-k
2526 Kill the index entry. Currently not implemented because I don't know
2527 how to implement an @code{undo} function for this.
2528
2529 @item *
2530 Edit the @var{key} part of the entry. This is the initial part of the
2531 entry which determines the location of the entry in the index.
2532
2533 @item |
2534 Edit the @var{attribute} part of the entry. This is the part after the
2535 vertical bar. With @code{MakeIndex}, this part is an encapsulating
2536 macro. With @code{xindy}, it is called @emph{attribute} and is a
2537 property of the index entry that can lead to special formatting. When
2538 called with @kbd{C-u} prefix, kill the entire @var{attribute}
2539 part.
2540
2541 @item @@
2542 Edit the @var{visual} part of the entry. This is the part after the
2543 @samp{@@} which is used by @code{MakeIndex} to change the visual
2544 appearance of the entry in the index. When called with @kbd{C-u}
2545 prefix, kill the entire @var{visual} part.
2546
2547 @item (
2548 Toggle the beginning of page range property @samp{|(} of the
2549 entry.
2550
2551 @item )
2552 Toggle the end of page range property @samp{|)} of the entry.
2553
2554 @item _
2555 Make the current entry a subentry. This command will prompt for the
2556 superordinate entry and insert it.
2557
2558 @item ^
2559 Remove the highest superordinate entry. If the current entry is a
2560 subitem (@samp{aaa!bbb!ccc}), this function moves it up the hierarchy
2561 (@samp{bbb!ccc}).
2562
2563 @tablesubheading{Exiting}
2564 @item q
2565 Hide the @file{*Index*} buffer.
2566
2567 @item k
2568 Kill the @file{*Index*} buffer.
2569
2570 @item C-c =
2571 Switch to the Table of Contents buffer of this document.
2572
2573 @tablesubheading{Controlling what gets displayed}
2574 @item c
2575 @vindex reftex-index-include-context
2576 Toggle the display of short context in the @file{*Index*} buffer. The
2577 default for this flag can be set with the variable
2578 @code{reftex-index-include-context}.
2579
2580 @item @}
2581 Restrict the index to a single document section. The corresponding
2582 section number will be displayed in the @code{R<>} indicator in the
2583 mode line and in the header of the @file{*Index*} buffer.
2584
2585 @item @{
2586 Widen the index to contain all entries of the document.
2587
2588 @item <
2589 When the index is currently restricted, move the restriction to the
2590 previous section.
2591
2592 @item >
2593 When the index is currently restricted, move the restriction to the
2594 next section.
2595
2596 @tablesubheading{Updating the buffer}
2597 @item g
2598 Rebuild the @file{*Index*} buffer. This does @emph{not} rescan the
2599 document. However, it sorts the entries again, so that edited entries
2600 will move to the correct position.
2601
2602 @item r
2603 @vindex reftex-enable-partial-scans
2604 Reparse the @LaTeX{} document and rebuild the @file{*Index*} buffer. When
2605 @code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
2606 location is defined in, not the entire document.
2607
2608 @item C-u r
2609 Reparse the @emph{entire} @LaTeX{} document and rebuild the @file{*Index*}
2610 buffer.
2611
2612 @item s
2613 Switch to a different index (for documents with multiple
2614 indices).
2615 @end table
2616
2617
2618 @node Builtin Index Macros
2619 @section Builtin Index Macros
2620 @cindex Builtin index macros
2621 @cindex Index macros, builtin
2622 @vindex reftex-index-macros
2623 @cindex @code{multind}, LaTeX package
2624 @cindex @code{index}, LaTeX package
2625 @cindex LaTeX packages, @code{multind}
2626 @cindex LaTeX packages, @code{index}
2627
2628 @RefTeX{} by default recognizes the @code{\index} and
2629 @code{\glossary} macros which are defined in the @LaTeX{} core. It has
2630 also builtin support for the re-implementations of @code{\index}
2631 in the @file{multind} and @file{index} packages. However, since
2632 the different definitions of the @code{\index} macro are incompatible,
2633 you will have to explicitly specify the index style used.
2634 @xref{Creating Index Entries}, for information on how to do that.
2635
2636 @node Defining Index Macros
2637 @section Defining Index Macros
2638 @cindex Defining Index Macros
2639 @cindex Index macros, defining
2640 @vindex reftex-index-macros
2641
2642 When writing a document with an index you will probably define
2643 additional macros which make entries into the index.
2644 Let's look at an example.
2645
2646 @example
2647 \newcommand@{\ix@}[1]@{#1\index@{#1@}@}
2648 \newcommand@{\nindex@}[1]@{\textit@{#1@}\index[name]@{#1@}@}
2649 \newcommand@{\astobj@}[1]@{\index@{Astronomical Objects!#1@}@}
2650 @end example
2651
2652 The first macro @code{\ix} typesets its argument in the text and places
2653 it into the index. The second macro @code{\nindex} typesets its
2654 argument in the text and places it into a separate index with the tag
2655 @samp{name}@footnote{We are using the syntax of the @file{index} package
2656 here.}. The last macro also places its argument into the index, but as
2657 subitems under the main index entry @samp{Astronomical Objects}. Here
2658 is how to make @RefTeX{} recognize and correctly interpret these
2659 macros, first with Emacs Lisp.
2660
2661 @lisp
2662 (setq reftex-index-macros
2663 '(("\\ix@{*@}" "idx" ?x "" nil nil)
2664 ("\\nindex@{*@}" "name" ?n "" nil nil)
2665 ("\\astobj@{*@}" "idx" ?o "Astronomical Objects!" nil t)))
2666 @end lisp
2667
2668 Note that the index tag is @samp{idx} for the main index, and
2669 @samp{name} for the name index. @samp{idx} and @samp{glo} are reserved
2670 for the default index and for the glossary.
2671
2672 The character arguments @code{?x}, @code{?n}, and @code{?o} are for
2673 quick identification of these macros when @RefTeX{} inserts new
2674 index entries with @code{reftex-index}. These codes need to be
2675 unique. @code{?i}, @code{?I}, and @code{?g} are reserved for the
2676 @code{\index}, @code{\index*}, and @code{\glossary} macros,
2677 respectively.
2678
2679 The following string is empty unless your macro adds a superordinate
2680 entry to the index key; this is the case for the @code{\astobj} macro.
2681
2682 The next entry can be a hook function to exclude certain matches, it
2683 almost always can be @code{nil}.
2684
2685 The final element in the list indicates if the text being indexed needs
2686 to be repeated outside the macro. For the normal index macros, this
2687 should be @code{t}. Only if the macro typesets the entry in the text
2688 (like @code{\ix} and @code{\nindex} in the example do), this should be
2689 @code{nil}.
2690
2691 To do the same thing with customize, you need to fill in the templates
2692 like this:
2693
2694 @example
2695 Repeat:
2696 [INS] [DEL] List:
2697 Macro with args: \ix@{*@}
2698 Index Tag : [Value Menu] String: idx
2699 Access Key : x
2700 Key Prefix :
2701 Exclusion hook : nil
2702 Repeat Outside : [Toggle] off (nil)
2703 [INS] [DEL] List:
2704 Macro with args: \nindex@{*@}
2705 Index Tag : [Value Menu] String: name
2706 Access Key : n
2707 Key Prefix :
2708 Exclusion hook : nil
2709 Repeat Outside : [Toggle] off (nil)
2710 [INS] [DEL] List:
2711 Macro with args: \astobj@{*@}
2712 Index Tag : [Value Menu] String: idx
2713 Access Key : o
2714 Key Prefix : Astronomical Objects!
2715 Exclusion hook : nil
2716 Repeat Outside : [Toggle] on (non-nil)
2717 [INS]
2718 @end example
2719
2720 With the macro @code{\ix} defined, you may want to change the default
2721 macro used for indexing a text phrase (@pxref{Creating Index Entries}).
2722 This would be done like this
2723
2724 @lisp
2725 (setq reftex-index-default-macro '(?x "idx"))
2726 @end lisp
2727
2728 which specifies that the macro identified with the character @code{?x} (the
2729 @code{\ix} macro) should be used for indexing phrases and words already
2730 in the buffer with @kbd{C-c /} (@code{reftex-index-selection-or-word}).
2731 The index tag is "idx".
2732
2733 @node Viewing Cross-References
2734 @chapter Viewing Cross-References
2735 @findex reftex-view-crossref
2736 @findex reftex-mouse-view-crossref
2737 @kindex C-c &
2738 @kindex S-mouse-2
2739
2740 @RefTeX{} can display cross-referencing information. This means,
2741 if two document locations are linked, @RefTeX{} can display the
2742 matching location(s) in another window. The @code{\label} and @code{\ref}
2743 macros are one way of establishing such a link. Also, a @code{\cite}
2744 macro is linked to the corresponding @code{\bibitem} macro or a @BibTeX{}
2745 database entry.
2746
2747 The feature is invoked by pressing @kbd{C-c &}
2748 (@code{reftex-view-crossref}) while point is on the @var{key} argument
2749 of a macro involved in cross-referencing. You can also click with
2750 @kbd{S-mouse-2} on the macro argument. Here is what will happen for
2751 individual classes of macros:
2752
2753 @table @asis
2754
2755 @item @code{\ref}
2756 @cindex @code{\ref}
2757 Display the corresponding label definition. All usual
2758 variants@footnote{all macros that start with @samp{ref} or end with
2759 @samp{ref} or @samp{refrange}} of the @code{\ref} macro are active for
2760 cross-reference display. This works also for labels defined in an
2761 external document when the current document refers to them through the
2762 @code{xr} interface (@pxref{LaTeX xr Package}).
2763
2764 @item @code{\label}
2765 @cindex @code{\label}
2766 @vindex reftex-label-alist
2767 Display a document location which references this label. Pressing
2768 @kbd{C-c &} several times moves through the entire document and finds
2769 all locations. Not only the @code{\label} macro but also other macros
2770 with label arguments (as configured with @code{reftex-label-alist}) are
2771 active for cross-reference display.
2772
2773 @item @code{\cite}
2774 @cindex @code{\cite}
2775 Display the corresponding @BibTeX{} database entry or @code{\bibitem}.
2776 All usual variants@footnote{all macros that either start or end with
2777 @samp{cite}} of the @code{\cite} macro are active for cross-reference
2778 display.
2779
2780 @item @code{\bibitem}
2781 @cindex @code{\bibitem}
2782 Display a document location which cites this article. Pressing
2783 @kbd{C-c &} several times moves through the entire document and finds
2784 all locations.
2785
2786 @item @BibTeX{}
2787 @cindex BibTeX buffer, viewing cite locations from
2788 @cindex Viewing cite locations from BibTeX buffer
2789 @kbd{C-c &} is also active in @BibTeX{} buffers. All locations in a
2790 document where the database entry at point is cited will be displayed.
2791 On first use, @RefTeX{} will prompt for a buffer which belongs to
2792 the document you want to search. Subsequent calls will use the same
2793 document, until you break this link with a prefix argument to @kbd{C-c
2794 &}.
2795
2796 @item @code{\index}
2797 @cindex @code{\index}
2798 Display other locations in the document which are marked by an index
2799 macro with the same key argument. Along with the standard @code{\index}
2800 and @code{\glossary} macros, all macros configured in
2801 @code{reftex-index-macros} will be recognized.
2802 @end table
2803
2804 @vindex reftex-view-crossref-extra
2805 While the display of cross referencing information for the above
2806 mentioned macros is hard-coded, you can configure additional relations
2807 in the variable @code{reftex-view-crossref-extra}.
2808
2809 @iftex
2810 @chapter All the Rest
2811 @end iftex
2812 @ifnottex
2813 @raisesections
2814 @end ifnottex
2815
2816 @node RefTeXs Menu
2817 @section @RefTeX{}'s Menu
2818 @cindex RefTeXs Menu
2819 @cindex Menu, in the menu bar
2820
2821 @RefTeX{} installs a @code{Ref} menu in the menu bar on systems
2822 which support this. From this menu you can access all of
2823 @RefTeX{}'s commands and a few of its options. There is also a
2824 @code{Customize} submenu which can be used to access @RefTeX{}'s
2825 entire set of options.
2826
2827 @node Key Bindings
2828 @section Default Key Bindings
2829 @cindex Key Bindings, summary
2830
2831 Here is a summary of the available key bindings.
2832
2833 @kindex C-c =
2834 @kindex C-c -
2835 @kindex C-c (
2836 @kindex C-c )
2837 @kindex C-c [
2838 @kindex C-c &
2839 @kindex S-mouse-2
2840 @kindex C-c /
2841 @kindex C-c \
2842 @kindex C-c |
2843 @kindex C-c <
2844 @kindex C-c >
2845 @example
2846 @kbd{C-c =} @code{reftex-toc}
2847 @kbd{C-c -} @code{reftex-toc-recenter}
2848 @kbd{C-c (} @code{reftex-label}
2849 @kbd{C-c )} @code{reftex-reference}
2850 @kbd{C-c [} @code{reftex-citation}
2851 @kbd{C-c &} @code{reftex-view-crossref}
2852 @kbd{S-mouse-2} @code{reftex-mouse-view-crossref}
2853 @kbd{C-c /} @code{reftex-index-selection-or-word}
2854 @kbd{C-c \} @code{reftex-index-phrase-selection-or-word}
2855 @kbd{C-c |} @code{reftex-index-visit-phrases-buffer}
2856 @kbd{C-c <} @code{reftex-index}
2857 @kbd{C-c >} @code{reftex-display-index}
2858 @end example
2859
2860 Note that the @kbd{S-mouse-2} binding is only provided if this key is
2861 not already used by some other package. @RefTeX{} will not override an
2862 existing binding to @kbd{S-mouse-2}.
2863
2864 Personally, I also bind some functions in the users @kbd{C-c} map for
2865 easier access.
2866
2867 @c FIXME: Do we need bindings for the Index macros here as well?
2868 @c C-c i C-c I or so????
2869 @c How about key bindings for reftex-reset-mode and reftex-parse-document?
2870 @kindex C-c t
2871 @kindex C-c l
2872 @kindex C-c r
2873 @kindex C-c c
2874 @kindex C-c v
2875 @kindex C-c s
2876 @kindex C-c g
2877 @example
2878 @kbd{C-c t} @code{reftex-toc}
2879 @kbd{C-c l} @code{reftex-label}
2880 @kbd{C-c r} @code{reftex-reference}
2881 @kbd{C-c c} @code{reftex-citation}
2882 @kbd{C-c v} @code{reftex-view-crossref}
2883 @kbd{C-c s} @code{reftex-search-document}
2884 @kbd{C-c g} @code{reftex-grep-document}
2885 @end example
2886
2887 @noindent These keys are reserved for the user, so I cannot bind them by
2888 default. If you want to have these key bindings available, set in your
2889 @file{.emacs} file:
2890
2891 @vindex reftex-extra-bindings
2892 @lisp
2893 (setq reftex-extra-bindings t)
2894 @end lisp
2895
2896 Note that this variable has to be set before @RefTeX{} is loaded to
2897 have an effect.
2898
2899 @vindex reftex-load-hook
2900 Changing and adding to @RefTeX{}'s key bindings is best done in the hook
2901 @code{reftex-load-hook}. For information on the keymaps
2902 which should be used to add keys, see @ref{Keymaps and Hooks}.
2903
2904 @node Faces
2905 @section Faces
2906 @cindex Faces
2907
2908 @RefTeX{} uses faces when available to structure the selection and
2909 table of contents buffers. It does not create its own faces, but uses
2910 the ones defined in @file{font-lock.el}. Therefore, @RefTeX{} will
2911 use faces only when @code{font-lock} is loaded. This seems to be
2912 reasonable because people who like faces will very likely have it
2913 loaded. If you wish to turn off fontification or change the involved
2914 faces, see @ref{Options - Fontification}.
2915
2916 @node Multifile Documents
2917 @section Multifile Documents
2918 @cindex Multifile documents
2919 @cindex Documents, spread over files
2920
2921 The following is relevant when working with documents spread over many
2922 files:
2923
2924 @itemize @bullet
2925 @item
2926 @RefTeX{} has full support for multifile documents. You can edit parts of
2927 several (multifile) documents at the same time without conflicts.
2928 @RefTeX{} provides functions to run @code{grep}, @code{search} and
2929 @code{query-replace} on all files which are part of a multifile
2930 document.
2931
2932 @item
2933 @vindex tex-main-file
2934 @vindex TeX-master
2935 All files belonging to a multifile document should define a File
2936 Variable (@code{TeX-master} for @AUCTeX{} or @code{tex-main-file} for the
2937 standard Emacs @LaTeX{} mode) containing the name of the master file. For
2938 example, to set the file variable @code{TeX-master}, include something
2939 like the following at the end of each @TeX{} file:
2940
2941 @example
2942 %%% Local Variables: ***
2943 %%% mode:latex ***
2944 %%% TeX-master: "thesis.tex" ***
2945 %%% End: ***
2946 @end example
2947
2948 @AUCTeX{} with the setting
2949
2950 @lisp
2951 (setq-default TeX-master nil)
2952 @end lisp
2953
2954 will actually ask you for each new file about the master file and insert
2955 this comment automatically. For more details see the documentation of
2956 the @AUCTeX{} (@pxref{Multifile,,,auctex, The AUCTeX User Manual}), the
2957 documentation about the Emacs (La)TeX mode (@pxref{TeX Print,,,emacs,
2958 The GNU Emacs Manual}) and the Emacs documentation on File Variables
2959 (@pxref{File Variables,,,emacs, The GNU Emacs Manual}).
2960
2961 @item
2962 The context of a label definition must be found in the same file as the
2963 label itself in order to be processed correctly by @RefTeX{}. The only
2964 exception is that section labels referring to a section statement
2965 outside the current file can still use that section title as
2966 context.
2967
2968 @item
2969 @vindex reftex-include-file-commands
2970 @RefTeX{} knows about the @code{\include} and @code{\input} macros.
2971 In case you use different commands to include files in a multifile
2972 document, customize the variable @code{reftex-include-file-commands}.
2973 @end itemize
2974
2975 @node Language Support
2976 @section Language Support
2977 @cindex Language support
2978
2979 Some parts of @RefTeX{} are language dependent. The default
2980 settings work well for English. If you are writing in a different
2981 language, the following hints may be useful:
2982
2983 @itemize @bullet
2984 @item
2985 @vindex reftex-derive-label-parameters
2986 @vindex reftex-abbrev-parameters
2987 The mechanism to derive a label from context includes the abbreviation
2988 of words and omission of unimportant words. These mechanisms may have
2989 to be changed for other languages. See the variables
2990 @code{reftex-derive-label-parameters} and @code{reftex-abbrev-parameters}.
2991
2992 @item
2993 @vindex reftex-translate-to-ascii-function
2994 @vindex reftex-label-illegal-re
2995 Also, when a label is derived from context, @RefTeX{} clears the
2996 context string from non-ASCII characters in order to make a valid label.
2997 If there should ever be a version of @TeX{} which allows extended
2998 characters @emph{in labels}, then we will have to look at the
2999 variables @code{reftex-translate-to-ascii-function} and
3000 @code{reftex-label-illegal-re}.
3001
3002 @item
3003 When a label is referenced, @RefTeX{} looks at the word before point
3004 to guess which label type is required. These @emph{magic words} are
3005 different in every language. For an example of how to add magic words,
3006 see @ref{Adding Magic Words}.
3007
3008 @vindex reftex-multiref-punctuation
3009 @vindex reftex-cite-punctuation
3010 @item
3011 @RefTeX{} inserts ``punctuation'' for multiple references and
3012 for the author list in citations. Some of this may be language
3013 dependent. See the variables @code{reftex-multiref-punctuation} and
3014 @code{reftex-cite-punctuation}.
3015 @end itemize
3016
3017 @node Finding Files
3018 @section Finding Files
3019 @cindex Finding files
3020
3021 In order to find files included in a document via @code{\input} or
3022 @code{\include}, @RefTeX{} searches all directories specified in the
3023 environment variable @code{TEXINPUTS}. Similarly, it will search the
3024 path specified in the variables @code{BIBINPUTS} and @code{TEXBIB} for
3025 @BibTeX{} database files.
3026
3027 When searching, @RefTeX{} will also expand recursive path
3028 definitions (directories ending in @samp{//} or @samp{!!}). But it will
3029 only search and expand directories @emph{explicitly} given in these
3030 variables. This may cause problems under the following circumstances:
3031
3032 @itemize @bullet
3033 @item
3034 Most @TeX{} system have a default search path for both @TeX{} files and @BibTeX{}
3035 files which is defined in some setup file. Usually this default path is
3036 for system files which @RefTeX{} does not need to see. But if your
3037 document needs @TeX{} files or @BibTeX{} database files in a directory only
3038 given in the default search path, @RefTeX{} will fail to find them.
3039 @item
3040 Some @TeX{} systems do not use environment variables at all in order to
3041 specify the search path. Both default and user search path are then
3042 defined in setup files.
3043 @end itemize
3044
3045 @noindent
3046 There are three ways to solve this problem:
3047
3048 @itemize @bullet
3049 @item
3050 Specify all relevant directories explicitly in the environment
3051 variables. If for some reason you don't want to mess with the default
3052 variables @code{TEXINPUTS} and @code{BIBINPUTS}, define your own
3053 variables and configure @RefTeX{} to use them instead:
3054
3055 @lisp
3056 (setq reftex-texpath-environment-variables '("MYTEXINPUTS"))
3057 (setq reftex-bibpath-environment-variables '("MYBIBINPUTS"))
3058 @end lisp
3059
3060 @item
3061 Specify the full search path directly in @RefTeX{}'s variables.
3062
3063 @lisp
3064 (setq reftex-texpath-environment-variables
3065 '("./inp:/home/cd/tex//:/usr/local/tex//"))
3066 (setq reftex-bibpath-environment-variables
3067 '("/home/cd/tex/lit/"))
3068 @end lisp
3069
3070 @item
3071 Some @TeX{} systems provide stand-alone programs to do the file search just
3072 like @TeX{} and @BibTeX{}. E.g., Thomas Esser's @code{teTeX} uses the
3073 @code{kpathsearch} library which provides the command @code{kpsewhich}
3074 to search for files. @RefTeX{} can be configured to use this
3075 program. Note that the exact syntax of the @code{kpsewhich}
3076 command depends upon the version of that program.
3077
3078 @lisp
3079 (setq reftex-use-external-file-finders t)
3080 (setq reftex-external-file-finders
3081 '(("tex" . "kpsewhich -format=.tex %f")
3082 ("bib" . "kpsewhich -format=.bib %f")))
3083 @end lisp
3084 @end itemize
3085
3086 @cindex Noweb files
3087 @vindex reftex-file-extensions
3088 @vindex TeX-file-extensions
3089 Some people like to use RefTeX with noweb files, which usually have the
3090 extension @file{.nw}. In order to deal with such files, the new
3091 extension must be added to the list of valid extensions in the variable
3092 @code{reftex-file-extensions}. When working with @AUCTeX{} as major mode,
3093 the new extension must also be known to @AUCTeX{} via the variable
3094 @code{TeX-file-extension}. For example:
3095
3096 @lisp
3097 (setq reftex-file-extensions
3098 '(("nw" "tex" ".tex" ".ltx") ("bib" ".bib")))
3099 (setq TeX-file-extensions
3100 '( "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo"))
3101 @end lisp
3102
3103 @node Optimizations
3104 @section Optimizations
3105 @cindex Optimizations
3106
3107 @b{Note added 2002. Computers have gotten a lot faster, so most of the
3108 optimizations discussed below will not be necessary on new machines. I
3109 am leaving this stuff in the manual for people who want to write thick
3110 books, where some of it still might be useful.}
3111
3112 Implementing the principle of least surprises, the default settings of
3113 @RefTeX{} ensure a safe ride for beginners and casual users. However,
3114 when using @RefTeX{} for a large project and/or on a small computer,
3115 there are ways to improve speed or memory usage.
3116
3117 @itemize @bullet
3118 @item
3119 @b{Removing Lookup Buffers}@*
3120 @cindex Removing lookup buffers
3121 @RefTeX{} will load other parts of a multifile document as well as @BibTeX{}
3122 database files for lookup purposes. These buffers are kept, so that
3123 subsequent use of the same files is fast. If you can't afford keeping
3124 these buffers around, and if you can live with a speed penalty, try
3125
3126 @vindex reftex-keep-temporary-buffers
3127 @lisp
3128 (setq reftex-keep-temporary-buffers nil)
3129 @end lisp
3130
3131 @item
3132 @b{Partial Document Scans}@*
3133 @cindex Partial documents scans
3134 @cindex Document scanning, partial
3135 A @kbd{C-u} prefix on the major @RefTeX{} commands @code{reftex-label}
3136 (@kbd{C-u C-c (}), @code{reftex-reference} (@kbd{C-u C-c )}),
3137 @code{reftex-citation} (@kbd{C-u C-c [}), @code{reftex-toc} (@kbd{C-u C-c
3138 =}), and @code{reftex-view-crossref} (@kbd{C-u C-c &}) initiates
3139 re-parsing of the entire document in order to update the parsing
3140 information. For a large document this can be unnecessary, in
3141 particular if only one file has changed. @RefTeX{} can be configured
3142 to do partial scans instead of full ones. @kbd{C-u} re-parsing then
3143 does apply only to the current buffer and files included from it.
3144 Likewise, the @kbd{r} key in both the label selection buffer and the
3145 table-of-contents buffer will only prompt scanning of the file in which
3146 the label or section macro near the cursor was defined. Re-parsing of
3147 the entire document is still available by using @kbd{C-u C-u} as a
3148 prefix, or the capital @kbd{R} key in the menus. To use this feature,
3149 try
3150
3151 @vindex reftex-enable-partial-scans
3152 @lisp
3153 (setq reftex-enable-partial-scans t)
3154 @end lisp
3155
3156 @item
3157 @b{Saving Parser Information}@*
3158 @cindex Saving parser information
3159 @cindex Parse information, saving to a file
3160 @vindex reftex-parse-file-extension
3161 Even with partial scans enabled, @RefTeX{} still has to make one full
3162 scan, when you start working with a document. To avoid this, parsing
3163 information can be stored in a file. The file @file{MASTER.rel} is used
3164 for storing information about a document with master file
3165 @file{MASTER.tex}. It is written automatically when you kill a buffer
3166 in @code{reftex-mode} or when you exit Emacs. The information is
3167 restored when you begin working with a document in a new editing
3168 session. To use this feature, put into @file{.emacs}:
3169
3170 @vindex reftex-save-parse-info
3171 @lisp
3172 (setq reftex-save-parse-info t)
3173 @end lisp
3174
3175 @item
3176 @b{Identifying label types by prefix}@*
3177 @cindex Parse information, saving to a file
3178 @vindex reftex-trust-label-prefix
3179 @RefTeX{} normally parses around each label to check in which
3180 environment this label is located, in order to assign a label type to
3181 the label. If your document contains thousands of labels, document
3182 parsing will take considerable time. If you have been using label prefixes
3183 like tab: and fn: consistently, you can tell @RefTeX{} to get the
3184 label type directly from the prefix, without additional parsing. This
3185 will be faster and also allow labels to end up in the correct category
3186 if for some reason it is not possible to derive the correct type from
3187 context. For example, to enable this feature for footnote and
3188 equation labels, use
3189
3190 @lisp
3191 (setq reftex-trust-label-prefix '("fn:" "eq:"))
3192 @end lisp
3193
3194 @item
3195 @b{Automatic Document Scans}@*
3196 @cindex Automatic document scans
3197 @cindex Document scanning, automatic
3198 At rare occasions, @RefTeX{} will automatically rescan a part of the
3199 document. If this gets into your way, it can be turned off with
3200
3201 @vindex reftex-allow-automatic-rescan
3202 @lisp
3203 (setq reftex-allow-automatic-rescan nil)
3204 @end lisp
3205
3206 @RefTeX{} will then occasionally annotate new labels in the selection
3207 buffer, saying that their position in the label list in uncertain. A
3208 manual document scan will fix this.
3209
3210 @item
3211 @b{Multiple Selection Buffers}@*
3212 @cindex Multiple selection buffers
3213 @cindex Selection buffers, multiple
3214 Normally, the selection buffer @file{*RefTeX Select*} is re-created for
3215 every selection process. In documents with very many labels this can
3216 take several seconds. @RefTeX{} provides an option to create a
3217 separate selection buffer for each label type and to keep this buffer
3218 from one selection to the next. These buffers are updated automatically
3219 only when a new label has been added in the buffers category with
3220 @code{reftex-label}. Updating the buffer takes as long as recreating it
3221 - so the time saving is limited to cases where no new labels of that
3222 category have been added. To turn on this feature, use
3223
3224 @vindex reftex-use-multiple-selection-buffers
3225 @lisp
3226 (setq reftex-use-multiple-selection-buffers t)
3227 @end lisp
3228
3229 @noindent
3230 @cindex Selection buffers, updating
3231 You can also inhibit the automatic updating entirely. Then the
3232 selection buffer will always pop up very fast, but may not contain the
3233 most recently defined labels. You can always update the buffer by hand,
3234 with the @kbd{g} key. To get this behavior, use instead
3235
3236 @vindex reftex-auto-update-selection-buffers
3237 @lisp
3238 (setq reftex-use-multiple-selection-buffers t
3239 reftex-auto-update-selection-buffers nil)
3240 @end lisp
3241 @end itemize
3242
3243 @need 2000
3244 @noindent
3245 @b{As a summary}, here are the settings I recommend for heavy use of
3246 @RefTeX{} with large documents:
3247
3248 @lisp
3249 @group
3250 (setq reftex-enable-partial-scans t
3251 reftex-save-parse-info t
3252 reftex-use-multiple-selection-buffers t)
3253 @end group
3254 @end lisp
3255
3256 @node AUCTeX
3257 @section @AUCTeX{}
3258 @cindex @code{AUCTeX}, Emacs package
3259 @cindex Emacs packages, @code{AUCTeX}
3260
3261 @AUCTeX{} is without doubt the best major mode for editing @TeX{} and @LaTeX{}
3262 files with Emacs (@pxref{Top,AUCTeX,,auctex, The AUCTeX User Manual}).
3263 If @AUCTeX{} is not part of your Emacs distribution, you can get
3264 it@footnote{XEmacs 21.x users may want to install the corresponding
3265 XEmacs package.} by FTP from the @value{AUCTEXSITE}.
3266
3267 @menu
3268 * AUCTeX-RefTeX Interface:: How both packages work together
3269 * Style Files:: @AUCTeX{}'s style files can support RefTeX
3270 * Bib-Cite:: Hypertext reading of a document
3271 @end menu
3272
3273 @node AUCTeX-RefTeX Interface
3274 @subsection The @AUCTeX{}-@RefTeX{} Interface
3275
3276 @RefTeX{} contains code to interface with @AUCTeX{}. When this
3277 interface is turned on, both packages will interact closely. Instead of
3278 using @RefTeX{}'s commands directly, you can then also use them
3279 indirectly as part of the @AUCTeX{}
3280 environment@footnote{@RefTeX{} 4.0 and @AUCTeX{} 9.10c will be
3281 needed for all of this to work. Parts of it work also with earlier
3282 versions.}. The interface is turned on with
3283
3284 @lisp
3285 (setq reftex-plug-into-AUCTeX t)
3286 @end lisp
3287
3288 If you need finer control about which parts of the interface are used
3289 and which not, read the docstring of the variable
3290 @code{reftex-plug-into-AUCTeX} or customize it with @kbd{M-x
3291 customize-variable @key{RET} reftex-plug-into-AUCTeX @key{RET}}.
3292
3293 The following list describes the individual parts of the interface.
3294
3295 @itemize @bullet
3296 @item
3297 @findex reftex-label
3298 @vindex LaTeX-label-function, @r{AUCTeX}
3299 @kindex C-c C-e
3300 @kindex C-c C-s
3301 @findex LaTeX-section, @r{AUCTeX}
3302 @findex TeX-insert-macro, @r{AUCTeX}
3303 @b{@AUCTeX{} calls @code{reftex-label} to insert labels}@*
3304 When a new section is created with @kbd{C-c C-s}, or a new environment
3305 is inserted with @kbd{C-c C-e}, @AUCTeX{} normally prompts for a label to
3306 go with it. With the interface, @code{reftex-label} is called instead.
3307 For example, if you type @kbd{C-c C-e equation @key{RET}}, @AUCTeX{} and
3308 @RefTeX{} will insert
3309
3310 @example
3311 \begin@{equation@}
3312 \label@{eq:1@}
3313
3314 \end@{equation@}
3315 @end example
3316
3317 @noindent
3318 without further prompts.
3319
3320 Similarly, when you type @kbd{C-c C-s section @key{RET}}, @RefTeX{}
3321 will offer its default label which is derived from the section title.
3322
3323 @item
3324 @b{@AUCTeX{} tells @RefTeX{} about new sections}@*
3325 When creating a new section with @kbd{C-c C-s}, @RefTeX{} will not
3326 have to rescan the buffer in order to see it.
3327
3328 @item
3329 @findex reftex-arg-label
3330 @findex TeX-arg-label, @r{AUCTeX function}
3331 @findex reftex-arg-ref
3332 @findex TeX-arg-ref, @r{AUCTeX function}
3333 @findex reftex-arg-cite
3334 @findex TeX-arg-cite, @r{AUCTeX function}
3335 @findex reftex-arg-index
3336 @findex TeX-arg-index, @r{AUCTeX function}
3337 @findex TeX-insert-macro, @r{AUCTeX function}
3338 @kindex C-c @key{RET}
3339 @b{@RefTeX{} supplies macro arguments}@* When you insert a macro
3340 interactively with @kbd{C-c @key{RET}}, @AUCTeX{} normally prompts for
3341 macro arguments. Internally, it uses the functions
3342 @code{TeX-arg-label}, @code{TeX-arg-cite}, and @code{TeX-arg-index} to
3343 prompt for arguments which are labels, citation keys and index entries.
3344 The interface takes over these functions@footnote{@code{fset} is used to
3345 do this, which is not reversible. However, @RefTeX{} implements the
3346 old functionality when you later decide to turn off the interface.} and
3347 supplies the macro arguments with @b{@RefTeX{}'s} mechanisms. For
3348 example, when you type @kbd{C-c @key{RET} ref @key{RET}}, @RefTeX{}
3349 will supply its label selection process (@pxref{Referencing
3350 Labels}).
3351
3352 @item
3353 @b{@RefTeX{} tells @AUCTeX{} about new labels, citation and index keys}@*
3354 @RefTeX{} will add all newly created labels to @AUCTeX{}'s completion list.
3355 @end itemize
3356
3357 @node Style Files
3358 @subsection Style Files
3359 @cindex Style files, AUCTeX
3360 @findex TeX-add-style-hook, @r{AUCTeX}
3361 Style files are Emacs Lisp files which are evaluated by @AUCTeX{} in
3362 association with the @code{\documentclass} and @code{\usepackage}
3363 commands of a document (@pxref{Style Files,,,auctex}). Support for
3364 @RefTeX{} in such a style file is useful when the @LaTeX{} style
3365 defines macros or environments connected with labels, citations, or the
3366 index. Many style files (e.g., @file{amsmath.el} or @file{natbib.el})
3367 distributed with @AUCTeX{} already support @RefTeX{} in this
3368 way.
3369
3370 Before calling a @RefTeX{} function, the style hook should always
3371 test for the availability of the function, so that the style file will
3372 also work for people who do not use @RefTeX{}.
3373
3374 Additions made with style files in the way described below remain local
3375 to the current document. For example, if one package uses AMSTeX, the
3376 style file will make @RefTeX{} switch over to @code{\eqref}, but
3377 this will not affect other documents.
3378
3379 @findex reftex-add-label-environments
3380 @findex reftex-add-to-label-alist
3381 A style hook may contain calls to
3382 @code{reftex-add-label-environments}@footnote{This used to be the
3383 function @code{reftex-add-to-label-alist} which is still available as an
3384 alias for compatibility.} which defines additions to
3385 @code{reftex-label-alist}. The argument taken by this function must have
3386 the same format as @code{reftex-label-alist}. The @file{amsmath.el}
3387 style file of @AUCTeX{} for example contains the following:
3388
3389 @lisp
3390 @group
3391 (TeX-add-style-hook "amsmath"
3392 (lambda ()
3393 (if (fboundp 'reftex-add-label-environments)
3394 (reftex-add-label-environments '(AMSTeX)))))
3395 @end group
3396 @end lisp
3397
3398 @noindent
3399 @findex LaTeX-add-environments, @r{AUCTeX}
3400 while a package @code{myprop} defining a @code{proposition} environment
3401 with @code{\newtheorem} might use
3402
3403 @lisp
3404 @group
3405 (TeX-add-style-hook "myprop"
3406 (lambda ()
3407 (LaTeX-add-environments '("proposition" LaTeX-env-label))
3408 (if (fboundp 'reftex-add-label-environments)
3409 (reftex-add-label-environments
3410 '(("proposition" ?p "prop:" "~\\ref@{%s@}" t
3411 ("Proposition" "Prop.") -3))))))
3412 @end group
3413 @end lisp
3414
3415 @findex reftex-set-cite-format
3416 Similarly, a style hook may contain a call to
3417 @code{reftex-set-cite-format} to set the citation format. The style
3418 file @file{natbib.el} for the Natbib citation style does switch
3419 @RefTeX{}'s citation format like this:
3420
3421 @lisp
3422 (TeX-add-style-hook "natbib"
3423 (lambda ()
3424 (if (fboundp 'reftex-set-cite-format)
3425 (reftex-set-cite-format 'natbib))))
3426 @end lisp
3427
3428 @findex reftex-add-index-macros
3429 The hook may contain a call to @code{reftex-add-index-macros} to
3430 define additional @code{\index}-like macros. The argument must have
3431 the same format as @code{reftex-index-macros}. It may be a symbol, to
3432 trigger support for one of the builtin index packages. For example,
3433 the style @file{multind.el} contains
3434
3435 @lisp
3436 (TeX-add-style-hook "multind"
3437 (lambda ()
3438 (and (fboundp 'reftex-add-index-macros)
3439 (reftex-add-index-macros '(multind)))))
3440 @end lisp
3441
3442 If you have your own package @file{myindex} which defines the
3443 following macros to be used with the @LaTeX{} @file{index.sty} file
3444 @example
3445 \newcommand@{\molec@}[1]@{#1\index@{Molecules!#1@}@}
3446 \newcommand@{\aindex@}[1]@{#1\index[author]@{#1@}
3447 @end example
3448
3449 you could write this in the style file @file{myindex.el}:
3450
3451 @lisp
3452 (TeX-add-style-hook "myindex"
3453 (lambda ()
3454 (TeX-add-symbols
3455 '("molec" TeX-arg-index)
3456 '("aindex" TeX-arg-index))
3457 (if (fboundp 'reftex-add-index-macros)
3458 (reftex-add-index-macros
3459 '(("molec@{*@}" "idx" ?m "Molecules!" nil nil)
3460 ("aindex@{*@}" "author" ?a "" nil nil))))))
3461 @end lisp
3462
3463 @findex reftex-add-section-levels
3464 Finally the hook may contain a call to @code{reftex-add-section-levels}
3465 to define additional section statements. For example, the FoilTeX class
3466 has just two headers, @code{\foilhead} and @code{\rotatefoilhead}. Here
3467 is a style file @file{foils.el} that will inform @RefTeX{} about these:
3468
3469 @lisp
3470 (TeX-add-style-hook "foils"
3471 (lambda ()
3472 (if (fboundp 'reftex-add-section-levels)
3473 (reftex-add-section-levels '(("foilhead" . 3)
3474 ("rotatefoilhead" . 3))))))
3475 @end lisp
3476
3477 @node Bib-Cite
3478 @subsection Bib-Cite
3479 @cindex @code{bib-cite}, Emacs package
3480 @cindex Emacs packages, @code{bib-cite}
3481
3482 Once you have written a document with labels, references and citations,
3483 it can be nice to read it like a hypertext document. @RefTeX{} has
3484 support for that: @code{reftex-view-crossref} (bound to @kbd{C-c
3485 &}), @code{reftex-mouse-view-crossref} (bound to @kbd{S-mouse-2}), and
3486 @code{reftex-search-document}. A somewhat fancier interface with mouse
3487 highlighting is provided (among other things) by Peter S. Galbraith's
3488 @file{bib-cite.el}. There is some overlap in the functionalities of
3489 Bib-cite and @RefTeX{}. Bib-cite.el comes bundled with
3490 @AUCTeX{}.
3491
3492 Bib-cite version 3.06 and later can be configured so that bib-cite's
3493 mouse functions use @RefTeX{} for displaying references and citations.
3494 This can be useful in particular when working with the @LaTeX{} @code{xr}
3495 package or with an explicit @code{thebibliography} environment (rather
3496 than @BibTeX{}). Bib-cite cannot handle those, but @RefTeX{} does. To
3497 make use of this feature, try
3498
3499 @vindex bib-cite-use-reftex-view-crossref
3500 @lisp
3501 (setq bib-cite-use-reftex-view-crossref t)
3502 @end lisp
3503
3504 @page
3505 @node Problems and Work-Arounds
3506 @section Problems and Work-arounds
3507 @cindex Problems and work-arounds
3508
3509 @itemize @bullet
3510 @item
3511 @b{@LaTeX{} commands}@*
3512 @cindex LaTeX commands, not found
3513 @code{\input}, @code{\include}, and @code{\section} (etc.)@: statements
3514 have to be first on a line (except for white space).
3515
3516 @item
3517 @b{Commented regions}@*
3518 @cindex Labels, commented out
3519 @RefTeX{} sees also labels in regions commented out and will refuse to
3520 make duplicates of such labels. This is considered to be a feature.
3521
3522 @item
3523 @b{Wrong section numbers}@*
3524 @cindex Section numbers, wrong
3525 @vindex reftex-enable-partial-scans
3526 When using partial scans (@code{reftex-enable-partial-scans}), the section
3527 numbers in the table of contents may eventually become wrong. A full
3528 scan will fix this.
3529
3530 @item
3531 @b{Local settings}@*
3532 @cindex Settings, local
3533 @findex reftex-add-label-environments
3534 @findex reftex-set-cite-format
3535 @findex reftex-add-section-levels
3536 The label environment definitions in @code{reftex-label-alist} are
3537 global and apply to all documents. If you need to make definitions
3538 local to a document, because they would interfere with settings in other
3539 documents, you should use @AUCTeX{} and set up style files with calls to
3540 @code{reftex-add-label-environments}, @code{reftex-set-cite-format},
3541 @code{reftex-add-index-macros}, and @code{reftex-add-section-levels}.
3542 Settings made with these functions remain local to the current
3543 document. @xref{AUCTeX}.
3544
3545 @item
3546 @b{Funny display in selection buffer}@*
3547 @cindex @code{x-symbol}, Emacs package
3548 @cindex Emacs packages, @code{x-symbol}
3549 @cindex @code{isotex}, Emacs package
3550 @cindex Emacs packages, @code{isotex}
3551 @cindex @code{iso-cvt}, Emacs package
3552 @cindex Emacs packages, @code{iso-cvt}
3553 When using packages which make the buffer representation of a file
3554 different from its disk representation (e.g., x-symbol, isotex,
3555 iso-cvt) you may find that @RefTeX{}'s parsing information sometimes
3556 reflects the disk state of a file. This happens only in @emph{unvisited}
3557 parts of a multifile document, because @RefTeX{} visits these files
3558 literally for speed reasons. Then both short context and section
3559 headings may look different from what you usually see on your screen.
3560 In rare cases @code{reftex-toc} may have problems to jump to an affected
3561 section heading. There are three possible ways to deal with
3562 this:
3563 @itemize @minus
3564 @item
3565 @vindex reftex-keep-temporary-buffers
3566 @code{(setq reftex-keep-temporary-buffers t)}@*
3567 This implies that @RefTeX{} will load all parts of a multifile
3568 document into Emacs (i.e., there won't be any temporary buffers).
3569 @item
3570 @vindex reftex-initialize-temporary-buffers
3571 @code{(setq reftex-initialize-temporary-buffers t)}@*
3572 This means full initialization of temporary buffers. It involves
3573 a penalty when the same unvisited file is used for lookup often.
3574 @item
3575 Set @code{reftex-initialize-temporary-buffers} to a list of hook
3576 functions doing a minimal initialization.
3577 @end itemize
3578 @vindex reftex-refontify-context
3579 See also the variable @code{reftex-refontify-context}.
3580
3581 @item
3582 @b{Labels as arguments to \begin}@*
3583 @cindex @code{pf}, LaTeX package
3584 @cindex LaTeX packages, @code{pf}
3585 Some packages use an additional argument to a @code{\begin} macro
3586 to specify a label. E.g., Lamport's @file{pf.sty} uses both
3587 @example
3588 \step@{@var{label}@}@{@var{claim}@} and \begin@{step+@}@{@var{label}@}
3589 @var{claim}
3590 \end@{step+@}
3591 @end example
3592
3593 @noindent
3594 We need to trick @RefTeX{} into swallowing this:
3595
3596 @lisp
3597 @group
3598 ;; Configuration for Lamport's pf.sty
3599 (setq reftex-label-alist
3600 '(("\\step@{*@}@{@}" ?p "st:" "~\\stepref@{%s@}" 2 ("Step" "St."))
3601 ("\\begin@{step+@}@{*@}" ?p "st:" "~\\stepref@{%s@}" 1000)))
3602 @end group
3603 @end lisp
3604
3605 @noindent
3606 The first line is just a normal configuration for a macro. For the
3607 @code{step+} environment we actually tell @RefTeX{} to look for the
3608 @emph{macro} @samp{\begin@{step+@}} and interpret the @emph{first}
3609 argument (which really is a second argument to the macro @code{\begin})
3610 as a label of type @code{?p}. Argument count for this macro starts only
3611 after the @samp{@{step+@}}, also when specifying how to get
3612 context.
3613
3614 @item
3615 @b{Idle timers in XEmacs}@*
3616 @cindex Idle timer restart
3617 @vindex reftex-use-itimer-in-xemacs
3618 In XEmacs, idle timer restart does not work reliably after fast
3619 keystrokes. Therefore @RefTeX{} currently uses the post command
3620 hook to start the timer used for automatic crossref information. When
3621 this bug gets fixed, a real idle timer can be requested with
3622 @lisp
3623 (setq reftex-use-itimer-in-xemacs t)
3624 @end lisp
3625
3626 @item
3627 @b{Viper mode}@*
3628 @cindex Viper mode
3629 @cindex Key bindings, problems with Viper mode
3630 @findex viper-harness-minor-mode
3631 With @i{Viper} mode prior to Vipers version 3.01, you need to protect
3632 @RefTeX{}'s keymaps with
3633
3634 @lisp
3635 (viper-harness-minor-mode "reftex")
3636 @end lisp
3637
3638 @end itemize
3639
3640 @page
3641 @node Imprint
3642 @section Imprint
3643 @cindex Imprint
3644 @cindex Maintainer
3645 @cindex Acknowledgments
3646 @cindex Thanks
3647 @cindex Bug reports
3648 @cindex @code{http}, @RefTeX{} home page
3649 @cindex @code{ftp}, @RefTeX{} site
3650
3651 @c dominik@@science.uva.nl
3652 @RefTeX{} was written by @i{Carsten Dominik}, with contributions by @i{Stephen
3653 Eglen}. @RefTeX{} is currently maintained by @value{MAINTAINER}, see
3654 the @value{MAINTAINERSITE} for detailed information.
3655
3656 If you have questions about @RefTeX{}, you can send email to the
3657 @value{SUPPORTADDRESS}. If you want to contribute code or ideas, write
3658 to the @value{DEVELADDRESS}. And in the rare case of finding a bug,
3659 please use @kbd{M-x reftex-report-bug @key{RET}} which will prepare a
3660 bug report with useful information about your setup. Remember to add
3661 essential information like a recipe for reproducing the bug, what you
3662 expected to happen, and what actually happened. Send the bug report to
3663 the @value{BUGADDRESS}.
3664
3665 There are also several Usenet groups which have competent readers who
3666 might be able to help: @code{comp.emacs}, @code{gnu.emacs.help},
3667 @code{comp.emacs.xemacs}, and @code{comp.text.tex}.
3668
3669 Thanks to the people on the Net who have used @RefTeX{} and helped
3670 developing it with their reports. In particular thanks to @i{Ralf
3671 Angeli, Fran Burstall, Alastair Burt, Lars Clausen, Soren Dayton,
3672 Stephen Eglen, Karl Eichwalder, Erik Frisk, Peter Galbraith, Kai
3673 Grossjohann, Frank Harrell, Till A. Heilmann, Peter Heslin, Stephan
3674 Heuel, Alan Ho, Lute Kamstra, Dieter Kraft, David Kastrup, Adrian Lanz,
3675 Juri Linkov, Wolfgang Mayer, Rory Molinari, Stefan Monnier, Laurent
3676 Mugnier, Dan Nicolaescu, Sudeep Kumar Palat, Daniel Polani, Alan Shutko,
3677 Robin Socha, Richard Stanton, Allan Strand, Jan Vroonhof, Christoph
3678 Wedler, Alan Williams, Roland Winkler, Hans-Christoph Wirth, Eli
3679 Zaretskii}.
3680
3681 The @code{view-crossref} feature was inspired by @i{Peter Galbraith's}
3682 @file{bib-cite.el}.
3683
3684 Finally thanks to @i{Uwe Bolick} who first got me interested in
3685 supporting @LaTeX{} labels and references with an editor (which was
3686 MicroEmacs at the time).
3687
3688 @c Turn off the raising that we turned on in ``All the rest''.
3689 @ifnottex
3690 @lowersections
3691 @end ifnottex
3692
3693 @node Commands
3694 @chapter Commands
3695 @cindex Commands, list of
3696
3697 Here is a summary of @RefTeX{}'s commands which can be executed from
3698 @LaTeX{} files. Command which are executed from the special buffers are
3699 not described here. All commands are available from the @code{Ref}
3700 menu. See @xref{Key Bindings}.
3701
3702 @deffn Command reftex-toc
3703 Show the table of contents for the current document. When called with
3704 one ore two @kbd{C-u} prefixes, rescan the document first.
3705 @end deffn
3706
3707 @deffn Command reftex-label
3708 Insert a unique label. With one or two @kbd{C-u} prefixes, enforce
3709 document rescan first.
3710 @end deffn
3711
3712 @deffn Command reftex-reference
3713 Start a selection process to select a label, and insert a reference to
3714 it. With one or two @kbd{C-u} prefixes, enforce document rescan first.
3715 @end deffn
3716
3717 @deffn Command reftex-citation
3718 Make a citation using @BibTeX{} database files. After prompting for a regular
3719 expression, scans the buffers with @BibTeX{} entries (taken from the
3720 @code{\bibliography} command or a @code{thebibliography} environment)
3721 and offers the matching entries for selection. The selected entry is
3722 formatted according to @code{reftex-cite-format} and inserted into the
3723 buffer. @*
3724 When called with a @kbd{C-u} prefix, prompt for optional arguments in
3725 cite macros. When called with a numeric prefix, make that many citations.
3726 When called with point inside the braces of a @code{\cite} command, it
3727 will add another key, ignoring the value of
3728 @code{reftex-cite-format}. @*
3729 The regular expression uses an expanded syntax: @samp{&&} is interpreted
3730 as @code{and}. Thus, @samp{aaaa&&bbb} matches entries which contain
3731 both @samp{aaaa} and @samp{bbb}. While entering the regexp, completion
3732 on knows citation keys is possible. @samp{=} is a good regular
3733 expression to match all entries in all files.
3734 @end deffn
3735
3736 @deffn Command reftex-index
3737 Query for an index macro and insert it along with its arguments. The
3738 index macros available are those defined in @code{reftex-index-macro} or
3739 by a call to @code{reftex-add-index-macros}, typically from an @AUCTeX{}
3740 style file. @RefTeX{} provides completion for the index tag and the
3741 index key, and will prompt for other arguments.
3742 @end deffn
3743
3744 @deffn Command reftex-index-selection-or-word
3745 Put current selection or the word near point into the default index
3746 macro. This uses the information in @code{reftex-index-default-macro}
3747 to make an index entry. The phrase indexed is the current selection or
3748 the word near point. When called with one @kbd{C-u} prefix, let the
3749 user have a chance to edit the index entry. When called with 2
3750 @kbd{C-u} as prefix, also ask for the index macro and other stuff. When
3751 called inside @TeX{} math mode as determined by the @file{texmathp.el}
3752 library which is part of @AUCTeX{}, the string is first processed with the
3753 @code{reftex-index-math-format}, which see.
3754 @end deffn
3755
3756 @deffn Command reftex-index-phrase-selection-or-word
3757 Add current selection or the word at point to the phrases buffer.
3758 When you are in transient-mark-mode and the region is active, the
3759 selection will be used; otherwise the word at point.
3760 You get a chance to edit the entry in the phrases buffer; to save the
3761 buffer and return to the @LaTeX{} document, finish with @kbd{C-c C-c}.
3762 @end deffn
3763
3764 @deffn Command reftex-index-visit-phrases-buffer
3765 Switch to the phrases buffer, initialize if empty.
3766 @end deffn
3767
3768 @deffn Command reftex-index-phrases-apply-to-region
3769 Index all index phrases in the current region.
3770 This works exactly like global indexing from the index phrases buffer,
3771 but operation is restricted to the current region.
3772 @end deffn
3773
3774 @deffn Command reftex-display-index
3775 Display a buffer with an index compiled from the current document.
3776 When the document has multiple indices, first prompts for the correct one.
3777 When index support is turned off, offer to turn it on.
3778 With one or two @kbd{C-u} prefixes, rescan document first.
3779 With prefix 2, restrict index to current document section.
3780 With prefix 3, restrict index to active region.
3781 @end deffn
3782
3783 @deffn Command reftex-view-crossref
3784 View cross reference of macro at point. Point must be on the @var{key}
3785 argument. Works with the macros @code{\label}, @code{\ref},
3786 @code{\cite}, @code{\bibitem}, @code{\index} and many derivatives of
3787 these. Where it makes sense, subsequent calls show additional
3788 locations. See also the variable @code{reftex-view-crossref-extra} and
3789 the command @code{reftex-view-crossref-from-bibtex}. With one or two
3790 @kbd{C-u} prefixes, enforce rescanning of the document. With argument
3791 2, select the window showing the cross reference.
3792 @end deffn
3793
3794 @deffn Command reftex-view-crossref-from-bibtex
3795 View location in a @LaTeX{} document which cites the @BibTeX{} entry at point.
3796 Since @BibTeX{} files can be used by many @LaTeX{} documents, this function
3797 prompts upon first use for a buffer in @RefTeX{} mode. To reset this
3798 link to a document, call the function with a prefix arg. Calling
3799 this function several times find successive citation locations.
3800 @end deffn
3801
3802 @deffn Command reftex-create-tags-file
3803 Create TAGS file by running @code{etags} on the current document. The
3804 TAGS file is also immediately visited with
3805 @code{visit-tags-table}.
3806 @end deffn
3807
3808 @deffn Command reftex-grep-document
3809 Run grep query through all files related to this document.
3810 With prefix arg, force to rescan document.
3811 No active TAGS table is required.
3812 @end deffn
3813
3814 @deffn Command reftex-search-document
3815 Regexp search through all files of the current document.
3816 Starts always in the master file. Stops when a match is found.
3817 No active TAGS table is required.
3818 @end deffn
3819
3820 @deffn Command reftex-query-replace-document
3821 Run a query-replace-regexp of @var{from} with @var{to} over the entire
3822 document. With prefix arg, replace only word-delimited matches. No
3823 active TAGS table is required.
3824 @end deffn
3825
3826 @deffn Command reftex-isearch-minor-mode
3827 Toggle a minor mode which enables incremental search to work globally
3828 on the entire multifile document. Files will be searched in the
3829 sequence they appear in the document.
3830 @end deffn
3831
3832 @deffn Command reftex-goto-label
3833 Prompt for a label (with completion) and jump to the location of this
3834 label. Optional prefix argument @var{other-window} goes to the label in
3835 another window.
3836 @end deffn
3837
3838
3839 @deffn Command reftex-change-label
3840 Query replace @var{from} with @var{to} in all @code{\label} and
3841 @code{\ref} commands. Works on the entire multifile document. No
3842 active TAGS table is required.
3843 @end deffn
3844
3845 @deffn Command reftex-renumber-simple-labels
3846 Renumber all simple labels in the document to make them sequentially.
3847 Simple labels are the ones created by RefTeX, consisting only of the
3848 prefix and a number. After the command completes, all these labels will
3849 have sequential numbers throughout the document. Any references to the
3850 labels will be changed as well. For this, @RefTeX{} looks at the
3851 arguments of any macros which either start or end with the string
3852 @samp{ref}. This command should be used with care, in particular in
3853 multifile documents. You should not use it if another document refers
3854 to this one with the @code{xr} package.
3855 @end deffn
3856
3857 @deffn Command reftex-find-duplicate-labels
3858 Produce a list of all duplicate labels in the document.
3859 @end deffn
3860
3861 @deffn Command reftex-create-bibtex-file
3862 @vindex reftex-create-bibtex-header
3863 @vindex reftex-create-bibtex-footer
3864 Create a new @BibTeX{} database file with all entries referenced in
3865 document. The command prompts for a filename and writes the collected
3866 entries to that file. Only entries referenced in the current document
3867 with any @code{\cite}-like macros are used. The sequence in the new
3868 file is the same as it was in the old database.
3869
3870 Entries referenced from other entries must appear after all referencing
3871 entries.
3872
3873 You can define strings to be used as header or footer for the created
3874 files in the variables @code{reftex-create-bibtex-header} or
3875 @code{reftex-create-bibtex-footer} respectively.
3876 @end deffn
3877
3878 @deffn Command reftex-customize
3879 Run the customize browser on the @RefTeX{} group.
3880 @end deffn
3881 @deffn Command reftex-show-commentary
3882 Show the commentary section from @file{reftex.el}.
3883 @end deffn
3884 @deffn Command reftex-info
3885 Run info on the top @RefTeX{} node.
3886 @end deffn
3887 @deffn Command reftex-parse-document
3888 Parse the entire document in order to update the parsing information.
3889 @end deffn
3890 @deffn Command reftex-reset-mode
3891 Enforce rebuilding of several internal lists and variables. Also
3892 removes the parse file associated with the current document.
3893 @end deffn
3894
3895 @node Options
3896 @chapter Options, Keymaps, Hooks
3897 @cindex Options, list of
3898
3899 Here is a complete list of @RefTeX{}'s configuration variables. All
3900 variables have customize support, so if you are not familiar with Emacs
3901 Lisp (and even if you are) you might find it more comfortable to use
3902 @code{customize} to look at and change these variables. @kbd{M-x
3903 reftex-customize} will get you there.
3904
3905 In case you don't use the @code{customize} interface, here's a caveat:
3906 Changing (mostly parsing-related) options might require a call to
3907 @code{reftex-compile-variables} in order to become effective.
3908
3909 @menu
3910 * Options - Table of Contents::
3911 * Options - Defining Label Environments::
3912 * Options - Creating Labels::
3913 * Options - Referencing Labels::
3914 * Options - Creating Citations::
3915 * Options - Index Support::
3916 * Options - Viewing Cross-References::
3917 * Options - Finding Files::
3918 * Options - Optimizations::
3919 * Options - Fontification::
3920 * Options - Misc::
3921 * Keymaps and Hooks::
3922 @end menu
3923
3924 @node Options - Table of Contents
3925 @section Table of Contents
3926 @cindex Options, table of contents
3927 @cindex Table of contents, options
3928
3929 @defopt reftex-include-file-commands
3930 List of @LaTeX{} commands which input another file.
3931 The file name is expected after the command, either in braces or separated
3932 by whitespace.
3933 @end defopt
3934
3935 @defopt reftex-max-section-depth
3936 Maximum depth of section levels in document structure.
3937 Standard @LaTeX{} needs 7, default is 12.
3938 @end defopt
3939
3940 @defopt reftex-section-levels
3941 Commands and levels used for defining sections in the document. The
3942 @code{car} of each cons cell is the name of the section macro. The
3943 @code{cdr} is a number indicating its level. A negative level means the
3944 same as the positive value, but the section will never get a number.
3945 The @code{cdr} may also be a function which then has to return the
3946 level. This list is also used for promotion and demotion of sectioning
3947 commands. If you are using a document class which has several sets of
3948 sectioning commands, promotion only works correctly if this list is
3949 sorted first by set, then within each set by level. The promotion
3950 commands always select the nearest entry with the correct new level.
3951
3952 @end defopt
3953
3954 @defopt reftex-toc-max-level
3955 The maximum level of toc entries which will be included in the TOC@.
3956 Section headings with a bigger level will be ignored. In RefTeX,
3957 chapters are level 1, sections level 2 etc. This variable can be
3958 changed from within the @file{*toc*} buffer with the @kbd{t} key.
3959 @end defopt
3960
3961 @defopt reftex-part-resets-chapter
3962 Non-@code{nil} means, @code{\part} is like any other sectioning command.
3963 This means, part numbers will be included in the numbering of chapters, and
3964 chapter counters will be reset for each part.
3965 When @code{nil} (the default), parts are special, do not reset the
3966 chapter counter and also do not show up in chapter numbers.
3967 @end defopt
3968
3969 @defopt reftex-auto-recenter-toc
3970 Non-@code{nil} means, turn automatic recentering of @file{*TOC*} window on.
3971 When active, the @file{*TOC*} window will always show the section you
3972 are currently working in. Recentering happens whenever Emacs is idle for
3973 more than @code{reftex-idle-time} seconds.
3974
3975 Value @code{t} means, turn on immediately when RefTeX gets started. Then,
3976 recentering will work for any toc window created during the session.
3977
3978 Value @code{frame} (the default) means, turn automatic recentering on
3979 only while the dedicated TOC frame does exist, and do the recentering
3980 only in that frame. So when creating that frame (with @kbd{d} key in an
3981 ordinary TOC window), the automatic recentering is turned on. When the
3982 frame gets destroyed, automatic recentering is turned off again.
3983
3984 This feature can be turned on and off from the menu
3985 (Ref->Options).
3986 @end defopt
3987
3988 @defopt reftex-toc-split-windows-horizontally
3989 Non-@code{nil} means, create TOC window by splitting window
3990 horizontally. The default is to split vertically.
3991 @end defopt
3992
3993 @defopt reftex-toc-split-windows-fraction
3994 Fraction of the width or height of the frame to be used for TOC window.
3995 @end defopt
3996
3997 @defopt reftex-toc-keep-other-windows
3998 Non-@code{nil} means, split the selected window to display the
3999 @file{*toc*} buffer. This helps to keep the window configuration, but
4000 makes the @file{*toc*} small. When @code{nil}, all other windows except
4001 the selected one will be deleted, so that the @file{*toc*} window fills
4002 half the frame.
4003 @end defopt
4004
4005 @defopt reftex-toc-include-file-boundaries
4006 Non-@code{nil} means, include file boundaries in @file{*toc*} buffer.
4007 This flag can be toggled from within the @file{*toc*} buffer with the
4008 @kbd{i} key.
4009 @end defopt
4010
4011 @defopt reftex-toc-include-labels
4012 Non-@code{nil} means, include labels in @file{*toc*} buffer. This flag
4013 can be toggled from within the @file{*toc*} buffer with the @kbd{l}
4014 key.
4015 @end defopt
4016
4017 @defopt reftex-toc-include-index-entries
4018 Non-@code{nil} means, include index entries in @file{*toc*} buffer.
4019 This flag can be toggled from within the @file{*toc*} buffer with the
4020 @kbd{i} key.
4021 @end defopt
4022
4023 @defopt reftex-toc-include-context
4024 Non-@code{nil} means, include context with labels in the @file{*toc*}
4025 buffer. Context will only be shown if the labels are visible as well.
4026 This flag can be toggled from within the @file{*toc*} buffer with the
4027 @kbd{c} key.
4028 @end defopt
4029
4030 @defopt reftex-toc-follow-mode
4031 Non-@code{nil} means, point in @file{*toc*} buffer (the
4032 table-of-contents buffer) will cause other window to follow. The other
4033 window will show the corresponding part of the document. This flag can
4034 be toggled from within the @file{*toc*} buffer with the @kbd{f}
4035 key.
4036 @end defopt
4037
4038 @deffn {Normal Hook} reftex-toc-mode-hook
4039 Normal hook which is run when a @file{*toc*} buffer is
4040 created.
4041 @end deffn
4042
4043 @deffn Keymap reftex-toc-map
4044 The keymap which is active in the @file{*toc*} buffer.
4045 (@pxref{Table of Contents}).
4046 @end deffn
4047
4048 @node Options - Defining Label Environments
4049 @section Defining Label Environments
4050 @cindex Options, defining label environments
4051 @cindex Defining label environments, options
4052
4053 @defopt reftex-default-label-alist-entries
4054 Default label alist specifications. It is a list of symbols with
4055 associations in the constant @code{reftex-label-alist-builtin}.
4056 @code{LaTeX} should always be the last entry.
4057 @end defopt
4058
4059 @defopt reftex-label-alist
4060 Set this variable to define additions and changes to the defaults in
4061 @code{reftex-default-label-alist-entries}. The only things you
4062 @emph{must not} change is that @code{?s} is the type indicator for
4063 section labels, and @key{SPC} for the @code{any} label type. These are
4064 hard-coded at other places in the code.
4065
4066 The value of the variable must be a list of items. Each item is a list
4067 itself and has the following structure:
4068
4069 @example
4070 (@var{env-or-macro} @var{type-key} @var{label-prefix} @var{reference-format}
4071 @var{context-method} (@var{magic-word} ... ) @var{toc-level})
4072 @end example
4073
4074 Each list entry describes either an environment carrying a counter for
4075 use with @code{\label} and @code{\ref}, or a @LaTeX{} macro defining a
4076 label as (or inside) one of its arguments. The elements of each list
4077 entry are:
4078
4079 @table @asis
4080 @item @var{env-or-macro}
4081 Name of the environment (like @samp{table}) or macro (like
4082 @samp{\myfig}). For macros, indicate the arguments, as in
4083 @samp{\myfig[]@{@}@{@}@{*@}@{@}}. Use square brackets for optional
4084 arguments, a star to mark the label argument, if any. The macro does
4085 not have to have a label argument; you could also use
4086 @samp{\label@{...@}} inside one of its arguments.
4087
4088 Special names: @code{section} for section labels, @code{any} to define a
4089 group which contains all labels.
4090
4091 This may also be a function to do local parsing and identify point to be
4092 in a non-standard label environment. The function must take an
4093 argument @var{bound} and limit backward searches to this value. It
4094 should return either @code{nil} or a cons cell @code{(@var{function}
4095 . @var{position})} with the function symbol and the position where the
4096 special environment starts. See the Info documentation for an
4097 example.
4098
4099 Finally this may also be @code{nil} if the entry is only meant to change
4100 some settings associated with the type indicator character (see
4101 below).
4102
4103 @item @var{type-key}
4104 Type indicator character, like @code{?t}, must be a printable ASCII
4105 character. The type indicator is a single character which defines a
4106 label type. Any label inside the environment or macro is assumed to
4107 belong to this type. The same character may occur several times in this
4108 list, to cover cases in which different environments carry the same
4109 label type (like @code{equation} and @code{eqnarray}). If the type
4110 indicator is @code{nil} and the macro has a label argument @samp{@{*@}},
4111 the macro defines neutral labels just like @code{\label}. In this case
4112 the remainder of this entry is ignored.
4113
4114 @item @var{label-prefix}
4115 Label prefix string, like @samp{tab:}. The prefix is a short string
4116 used as the start of a label. It may be the empty string. The prefix
4117 may contain the following @samp{%} escapes:
4118
4119 @example
4120 %f Current file name, directory and extension stripped.
4121 %F Current file name relative to master file directory.
4122 %m Master file name, directory and extension stripped.
4123 %M Directory name (without path) where master file is located.
4124 %u User login name, on systems which support this.
4125 %S A section prefix derived with variable @code{reftex-section-prefixes}.
4126 @end example
4127
4128 @noindent
4129 Example: In a file @file{intro.tex}, @samp{eq:%f:} will become
4130 @samp{eq:intro:}.
4131
4132 @item @var{reference-format}
4133 Format string for reference insertion in buffer. @samp{%s} will be
4134 replaced by the label. When the format starts with @samp{~}, this
4135 @samp{~} will only be inserted when the character before point is
4136 @emph{not} a whitespace.
4137
4138 @item @var{context-method}
4139 Indication on how to find the short context.
4140 @itemize @minus
4141 @item
4142 If @code{nil}, use the text following the @samp{\label@{...@}} macro.
4143 @item
4144 If @code{t}, use
4145 @itemize @minus
4146 @item
4147 the section heading for section labels.
4148 @item
4149 text following the @samp{\begin@{...@}} statement of environments (not
4150 a good choice for environments like eqnarray or enumerate, where one has
4151 several labels in a single environment).
4152 @item
4153 text after the macro name (starting with the first arg) for
4154 macros.
4155 @end itemize
4156 @item
4157 If an integer, use the nth argument of the macro. As a special case,
4158 1000 means to get text after the last macro argument.
4159 @item
4160 If a string, use as regexp to search @emph{backward} from the label.
4161 Context is then the text following the end of the match. E.g., setting
4162 this to @samp{\\caption[[@{]} will use the caption in a figure or table
4163 environment. @samp{\\begin@{eqnarray@}\|\\\\} works for
4164 eqnarrays.
4165 @item
4166 If any of @code{caption}, @code{item}, @code{eqnarray-like},
4167 @code{alignat-like}, this symbol will internally be translated into an
4168 appropriate regexp (see also the variable
4169 @code{reftex-default-context-regexps}).
4170 @item
4171 If a function, call this function with the name of the environment/macro
4172 as argument. On call, point will be just after the @code{\label} macro.
4173 The function is expected to return a suitable context string. It should
4174 throw an exception (error) when failing to find context. As an example,
4175 here is a function returning the 10 chars following the label macro as
4176 context:
4177
4178 @example
4179 (defun my-context-function (env-or-mac)
4180 (if (> (point-max) (+ 10 (point)))
4181 (buffer-substring (point) (+ 10 (point)))
4182 (error "Buffer too small")))
4183 @end example
4184 @end itemize
4185
4186 Label context is used in two ways by @RefTeX{}: For display in the label
4187 menu, and to derive a label string. If you want to use a different
4188 method for each of these, specify them as a dotted pair.
4189 E.g., @code{(nil . t)} uses the text after the label (@code{nil}) for
4190 display, and text from the default position (@code{t}) to derive a label
4191 string. This is actually used for section labels.
4192
4193 @item @var{magic-word-list}
4194 List of magic words which identify a reference to be of this type. If
4195 the word before point is equal to one of these words when calling
4196 @code{reftex-reference}, the label list offered will be automatically
4197 restricted to labels of the correct type. If the first element of this
4198 word list is the symbol @code{regexp}, the strings are interpreted as regular
4199 expressions.
4200
4201 @item @var{toc-level}
4202 The integer level at which this environment should be added to the table
4203 of contents. See also @code{reftex-section-levels}. A positive value
4204 will number the entries mixed with the sectioning commands of the same
4205 level. A negative value will make unnumbered entries. Useful only for
4206 theorem-like environments which structure the document. Will be ignored
4207 for macros. When omitted or @code{nil}, no TOC entries will be
4208 made.
4209 @end table
4210
4211 If the type indicator characters of two or more entries are the same,
4212 @RefTeX{} will use
4213 @itemize @minus
4214 @item
4215 the first non-@code{nil} format and prefix
4216 @item
4217 the magic words of all involved entries.
4218 @end itemize
4219
4220 Any list entry may also be a symbol. If that has an association in
4221 @code{reftex-label-alist-builtin}, the @code{cddr} of that association is
4222 spliced into the list. However, builtin defaults should normally be set
4223 with the variable @code{reftex-default-label-alist-entries}.
4224 @end defopt
4225
4226 @defopt reftex-section-prefixes
4227 Prefixes for section labels. When the label prefix given in an entry in
4228 @code{reftex-label-alist} contains @samp{%S}, this list is used to
4229 determine the correct prefix string depending on the current section
4230 level. The list is an alist, with each entry of the form
4231 @w{@code{(@var{key} . @var{prefix})}}. Possible keys are sectioning macro
4232 names like @samp{chapter}, integer section levels (as given in
4233 @code{reftex-section-levels}), and @code{t} for the default.
4234 @end defopt
4235
4236 @defopt reftex-default-context-regexps
4237 Alist with default regular expressions for finding context. The emacs
4238 lisp form @w{@code{(format regexp (regexp-quote environment))}} is used
4239 to calculate the final regular expression, so @samp{%s} will be
4240 replaced with the environment or macro.
4241 @end defopt
4242
4243 @defopt reftex-trust-label-prefix
4244 Non-@code{nil} means, trust the label prefix when determining label type.
4245 It is customary to use special label prefixes to distinguish different label
4246 types. The label prefixes have no syntactic meaning in @LaTeX{} (unless
4247 special packages like fancyref) are being used. RefTeX can and by
4248 default does parse around each label to detect the correct label type,
4249 but this process can be slow when a document contains thousands of
4250 labels. If you use label prefixes consistently, you may speed up
4251 document parsing by setting this variable to a non-@code{nil} value. RefTeX
4252 will then compare the label prefix with the prefixes found in
4253 @code{reftex-label-alist} and derive the correct label type in this way.
4254 Possible values for this option are:
4255
4256 @example
4257 t @r{This means to trust any label prefixes found.}
4258 regexp @r{If a regexp, only prefixes matched by the regexp are trusted.}
4259 list @r{List of accepted prefixes, as strings. The colon is part of}
4260 @r{the prefix, e.g., ("fn:" "eqn:" "item:").}
4261 nil @r{Never trust a label prefix.}
4262 @end example
4263 The only disadvantage of using this feature is that the label context
4264 displayed in the label selection buffer along with each label is
4265 simply some text after the label definition. This is no problem if you
4266 place labels keeping this in mind (e.g., @i{before} the equation, @i{at
4267 the beginning} of a fig/tab caption ...). Anyway, it is probably best
4268 to use the regexp or the list value types to fine-tune this feature.
4269 For example, if your document contains thousands of footnotes with
4270 labels fn:xxx, you may want to set this variable to the value "^fn:$" or
4271 ("fn:"). Then RefTeX will still do extensive parsing for any
4272 non-footnote labels.
4273 @end defopt
4274
4275 @node Options - Creating Labels
4276 @section Creating Labels
4277 @cindex Options, creating labels
4278 @cindex Creating labels, options
4279
4280 @defopt reftex-insert-label-flags
4281 Flags governing label insertion. The value has the form
4282
4283 @example
4284 (@var{derive} @var{prompt})
4285 @end example
4286
4287 If @var{derive} is @code{t}, @RefTeX{} will try to derive a sensible
4288 label from context. A section label for example will be derived from
4289 the section heading. The conversion of the context to a valid label is
4290 governed by the specifications given in
4291 @code{reftex-derive-label-parameters}. If @var{derive} is @code{nil},
4292 the default label will consist of the prefix and a unique number, like
4293 @samp{eq:23}.
4294
4295 If @var{prompt} is @code{t}, the user will be prompted for a label
4296 string. When @var{prompt} is @code{nil}, the default label will be
4297 inserted without query.
4298
4299 So the combination of @var{derive} and @var{prompt} controls label
4300 insertion. Here is a table describing all four possibilities:
4301
4302 @example
4303 @group
4304 @var{derive} @var{prompt} @var{action}
4305 -----------------------------------------------------------
4306 nil nil @r{Insert simple label, like @samp{eq:22} or @samp{sec:13}. No query.}
4307 nil t @r{Prompt for label.}
4308 t nil @r{Derive a label from context and insert. No query.}
4309 t t @r{Derive a label from context, prompt for confirmation.}
4310 @end group
4311 @end example
4312
4313 Each flag may be set to @code{t}, @code{nil}, or a string of label type
4314 letters indicating the label types for which it should be true. Thus,
4315 the combination may be set differently for each label type. The default
4316 settings @samp{"s"} and @samp{"sft"} mean: Derive section labels from
4317 headings (with confirmation). Prompt for figure and table labels. Use
4318 simple labels without confirmation for everything else.
4319
4320 The available label types are: @code{s} (section), @code{f} (figure),
4321 @code{t} (table), @code{i} (item), @code{e} (equation), @code{n}
4322 (footnote), @code{N} (endnote) plus any definitions in
4323 @code{reftex-label-alist}.
4324 @end defopt
4325
4326 @deffn Hook reftex-format-label-function
4327 If non-@code{nil}, should be a function which produces the string to
4328 insert as a label definition. The function will be called with two
4329 arguments, the @var{label} and the @var{default-format} (usually
4330 @samp{\label@{%s@}}). It should return the string to insert into the
4331 buffer.
4332 @end deffn
4333
4334 @deffn Hook reftex-string-to-label-function
4335 Function to turn an arbitrary string into a valid label.
4336 @RefTeX{}'s default function uses the variable
4337 @code{reftex-derive-label-parameters}.
4338 @end deffn
4339
4340 @deffn Hook reftex-translate-to-ascii-function
4341 Filter function which will process a context string before it is used to
4342 derive a label from it. The intended application is to convert ISO or
4343 Mule characters into something valid in labels. The default function
4344 @code{reftex-latin1-to-ascii} removes the accents from Latin-1
4345 characters. X-Symbol (>=2.6) sets this variable to the much more
4346 general @code{x-symbol-translate-to-ascii}.
4347 @end deffn
4348
4349 @defopt reftex-derive-label-parameters
4350 Parameters for converting a string into a label. This variable is a
4351 list of the following items:
4352 @table @asis
4353 @item @var{nwords}
4354 Number of words to use.
4355 @item @var{maxchar}
4356 Maximum number of characters in a label string.
4357 @item @var{invalid}
4358 @code{nil}: Throw away any words containing characters invalid in labels.@*
4359 @code{t}: Throw away only the invalid characters, not the whole word.
4360 @item @var{abbrev}
4361 @code{nil}: Never abbreviate words.@*
4362 @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@*
4363 @code{1}: Abbreviate words if necessary to shorten label string.
4364 @item @var{separator}
4365 String separating different words in the label.
4366 @item @var{ignorewords}
4367 List of words which should not be part of labels.
4368 @item @var{downcase}
4369 @code{t}: Downcase words before putting them into the label.@*
4370 @end table
4371 @end defopt
4372
4373 @defopt reftex-label-illegal-re
4374 Regexp matching characters not valid in labels.
4375 @end defopt
4376
4377 @defopt reftex-abbrev-parameters
4378 Parameters for abbreviation of words. A list of four parameters.
4379 @table @asis
4380 @item @var{min-chars}
4381 Minimum number of characters remaining after abbreviation.
4382 @item @var{min-kill}
4383 Minimum number of characters to remove when abbreviating words.
4384 @item @var{before}
4385 Character class before abbrev point in word.
4386 @item @var{after}
4387 Character class after abbrev point in word.
4388 @end table
4389 @end defopt
4390
4391 @node Options - Referencing Labels
4392 @section Referencing Labels
4393 @cindex Options, referencing labels
4394 @cindex Referencing labels, options
4395
4396 @defopt reftex-label-menu-flags
4397 List of flags governing the label menu makeup. The flags are:
4398 @table @asis
4399 @item @var{table-of-contents}
4400 Show the labels embedded in a table of context.
4401 @item @var{section-numbers}
4402 Include section numbers (like 4.1.3) in table of contents.
4403 @item @var{counters}
4404 Show counters. This just numbers the labels in the menu.
4405 @item @var{no-context}
4406 Non-@code{nil} means do @emph{not} show the short context.
4407 @item @var{follow}
4408 Follow full context in other window.
4409 @item @var{show-commented}
4410 Show labels from regions which are commented out.
4411 @item @var{match-everywhere}
4412 Obsolete flag.
4413 @item @var{show-files}
4414 Show begin and end of included files.
4415 @end table
4416
4417 Each of these flags can be set to @code{t} or @code{nil}, or to a string
4418 of type letters indicating the label types for which it should be true.
4419 These strings work like character classes in regular expressions. Thus,
4420 setting one of the flags to @samp{"sf"} makes the flag true for section
4421 and figure labels, @code{nil} for everything else. Setting it to
4422 @samp{"^sf"} makes it the other way round.
4423
4424 The available label types are: @code{s} (section), @code{f} (figure),
4425 @code{t} (table), @code{i} (item), @code{e} (equation), @code{n}
4426 (footnote), plus any definitions in @code{reftex-label-alist}.
4427
4428 Most options can also be switched from the label menu itself, so if you
4429 decide here to not have a table of contents in the label menu, you can
4430 still get one interactively during selection from the label menu.
4431 @end defopt
4432
4433 @defopt reftex-multiref-punctuation
4434 Punctuation strings for multiple references. When marking is used in
4435 the selection buffer to select several references, this variable
4436 associates the 3 marking characters @samp{,-+} with prefix strings to be
4437 inserted into the buffer before the corresponding @code{\ref} macro.
4438 This is used to string together whole reference sets, like
4439 @samp{eqs. 1,2,3-5,6 and 7} in a single call to
4440 @code{reftex-reference}.
4441 @end defopt
4442
4443 @defopt reftex-ref-style-alist
4444 Alist of reference styles. Each element is a list of the style name,
4445 the name of the @LaTeX{} package associated with the style or @code{t}
4446 for any package, and an alist of macros where the first entry of each
4447 item is the reference macro and the second a key for selecting the macro
4448 when the macro type is being prompted for. (See also
4449 @code{reftex-ref-macro-prompt}.) The keys, represented as characters,
4450 have to be unique.
4451 @end defopt
4452
4453 @defopt reftex-ref-style-default-list
4454 List of reference styles to be activated by default. The order is
4455 significant and controls the order in which macros can be cycled in the
4456 buffer for selecting a label. The entries in the list have to match the
4457 respective reference style names used in the variable
4458 @code{reftex-ref-style-alist}.
4459 @end defopt
4460
4461 @defopt reftex-ref-macro-prompt
4462 Controls if @code{reftex-reference} prompts for the reference macro.
4463 @end defopt
4464
4465 @deffn Hook reftex-format-ref-function
4466 If non-@code{nil}, should be a function which produces the string to
4467 insert as a reference. Note that the insertion format can also be
4468 changed with @code{reftex-label-alist}. This hook also is used by the
4469 special commands to insert, e.g., @code{\vref} and @code{\fref}
4470 references, so even if you set this, your setting will be ignored by the
4471 special commands. The function will be called with three arguments, the
4472 @var{label}, the @var{default format} which normally is
4473 @samp{~\ref@{%s@}} and the @var{reference style}. The function should
4474 return the string to insert into the buffer.
4475 @end deffn
4476
4477 @defopt reftex-level-indent
4478 Number of spaces to be used for indentation per section level.
4479 @end defopt
4480
4481 @defopt reftex-guess-label-type
4482 Non-@code{nil} means, @code{reftex-reference} will try to guess the
4483 label type. To do that, @RefTeX{} will look at the word before the
4484 cursor and compare it with the magic words given in
4485 @code{reftex-label-alist}. When it finds a match, @RefTeX{} will
4486 immediately offer the correct label menu; otherwise it will prompt you
4487 for a label type. If you set this variable to @code{nil}, @RefTeX{}
4488 will always prompt for a label type.
4489 @end defopt
4490
4491 @deffn {Normal Hook} reftex-display-copied-context-hook
4492 Normal Hook which is run before context is displayed anywhere. Designed
4493 for @w{@code{X-Symbol}}, but may have other uses as well.
4494 @end deffn
4495
4496 @deffn Hook reftex-pre-refontification-functions
4497 @code{X-Symbol} specific hook. Probably not useful for other purposes.
4498 The functions get two arguments, the buffer from where the command
4499 started and a symbol indicating in what context the hook is
4500 called.
4501 @end deffn
4502
4503 @deffn {Normal Hook} reftex-select-label-mode-hook
4504 Normal hook which is run when a selection buffer enters
4505 @code{reftex-select-label-mode}.
4506 @end deffn
4507
4508 @deffn Keymap reftex-select-label-map
4509 The keymap which is active in the labels selection process
4510 (@pxref{Referencing Labels}).
4511 @end deffn
4512
4513 @node Options - Creating Citations
4514 @section Creating Citations
4515 @cindex Options, creating citations
4516 @cindex Creating citations, options
4517
4518 @defopt reftex-bibliography-commands
4519 @LaTeX{} commands which specify the @BibTeX{} databases to use with the document.
4520 @end defopt
4521
4522 @defopt reftex-bibfile-ignore-regexps
4523 List of regular expressions to exclude files in
4524 @code{\\bibliography@{..@}}. File names matched by any of these regexps
4525 will not be parsed. Intended for files which contain only
4526 @code{@@string} macro definitions and the like, which are ignored by
4527 @RefTeX{} anyway.
4528 @end defopt
4529
4530 @defopt reftex-default-bibliography
4531 List of @BibTeX{} database files which should be used if none are specified.
4532 When @code{reftex-citation} is called from a document with neither
4533 a @samp{\bibliography@{...@}} statement nor a @code{thebibliography}
4534 environment, @RefTeX{} will scan these files instead. Intended for
4535 using @code{reftex-citation} in non-@LaTeX{} files. The files will be
4536 searched along the BIBINPUTS or TEXBIB path.
4537 @end defopt
4538
4539 @defopt reftex-sort-bibtex-matches
4540 Sorting of the entries found in @BibTeX{} databases by reftex-citation.
4541 Possible values:
4542 @example
4543 nil @r{Do not sort entries.}
4544 author @r{Sort entries by author name.}
4545 year @r{Sort entries by increasing year.}
4546 reverse-year @r{Sort entries by decreasing year.}
4547 @end example
4548 @end defopt
4549
4550 @defopt reftex-cite-format
4551 The format of citations to be inserted into the buffer. It can be a
4552 string, an alist or a symbol. In the simplest case this is just the string
4553 @samp{\cite@{%l@}}, which is also the default. See the definition of
4554 @code{reftex-cite-format-builtin} for more complex examples.
4555
4556 If @code{reftex-cite-format} is a string, it will be used as the format.
4557 In the format, the following percent escapes will be expanded.
4558
4559 @table @code
4560 @item %l
4561 The @BibTeX{} label of the citation.
4562 @item %a
4563 List of author names, see also @code{reftex-cite-punctuation}.
4564 @item %2a
4565 Like %a, but abbreviate more than 2 authors like Jones et al.
4566 @item %A
4567 First author name only.
4568 @item %e
4569 Works like @samp{%a}, but on list of editor names. (@samp{%2e} and
4570 @samp{%E} work a well).
4571 @end table
4572
4573 It is also possible to access all other @BibTeX{} database fields:
4574
4575 @example
4576 %b booktitle %c chapter %d edition %h howpublished
4577 %i institution %j journal %k key %m month
4578 %n number %o organization %p pages %P first page
4579 %r address %s school %u publisher %t title
4580 %v volume %y year
4581 %B booktitle, abbreviated %T title, abbreviated
4582 @end example
4583
4584 @noindent
4585 Usually, only @samp{%l} is needed. The other stuff is mainly for the
4586 echo area display, and for @code{(setq reftex-comment-citations t)}.
4587
4588 @samp{%<} as a special operator kills punctuation and space around it
4589 after the string has been formatted.
4590
4591 A pair of square brackets indicates an optional argument, and RefTeX
4592 will prompt for the values of these arguments.
4593
4594 Beware that all this only works with @BibTeX{} database files. When
4595 citations are made from the @code{\bibitems} in an explicit
4596 @code{thebibliography} environment, only @samp{%l} is available.
4597
4598 If @code{reftex-cite-format} is an alist of characters and strings, the
4599 user will be prompted for a character to select one of the possible
4600 format strings.
4601
4602 In order to configure this variable, you can either set
4603 @code{reftex-cite-format} directly yourself or set it to the
4604 @emph{symbol} of one of the predefined styles. The predefined symbols
4605 are those which have an association in the constant
4606 @code{reftex-cite-format-builtin}) E.g.: @code{(setq reftex-cite-format
4607 'natbib)}.
4608 @end defopt
4609
4610 @deffn Hook reftex-format-cite-function
4611 If non-@code{nil}, should be a function which produces the string to
4612 insert as a citation. Note that the citation format can also be changed
4613 with the variable @code{reftex-cite-format}. The function will be
4614 called with two arguments, the @var{citation-key} and the
4615 @var{default-format} (taken from @code{reftex-cite-format}). It should
4616 return the string to insert into the buffer.
4617 @end deffn
4618
4619 @defopt reftex-cite-prompt-optional-args
4620 Non-@code{nil} means, prompt for empty optional arguments in cite macros.
4621 When an entry in @code{reftex-cite-format} ist given with square brackets to
4622 indicate optional arguments (for example @samp{\\cite[][]@{%l@}}), RefTeX can
4623 prompt for values. Possible values are:
4624 @example
4625 nil @r{Never prompt for optional arguments}
4626 t @r{Always prompt}
4627 maybe @r{Prompt only if @code{reftex-citation} was called with C-u prefix arg}
4628 @end example
4629 Unnecessary empty optional arguments are removed before insertion into
4630 the buffer. See @code{reftex-cite-cleanup-optional-args}.
4631 @end defopt
4632
4633 @defopt reftex-cite-cleanup-optional-args
4634 Non-@code{nil} means, remove empty optional arguments from cite macros
4635 if possible.
4636 @end defopt
4637
4638 @defopt reftex-comment-citations
4639 Non-@code{nil} means add a comment for each citation describing the full
4640 entry. The comment is formatted according to
4641 @code{reftex-cite-comment-format}.
4642 @end defopt
4643
4644 @defopt reftex-cite-comment-format
4645 Citation format used for commented citations. Must @emph{not} contain
4646 @samp{%l}. See the variable @code{reftex-cite-format} for possible
4647 percent escapes.
4648 @end defopt
4649
4650 @defopt reftex-cite-punctuation
4651 Punctuation for formatting of name lists in citations. This is a list
4652 of 3 strings.
4653 @enumerate
4654 @item
4655 normal names separator, like @samp{, } in Jones, Brown and Miller
4656 @item
4657 final names separator, like @samp{ and } in Jones, Brown and Miller
4658 @item
4659 The @samp{et al.} string, like @samp{ @{\it et al.@}} in
4660 Jones @{\it et al.@}
4661 @end enumerate
4662 @end defopt
4663
4664 @deffn {Normal Hook} reftex-select-bib-mode-hook
4665 Normal hook which is run when a selection buffer enters
4666 @code{reftex-select-bib-mode}.
4667 @end deffn
4668
4669 @deffn Keymap reftex-select-bib-map
4670 The keymap which is active in the citation-key selection process
4671 (@pxref{Creating Citations}).
4672 @end deffn
4673
4674 @defopt reftex-cite-key-separator
4675 String used to separate several keys in a single @samp{\\cite} macro.
4676 Per default this is @samp{","} but if you often have to deal with a lot
4677 of entries and need to break the macro across several lines you might
4678 want to change it to @samp{", "}.
4679 @end defopt
4680
4681 @defopt reftex-create-bibtex-header
4682 Header to insert in BibTeX files generated by
4683 @code{reftex-create-bibtex-file}.
4684 @end defopt
4685
4686 @defopt reftex-create-bibtex-footer
4687 Footer to insert in BibTeX files generated by
4688 @code{reftex-create-bibtex-file}.
4689 @end defopt
4690
4691
4692 @node Options - Index Support, Options - Viewing Cross-References, Options - Creating Citations, Options
4693 @section Index Support
4694 @cindex Options, Index support
4695 @cindex Index support, options
4696
4697 @defopt reftex-support-index
4698 Non-@code{nil} means, index entries are parsed as well. Index support
4699 is resource intensive and the internal structure holding the parsed
4700 information can become quite big. Therefore it can be turned off. When
4701 this is @code{nil} and you execute a command which requires index
4702 support, you will be asked for confirmation to turn it on and rescan the
4703 document.
4704 @end defopt
4705
4706 @defopt reftex-index-special-chars
4707 List of special characters in index entries, given as strings. These
4708 correspond to the @code{MakeIndex} keywords
4709 @code{(@var{level} @var{encap} @var{actual} @var{quote} @var{escape})}.
4710 @end defopt
4711
4712 @defopt reftex-index-macros
4713 List of macros which define index entries. The structure of each entry
4714 is
4715 @lisp
4716 (@var{macro} @var{index-tag} @var{key} @var{prefix} @var{exclude} @var{repeat})
4717 @end lisp
4718
4719 @var{macro} is the macro. Arguments should be denoted by empty braces,
4720 as for example in @samp{\index[]@{*@}}. Use square brackets to denote
4721 optional arguments. The star marks where the index key is.
4722
4723 @var{index-tag} is a short name of the index. @samp{idx} and @samp{glo}
4724 are reserved for the default index and the glossary. Other indices can
4725 be defined as well. If this is an integer, the Nth argument of the
4726 macro holds the index tag.
4727
4728 @var{key} is a character which is used to identify the macro for input
4729 with @code{reftex-index}. @samp{?i}, @samp{?I}, and @samp{?g} are
4730 reserved for default index and glossary.
4731
4732 @var{prefix} can be a prefix which is added to the @var{key} part of the
4733 index entry. If you have a macro
4734 @code{\newcommand@{\molec@}[1]@{#1\index@{Molecules!#1@}}, this prefix
4735 should be @samp{Molecules!}.
4736
4737 @var{exclude} can be a function. If this function exists and returns a
4738 non-@code{nil} value, the index entry at point is ignored. This was
4739 implemented to support the (deprecated) @samp{^} and @samp{_} shortcuts
4740 in the @LaTeX{}2e @code{index} package.
4741
4742 @var{repeat}, if non-@code{nil}, means the index macro does not typeset
4743 the entry in the text, so that the text has to be repeated outside the
4744 index macro. Needed for @code{reftex-index-selection-or-word} and for
4745 indexing from the phrase buffer.
4746
4747 The final entry may also be a symbol. It must have an association in
4748 the variable @code{reftex-index-macros-builtin} to specify the main
4749 indexing package you are using. Valid values are currently
4750 @example
4751 default @r{The @LaTeX{} default; unnecessary to specify this one}
4752 multind @r{The multind.sty package}
4753 index @r{The index.sty package}
4754 index-shortcut @r{The index.sty packages with the ^ and _ shortcuts.}
4755 @r{Should not be used; only for old documents}
4756 @end example
4757 Note that @AUCTeX{} sets these things internally for @RefTeX{} as well,
4758 so with a sufficiently new version of @AUCTeX{}, you should not set the
4759 package here.
4760 @end defopt
4761
4762 @defopt reftex-index-default-macro
4763 The default index macro for @code{reftex-index-selection-or-word}.
4764 This is a list with @code{(@var{macro-key} @var{default-tag})}.
4765
4766 @var{macro-key} is a character identifying an index macro; see
4767 @code{reftex-index-macros}.
4768
4769 @var{default-tag} is the tag to be used if the macro requires a
4770 @var{tag} argument. When this is @code{nil} and a @var{tag} is needed,
4771 @RefTeX{} will ask for it. When this is the empty string and the
4772 TAG argument of the index macro is optional, the TAG argument will be
4773 omitted.
4774 @end defopt
4775
4776 @defopt reftex-index-default-tag
4777 Default index tag. When working with multiple indexes, RefTeX queries
4778 for an index tag when creating index entries or displaying a specific
4779 index. This variable controls the default offered for these queries.
4780 The default can be selected with @key{RET} during selection or
4781 completion. Valid values of this variable are:
4782 @example
4783 nil @r{Do not provide a default index}
4784 "tag" @r{The default index tag given as a string, e.g., "idx"}
4785 last @r{The last used index tag will be offered as default}
4786 @end example
4787 @end defopt
4788
4789 @defopt reftex-index-math-format
4790 Format of index entries when copied from inside math mode. When
4791 @code{reftex-index-selection-or-word} is executed inside @TeX{} math mode,
4792 the index key copied from the buffer is processed with this format
4793 string through the @code{format} function. This can be used to add the
4794 math delimiters (e.g., @samp{$}) to the string. Requires the
4795 @file{texmathp.el} library which is part of @AUCTeX{}.
4796 @end defopt
4797
4798 @defopt reftex-index-phrase-file-extension
4799 File extension for the index phrase file. This extension will be added
4800 to the base name of the master file.
4801 @end defopt
4802
4803 @defopt reftex-index-phrases-logical-and-regexp
4804 Regexp matching the @samp{and} operator for index arguments in phrases
4805 file. When several index arguments in a phrase line are separated by
4806 this operator, each part will generate an index macro. So each match of
4807 the search phrase will produce @emph{several} different index entries.
4808 Make sure this does no match things which are not separators. This
4809 logical @samp{and} has higher priority than the logical @samp{or}
4810 specified in @code{reftex-index-phrases-logical-or-regexp}.
4811 @end defopt
4812
4813 @defopt reftex-index-phrases-logical-or-regexp
4814 Regexp matching the @samp{or} operator for index arguments in phrases
4815 file. When several index arguments in a phrase line are separated by
4816 this operator, the user will be asked to select one of them at each
4817 match of the search phrase. The first index arg will be the default. A
4818 number key @kbd{1}--@kbd{9} must be pressed to switch to another. Make
4819 sure this does no match things which are not separators. The logical
4820 @samp{and} specified in @code{reftex-index-phrases-logical-or-regexp}
4821 has higher priority than this logical @samp{or}.
4822 @end defopt
4823
4824 @defopt reftex-index-phrases-search-whole-words
4825 Non-@code{nil} means phrases search will look for whole words, not subwords.
4826 This works by requiring word boundaries at the beginning and end of
4827 the search string. When the search phrase already has a non-word-char
4828 at one of these points, no word boundary is required there.
4829 @end defopt
4830
4831 @defopt reftex-index-phrases-case-fold-search
4832 Non-@code{nil} means, searching for index phrases will ignore
4833 case.
4834 @end defopt
4835
4836 @defopt reftex-index-verify-function
4837 A function which is called at each match during global indexing.
4838 If the function returns @code{nil}, the current match is skipped.
4839 @end defopt
4840
4841 @defopt reftex-index-phrases-skip-indexed-matches
4842 Non-@code{nil} means, skip matches which appear to be indexed already.
4843 When doing global indexing from the phrases buffer, searches for some
4844 phrases may match at places where that phrase was already indexed. In
4845 particular when indexing an already processed document again, this
4846 will even be the norm. When this variable is non-@code{nil},
4847 @RefTeX{} checks if the match is an index macro argument, or if an
4848 index macro is directly before or after the phrase. If that is the
4849 case, that match will be ignored.
4850 @end defopt
4851
4852 @defopt reftex-index-phrases-wrap-long-lines
4853 Non-@code{nil} means, when indexing from the phrases buffer, wrap lines.
4854 Inserting indexing commands in a line makes the line longer, often
4855 so long that it does not fit onto the screen. When this variable is
4856 non-@code{nil}, newlines will be added as necessary before and/or after the
4857 indexing command to keep lines short. However, the matched text
4858 phrase and its index command will always end up on a single line.
4859 @end defopt
4860
4861 @defopt reftex-index-phrases-sort-prefers-entry
4862 Non-@code{nil} means when sorting phrase lines, the explicit index entry
4863 is used. Phrase lines in the phrases buffer contain a search phrase, and
4864 sorting is normally based on these. Some phrase lines also have
4865 an explicit index argument specified. When this variable is
4866 non-@code{nil}, the index argument will be used for sorting.
4867 @end defopt
4868
4869 @defopt reftex-index-phrases-sort-in-blocks
4870 Non-@code{nil} means, empty and comment lines separate phrase buffer
4871 into blocks. Sorting will then preserve blocks, so that lines are
4872 re-arranged only within blocks.
4873 @end defopt
4874
4875 @defopt reftex-index-phrases-map
4876 Keymap for the Index Phrases buffer.
4877 @end defopt
4878
4879 @defopt reftex-index-phrases-mode-hook
4880 Normal hook which is run when a buffer is put into
4881 @code{reftex-index-phrases-mode}.
4882 @end defopt
4883
4884 @defopt reftex-index-section-letters
4885 The letters which denote sections in the index. Usually these are all
4886 capital letters. Don't use any downcase letters. Order is not
4887 significant, the index will be sorted by whatever the sort function
4888 thinks is correct. In addition to these letters, @RefTeX{} will
4889 create a group @samp{!} which contains all entries sorted below the
4890 lowest specified letter. In the @file{*Index*} buffer, pressing any of
4891 these capital letters or @kbd{!} will jump to that section.
4892 @end defopt
4893
4894 @defopt reftex-index-include-context
4895 Non-@code{nil} means, display the index definition context in the
4896 @file{*Index*} buffer. This flag may also be toggled from the
4897 @file{*Index*} buffer with the @kbd{c} key.
4898 @end defopt
4899
4900 @defopt reftex-index-follow-mode
4901 Non-@code{nil} means, point in @file{*Index*} buffer will cause other
4902 window to follow. The other window will show the corresponding part of
4903 the document. This flag can be toggled from within the @file{*Index*}
4904 buffer with the @kbd{f} key.
4905 @end defopt
4906
4907 @deffn Keymap reftex-index-map
4908 The keymap which is active in the @file{*Index*} buffer
4909 (@pxref{Index Support}).
4910 @end deffn
4911
4912 @node Options - Viewing Cross-References
4913 @section Viewing Cross-References
4914 @cindex Options, viewing cross-references
4915 @cindex Viewing cross-references, options
4916
4917 @defopt reftex-view-crossref-extra
4918 Macros which can be used for the display of cross references.
4919 This is used when @code{reftex-view-crossref} is called with point in an
4920 argument of a macro. Note that crossref viewing for citations,
4921 references (both ways) and index entries is hard-coded. This variable
4922 is only to configure additional structures for which crossreference
4923 viewing can be useful. Each entry has the structure
4924 @example
4925 (@var{macro-re} @var{search-re} @var{highlight}).
4926 @end example
4927 @var{macro-re} is matched against the macro. @var{search-re} is the
4928 regexp used to search for cross references. @samp{%s} in this regexp is
4929 replaced with the macro argument at point. @var{highlight} is an
4930 integer indicating which subgroup of the match should be highlighted.
4931 @end defopt
4932
4933 @defopt reftex-auto-view-crossref
4934 Non-@code{nil} means, initially turn automatic viewing of crossref info
4935 on. Automatic viewing of crossref info normally uses the echo area.
4936 Whenever point is idle for more than @code{reftex-idle-time} seconds on
4937 the argument of a @code{\ref} or @code{\cite} macro, and no other
4938 message is being displayed, the echo area will display information about
4939 that cross reference. You can also set the variable to the symbol
4940 @code{window}. In this case a small temporary window is used for the
4941 display. This feature can be turned on and off from the menu
4942 (Ref->Options).
4943 @end defopt
4944
4945 @defopt reftex-idle-time
4946 Time (secs) Emacs has to be idle before automatic crossref display
4947 or toc recentering is done.
4948 @end defopt
4949
4950 @defopt reftex-cite-view-format
4951 Citation format used to display citation info in the message area. See
4952 the variable @code{reftex-cite-format} for possible percent
4953 escapes.
4954 @end defopt
4955
4956 @defopt reftex-revisit-to-echo
4957 Non-@code{nil} means, automatic citation display will revisit files if
4958 necessary. When @code{nil}, citation display in echo area will only be active
4959 for cached echo strings (see @code{reftex-cache-cite-echo}), or for
4960 @BibTeX{} database files which are already visited by a live associated
4961 buffers.
4962 @end defopt
4963
4964 @defopt reftex-cache-cite-echo
4965 Non-@code{nil} means, the information displayed in the echo area for
4966 cite macros (see variable @code{reftex-auto-view-crossref}) is cached and
4967 saved along with the parsing information. The cache survives document
4968 scans. In order to clear it, use @kbd{M-x reftex-reset-mode}.
4969 @end defopt
4970
4971 @node Options - Finding Files
4972 @section Finding Files
4973 @cindex Options, Finding Files
4974 @cindex Finding files, options
4975
4976 @defopt reftex-texpath-environment-variables
4977 List of specifications how to retrieve the search path for @TeX{} files.
4978 Several entries are possible.
4979 @itemize @minus
4980 @item
4981 If an element is the name of an environment variable, its content is
4982 used.
4983 @item
4984 If an element starts with an exclamation mark, it is used as a command
4985 to retrieve the path. A typical command with the kpathsearch library
4986 would be @w{@code{"!kpsewhich -show-path=.tex"}}.
4987 @item
4988 Otherwise the element itself is interpreted as a path.
4989 @end itemize
4990 Multiple directories can be separated by the system dependent
4991 @code{path-separator}. Directories ending in @samp{//} or @samp{!!} will
4992 be expanded recursively. See also @code{reftex-use-external-file-finders}.
4993 @end defopt
4994
4995 @defopt reftex-bibpath-environment-variables
4996 List of specifications how to retrieve the search path for @BibTeX{}
4997 files. Several entries are possible.
4998 @itemize @minus
4999 @item
5000 If an element is the name of an environment variable, its content is
5001 used.
5002 @item
5003 If an element starts with an exclamation mark, it is used as a command
5004 to retrieve the path. A typical command with the kpathsearch library
5005 would be @w{@code{"!kpsewhich -show-path=.bib"}}.
5006 @item
5007 Otherwise the element itself is interpreted as a path.
5008 @end itemize
5009 Multiple directories can be separated by the system dependent
5010 @code{path-separator}. Directories ending in @samp{//} or @samp{!!} will
5011 be expanded recursively. See also @code{reftex-use-external-file-finders}.
5012 @end defopt
5013
5014 @defopt reftex-file-extensions
5015 Association list with file extensions for different file types.
5016 This is a list of items, each item is like:
5017 @code{(@var{type} . (@var{def-ext} @var{other-ext} ...))}
5018 @example
5019 @var{type}: @r{File type like @code{"bib"} or @code{"tex"}.}
5020 @var{def-ext}: @r{The default extension for that file type, like @code{".tex"} or @code{".bib"}.}
5021 @var{other-ext}: @r{Any number of other valid extensions for this file type.}
5022 @end example
5023 When a files is searched and it does not have any of the valid extensions,
5024 we try the default extension first, and then the naked file name.
5025 @end defopt
5026
5027 @defopt reftex-search-unrecursed-path-first
5028 Non-@code{nil} means, search all specified directories before trying
5029 recursion. Thus, in a path @samp{.//:/tex/}, search first @samp{./},
5030 then @samp{/tex/}, and then all subdirectories of @samp{./}. If this
5031 option is @code{nil}, the subdirectories of @samp{./} are searched
5032 before @samp{/tex/}. This is mainly for speed; most of the time the
5033 recursive path is for the system files and not for the user files. Set
5034 this to @code{nil} if the default makes @RefTeX{} finding files with
5035 equal names in wrong sequence.
5036 @end defopt
5037
5038 @defopt reftex-use-external-file-finders
5039 Non-@code{nil} means, use external programs to find files. Normally,
5040 @RefTeX{} searches the paths given in the environment variables
5041 @code{TEXINPUTS} and @code{BIBINPUTS} to find @TeX{} files and @BibTeX{}
5042 database files. With this option turned on, it calls an external
5043 program specified in the option @code{reftex-external-file-finders}
5044 instead. As a side effect, the variables
5045 @code{reftex-texpath-environment-variables} and
5046 @code{reftex-bibpath-environment-variables} will be ignored.
5047 @end defopt
5048
5049 @defopt reftex-external-file-finders
5050 Association list with external programs to call for finding files. Each
5051 entry is a cons cell @w{@code{(@var{type} . @var{program})}}.
5052 @var{type} is either @code{"tex"} or @code{"bib"}. @var{program} is a
5053 string containing the external program to use with any arguments.
5054 @code{%f} will be replaced by the name of the file to be found. Note
5055 that these commands will be executed directly, not via a shell. Only
5056 relevant when @code{reftex-use-external-file-finders} is
5057 non-@code{nil}.
5058 @end defopt
5059
5060 @page
5061 @node Options - Optimizations
5062 @section Optimizations
5063 @cindex Options, optimizations
5064 @cindex Optimizations, options
5065
5066 @defopt reftex-keep-temporary-buffers
5067 Non-@code{nil} means, keep buffers created for parsing and lookup.
5068 @RefTeX{} sometimes needs to visit files related to the current
5069 document. We distinguish files visited for
5070 @table @asis
5071 @item PARSING
5072 Parts of a multifile document loaded when (re)-parsing the
5073 document.
5074 @item LOOKUP
5075 @BibTeX{} database files and @TeX{} files loaded to find a reference, to
5076 display label context, etc.
5077 @end table
5078 The created buffers can be kept for later use, or be thrown away
5079 immediately after use, depending on the value of this variable:
5080
5081 @table @code
5082 @item nil
5083 Throw away as much as possible.
5084 @item t
5085 Keep everything.
5086 @item 1
5087 Throw away buffers created for parsing, but keep the ones created for
5088 lookup.
5089 @end table
5090
5091 If a buffer is to be kept, the file is visited normally (which is
5092 potentially slow but will happen only once). If a buffer is to be thrown
5093 away, the initialization of the buffer depends upon the variable
5094 @code{reftex-initialize-temporary-buffers}.
5095 @end defopt
5096
5097 @defopt reftex-initialize-temporary-buffers
5098 Non-@code{nil} means do initializations even when visiting file
5099 temporarily. When @code{nil}, @RefTeX{} may turn off find-file hooks and
5100 other stuff to briefly visit a file. When @code{t}, the full default
5101 initializations are done (@code{find-file-hook} etc.). Instead of
5102 @code{t} or @code{nil}, this variable may also be a list of hook
5103 functions to do a minimal initialization.
5104 @end defopt
5105
5106 @defopt reftex-no-include-regexps
5107 List of regular expressions to exclude certain input files from parsing.
5108 If the name of a file included via @code{\include} or @code{\input} is
5109 matched by any of the regular expressions in this list, that file is not
5110 parsed by @RefTeX{}.
5111 @end defopt
5112
5113 @defopt reftex-enable-partial-scans
5114 Non-@code{nil} means, re-parse only 1 file when asked to re-parse.
5115 Re-parsing is normally requested with a @kbd{C-u} prefix to many @RefTeX{}
5116 commands, or with the @kbd{r} key in menus. When this option is
5117 @code{t} in a multifile document, we will only parse the current buffer,
5118 or the file associated with the label or section heading near point in a
5119 menu. Requesting re-parsing of an entire multifile document then
5120 requires a @kbd{C-u C-u} prefix or the capital @kbd{R} key in
5121 menus.
5122 @end defopt
5123
5124 @defopt reftex-save-parse-info
5125 Non-@code{nil} means, save information gathered with parsing in files.
5126 The file @file{MASTER.rel} in the same directory as @file{MASTER.tex} is
5127 used to save the information. When this variable is @code{t},
5128 @itemize @minus
5129 @item
5130 accessing the parsing information for the first time in an editing
5131 session will read that file (if available) instead of parsing the
5132 document.
5133 @item
5134 exiting Emacs or killing a buffer in reftex-mode will cause a new
5135 version of the file to be written.
5136 @end itemize
5137 @end defopt
5138
5139 @defopt reftex-parse-file-extension
5140 File extension for the file in which parser information is stored.
5141 This extension is added to the base name of the master file.
5142 @end defopt
5143
5144 @defopt reftex-allow-automatic-rescan
5145 Non-@code{nil} means, @RefTeX{} may rescan the document when this seems
5146 necessary. Applies (currently) only in rare cases, when a new label
5147 cannot be placed with certainty into the internal label list.
5148 @end defopt
5149
5150 @defopt reftex-use-multiple-selection-buffers
5151 Non-@code{nil} means use a separate selection buffer for each label
5152 type. These buffers are kept from one selection to the next and need
5153 not be created for each use, so the menu generally comes up faster.
5154 The selection buffers will be erased (and therefore updated)
5155 automatically when new labels in its category are added. See the
5156 variable @code{reftex-auto-update-selection-buffers}.
5157 @end defopt
5158
5159 @defopt reftex-auto-update-selection-buffers
5160 Non-@code{nil} means, selection buffers will be updated automatically.
5161 When a new label is defined with @code{reftex-label}, all selection
5162 buffers associated with that label category are emptied, in order to
5163 force an update upon next use. When @code{nil}, the buffers are left
5164 alone and have to be updated by hand, with the @kbd{g} key from the
5165 label selection process. The value of this variable will only have any
5166 effect when @code{reftex-use-multiple-selection-buffers} is
5167 non-@code{nil}.
5168 @end defopt
5169
5170 @node Options - Fontification
5171 @section Fontification
5172 @cindex Options, fontification
5173 @cindex Fontification, options
5174
5175 @defopt reftex-use-fonts
5176 Non-@code{nil} means, use fonts in label menu and on-the-fly help.
5177 Font-lock must be loaded as well to actually get fontified
5178 display. After changing this option, a rescan may be necessary to
5179 activate it.
5180 @end defopt
5181
5182 @defopt reftex-refontify-context
5183 Non-@code{nil} means, re-fontify the context in the label menu with
5184 font-lock. This slightly slows down the creation of the label menu. It
5185 is only necessary when you definitely want the context fontified.
5186
5187 This option may have 3 different values:
5188 @table @code
5189 @item nil
5190 Never refontify.
5191 @item t
5192 Always refontify.
5193 @item 1
5194 Refontify when necessary, e.g., with old versions of the x-symbol
5195 package.
5196 @end table
5197 The option is ignored when @code{reftex-use-fonts} is @code{nil}.
5198 @end defopt
5199
5200 @defopt reftex-highlight-selection
5201 Non-@code{nil} means, highlight selected text in selection and
5202 @file{*toc*} buffers. Normally, the text near the cursor is the
5203 @emph{selected} text, and it is highlighted. This is the entry most
5204 keys in the selection and @file{*toc*} buffers act on. However, if you
5205 mainly use the mouse to select an item, you may find it nice to have
5206 mouse-triggered highlighting @emph{instead} or @emph{as well}. The
5207 variable may have one of these values:
5208
5209 @example
5210 nil @r{No highlighting.}
5211 cursor @r{Highlighting is cursor driven.}
5212 mouse @r{Highlighting is mouse driven.}
5213 both @r{Both cursor and mouse trigger highlighting.}
5214 @end example
5215
5216 Changing this variable requires rebuilding the selection and *toc*
5217 buffers to become effective (keys @kbd{g} or @kbd{r}).
5218 @end defopt
5219
5220 @defopt reftex-cursor-selected-face
5221 Face name to highlight cursor selected item in toc and selection buffers.
5222 See also the variable @code{reftex-highlight-selection}.
5223 @end defopt
5224 @defopt reftex-mouse-selected-face
5225 Face name to highlight mouse selected item in toc and selection buffers.
5226 See also the variable @code{reftex-highlight-selection}.
5227 @end defopt
5228 @defopt reftex-file-boundary-face
5229 Face name for file boundaries in selection buffer.
5230 @end defopt
5231 @defopt reftex-label-face
5232 Face name for labels in selection buffer.
5233 @end defopt
5234 @defopt reftex-section-heading-face
5235 Face name for section headings in toc and selection buffers.
5236 @end defopt
5237 @defopt reftex-toc-header-face
5238 Face name for the header of a toc buffer.
5239 @end defopt
5240 @defopt reftex-bib-author-face
5241 Face name for author names in bib selection buffer.
5242 @end defopt
5243 @defopt reftex-bib-year-face
5244 Face name for year in bib selection buffer.
5245 @end defopt
5246 @defopt reftex-bib-title-face
5247 Face name for article title in bib selection buffer.
5248 @end defopt
5249 @defopt reftex-bib-extra-face
5250 Face name for bibliographic information in bib selection buffer.
5251 @end defopt
5252 @defopt reftex-select-mark-face
5253 Face name for marked entries in the selection buffers.
5254 @end defopt
5255 @defopt reftex-index-header-face
5256 Face name for the header of an index buffer.
5257 @end defopt
5258 @defopt reftex-index-section-face
5259 Face name for the start of a new letter section in the index.
5260 @end defopt
5261 @defopt reftex-index-tag-face
5262 Face name for index names (for multiple indices).
5263 @end defopt
5264 @defopt reftex-index-face
5265 Face name for index entries.
5266 @end defopt
5267
5268 @node Options - Misc
5269 @section Miscellaneous
5270 @cindex Options, misc
5271
5272 @defopt reftex-extra-bindings
5273 Non-@code{nil} means, make additional key bindings on startup. These
5274 extra bindings are located in the users @samp{C-c letter}
5275 map. @xref{Key Bindings}.
5276 @end defopt
5277
5278 @defopt reftex-plug-into-AUCTeX
5279 Plug-in flags for @AUCTeX{} interface. This variable is a list of
5280 5 boolean flags. When a flag is non-@code{nil}, @RefTeX{}
5281 will
5282
5283 @example
5284 - supply labels in new sections and environments (flag 1)
5285 - supply arguments for macros like @code{\label} (flag 2)
5286 - supply arguments for macros like @code{\ref} (flag 3)
5287 - supply arguments for macros like @code{\cite} (flag 4)
5288 - supply arguments for macros like @code{\index} (flag 5)
5289 @end example
5290
5291 You may also set the variable itself to @code{t} or @code{nil} in
5292 order to turn all options on or off, respectively.@*
5293 Supplying labels in new sections and environments applies when creating
5294 sections with @kbd{C-c C-s} and environments with @kbd{C-c C-e}.@*
5295 Supplying macro arguments applies when you insert such a macro
5296 interactively with @kbd{C-c @key{RET}}.@*
5297 See the @AUCTeX{} documentation for more information.
5298 @end defopt
5299
5300 @defopt reftex-revisit-to-follow
5301 Non-@code{nil} means, follow-mode will revisit files if necessary.
5302 When @code{nil}, follow-mode will be suspended for stuff in unvisited files.
5303 @end defopt
5304
5305 @defopt reftex-allow-detached-macro-args
5306 Non-@code{nil} means, allow arguments of macros to be detached by
5307 whitespace. When this is @code{t}, the @samp{aaa} in @w{@samp{\bbb
5308 [xxx] @{aaa@}}} will be considered an argument of @code{\bb}. Note that
5309 this will be the case even if @code{\bb} is defined with zero or one
5310 argument.
5311 @end defopt
5312
5313 @node Keymaps and Hooks
5314 @section Keymaps and Hooks
5315 @cindex Keymaps
5316
5317 @RefTeX{} has the usual general keymap, load hook and mode hook.
5318
5319 @deffn Keymap reftex-mode-map
5320 The keymap for @RefTeX{} mode.
5321 @end deffn
5322
5323 @deffn {Normal Hook} reftex-load-hook
5324 Normal hook which is being run when loading @file{reftex.el}.
5325 @end deffn
5326
5327 @deffn {Normal Hook} reftex-mode-hook
5328 Normal hook which is being run when turning on @RefTeX{} mode.
5329 @end deffn
5330
5331 Furthermore, the four modes used for referencing labels, creating
5332 citations, the table of contents buffer and the phrases buffer have
5333 their own keymaps and mode hooks. See the respective sections. There
5334 are many more hooks which are described in the relevant sections about
5335 options for a specific part of @RefTeX{}.
5336
5337 @node Changes
5338 @chapter Changes
5339 @cindex Changes
5340
5341 Here is a list of recent changes to @RefTeX{}.
5342
5343 @noindent @b{Version 4.33}
5344
5345 @itemize @bullet
5346 @item
5347 Update to GPLv3.
5348 @item
5349 Parse files are created in a way that does not interfere with recentf
5350 mode.
5351 @end itemize
5352
5353 @noindent @b{Version 4.32}
5354
5355 @itemize @bullet
5356 @item
5357 First release by @AUCTeX{} project.
5358 @item
5359 Installation routine rewritten after structure of source package
5360 changed.
5361 @item
5362 Activation of @RefTeX{} changed, so make sure you read the installation
5363 instructions and remove obsolete cruft related to @RefTeX{} from your
5364 init file.
5365 @item
5366 Fixed bug where point would end up in the wrong buffer when jumping
5367 between several @LaTeX{} and phrases buffers.
5368 @item
5369 Fixed bug where @BibTeX{} keys with hyphens were parsed incorrectly.
5370 @item
5371 Some performance improvements.
5372 @item
5373 The separator used between multiple citations in a \cite macro can now
5374 be changed by customizing the variable @code{reftex-cite-key-separator}.
5375 @end itemize
5376
5377 @noindent @b{Version 4.28}
5378 @itemize @bullet
5379 @item Support for the Jurabib package.
5380 @item Improvements when selecting several items in a selection buffer.
5381 @end itemize
5382
5383 @noindent @b{Version 4.26}
5384 @itemize @bullet
5385 @item
5386 Support for global incremental search.
5387 @item
5388 Some improvements for XEmacs compatibility.
5389 @end itemize
5390
5391 @noindent @b{Version 4.25}
5392 @itemize @bullet
5393 @item
5394 Fixed bug with @samp{%F} in a label prefix. Added new escapes
5395 @samp{%m} and @samp{%M} for mater file name and master directory.
5396 @end itemize
5397
5398 @noindent @b{Version 4.24}
5399 @itemize @bullet
5400 @item
5401 Inserting citation commands now prompts for optional arguments
5402 when called with a prefix argument. Related new options are
5403 @code{reftex-cite-prompt-optional-args} and
5404 @code{reftex-cite-cleanup-optional-args}.
5405 @item
5406 New option @code{reftex-trust-label-prefix}. Configure this variable
5407 if you'd like RefTeX to base its classification of labels on prefixes.
5408 This can speed-up document parsing, but may in some cases reduce the
5409 quality of the context used by RefTeX to describe a label.
5410 @item
5411 Fixed bug in @code{reftex-create-bibtex-file} when
5412 @code{reftex-comment-citations} is non-@code{nil}.
5413 @item
5414 Fixed bugs in indexing: Case-sensitive search, quotes before and/or
5415 after words. Disabled indexing in comment lines.
5416 @end itemize
5417
5418 @noindent @b{Version 4.22}
5419 @itemize @bullet
5420 @item
5421 New command @code{reftex-create-bibtex-file} to create a new database
5422 with all entries referenced in the current document.
5423 @item
5424 New keys @kbd{e} and @kbd{E} allow you to produce a BibTeX database
5425 file from entries marked in a citation selection buffer.
5426 @end itemize
5427
5428 @noindent @b{Version 4.21}
5429 @itemize @bullet
5430 @item
5431 Renaming labels from the toc buffer with key @kbd{M-%}.
5432 @end itemize
5433
5434 @noindent @b{Version 4.20}
5435 @itemize @bullet
5436 @item
5437 Structure editing capabilities. The command keys @kbd{<} and @kbd{>} in
5438 the TOC buffer promote/demote the section at point or all sections in
5439 the current region.
5440 @item
5441 New option @code{reftex-toc-split-windows-fraction} to set the size of
5442 the window used by the TOC@. This makes the old variable
5443 @code{reftex-toc-split-windows-horizontally-fraction} obsolete.
5444 @item
5445 A dedicated frame can show the TOC with the current section
5446 always automatically highlighted. The frame is created and
5447 deleted from the toc buffer with the @kbd{d} key.
5448 @end itemize
5449
5450 @noindent @b{Version 4.19}
5451 @itemize @bullet
5452 @item
5453 New command @code{reftex-toc-recenter} (@kbd{C-c -}) which shows the current
5454 section in the TOC buffer without selecting the TOC window.
5455 @item
5456 Recentering happens automatically in idle time when the option
5457 @code{reftex-auto-recenter-toc} is turned on.
5458 @item
5459 Fixed several bugs related to automatic cursor positioning in the TOC
5460 buffer.
5461 @item
5462 The highlight in the TOC buffer stays when the focus moves to a
5463 different window.
5464 @item
5465 New command @code{reftex-goto-label}.
5466 @item
5467 Part numbers are no longer included in chapter numbers, and a new
5468 part does not reset the chapter counter. See new option
5469 @code{reftex-part-resets-chapter}.
5470 @end itemize
5471
5472 @noindent @b{Version 4.18}
5473 @itemize @bullet
5474 @item
5475 @code{reftex-citation} uses the word before the cursor as a default
5476 search string.
5477 @item
5478 Simplified several regular expressions for speed.
5479 @item
5480 Better support for chapterbib.
5481 @end itemize
5482
5483 @noindent @b{Version 4.17}
5484 @itemize @bullet
5485 @item
5486 The toc window can be split off horizontally. See new options
5487 @code{reftex-toc-split-windows-horizontally},
5488 @code{reftex-toc-split-windows-horizontally-fraction}.
5489 @item
5490 It is possible to specify a function which verifies an index match
5491 during global indexing. See new option @code{reftex-index-verify-function}.
5492 @item
5493 The macros which input a file in LaTeX (like \input, \include) can
5494 be configured. See new option @code{reftex-include-file-commands}.
5495 @item
5496 The macros which specify the bibliography file (like \bibliography) can
5497 be configured. See new option @code{reftex-bibliography-commands}.
5498 @item
5499 The regular expression used to search for the \bibliography macro has
5500 been relaxed to allow for @samp{@{\bibliography@{...@}@}} needed by
5501 chapterbib.
5502 @item
5503 Small bug fixes.
5504 @end itemize
5505
5506 @noindent @b{Version 4.15}
5507 @itemize @bullet
5508 @item
5509 Fixed bug with parsing of BibTeX files, when fields contain quotes or
5510 unmatched parenthesis.
5511 @item
5512 Small bug fixes.
5513 @item
5514 Improved interaction with Emacs LaTeX mode.
5515 @end itemize
5516
5517 @noindent @b{Version 4.12}
5518 @itemize @bullet
5519 @item
5520 Support for @file{bibentry} citation style.
5521 @end itemize
5522
5523 @noindent @b{Version 4.11}
5524 @itemize @bullet
5525 @item
5526 Fixed bug which would parse @samp{\Section} just like @samp{\section}.
5527 @end itemize
5528
5529 @noindent @b{Version 4.10}
5530 @itemize @bullet
5531 @item
5532 Renamed @file{reftex-vcr.el} to @file{reftex-dcr.el} because of conflict
5533 with @file{reftex-vars.el} on DOS machines.
5534 @item
5535 New options @code{reftex-parse-file-extension} and
5536 @code{reftex-index-phrase-file-extension}.
5537 @end itemize
5538
5539 @noindent [.....]
5540 @ignore
5541 @noindent @b{Version 4.09}
5542 @itemize @bullet
5543 @item
5544 New option @code{reftex-toc-max-level} to limit the depth of the toc.
5545 New key binding @kbd{t} in the @file{*toc*} buffer to change this
5546 setting.
5547 @item
5548 RefTeX maintains an @file{Index Phrases} file in which phrases can be
5549 collected. When the document is ready, RefTeX can search all
5550 these phrases and assist indexing all matches.
5551 @item
5552 The variables @code{reftex-index-macros} and
5553 @code{reftex-index-default-macro} have changed their syntax slightly.
5554 The @var{repeat} parameter has move from the latter to the former.
5555 Also calls to @code{reftex-add-index-macros} from AUCTeX style files
5556 need to be adapted.
5557 @item
5558 The variable @code{reftex-section-levels} no longer contains the
5559 default stuff which has been moved to a constant.
5560 @item
5561 Environments like theorems can be placed into the TOC by putting
5562 entries for @samp{"begin@{theorem@}"} in
5563 @code{reftex-section-levels}.
5564 @end itemize
5565
5566 @noindent @b{Version 4.06}
5567 @itemize @bullet
5568 @item
5569 @code{reftex-section-levels} can contain a function to compute the level
5570 of a sectioning command.
5571 @item
5572 Multiple @code{thebibliography} environments recognized.
5573 @end itemize
5574
5575 @noindent @b{Version 4.04}
5576 @itemize @bullet
5577 @item
5578 New option @code{reftex-index-default-tag} implements a default for queries.
5579 @end itemize
5580
5581 @noindent @b{Version 4.02}
5582 @itemize @bullet
5583 @item
5584 macros ending in @samp{refrange} are considered to contain references.
5585 @item
5586 Index entries made with @code{reftex-index-selection-or-word} in TeX
5587 math mode automatically get enclosing @samp{$} to preserve math mode. See
5588 new option @code{reftex-index-math-format}. Requires AUCTeX.
5589 @end itemize
5590
5591 @noindent @b{Version 4.01}
5592 @itemize @bullet
5593 @item
5594 New command @code{reftex-index-globally} to index a word in many
5595 places in the document. Also available from the index buffer with
5596 @kbd{&}.
5597 @item
5598 The first item in a @code{reftex-label-alist} entry may now also be a parser
5599 function to do non-standard parsing.
5600 @item
5601 @code{reftex-auto-view-crossref} no longer interferes with
5602 @code{pop-up-frames} (patch from Stefan Monnier).
5603 @end itemize
5604
5605 @noindent @b{Version 4.00}
5606 @itemize @bullet
5607 @item
5608 RefTeX has been split into several smaller files which are autoloaded on
5609 demand.
5610 @item
5611 Index support, along with many new options.
5612 @item
5613 The selection of keys for @code{\ref} and @code{\cite} now allows you
5614 to select multiple items by marking entries with the @kbd{m} key.
5615 @item
5616 Fancyref support.
5617 @end itemize
5618
5619 @noindent @b{Version 3.43}
5620 @itemize @bullet
5621 @item
5622 Viewing cross-references generalized. Now works on @code{\label},
5623 @code{\ref}, @code{\cite}, @code{\bibitem}, @code{\index}, variations of
5624 these, and from BibTeX buffers.
5625 @item
5626 New option @code{reftex-view-crossref-extra}.
5627 @item
5628 Support for the additional sectioning commands @code{\addchap} and
5629 @code{\addsec} which are defined in the LaTeX KOMA-Script classes.
5630 @item
5631 Files in @code{reftex-default-bibliography} will be searched along
5632 @code{BIBINPUTS} path.
5633 @item
5634 Reading a parse file now checks consistency.
5635 @end itemize
5636
5637 @noindent @b{Version 3.42}
5638 @itemize @bullet
5639 @item
5640 File search further refined. New option @code{reftex-file-extensions}.
5641 @item
5642 @file{*toc*} buffer can show the file boundaries of a multifile
5643 document, all labels and associated context. New keys @kbd{i}, @kbd{l},
5644 and @kbd{c}. New options @code{reftex-toc-include-labels},
5645 @code{reftex-toc-include-context},
5646 @code{reftex-toc-include-file-boundaries}.
5647 @end itemize
5648
5649 @noindent @b{Version 3.41}
5650 @itemize @bullet
5651 @item
5652 New options @code{reftex-texpath-environment-variables},
5653 @code{reftex-use-external-file-finders},
5654 @code{reftex-external-file-finders},
5655 @code{reftex-search-unrecursed-path-first}.
5656 @item
5657 @emph{kpathsearch} support. See new options and
5658 @code{reftex-bibpath-environment-variables}.
5659 @end itemize
5660
5661 @noindent @b{Version 3.38}
5662 @itemize @bullet
5663 @item
5664 @code{reftex-view-crossref} no longer moves to find a macro. Point has
5665 to be on the macro argument.
5666 @end itemize
5667
5668 @noindent @b{Version 3.36}
5669 @itemize @bullet
5670 @item
5671 New value @code{window} for option @code{reftex-auto-view-crossref}.
5672 @end itemize
5673
5674 @noindent @b{Version 3.35}
5675 @itemize @bullet
5676 @item
5677 ISO 8859 Latin-1 chars are converted to ASCII to derive better labels.
5678 This takes back the related changes in 3.34 for safety reasons.
5679 @end itemize
5680
5681 @noindent @b{Version 3.34}
5682 @itemize @bullet
5683 @item
5684 Additional flag in @code{reftex-derive-label-parameters} do make only
5685 lowercase labels (default @code{t}).
5686 @item
5687 All @file{.rel} files have a final newline to avoid queries.
5688 @item
5689 Single byte representations of accented European letters (ISO-8859-1)
5690 are now valid in labels.
5691 @end itemize
5692
5693 @noindent @b{Version 3.33}
5694 @itemize @bullet
5695 @item
5696 Multiple selection buffers are now hidden buffers (they start with a
5697 SPACE).
5698 @item
5699 Fixed bug with file search when TEXINPUTS environment variable is empty.
5700 @end itemize
5701
5702 @noindent @b{Version 3.30}
5703 @itemize @bullet
5704 @item
5705 In @code{reftex-citation}, the regular expression used to scan BibTeX
5706 files can be specified using completion on known citation keys.
5707 @item
5708 New keys @kbd{a} and @kbd{A} in BibTeX selection process to cite @emph{all}
5709 entries.
5710 @item
5711 New command @code{reftex-renumber-simple-labels} to renumber simple
5712 labels like @samp{eq:13} sequentially through a document.
5713 @end itemize
5714
5715 @noindent @b{Version 3.28}
5716 @itemize @bullet
5717 @item
5718 Auto view crossref for XEmacs uses @code{post-command-hook} to restart the
5719 timer, since itimer restart is not reliable.
5720 @item
5721 Option @code{reftex-bibfile-ignore-list} renamed to @code{-regexps}.
5722 @item
5723 Expansion of recursive tex and bib path rewritten.
5724 @item
5725 Fixed problem where @RefTeX{} did not scan unsaved buffers.
5726 @item
5727 Fixed bug with section numbering after *-red sections.
5728 @end itemize
5729
5730 @noindent @b{Version 3.27}
5731 @itemize @bullet
5732 @item
5733 Macros can define @emph{neutral} labels, just like @code{\label}
5734 itself.
5735 @item
5736 New option @code{reftex-allow-detached-macro-args}, default @code{nil}!
5737 @end itemize
5738
5739 @noindent @b{Version 3.26}
5740 @itemize @bullet
5741 @item
5742 [X]Emacs 19 no longer supported. Use 3.22 for Emacs 19.
5743 @item
5744 New hooks @code{reftex-translate-to-ascii-function},
5745 @code{reftex-string-to-label-function}.
5746 @item
5747 Made sure automatic crossref display will not visit/scan files.
5748 @end itemize
5749
5750 @noindent @b{Version 3.25}
5751 @itemize @bullet
5752 @item
5753 Echoing of citation info caches the info for displayed entries.
5754 New option @code{reftex-cache-cite-echo}.
5755 @item
5756 @kbd{M-x reftex-reset-mode} now also removes the file with parsing
5757 info.
5758 @item
5759 Default of @code{reftex-revisit-to-follow} changed to @code{nil}.
5760 @end itemize
5761
5762 @noindent @b{Version 3.24}
5763 @itemize @bullet
5764 @item
5765 New option @code{reftex-revisit-to-echo}.
5766 @item
5767 Interface with X-Symbol (>=2.6) is now complete and stable.
5768 @item
5769 Adapted to new outline, which uses overlays.
5770 @item
5771 File names in @code{\bibliography} may now have the @code{.bib}
5772 extension.
5773 @item
5774 Fixed Bug with parsing "single file" from master file buffer.
5775 @end itemize
5776
5777 @noindent @b{Version 3.23}
5778 @itemize @bullet
5779 @item
5780 Parse files @file{MASTER.rel} made compatible between Emacs and XEmacs.
5781 @item
5782 @code{kill-emacs-hook} and @code{kill-buffer-hook} now write the parse
5783 file.
5784 @item
5785 The cursor inside a @code{\ref} or @code{\cite} macro can now trigger
5786 automatic display of crossref information in the echo area. See
5787 variable @code{reftex-auto-view-crossref}.
5788 @item
5789 AUCTeX interface updates:
5790 @itemize @minus
5791 @item
5792 AUCTeX 9.9c and later notifies @RefTeX{} about new sections.
5793 @item
5794 @RefTeX{} notifies AUCTeX about new labels.
5795 @item
5796 @code{TeX-arg-ref} no longer used (introduction was unnecessary).
5797 @item
5798 @code{reftex-arg-label} and @code{reftex-arg-cite} fixed up.
5799 @item
5800 Settings added to @RefTeX{} via style files remain local.
5801 @end itemize
5802 @item
5803 Fixed bug with @code{reftex-citation} in non-latex buffers.
5804 @item
5805 Fixed bug with syntax table and context refontification.
5806 @item
5807 Safety-net for name change of @code{font-lock-reference-face}.
5808 @end itemize
5809
5810 @noindent @b{Version 3.22}
5811 @itemize @bullet
5812 @item
5813 Fixed bug with empty context strings.
5814 @item
5815 @code{reftex-mouse-view-crossref} is now bound by default at
5816 @kbd{S-mouse-2}.
5817 @end itemize
5818
5819 @noindent @b{Version 3.21}
5820 @itemize @bullet
5821 @item
5822 New options for all faces used by @RefTeX{}. They're in the
5823 customization group @code{reftex-fontification-configurations}.
5824 @end itemize
5825
5826 @noindent @b{Version 3.19}
5827 @itemize @bullet
5828 @item
5829 Fixed bug with AUCTeX @code{TeX-master}.
5830 @end itemize
5831
5832 @noindent @b{Version 3.18}
5833 @itemize @bullet
5834 @item
5835 The selection now uses a recursive edit, much like minibuffer input.
5836 This removes all restrictions during selection. E.g., you can now
5837 switch buffers at will, use the mouse etc.
5838 @item
5839 New option @code{reftex-highlight-selection}.
5840 @item
5841 @kbd{mouse-2} can be used to select in selection and @file{*toc*}
5842 buffers.
5843 @item
5844 Fixed some problems regarding the interaction with VIPER mode.
5845 @item
5846 Follow-mode is now only used after point motion.
5847 @item
5848 @RefTeX{} now finally does not fontify temporary files anymore.
5849 @end itemize
5850
5851 @noindent @b{Version 3.17}
5852 @itemize @bullet
5853 @item
5854 Additional bindings in selection and @file{*toc*} buffers. @kbd{g}
5855 redefined.
5856 @item
5857 New command @code{reftex-save-all-document-buffers}.
5858 @item
5859 Magic word matching made more intelligent.
5860 @item
5861 Selection process can switch to completion (with @key{TAB}).
5862 @item
5863 @code{\appendix} is now recognized and influences section numbering.
5864 @item
5865 File commentary shortened considerably (use Info documentation).
5866 @item
5867 New option @code{reftex-no-include-regexps} to skip some include files.
5868 @item
5869 New option @code{reftex-revisit-to-follow}.
5870 @end itemize
5871
5872 @noindent @b{Version 3.16}
5873 @itemize @bullet
5874 @item
5875 New hooks @code{reftex-format-label-function},
5876 @code{reftex-format-ref-function}, @code{reftex-format-cite-function}.
5877 @item
5878 TeXInfo documentation completed.
5879 @item
5880 Some restrictions in Label inserting and referencing removed.
5881 @item
5882 New variable @code{reftex-default-bibliography}.
5883 @end itemize
5884
5885 @noindent @b{Version 3.14}
5886 @itemize @bullet
5887 @item
5888 Selection buffers can be kept between selections: this is faster.
5889 See new variable @code{reftex-use-multiple-selection-buffers}.
5890 @item
5891 Prefix interpretation of reftex-view-crossref changed.
5892 @item
5893 Support for the @code{varioref} package (@kbd{v} key in selection
5894 buffer).
5895 @end itemize
5896
5897 @noindent @b{Version 3.12}
5898 @itemize @bullet
5899 @item
5900 There are 3 new keymaps for customization: @code{reftex-toc-map},
5901 @code{reftex-select-label-map}, @code{reftex-select-bib-map}.
5902 @item
5903 Refontification uses more standard font-lock stuff.
5904 @item
5905 When no BibTeX database files are specified, citations can also use
5906 @code{\bibitem} entries from a @code{thebibliography} environment.
5907 @end itemize
5908
5909 @noindent @b{Version 3.11}
5910 @itemize @bullet
5911 @item
5912 Fixed bug which led to naked label in (e.g.)@: footnotes.
5913 @item
5914 Added scroll-other-window functions to RefTeX-Select.
5915 @end itemize
5916
5917 @noindent @b{Version 3.10}
5918 @itemize @bullet
5919 @item
5920 Fixed a bug which made reftex 3.07 fail on [X]Emacs version 19.
5921 @item
5922 Removed unimportant code which caused OS/2 Emacs to crash.
5923 @item
5924 All customization variables now accessible from menu.
5925 @end itemize
5926
5927 @noindent @b{Version 3.07}
5928 @itemize @bullet
5929 @item
5930 @code{Ref} menu improved.
5931 @end itemize
5932
5933 @noindent @b{Version 3.05}
5934 @itemize @bullet
5935 @item
5936 Compatibility code now first checks for XEmacs feature.
5937 @end itemize
5938
5939 @noindent @b{Version 3.04}
5940 @itemize @bullet
5941 @item
5942 Fixed BUG in the @emph{xr} support.
5943 @end itemize
5944
5945 @noindent @b{Version 3.03}
5946 @itemize @bullet
5947 @item
5948 Support for the LaTeX package @code{xr}, for inter-document
5949 references.
5950 @item
5951 A few (minor) Mule-related changes.
5952 @item
5953 Fixed bug which could cause @emph{huge} @file{.rel} files.
5954 @item
5955 Search for input and @file{.bib} files with recursive path definitions.
5956 @end itemize
5957
5958 @noindent @b{Version 3.00}
5959 @itemize @bullet
5960 @item
5961 @RefTeX{} should work better for very large projects:
5962 @item
5963 The new parser works without creating a master buffer.
5964 @item
5965 Rescanning can be limited to a part of a multifile document.
5966 @item
5967 Information from the parser can be stored in a file.
5968 @item
5969 @RefTeX{} can deal with macros having a naked label as an argument.
5970 @item
5971 Macros may have white space and newlines between arguments.
5972 @item
5973 Multiple identical section headings no longer confuse
5974 @code{reftex-toc}.
5975 @item
5976 @RefTeX{} should work correctly in combination with buffer-altering
5977 packages like outline, folding, x-symbol, iso-cvt, isotex, etc.
5978 @item
5979 All labeled environments discussed in @emph{The LaTeX Companion} by
5980 Goossens, Mittelbach & Samarin, Addison-Wesley 1994) are part of
5981 @RefTeX{}'s defaults.
5982 @end itemize
5983
5984 @noindent @b{Version 2.17}
5985 @itemize @bullet
5986 @item
5987 Label prefix expands % escapes with current file name and other stuff.
5988 @item
5989 Citation format now with % escapes. This is not backward
5990 compatible!
5991 @item
5992 TEXINPUTS variable recognized when looking for input files.
5993 @item
5994 Context can be the nth argument of a macro.
5995 @item
5996 Searching in the select buffer is now possible (@kbd{C-s} and
5997 @kbd{C-r}).
5998 @item
5999 Display and derive-label can use two different context methods.
6000 @item
6001 AMSmath @code{xalignat} and @code{xxalignat} added.
6002 @end itemize
6003
6004 @noindent @b{Version 2.14}
6005 @itemize @bullet
6006 @item
6007 Variable @code{reftex-plug-into-AUCTeX} simplifies cooperation with
6008 AUCTeX.
6009 @end itemize
6010
6011 @noindent @b{Version 2.11}
6012 @itemize @bullet
6013 @item
6014 Submitted for inclusion to Emacs and XEmacs.
6015 @end itemize
6016
6017 @noindent @b{Version 2.07}
6018 @itemize @bullet
6019 @item
6020 New functions @code{reftex-search-document},
6021 @code{reftex-query-replace-document}.
6022 @end itemize
6023
6024 @noindent @b{Version 2.05}
6025 @itemize @bullet
6026 @item
6027 Support for @file{custom.el}.
6028 @item
6029 New function @code{reftex-grep-document} (thanks to Stephen Eglen).
6030 @end itemize
6031
6032 @noindent @b{Version 2.03}
6033 @itemize @bullet
6034 @item
6035 @code{figure*}, @code{table*}, @code{sidewaysfigure/table} added to
6036 default environments.
6037 @item
6038 @code{reftex-bibfile-ignore-list} introduced (thanks to Rory Molinari).
6039 @item
6040 New functions @code{reftex-arg-label}, @code{reftex-arg-ref},
6041 @code{reftex-arg-cite}.
6042 @item
6043 Emacs/XEmacs compatibility reworked. XEmacs 19.15 now is
6044 required.
6045 @item
6046 @code{reftex-add-to-label-alist} (to be called from AUCTeX style
6047 files).
6048 @item
6049 Finding context with a hook function.
6050 @item
6051 Sorting BibTeX entries (new variable:
6052 @code{reftex-sort-bibtex-matches}).
6053 @end itemize
6054
6055 @noindent @b{Version 2.00}
6056 @itemize @bullet
6057 @item
6058 Labels can be derived from context (default for sections).
6059 @item
6060 Configuration of label insertion and label referencing revised.
6061 @item
6062 Crossref fields in BibTeX database entries.
6063 @item
6064 @code{reftex-toc} introduced (thanks to Stephen Eglen).
6065 @end itemize
6066
6067 @noindent @b{Version 1.09}
6068 @itemize @bullet
6069 @item
6070 Support for @code{tex-main-file}, an analogue for
6071 @code{TeX-master}.
6072 @item
6073 MS-DOS support.
6074 @end itemize
6075
6076 @noindent @b{Version 1.07}
6077 @itemize @bullet
6078 @item
6079 @RefTeX{} gets its own menu.
6080 @end itemize
6081
6082 @noindent @b{Version 1.05}
6083 @itemize @bullet
6084 @item
6085 XEmacs port.
6086 @end itemize
6087
6088 @noindent @b{Version 1.04}
6089 @itemize @bullet
6090 @item
6091 Macros as wrappers, AMSTeX support, delayed context parsing for
6092 new labels.
6093 @end itemize
6094 @end ignore
6095
6096 @noindent @b{Version 1.00}
6097 @itemize @bullet
6098 @item
6099 released on 7 Jan 1997.
6100 @end itemize
6101
6102 @node GNU Free Documentation License
6103 @appendix GNU Free Documentation License
6104 @include doclicense.texi
6105
6106 @node Index
6107 @unnumbered Index
6108 @printindex cp
6109
6110 @bye