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