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