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