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