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