Mercurial > emacs
annotate lisp/textmodes/reftex-vars.el @ 63092:80ef8a2a052d
(debug): Don't bury the buffer unless it's in a dedicated window.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 06 Jun 2005 19:47:05 +0000 |
| parents | c905fcf5e3d9 |
| children | a8fa7c632ee4 f042e7c0fe20 |
| rev | line source |
|---|---|
|
38422
7a94f1c588c4
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37998
diff
changeset
|
1 ;;; reftex-vars.el --- configuration variables for RefTeX |
|
60918
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
2 ;; Copyright (c) 1997, 1998, 1999, 2003, 2004, 2005 |
|
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
3 ;; Free Software Foundation, Inc. |
| 27035 | 4 |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
5 ;; Author: Carsten Dominik <dominik@science.uva.nl> |
|
62467
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
6 ;; Version: 4.28 |
| 27035 | 7 |
| 8 ;; This file is part of GNU Emacs. | |
| 9 | |
| 10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
| 11 ;; it under the terms of the GNU General Public License as published by | |
| 12 ;; the Free Software Foundation; either version 2, or (at your option) | |
| 13 ;; any later version. | |
| 14 | |
| 15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
| 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE See the |
| 27035 | 18 ;; GNU General Public License for more details. |
| 19 | |
| 20 ;; You should have received a copy of the GNU General Public License | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
21 ;; along with GNU Emacs; see the file COPYING If not, write to the |
| 27035 | 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 ;; Boston, MA 02111-1307, USA. | |
| 25280 | 24 |
|
38422
7a94f1c588c4
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37998
diff
changeset
|
25 ;;; Commentary: |
|
7a94f1c588c4
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37998
diff
changeset
|
26 |
|
7a94f1c588c4
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37998
diff
changeset
|
27 ;;; Code: |
|
7a94f1c588c4
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37998
diff
changeset
|
28 |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
29 (eval-when-compile (require 'cl)) |
|
47898
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
30 (eval-and-compile |
|
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
31 (defun reftex-set-dirty (symbol value) |
|
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
32 (setq reftex-tables-dirty t) |
|
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
33 (set symbol value))) |
| 25280 | 34 |
| 35 ;; Define the two constants which are needed during compilation | |
| 36 | |
| 37 (eval-and-compile | |
| 38 (defconst reftex-label-alist-builtin | |
| 39 '( | |
| 40 ;; Some aliases, mostly for backward compatibility | |
| 41 (Sideways "Alias for -->rotating" (rotating)) | |
| 42 (AMSTeX "amsmath with eqref macro" | |
| 43 ((nil ?e nil "~\\eqref{%s}") | |
| 44 amsmath)) | |
| 45 | |
| 46 ;; Individual package defaults | |
| 47 (amsmath "AMS-LaTeX math environments" | |
| 48 (("align" ?e nil nil eqnarray-like) | |
| 49 ("gather" ?e nil nil eqnarray-like) | |
| 50 ("multline" ?e nil nil t) | |
| 51 ("flalign" ?e nil nil eqnarray-like) | |
| 52 ("alignat" ?e nil nil alignat-like) | |
| 53 ("xalignat" ?e nil nil alignat-like) | |
| 54 ("xxalignat" ?e nil nil alignat-like) | |
| 55 ("subequations" ?e nil nil t))) | |
| 56 | |
| 57 (endnotes "The \\endnote macro" | |
| 58 (("\\endnote[]{}" ?N "en:" "~\\ref{%s}" 2 | |
| 59 (regexp "endnotes?" "notes?" "Anmerkung\\(en\\)?" "Anm\\.")))) | |
| 60 | |
| 61 (fancybox "The Beqnarray environment" | |
| 62 (("Beqnarray" ?e nil nil eqnarray-like))) | |
| 63 | |
| 64 (floatfig "The floatingfigure environment" | |
| 65 (("floatingfigure" ?f nil nil caption))) | |
| 66 | |
| 67 (longtable "The longtable environment" | |
| 68 (("longtable" ?t nil nil caption))) | |
| 69 | |
| 70 (picinpar "The figwindow and tabwindow environments" | |
| 71 (("figwindow" ?f nil nil 1) | |
| 72 ("tabwindow" ?f nil nil 1))) | |
| 73 | |
| 74 (rotating "Sidewaysfigure and table" | |
| 75 (("sidewaysfigure" ?f nil nil caption) | |
| 76 ("sidewaystable" ?t nil nil caption))) | |
| 77 | |
| 78 (sidecap "CSfigure and SCtable" | |
| 79 (("SCfigure" ?f nil nil caption) | |
| 80 ("SCtable" ?t nil nil caption))) | |
| 81 | |
| 82 (subfigure "Subfigure environments/macro" | |
| 83 (("subfigure" ?f nil nil caption) | |
| 84 ("subfigure*" ?f nil nil caption) | |
| 85 ("\\subfigure[]{}" ?f nil nil 1))) | |
| 86 | |
| 87 (supertab "Supertabular environment" | |
| 88 (("supertabular" ?t nil nil "\\tablecaption{"))) | |
| 89 | |
| 90 (wrapfig "The wrapfigure environment" | |
| 91 (("wrapfigure" ?f nil nil caption))) | |
| 92 | |
| 93 ;; The LaTeX core stuff | |
| 94 (LaTeX "LaTeX default environments" | |
| 95 (("section" ?s "%S" "~\\ref{%s}" (nil . t) | |
| 96 (regexp "parts?" "chapters?" "chap\\." "sections?" "sect?\\." | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
97 "paragraphs?" "par\\." |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
98 "\\\\S" "\247" "Teile?" "Kapitel" "Kap\\." "Abschnitte?" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
99 "appendi\\(x\\|ces\\)" "App\\." "Anh\"?ange?" "Anh\\.")) |
| 25280 | 100 |
| 101 ("enumerate" ?i "item:" "~\\ref{%s}" item | |
| 102 (regexp "items?" "Punkte?")) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
103 |
| 25280 | 104 ("equation" ?e "eq:" "~(\\ref{%s})" t |
| 105 (regexp "equations?" "eqs?\\." "eqn\\." "Gleichung\\(en\\)?" "Gl\\.")) | |
| 106 ("eqnarray" ?e "eq:" nil eqnarray-like) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
107 |
| 25280 | 108 ("figure" ?f "fig:" "~\\ref{%s}" caption |
| 109 (regexp "figure?[sn]?" "figs?\\." "Abbildung\\(en\\)?" "Abb\\.")) | |
| 110 ("figure*" ?f nil nil caption) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
111 |
| 25280 | 112 ("table" ?t "tab:" "~\\ref{%s}" caption |
| 113 (regexp "tables?" "tab\\." "Tabellen?")) | |
| 114 ("table*" ?t nil nil caption) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
115 |
| 25280 | 116 ("\\footnote[]{}" ?n "fn:" "~\\ref{%s}" 2 |
| 117 (regexp "footnotes?" "Fussnoten?")) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
118 |
| 25280 | 119 ("any" ?\ " " "~\\ref{%s}" nil) |
| 120 | |
| 121 ;; The label macro is hard coded, but it *could* be defined like this: | |
| 122 ;;("\\label{*}" nil nil nil nil) | |
| 123 )) | |
| 124 | |
| 125 ) | |
| 126 "The default label environment descriptions. | |
| 127 Lower-case symbols correspond to a style file of the same name in the LaTeX | |
| 128 distribution. Mixed-case symbols are convenience aliases.") | |
| 129 | |
| 130 (defconst reftex-cite-format-builtin | |
| 131 '((default "Default macro \\cite{%l}" | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
132 "\\cite[]{%l}") |
| 25280 | 133 (natbib "The Natbib package" |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
134 ((?\C-m . "\\cite[][]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
135 (?t . "\\citet[][]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
136 (?T . "\\citet*[][]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
137 (?p . "\\citep[][]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
138 (?P . "\\citep*[][]{%l}") |
| 25280 | 139 (?e . "\\citep[e.g.][]{%l}") |
| 140 (?s . "\\citep[see][]{%l}") | |
| 141 (?a . "\\citeauthor{%l}") | |
| 142 (?A . "\\citeauthor*{%l}") | |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
143 (?y . "\\citeyear{%l}") |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
144 (?n . "\\nocite{%l}"))) |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
145 (amsrefs "The AMSRefs package" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
146 ((?\C-m . "\\cite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
147 (?p . "\\cite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
148 (?P . "\\cites{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
149 (?t . "\\ocite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
150 (?T . "\\ocites{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
151 (?y . "\\ycite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
152 (?Y . "\\ycites{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
153 (?a . "\\citeauthor{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
154 (?A . "\\citeauthory{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
155 (?f . "\\fullcite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
156 (?F . "\\fullocite{%l}") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
157 (?n . "\\nocite{%l}"))) |
|
62467
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
158 (jurabib "The Jurabib package" |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
159 ((?\C-m . "\\cite{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
160 (?c . "\\cite[][]{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
161 (?t . "\\citet{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
162 (?p . "\\citep{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
163 (?e . "\\citep[e.g.][]{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
164 (?s . "\\citep[see][]{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
165 (?u . "\\fullcite{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
166 (?i . "\\citetitle{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
167 (?a . "\\citeauthor{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
168 (?e . "\\citefield{}{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
169 (?y . "\\citeyear{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
170 (?f . "\\footcite{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
171 (?F . "\\footcite[][]{%l}") |
|
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
172 (?l . "\\footfullcite{%l}"))) |
|
29775
31536c6cf2e3
* textmodes/reftex.el (reftex-find-citation-regexp-format):
Carsten Dominik <dominik@science.uva.nl>
parents:
27604
diff
changeset
|
173 (bibentry "The Bibentry package" |
|
31536c6cf2e3
* textmodes/reftex.el (reftex-find-citation-regexp-format):
Carsten Dominik <dominik@science.uva.nl>
parents:
27604
diff
changeset
|
174 "\\bibentry{%l}") |
| 25280 | 175 (harvard "The Harvard package" |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
176 ((?\C-m . "\\cite[]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
177 (?p . "\\cite[]{%l}") |
| 25280 | 178 (?t . "\\citeasnoun{%l}") |
| 179 (?n . "\\citeasnoun{%l}") | |
| 180 (?s . "\\possessivecite{%l}") | |
| 181 (?e . "\\citeaffixed{%l}{?}") | |
| 182 (?y . "\\citeyear{%l}") | |
| 183 (?a . "\\citename{%l}"))) | |
| 184 (chicago "The Chicago package" | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
185 ((?\C-m . "\\cite[]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
186 (?t . "\\citeN[]{%l}") |
| 25280 | 187 (?T . "\\shortciteN{%l}") |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
188 (?p . "\\cite[]{%l}") |
| 25280 | 189 (?P . "\\shortcite{%l}") |
| 190 (?a . "\\citeA{%l}") | |
| 191 (?A . "\\shortciteA{%l}") | |
| 192 (?y . "\\citeyear{%l}"))) | |
| 193 (astron "The Astron package" | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
194 ((?\C-m . "\\cite[]{%l}") |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
195 (?p . "\\cite[]{%l}" ) |
| 25280 | 196 (?t . "%2a (\\cite{%l})"))) |
| 197 (author-year "Do-it-yourself Author-year" | |
| 198 ((?\C-m . "\\cite{%l}") | |
| 199 (?t . "%2a (%y)\\nocite{%l}") | |
| 200 (?p . "(%2a %y\\nocite{%l})"))) | |
| 201 (locally "Full info in parenthesis" | |
| 202 "(%2a %y, %j %v, %P, %e: %b, %u, %s %<)") | |
| 203 ) | |
| 204 "Builtin versions of the citation format. | |
| 205 The following conventions are valid for all alist entries: | |
| 206 `?\C-m' should always point to a straight \\cite{%l} macro. | |
| 207 `?t' should point to a textual citation (citation as a noun). | |
| 208 `?p' should point to a parenthetical citation.") | |
| 209 | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
210 (defconst reftex-index-macros-builtin |
| 25280 | 211 '((default "Default \\index and \\glossary macros" |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
212 (("\\index{*}" "idx" ?i "" nil t) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
213 ("\\glossary{*}" "glo" ?g "" nil t))) |
| 25280 | 214 (multind "The multind.sty package" |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
215 (("\\index{}{*}" 1 ?i "" nil t))) |
| 25280 | 216 (index "The index.sty package" |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
217 (("\\index[]{*}" 1 ?i "" nil t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
218 ("\\index*[]{*}" 1 ?I "" nil nil))) |
| 25280 | 219 (Index-Shortcut "index.sty with \\shortindexingon" |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
220 (("\\index[]{*}" 1 ?i "" nil t) |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
221 ("\\index*[]{*}" 1 ?I "" nil nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
222 ("^[]{*}" 1 ?^ "" texmathp t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
223 ("_[]{*}" 1 ?_ "" texmathp nil)))) |
| 25280 | 224 "Builtin stuff for reftex-index-macros. |
| 225 Lower-case symbols correspond to a style file of the same name in the LaTeX | |
| 226 distribution. Mixed-case symbols are convenience aliases.") | |
| 227 ) | |
| 228 | |
| 229 ;; Configuration Variables and User Options for RefTeX ------------------ | |
| 230 | |
| 231 (defgroup reftex nil | |
| 232 "LaTeX label and citation support." | |
| 233 :tag "RefTeX" | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
234 :link '(url-link :tag "Home Page" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
235 "http://zon.astro.uva.nl/~dominik/Tools/") |
| 25280 | 236 :link '(emacs-commentary-link :tag "Commentary in reftex.el" "reftex.el") |
| 237 :link '(custom-manual "(reftex)Top") | |
| 238 :prefix "reftex-" | |
| 239 :group 'tex) | |
| 240 | |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
241 |
| 25280 | 242 ;; Table of contents configuration -------------------------------------- |
| 243 | |
| 244 (defgroup reftex-table-of-contents-browser nil | |
| 245 "A multifile table of contents browser." | |
| 246 :group 'reftex) | |
| 247 | |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
248 (defcustom reftex-include-file-commands '("include" "input") |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
249 "LaTeX commands which input another file. |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
250 The file name is expected after the command, either in braces or separated |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
251 by whitespace." |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
252 :group 'reftex-table-of-contents-browser |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
253 :type '(repeat string)) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
254 |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
255 (defcustom reftex-max-section-depth 12 |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
256 "Maximum depth of section levels in document structure. |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
257 Standard LaTeX needs default is 7, but there are packages for which this |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
258 needs to be larger." |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
259 :group 'reftex-table-of-contents-browser |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
260 :type 'integer) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
261 |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
262 ;; LaTeX section commands and level numbers |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
263 (defcustom reftex-section-levels |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
264 '( |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
265 ("part" . 0) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
266 ("chapter" . 1) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
267 ("section" . 2) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
268 ("subsection" . 3) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
269 ("subsubsection" . 4) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
270 ("paragraph" . 5) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
271 ("subparagraph" . 6) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
272 ("addchap" . -1) ; KOMA-Script |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
273 ("addsec" . -2) ; KOMA-Script |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
274 ;;; ("minisec" . -7) ; KOMA-Script |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
275 ) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
276 "Commands and levels used for defining sections in the document. |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
277 This is an alist with each element like (COMMAND-NAME . LEVEL). |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
278 The car of each cons cell is the name of the section macro (without |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
279 the backslash). The cdr is a number indicating its level. A negative |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
280 level means the same level as the positive value, but the section will |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
281 never get a number. The cdr may also be a function which will be called |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
282 to after the section-re matched to determine the level. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
283 This list is also used for promotion and demption of sectioning commands. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
284 If you are using a document class which has several sets of sectioning |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
285 commands, promotion only works correctly if this list is sorted first |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
286 by set, then within each set by level. The promotion commands always |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
287 select the nearest entry with the correct new level." |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
288 :group 'reftex-table-of-contents-browser |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
289 :set 'reftex-set-dirty |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
290 :type '(repeat |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
291 (cons (string :tag "sectioning macro" "") |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
292 (choice |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
293 (number :tag "level " 0) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
294 (symbol :tag "function " my-level-func))))) |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
295 |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
296 (defcustom reftex-toc-max-level 100 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
297 "*The maximum level of toc entries which will be included in the TOC. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
298 Section headings with a bigger level will be ignored. In RefTeX, chapters |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
299 are level 1, sections are level 2 etc. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
300 This variable can be changed from within the *toc* buffer with the `t' key." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
301 :group 'reftex-table-of-contents-browser |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
302 :type 'integer) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
303 |
|
47050
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
304 (defcustom reftex-part-resets-chapter nil |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
305 "*Non-nil means, \\part is like any other sectioning command. |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
306 This means, part numbers will be included in the numbering of chapters, and |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
307 chapter counters will be reset for each part. |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
308 When nil (the default), parts are special, do not reset the chapter counter |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
309 and also do not show up in chapter numbers." |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
310 :group 'reftex-table-of-contents-browser |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
311 :type 'boolean) |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
312 |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
313 |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
314 (defcustom reftex-auto-recenter-toc 'frame |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
315 "*Non-nil means, turn automatic recentering of *TOC* window on. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
316 When active, the *TOC* window will always show the section you |
|
47050
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
317 are currently working in. Recentering happens whenever Emacs is idle for |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
318 more than `reftex-idle-time' seconds. |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
319 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
320 Value t means, turn on immediately when RefTeX gets started. Then, |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
321 recentering will work for any toc window created during the session. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
322 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
323 Value 'frame (the default) means, turn automatic recentering on only while the |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
324 dedicated TOC frame does exist, and do the recentering only in that frame. So |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
325 when creating that frame (with \"d\" key in an ordinary TOC window), the |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
326 automatic recentering is turned on. When the frame gets destroyed, automatic |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
327 recentering is turned off again. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
328 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
329 This feature can be turned on and off from the menu |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
330 \(Ref->Options)." |
|
47050
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
331 :group 'reftex-table-of-contents-browser |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
332 :type '(choice |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
333 (const :tag "never" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
334 (const :tag "always" t) |
|
52173
087951846e21
(reftex-auto-recenter-toc): Fix typo.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52170
diff
changeset
|
335 (const :tag "in dedicated frame only" frame))) |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
336 |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
337 (defcustom reftex-toc-split-windows-horizontally nil |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
338 "*Non-nil means, create TOC window by splitting window horizontally." |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
339 :group 'reftex-table-of-contents-browser |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
340 :type 'boolean) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
341 |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
342 (defcustom reftex-toc-split-windows-fraction .3 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
343 "*Fraction of the width or height of the frame to be used for TOC window. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
344 See also `reftex-toc-split-windows-horizontally'." |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
345 :group 'reftex-table-of-contents-browser |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
346 :type 'number) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
347 |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
348 (defvar reftex-toc-split-windows-horizontally-fraction 0.5 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
349 "This variable is obsolete, use `reftex-toc-split-windows-fraction' instead.") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
350 |
| 25280 | 351 (defcustom reftex-toc-keep-other-windows t |
| 352 "*Non-nil means, split the selected window to display the *toc* buffer. | |
| 353 This helps to keep the window configuration, but makes the *toc* small. | |
| 354 When nil, all other windows except the selected one will be deleted, so | |
| 355 that the *toc* window fills half the frame." | |
| 356 :group 'reftex-table-of-contents-browser | |
| 357 :type 'boolean) | |
| 358 | |
| 359 (defcustom reftex-toc-include-file-boundaries nil | |
| 360 "*Non-nil means, include file boundaries in *toc* buffer. | |
| 361 This flag can be toggled from within the *toc* buffer with the `F' key." | |
| 362 :group 'reftex-table-of-contents-browser | |
| 363 :type 'boolean) | |
| 364 | |
| 365 (defcustom reftex-toc-include-labels nil | |
| 366 "*Non-nil means, include labels in *toc* buffer. | |
| 367 This flag can be toggled from within the *toc* buffer with the `l' key." | |
| 368 :group 'reftex-table-of-contents-browser | |
| 369 :type 'boolean) | |
| 370 | |
| 371 (defcustom reftex-toc-include-index-entries nil | |
| 372 "*Non-nil means, include index entries in *toc* buffer. | |
| 373 This flag can be toggled from within the *toc* buffer with the `i' key." | |
| 374 :group 'reftex-table-of-contents-browser | |
| 375 :type 'boolean) | |
| 376 | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
377 (defcustom reftex-toc-confirm-promotion 2 |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
378 "*Non-nil means, promotion/demotion commands first prompt for confirmation. |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
379 When nil, the command is executed immediately. When this is an integer |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
380 N, ask for confirmation only if N or more section commands are going to be |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
381 changed." |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
382 :group 'reftex-table-of-contents-browser |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
383 :type '(choice |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
384 (const :tag "Never" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
385 (const :tag "Always" t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
386 (number :tag "When more than N sections" :value 2))) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
387 |
| 25280 | 388 (defcustom reftex-toc-include-context nil |
| 389 "*Non-nil means, include context with labels in the *toc* buffer. | |
| 390 Context will only be shown when labels are visible as well. | |
| 391 This flag can be toggled from within the *toc* buffer with the `c' key." | |
| 392 :group 'reftex-table-of-contents-browser | |
| 393 :type 'boolean) | |
| 394 | |
| 395 (defcustom reftex-toc-follow-mode nil | |
| 396 "*Non-nil means, point in *toc* buffer will cause other window to follow. | |
| 397 The other window will show the corresponding part of the document. | |
| 398 This flag can be toggled from within the *toc* buffer with the `f' key." | |
| 399 :group 'reftex-table-of-contents-browser | |
| 400 :type 'boolean) | |
| 401 | |
| 402 (defcustom reftex-revisit-to-follow nil | |
| 403 "*Non-nil means, follow-mode will revisit files if necessary. | |
| 404 When nil, follow-mode will be suspended for stuff in unvisited files." | |
| 405 :group 'reftex-table-of-contents-browser | |
| 406 :group 'reftex-referencing-labels | |
| 407 :type 'boolean) | |
| 408 | |
| 409 (defcustom reftex-toc-mode-hook nil | |
| 410 "Mode hook for reftex-toc-mode." | |
| 411 :group 'reftex-table-of-contents-browser | |
| 412 :type 'hook) | |
| 413 | |
| 414 ;; Label Support Configuration | |
| 415 | |
| 416 (defgroup reftex-label-support nil | |
| 417 "Support for creation, insertion and referencing of labels in LaTeX." | |
| 418 :group 'reftex) | |
| 419 | |
| 420 (defgroup reftex-defining-label-environments nil | |
| 421 "Definition of environments and macros to do with label." | |
| 422 :group 'reftex-label-support) | |
| 423 | |
| 424 (defcustom reftex-default-label-alist-entries | |
| 425 '(amsmath endnotes fancybox floatfig longtable picinpar | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
426 rotating sidecap subfigure supertab wrapfig LaTeX) |
| 25280 | 427 "Default label alist specifications. LaTeX should always be the last entry. |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
428 The value of this variable is a list of symbols with associations in the |
| 25280 | 429 constant `reftex-label-alist-builtin'. Check that constant for a full list |
| 430 of options." | |
| 431 :group 'reftex-defining-label-environments | |
| 432 :set 'reftex-set-dirty | |
| 433 :type `(set | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
434 :indent 4 |
| 25280 | 435 :inline t |
| 436 :greedy t | |
| 437 ,@(mapcar | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
438 (lambda (x) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
439 (list 'const :tag (concat (symbol-name (nth 0 x)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
440 ": " (nth 1 x)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
441 (nth 0 x))) |
| 25280 | 442 reftex-label-alist-builtin))) |
| 443 | |
| 444 (defcustom reftex-label-alist nil | |
| 445 "Alist with information on environments for \\label-\\ref use. | |
| 446 | |
| 447 This docstring is easier to understand after reading the configuration | |
| 448 examples in `reftex.el'. Looking at the builtin defaults in the constant | |
| 449 `reftex-label-alist-builtin' may also be instructive. | |
| 450 | |
| 451 Set this variable to define additions and changes to the default. The only | |
| 452 things you MUST NOT change is that `?s' is the type indicator for section | |
| 453 labels, and SPC for the `any' label type. These are hard-coded at other | |
| 454 places in the code. | |
| 455 | |
| 456 The value of the variable must be a list of items. Each item is a list | |
| 457 itself and has the following structure: | |
| 458 | |
| 459 (ENV-OR-MACRO TYPE-KEY LABEL-PREFIX REFERENCE-FORMAT CONTEXT-METHOD | |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
460 (MAGIC-WORD ... ) TOC-LEVEL) |
| 25280 | 461 |
| 462 Each list entry describes either an environment carrying a counter for use | |
| 463 with \\label and \\ref, or a LaTeX macro defining a label as (or inside) | |
| 464 one of its arguments. The elements of each list entry are: | |
| 465 | |
| 466 ENV-OR-MACRO | |
| 467 Name of the environment (like \"table\") or macro (like \"\\\\myfig\"). | |
| 468 For macros, indicate the macro arguments for best results, as in | |
| 469 \"\\\\myfig[]{}{}{*}{}\". Use square brackets for optional arguments, | |
| 470 a star to mark the label argument, if any. The macro does not have to | |
| 471 have a label argument - you could also use \\label{..} inside one of | |
| 472 its arguments. | |
| 473 Special names: `section' for section labels, `any' to define a group | |
| 474 which contains all labels. | |
| 475 | |
| 476 This may also be a function to do local parsing and identify point | |
|
46155
67fceef3c084
(reftex-label-alist): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
38422
diff
changeset
|
477 to be in a non-standard label environment. The function must take |
| 25280 | 478 an argument BOUND and limit backward searches to this value. It |
| 479 should return either nil or a cons cell (FUNCTION . POSITION) with | |
| 480 the function symbol and the position where the special environment | |
| 481 starts. See the Info documentation for an example. | |
| 482 | |
| 483 Finally this may also be nil if the entry is only meant to change | |
| 484 some settings associated with the type indicator character (see below). | |
| 485 | |
| 486 TYPE-KEY | |
| 487 Type indicator character, like `?t', must be a printable ASCII character. | |
| 488 The type indicator is a single character which defines a label type. | |
| 489 Any label inside the environment or macro is assumed to belong to this | |
| 490 type. The same character may occur several times in this list, to cover | |
| 491 cases in which different environments carry the same label type (like | |
| 492 `equation' and `eqnarray'). | |
| 493 If the type indicator is nil and the macro has a label argument {*}, | |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
494 the macro defines neutral labels just like \\label. In this case |
| 25280 | 495 the reminder of this entry is ignored. |
| 496 | |
| 497 LABEL-PREFIX | |
| 498 Label prefix string, like \"tab:\". | |
| 499 The prefix is a short string used as the start of a label. It may be the | |
| 500 empty string. The prefix may contain the following `%' escapes: | |
| 501 %f Current file name with directory and extension stripped. | |
| 502 %F Current file name relative to directory of master file. | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
503 %m Master file name, directory and extension stripped. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
504 %M Directory name (without path) where master file is located. |
| 25280 | 505 %u User login name, on systems which support this. |
| 506 %S A section prefix derived with variable `reftex-section-prefixes'. | |
| 507 | |
| 508 Example: In a file `intro.tex', \"eq:%f:\" will become \"eq:intro:\"). | |
| 509 | |
| 510 REFERENCE-FORMAT | |
| 511 Format string for reference insert in buffer. `%s' will be replaced by | |
| 512 the label. | |
| 513 When the format starts with `~', the `~' will only be inserted if | |
| 514 there is not already a whitespace before point. | |
| 515 | |
| 516 CONTEXT-METHOD | |
| 517 Indication on how to find the short context. | |
| 518 - If nil, use the text following the \\label{...} macro. | |
| 519 - If t, use | |
| 520 - the section heading for section labels. | |
| 521 - text following the \\begin{...} statement of environments. | |
| 522 (not a good choice for environments like eqnarray or enumerate, | |
| 523 where one has several labels in a single environment). | |
| 524 - text after the macro name (starting with the first arg) for macros. | |
| 525 - If an integer, use the nth argument of the macro. As a special case, | |
| 526 1000 means to get text after the last macro argument. | |
| 527 - If a string, use as regexp to search *backward* from the label. Context | |
| 528 is then the text following the end of the match. E.g. putting this to | |
| 529 \"\\\\\\\\caption[[{]\" will use the caption in a figure or table | |
| 530 environment. | |
| 531 \"\\\\\\\\begin{eqnarray}\\\\|\\\\\\\\\\\\\\\\\" works for eqnarrays. | |
| 532 - If any of `caption', `item', `eqnarray-like', `alignat-like', this | |
| 533 symbol will internally be translated into an appropriate regexp | |
| 534 (see also the variable `reftex-default-context-regexps'). | |
| 535 - If a function, call this function with the name of the environment/macro | |
| 536 as argument. On call, point will be just after the \\label macro. The | |
| 537 function is expected to return a suitable context string. It should | |
| 538 throw an exception (error) when failing to find context. | |
| 539 As an example, here is a function returning the 10 chars following | |
| 540 the label macro as context: | |
| 541 | |
| 542 (defun my-context-function (env-or-mac) | |
| 543 (if (> (point-max) (+ 10 (point))) | |
| 544 (buffer-substring (point) (+ 10 (point))) | |
| 545 (error \"Buffer too small\"))) | |
| 546 | |
| 547 Label context is used in two ways by RefTeX: For display in the label | |
| 548 menu, and to derive a label string. If you want to use a different | |
| 549 method for each of these, specify them as a dotted pair. | |
| 550 E.g. `(nil . t)' uses the text after the label (nil) for display, and | |
| 551 text from the default position (t) to derive a label string. This is | |
| 552 actually used for section labels. | |
| 553 | |
| 554 MAGIC-WORDS | |
| 555 List of magic words which identify a reference to be of this type. | |
| 556 If the word before point is equal to one of these words when calling | |
| 557 `reftex-reference', the label list offered will be automatically | |
| 558 restricted to labels of the correct type. | |
| 559 If the first element of this wordlist is the symbol `regexp', the | |
| 560 strings are interpreted as regular expressions. RefTeX will add | |
| 561 a \"\\\\W\" to the beginning and other stuff to the end of the regexp. | |
| 562 | |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
563 TOC-LEVEL |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
564 The integer level at which this environment should be added to the |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
565 table of contents. See also `reftex-section-levels'. A positive |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
566 value will number the entries mixed with the sectioning commands of |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
567 the same level. A negative value will make unnumbered entries. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
568 Useful only for theorem-like environments, will be ignored for macros. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
569 When omitted or nil, no TOC entries will be made. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
570 |
| 25280 | 571 If the type indicator characters of two or more entries are the same, RefTeX |
| 572 will use | |
| 573 - the first non-nil format and prefix | |
| 574 - the magic words of all involved entries. | |
| 575 | |
| 576 Any list entry may also be a symbol. If that has an association in | |
| 577 `reftex-label-alist-builtin', the cddr of that association is spliced into the | |
| 578 list. However, builtin defaults should normally be set with the variable | |
| 579 `reftex-default-label-alist-entries." | |
| 580 :group 'reftex-defining-label-environments | |
| 581 :set 'reftex-set-dirty | |
| 582 :type | |
| 583 `(repeat | |
| 584 (choice :tag "Package or Detailed " | |
| 585 :value ("" ?a nil nil nil nil) | |
| 586 (list :tag "Detailed Entry" | |
| 587 :value ("" ?a nil nil nil nil) | |
| 588 (choice :tag "Environment or \\macro " | |
| 589 (const :tag "Ignore, just use typekey" nil) | |
| 590 (string "") | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
591 (symbol :tag "Special parser" my-parser)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
592 (choice :tag "Type specification " |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
593 (const :tag "unspecified, like in \\label" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
594 (character :tag "Char " ?a)) |
| 25280 | 595 (choice :tag "Label prefix string " |
| 596 (const :tag "Default" nil) | |
| 597 (string :tag "String" "lab:")) | |
| 598 (choice :tag "Label reference format" | |
| 599 (const :tag "Default" nil) | |
| 600 (string :tag "String" "~\\ref{%s}")) | |
| 601 (choice :tag "Context method " | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
602 (const :tag "Default position" t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
603 (const :tag "After label" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
604 (number :tag "Macro arg nr" 1) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
605 (regexp :tag "Regexp" "") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
606 (const :tag "Caption in float" caption) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
607 (const :tag "Item in list" item) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
608 (const :tag "Eqnarray-like" eqnarray-like) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
609 (const :tag "Alignat-like" alignat-like) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
610 (symbol :tag "Function" my-func)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
611 (repeat :tag "Magic words" :extra-offset 2 (string)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
612 (option (choice :tag "Make TOC entry " |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
613 (const :tag "No entry" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
614 (integer :tag "Level" :value -3)))) |
| 25280 | 615 (choice |
| 616 :tag "Package" | |
| 617 :value AMSTeX | |
| 618 ,@(mapcar | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
619 (lambda (x) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
620 (list 'const :tag (concat (symbol-name (nth 0 x))) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
621 (nth 0 x))) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
622 reftex-label-alist-builtin))))) |
| 25280 | 623 |
| 624 (defcustom reftex-section-prefixes '((0 . "part:") (1 . "cha:") (t . "sec:")) | |
| 625 "Prefixes for section labels. | |
| 626 When the label prefix given in an entry in `reftex-label-alist' contains `%S', | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
627 this list is used to determine the correct prefix string depending on the |
| 25280 | 628 current section level. |
| 629 The list is an alist, with each entry of the form (KEY . PREFIX) | |
| 630 Possible keys are sectioning macro names like `chapter', section levels | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
631 \(as given in `reftex-section-levels'), and t for the default." |
| 25280 | 632 :group 'reftex-defining-label-environments |
| 633 :type '(repeat | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
634 (cons :value (0 . "") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
635 (choice |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
636 (string :tag "macro name") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
637 (integer :tag "section level") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
638 (const :tag "default" t)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
639 (string :tag "Prefix")))) |
| 25280 | 640 |
| 641 (defcustom reftex-default-context-regexps | |
| 642 '((caption . "\\\\\\(rot\\)?caption\\*?[[{]") | |
| 643 (item . "\\\\item\\(\\[[^]]*\\]\\)?") | |
| 644 (eqnarray-like . "\\\\begin{%s}\\|\\\\\\\\") | |
| 645 (alignat-like . "\\\\begin{%s}{[0-9]*}\\|\\\\\\\\")) | |
| 646 "Alist with default regular expressions for finding context. | |
| 647 The form (format regexp (regexp-quote environment)) is used to calculate | |
| 648 the final regular expression - so %s will be replaced with the environment | |
| 649 or macro." | |
| 650 :group 'reftex-defining-label-environments | |
| 651 :type '(repeat (cons (symbol) (regexp)))) | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
652 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
653 (defcustom reftex-trust-label-prefix nil |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
654 "Non-nil means, trust the label prefix when determining label type. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
655 It is customary to use special label prefixes to distinguish different label |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
656 types. The label prefixes have no syntactic meaning in LaTeX (unless |
|
62467
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
657 special packages like fancyref are being used). RefTeX can and by |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
658 default does parse around each label to detect the correct label type, |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
659 but this process can be slow when a document contains thousands of |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
660 labels. If you use label prefixes consistently, you may speed up |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
661 document parsing by setting this variable to a non-nil value. RefTeX |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
662 will then compare the label prefix with the prefixes found in |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
663 `reftex-label-alist' and derive the correct label type in this way. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
664 Possible values for this option are: |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
665 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
666 t This means to trust any label prefixes found. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
667 regexp If a regexp, only prefixes matched by the regexp are trusted. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
668 list List of accepted prefixes, as strings. The colon is part of |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
669 the prefix, e.g. (\"fn:\" \"eqn:\" \"item:\"). |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
670 nil Never trust a label prefix. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
671 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
672 The only disadvantage of using this feature is that the label context |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
673 displayed in the label selection buffer along with each label is |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
674 simply some text after the label definition. This is no problem if you |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
675 place labels keeping this in mind (e.g. *before* the equation, *at |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
676 the beginning* of a fig/tab caption ...). Anyway, it is probably best |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
677 to use the regexp or the list value types to fine-tune this feature. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
678 For example, if your document contains thousands of footnotes with |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
679 labels fn:xxx, you may want to set this variable to the value \"^fn:$\" or |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
680 \(\"fn:\"). Then RefTeX will still do extensive parsing for any |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
681 non-footnote labels." |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
682 :group 'reftex-defining-label-environments |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
683 :type '(choice |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
684 (const :tag "Always" t) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
685 (const :tag "Never" nil) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
686 (regexp) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
687 (repeat :tag "List" |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
688 (string :tag "prefix (with colon)")))) |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
689 |
| 25280 | 690 (defcustom reftex-special-environment-functions nil |
| 691 "List of functions to be called when trying to figure out current environment. | |
| 692 These are special functions to detect \"environments\" which do not | |
| 693 start with \\begin and end with \\end. Some LaTeX packages seem to | |
| 694 use such non-standard ways to set up environment-like constructs. The | |
| 695 purpose of each function in this list is to detect if point is | |
| 696 currently inside such a special \"environment\". If the environment | |
| 697 carries a label, you must also set up an entry for it in | |
| 698 `reftex-label-alist'. | |
| 699 | |
| 700 The function should check if point is currently in the special | |
| 701 environment it was written to detect. If so, the function must return | |
| 702 a cons cell (NAME . POSITION). NAME is the name of the environment | |
| 703 detected and POSITION is the buffer position where the environment | |
| 704 starts. The function must return nil on failure to detect the | |
| 705 environment. | |
| 706 | |
| 707 The function must take an argument BOUND. If non-nil, BOUND is a | |
| 708 boundary for backwards searches which should be observed. | |
| 709 | |
| 710 Here is an example. The LaTeX package linguex.sty defines list macros | |
| 711 `\\ex.', `\\a.', etc for lists which are terminated by `\\z.' or an empty | |
| 712 line. | |
| 713 | |
| 714 \\ex. \\label{ex:12} Some text in an exotic language ... | |
| 715 \\a. \\label{ex:13} more stuff | |
| 716 \\b. \\label{ex:14} still more stuff | |
| 717 | |
| 718 ... more text after the empty line terminating all lists | |
| 719 | |
| 720 And here is the setup for RefTeX: | |
| 721 | |
| 722 1. Define a dummy environment for this in `reftex-label-alist'. Dummy means, | |
| 723 make up an environment name even though it is not used with \\begin and | |
| 724 \\end. Here we use \"linguex\" as this name. | |
| 725 | |
| 726 (setq reftex-label-alist | |
| 727 '((\"linguex\" ?x \"ex:\" \"~\\\\ref{%s}\" nil (\"Example\" \"Ex.\")))) | |
| 728 | |
| 729 2. Write a function to detect the list macros and the determinators as well. | |
| 730 | |
| 731 (defun my-detect-linguex-list (bound) | |
| 732 (let ((pos (point)) p1) | |
| 733 (save-excursion | |
| 734 ;; Search for any of the linguex item macros at the beginning of a line | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
735 (if (re-search-backward |
| 25280 | 736 \"^[ \\t]*\\\\(\\\\\\\\\\\\(ex\\\\|a\\\\|b\\\\|c\\\\|d\\\\|e\\\\|f\\\\)g?\\\\.\\\\)\" bound t) |
| 737 (progn | |
| 738 (setq p1 (match-beginning 1)) | |
| 739 ;; Make sure no empty line or \\z. is between us and the item macro | |
| 740 (if (re-search-forward \"\\n[ \\t]*\\n\\\\|\\\\\\\\z\\\\.\" pos t) | |
| 741 ;; Return nil because list was already closed | |
| 742 nil | |
| 743 ;; OK, we got it | |
| 744 (cons \"linguex\" p1))) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
745 ;; Return nil for not found |
| 25280 | 746 nil)))) |
| 747 | |
| 748 3. Tell RefTeX to use this function | |
| 749 | |
| 750 (setq reftex-special-environment-functions '(my-detect-linguex-list)) | |
| 751 " | |
| 752 :group 'reftex-defining-label-environments | |
| 753 :type 'hook) | |
| 754 | |
| 755 ;; Label insertion | |
| 756 | |
| 757 (defgroup reftex-making-and-inserting-labels nil | |
| 758 "Options on how to create new labels." | |
| 759 :group 'reftex-label-support) | |
| 760 | |
| 761 (defcustom reftex-insert-label-flags '("s" "sft") | |
| 762 "Flags governing label insertion. First flag DERIVE, second flag PROMPT. | |
| 763 | |
| 764 If DERIVE is t, RefTeX will try to derive a sensible label from context. | |
| 765 A section label for example will be derived from the section heading. | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
766 The conversion of the context to a valid label is governed by the |
| 25280 | 767 specifications given in `reftex-derive-label-parameters'. |
| 768 If RefTeX fails to derive a label, it will prompt the user. | |
| 769 If DERIVE is nil, the label generated will consist of the prefix and a | |
| 770 unique number, like `eq:23'. | |
| 771 | |
| 772 If PROMPT is t, the user will be prompted for a label string. The prompt will | |
| 773 already contain the prefix, and (if DERIVE is t) a default label derived from | |
| 774 context. When PROMPT is nil, the default label will be inserted without | |
| 775 query. | |
| 776 | |
| 777 So the combination of DERIVE and PROMPT controls label insertion. Here is a | |
| 778 table describing all four possibilities: | |
| 779 | |
| 780 DERIVE PROMPT ACTION | |
| 781 ------------------------------------------------------------------------- | |
| 782 nil nil Insert simple label, like eq:22 or sec:13. No query. | |
| 783 nil t Prompt for label. | |
| 784 t nil Derive a label from context and insert without query. | |
| 785 t t Derive a label from context and prompt for confirmation. | |
| 786 | |
| 787 Each flag may be set to t, nil, or a string of label type letters | |
| 788 indicating the label types for which it should be true. The strings work | |
| 789 like character classes. | |
| 790 Thus, the combination may be set differently for each label type. The | |
| 791 default settings \"s\" and \"sft\" mean: Derive section labels from headings | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
792 \(with confirmation). Prompt for figure and table labels. Use simple labels |
| 25280 | 793 without confirmation for everything else. |
| 794 The available label types are: s (section), f (figure), t (table), i (item), | |
| 795 e (equation), n (footnote), N (endnote), plus any definitions in | |
| 796 `reftex-label-alist'." | |
| 797 :group 'reftex-making-and-inserting-labels | |
| 798 :type '(list (choice :tag "Derive label from context" | |
| 799 (const :tag "always" t) | |
| 800 (const :tag "never" nil) | |
| 801 (string :tag "selected label types" "")) | |
| 802 (choice :tag "Prompt for label string " | |
| 803 :entry-format " %b %v" | |
| 804 (const :tag "always" t) | |
| 805 (const :tag "never" nil) | |
| 806 (string :tag "selected label types" "")))) | |
| 807 | |
| 808 (defcustom reftex-string-to-label-function 'reftex-string-to-label | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
809 "Function to turn an arbitrary string into a valid label. |
| 25280 | 810 RefTeX's default function uses the variable `reftex-derive-label-parameters'." |
| 811 :group 'reftex-making-and-inserting-labels | |
| 812 :type 'symbol) | |
| 813 | |
| 814 (defcustom reftex-translate-to-ascii-function 'reftex-latin1-to-ascii | |
| 815 "Filter function which will process a context string before it is used | |
| 816 to derive a label from it. The intended application is to convert ISO or | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
817 Mule characters into something valid in labels. The default function |
| 25280 | 818 removes the accents from Latin-1 characters. X-Symbol (>=2.6) sets this |
| 819 variable to the much more general `x-symbol-translate-to-ascii'." | |
| 820 :group 'reftex-making-and-inserting-labels | |
| 821 :type 'symbol) | |
| 822 | |
| 823 (defcustom reftex-derive-label-parameters '(3 20 t 1 "-" | |
| 824 ("the" "on" "in" "off" "a" "for" "by" "of" "and" "is" "to") t) | |
| 825 "Parameters for converting a string into a label. | |
| 826 This variable is a list of the following items. | |
| 827 | |
| 828 NWORDS Number of words to use. | |
| 829 MAXCHAR Maximum number of characters in a label string. | |
|
60918
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
830 INVALID nil: Throw away any words containing characters invalid in labels. |
|
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
831 t: Throw away only the invalid characters, not the whole word. |
| 25280 | 832 ABBREV nil: Never abbreviate words. |
| 833 t: Always abbreviate words (see `reftex-abbrev-parameters'). | |
| 834 not t and not nil: Abbreviate words if necessary to shorten | |
| 835 label string below MAXCHAR. | |
| 836 SEPARATOR String separating different words in the label. | |
| 837 IGNOREWORDS List of words which should not be part of labels. | |
| 838 DOWNCASE t: Downcase words before using them." | |
| 839 :group 'reftex-making-and-inserting-labels | |
| 840 :type '(list (integer :tag "Number of words " 3) | |
| 841 (integer :tag "Maximum label length " 20) | |
|
60918
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
842 (choice :tag "Invalid characters in words" |
| 25280 | 843 (const :tag "throw away entire word" nil) |
| 844 (const :tag "throw away single chars" t)) | |
| 845 (choice :tag "Abbreviate words " | |
| 846 (const :tag "never" nil) | |
| 847 (const :tag "always" t) | |
| 848 (const :tag "when label is too long" 1)) | |
| 849 (string :tag "Separator between words " "-") | |
| 850 (repeat :tag "Ignore words" | |
| 851 :entry-format " %i %d %v" | |
| 852 (string :tag "")) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
853 (option (boolean :tag "Downcase words ")))) |
| 25280 | 854 |
| 855 (defcustom reftex-label-illegal-re "[^-a-zA-Z0-9_+=:;,.]" | |
|
60918
58a53f588384
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
Werner LEMBERG <wl@gnu.org>
parents:
59534
diff
changeset
|
856 "Regexp matching characters not valid in labels." |
| 25280 | 857 :group 'reftex-making-and-inserting-labels |
| 858 :type '(regexp :tag "Regular Expression")) | |
| 859 | |
| 860 (defcustom reftex-abbrev-parameters '(4 2 "^aeiou" "aeiou") | |
| 861 "Parameters for abbreviation of words. | |
| 862 This variable is a list of the following items. | |
| 863 | |
| 864 MIN-CHARS Minimum number of characters remaining after abbreviation. | |
| 865 MIN-KILL Minimum number of characters to remove when abbreviating words. | |
| 866 BEFORE Character class before abbrev point in word. | |
| 867 AFTER Character class after abbrev point in word." | |
| 868 :group 'reftex-making-and-inserting-labels | |
| 869 :type '(list | |
| 870 (integer :tag "Minimum chars per word" 4) | |
| 871 (integer :tag "Shorten by at least " 2) | |
| 872 (string :tag "cut before char class " "^saeiou") | |
| 873 (string :tag "cut after char class " "aeiou"))) | |
| 874 | |
| 875 (defcustom reftex-format-label-function nil | |
| 876 "Function which produces the string to insert as a label definition. | |
| 877 Normally should be nil, unless you want to do something fancy. | |
| 878 The function will be called with two arguments, the LABEL and the DEFAULT | |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
879 FORMAT, which usually is `\\label{%s}'. The function should return the |
| 25280 | 880 string to insert into the buffer." |
| 881 :group 'reftex-making-and-inserting-labels | |
| 882 :type 'function) | |
| 883 | |
| 884 ;; Label referencing | |
| 885 | |
| 886 (defgroup reftex-referencing-labels nil | |
| 887 "Options on how to reference labels." | |
| 888 :group 'reftex-label-support) | |
| 889 | |
| 890 (eval-and-compile | |
| 891 (defconst reftex-tmp | |
| 892 '((const :tag "on" t) | |
| 893 (const :tag "off" nil) | |
| 894 (string :tag "Selected label types")))) | |
| 895 | |
| 896 (defcustom reftex-label-menu-flags '(t t nil nil nil nil t nil) | |
| 897 "List of flags governing the label menu makeup. | |
| 898 The flags are: | |
| 899 | |
| 900 TABLE-OF-CONTENTS Show the labels embedded in a table of context. | |
| 901 SECTION-NUMBERS Include section numbers (like 4.1.3) in table of contents. | |
| 902 COUNTERS Show counters. This just numbers the labels in the menu. | |
| 903 NO-CONTEXT Non-nil means do NOT show the short context. | |
| 904 FOLLOW Follow full context in other window. | |
| 905 SHOW-COMMENTED Show labels from regions which are commented out. | |
| 906 MATCH-IN-TOC Obsolete flag. | |
| 907 SHOW FILES Show begin and end of included files. | |
| 908 | |
| 909 Each of these flags can be set to t or nil, or to a string of type letters | |
| 910 indicating the label types for which it should be true. These strings work | |
| 911 like character classes in regular expressions. Thus, setting one of the | |
| 912 flags to \"sf\" makes the flag true for section and figure labels, nil | |
| 913 for everything else. Setting it to \"^sf\" makes it the other way round. | |
| 914 The available label types are: s (section), f (figure), t (table), i (item), | |
| 915 e (equation), n (footnote), plus any definitions in `reftex-label-alist'. | |
| 916 | |
| 917 Most options can also be switched from the label menu itself - so if you | |
| 918 decide here to not have a table of contents in the label menu, you can still | |
| 919 get one interactively during selection from the label menu." | |
| 920 :group 'reftex-referencing-labels | |
| 921 :type | |
| 922 `(list | |
| 923 (choice :tag "Embed in table of contents " ,@reftex-tmp) | |
| 924 (choice :tag "Show section numbers " ,@reftex-tmp) | |
| 925 (choice :tag "Show individual counters " ,@reftex-tmp) | |
| 926 (choice :tag "Hide short context " ,@reftex-tmp) | |
| 927 (choice :tag "Follow context in other window " ,@reftex-tmp) | |
| 928 (choice :tag "Show commented labels " ,@reftex-tmp) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
929 (choice :tag "Obsolete flag, Don't use. " ,@reftex-tmp) |
| 25280 | 930 (choice :tag "Show begin/end of included files" ,@reftex-tmp))) |
| 931 | |
| 932 (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and ")) | |
| 933 "Punctuation strings for multiple references. | |
| 934 When marking is used in the selection buffer to select several references, | |
| 935 this variable associates the 3 marking characters `,-+' with prefix strings | |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
936 to be inserted into the buffer before the corresponding \\ref macro. |
| 25280 | 937 This is used to string together whole reference sets, like |
| 938 `eqs. 1,2,3-5,6 and 7' in a single call to `reftex-reference'. See manual." | |
| 939 :group 'reftex-referencing-labels | |
| 940 :type '(repeat (cons (character) (string)))) | |
| 941 | |
| 942 (defcustom reftex-vref-is-default nil | |
| 943 "*Non-nil means, the varioref macro \\vref is used as default. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
944 In the selection buffer, the `v' key toggles the reference macro between |
| 25280 | 945 `\\ref' and `\\vref'. The value of this variable determines the default |
| 946 which is active when entering the selection process. | |
| 947 Instead of nil or t, this may also be a string of type letters indicating | |
| 948 the label types for which it should be true." | |
| 949 :group 'reftex-referencing-labels | |
| 950 :type `(choice :tag "\\vref is default macro" ,@reftex-tmp)) | |
| 951 | |
| 952 (defcustom reftex-fref-is-default nil | |
| 953 "*Non-nil means, the fancyref macro \\fref is used as default. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
954 In the selection buffer, the `V' key toggles the reference macro between |
| 25280 | 955 `\\ref', `\\fref' and `\\Fref'. The value of this variable determines |
| 956 the default which is active when entering the selection process. | |
| 957 Instead of nil or t, this may also be a string of type letters indicating | |
| 958 the label types for which it should be true." | |
| 959 :group 'reftex-referencing-labels | |
| 960 :type `(choice :tag "\\fref is default macro" ,@reftex-tmp)) | |
| 961 | |
| 962 (defcustom reftex-level-indent 2 | |
| 963 "*Number of spaces to be used for indentation per section level." | |
| 964 :group 'reftex-referencing-labels | |
| 965 :type 'integer) | |
| 966 | |
| 967 (defcustom reftex-guess-label-type t | |
| 968 "*Non-nil means, `reftex-reference' will try to guess the label type. | |
| 969 To do that, RefTeX will look at the word before the cursor and compare it with | |
| 970 the words given in `reftex-label-alist'. When it finds a match, RefTeX will | |
| 971 immediately offer the correct label menu - otherwise it will prompt you for | |
| 972 a label type. If you set this variable to nil, RefTeX will always prompt." | |
| 973 :group 'reftex-referencing-labels | |
| 974 :type 'boolean) | |
| 975 | |
| 976 (defcustom reftex-format-ref-function nil | |
| 977 "Function which produces the string to insert as a reference. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
978 Normally should be nil, because the format to insert a reference can |
| 25280 | 979 already be specified in `reftex-label-alist'. |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
980 This hook also is used by the special commands to insert `\\vref' and `\\fref' |
| 25280 | 981 references, so even if you set this, your setting will be ignored by |
| 982 the special commands. | |
| 983 The function will be called with two arguments, the LABEL and the DEFAULT | |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
984 FORMAT, which normally is `~\\ref{%s}'. The function should return the |
| 25280 | 985 string to insert into the buffer." |
| 986 :group 'reftex-referencing-labels | |
| 987 :type 'function) | |
| 988 | |
| 989 (defcustom reftex-select-label-mode-hook nil | |
| 990 "Mode hook for reftex-select-label-mode." | |
| 991 :group 'reftex-referencing-labels | |
| 992 :type 'hook) | |
| 993 | |
| 994 ;; BibteX citation configuration ---------------------------------------- | |
| 995 | |
| 996 (defgroup reftex-citation-support nil | |
| 997 "Support for referencing bibliographic data with BibTeX." | |
| 998 :group 'reftex) | |
| 999 | |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1000 (defcustom reftex-bibliography-commands '("bibliography" "nobibliography") |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1001 "LaTeX commands which specify the BibTeX databases to use with the document." |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1002 :group 'reftex-citation-support |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1003 :type '(repeat string)) |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1004 |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1005 |
| 25280 | 1006 (defvar reftex-bibfile-ignore-list nil) ; compatibility |
| 1007 (defcustom reftex-bibfile-ignore-regexps nil | |
| 1008 "*List of regular expressions to exclude files in \\bibliography{..}. | |
| 1009 File names matched by these regexps will not be parsed by RefTeX. | |
| 1010 Intended for files which contain only `@string' macro definitions and the | |
| 1011 like, which are ignored by RefTeX anyway." | |
| 1012 :group 'reftex-citation-support | |
| 1013 :set 'reftex-set-dirty | |
| 1014 :type '(repeat (regexp))) | |
| 1015 | |
| 1016 (defcustom reftex-default-bibliography nil | |
| 1017 "*List of BibTeX database files which should be used if none are specified. | |
| 1018 When `reftex-citation' is called from a document which has neither a | |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
1019 `\\bibliography{..}' statement nor a `thebibliography' environment, |
| 25280 | 1020 RefTeX will scan these files instead. Intended for using `reftex-citation' |
| 1021 in non-LaTeX files. The files will be searched along the BIBINPUTS or TEXBIB | |
| 1022 path." | |
| 1023 :group 'reftex-citation-support | |
| 1024 :type '(repeat (file))) | |
| 1025 | |
| 1026 (defcustom reftex-sort-bibtex-matches 'reverse-year | |
| 1027 "*Sorting of the entries found in BibTeX databases by reftex-citation. | |
| 1028 Possible values: | |
| 1029 nil Do not sort entries. | |
| 1030 'author Sort entries by author name. | |
| 1031 'year Sort entries by increasing year. | |
| 1032 'reverse-year Sort entries by decreasing year." | |
| 1033 :group 'reftex-citation-support | |
| 1034 :type '(choice (const :tag "not" nil) | |
| 1035 (const :tag "by author" author) | |
| 1036 (const :tag "by year" year) | |
| 1037 (const :tag "by year, reversed" reverse-year))) | |
| 1038 | |
| 1039 (defcustom reftex-cite-format 'default | |
| 1040 "*The format of citations to be inserted into the buffer. | |
| 1041 It can be a string or an alist or a symbol. In the simplest case this | |
| 1042 is just the string \"\\cite{%l}\", which is also the default. See the | |
| 1043 definition of `reftex-cite-format-builtin' for more complex examples. | |
| 1044 | |
| 1045 If `reftex-cite-format' is a string, it will be used as the format. | |
| 1046 In the format, the following percent escapes will be expanded. | |
| 1047 | |
| 1048 %l The BibTeX label of the citation. | |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1049 %a List of author names, see also `reftex-cite-punctuation'. |
| 25280 | 1050 %2a Like %a, but abbreviate more than 2 authors like Jones et al. |
| 1051 %A First author name only. | |
| 1052 %e Works like %a, but on list of editor names. (%2e and %E work a well) | |
| 1053 | |
| 1054 It is also possible to access all other BibTeX database fields: | |
| 1055 %b booktitle %c chapter %d edition %h howpublished | |
| 1056 %i institution %j journal %k key %m month | |
| 1057 %n number %o organization %p pages %P first page | |
| 1058 %r address %s school %u publisher %t title | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1059 %v volume %y year |
| 25280 | 1060 %B booktitle, abbreviated %T title, abbreviated |
| 1061 | |
| 1062 Usually, only %l is needed. The other stuff is mainly for the echo area | |
| 1063 display, and for (setq reftex-comment-citations t). | |
| 1064 | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1065 %< as a special operator kills punctuation and space around it after the |
| 25280 | 1066 string has been formatted. |
| 1067 | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1068 A pair of square brackets indicates an optional argument, and RefTeX |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1069 will prompt for the values of these arguments. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1070 |
| 25280 | 1071 Beware that all this only works with BibTeX database files. When |
| 1072 citations are made from the \\bibitems in an explicit thebibliography | |
| 1073 environment, only %l is available. | |
| 1074 | |
| 1075 If `reftex-cite-format' is an alist of characters and strings, the user | |
| 1076 will be prompted for a character to select one of the possible format | |
| 1077 strings. | |
| 1078 In order to configure this variable, you can either set | |
| 1079 `reftex-cite-format' directly yourself or set it to the SYMBOL of one of | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1080 the predefined styles. The predefined symbols are those which have an |
| 25280 | 1081 association in the constant `reftex-cite-format-builtin'. |
| 1082 E.g.: (setq reftex-cite-format 'natbib)" | |
| 1083 :group 'reftex-citation-support | |
| 1084 :type | |
| 1085 `(choice | |
| 1086 :format "%{%t%}: \n%[Value Menu%] %v" | |
| 1087 (radio :tag "Symbolic Builtins" | |
| 1088 :indent 4 | |
| 1089 :value default | |
| 1090 ,@(mapcar | |
| 1091 (lambda (x) | |
| 1092 (list 'const :tag (concat (symbol-name (nth 0 x)) | |
| 1093 ": " (nth 1 x)) | |
| 1094 (nth 0 x))) | |
| 1095 reftex-cite-format-builtin)) | |
| 1096 (string :tag "format string" "\\cite{%l}") | |
| 1097 (repeat :tag "key-ed format strings" | |
| 1098 :value ((?\r . "\\cite{%l}") | |
| 1099 (?t . "\\cite{%l}") (?p . "\\cite{%l}")) | |
| 1100 (cons (character :tag "Key character" ?\r) | |
| 1101 (string :tag "Format string" ""))))) | |
| 1102 | |
|
59534
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1103 (defcustom reftex-cite-prompt-optional-args 'maybe |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1104 "*Non-nil means, prompt for empty optional arguments in cite macros. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1105 When an entry in `reftex-cite-format' ist given with square brackets to |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1106 indicate optional arguments (for example \\cite[][]{%l}), RefTeX can |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1107 prompt for values. Possible values are: |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1108 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1109 nil Never prompt for optional arguments |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1110 t Always prompt |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1111 maybe Prompt only if `reftex-citation' was called with C-u prefix arg |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1112 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1113 Unnecessary empty optional arguments are removed before insertion into |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1114 the buffer. See `reftex-cite-cleanup-optional-args'." |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1115 :group 'reftex-citation-support |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1116 :type '(choice |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1117 (const :tag "Always" t) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1118 (const :tag "When called with prefix arg" maybe) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1119 (const :tag "Never" nil))) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1120 |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1121 (defcustom reftex-cite-cleanup-optional-args t |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1122 "*Non-nil means, remove unnecessary empty optional arguments in cite macros. |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1123 The cite macros provided by some packages (for example |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1124 natbib) allow specifying two optional arguments, one for a prefix to |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1125 the citation, and a second for a postfix. When only one optional |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1126 argument is given, it is interpreted as postfix. When this option is |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1127 t, RefTeX removes unnecessary empty optional arguments from the cite |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1128 macro before insertion. For example, it will change |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1129 \\cite[][]{Jones} -> \\cite{Jones} |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1130 \\cite[][Chapter 1]{Jones} -> \\cite[Chapter 1]{Jones} |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1131 \\cite[see][]{Jones} -> \\cite[see][]{Jones} |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1132 \\cite[see][Chapter 1]{Jones} -> \\cite{Jones} |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1133 Is is possible that other packages have other conventions about which |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1134 optional argument is interpreted how - that is why this cleaning up |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1135 can be turned off." |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1136 :group 'reftex-citation-support |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1137 :type 'boolean) |
|
9bad65481674
2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik <dominik@science.uva.nl>
parents:
52401
diff
changeset
|
1138 |
| 25280 | 1139 (defcustom reftex-comment-citations nil |
| 1140 "*Non-nil means add a comment for each citation describing the full entry. | |
| 1141 The comment is formatted according to `reftex-cite-comment-format'." | |
| 1142 :group 'reftex-citation-support | |
| 1143 :type 'boolean) | |
| 1144 | |
| 1145 (defcustom reftex-cite-comment-format | |
| 1146 "%% %2a %y, %j %v, %P, %b, %e, %u, %s %<\n" | |
| 1147 "Citation format used for commented citations. Must NOT contain %l. | |
| 1148 See the variable `reftex-cite-format' for possible percent escapes." | |
| 1149 :group 'reftex-citation-support | |
| 1150 :type 'string) | |
| 1151 | |
| 1152 (defcustom reftex-cite-view-format "%2a %y, %T, %B, %j %v:%P, %s %<" | |
| 1153 "Citation format used to display citation info in the message area. | |
| 1154 Must NOT contain %l. See the variable `reftex-cite-format' for | |
| 1155 possible percent escapes." | |
| 1156 :group 'reftex-citation-support | |
| 1157 :group 'reftex-viewing-cross-references | |
| 1158 :type 'string) | |
| 1159 | |
| 1160 (defcustom reftex-cite-punctuation '(", " " \\& " " {\\it et al.}") | |
| 1161 "Punctuation for formatting of name lists in citations. | |
| 1162 This is a list of 3 strings. | |
| 1163 1. normal names separator, like \", \" in Jones, Brown and Miller | |
| 1164 2. final names separator, like \" and \" in Jones, Brown and Miller | |
| 1165 3. The \"et al\" string, like \" {\\it et al.}\" in Jones {\\it et al.}" | |
| 1166 :group 'reftex-citation-support | |
| 1167 :type '(list | |
| 1168 (string :tag "Separator for names ") | |
| 1169 (string :tag "Separator for last name in list") | |
| 1170 (string :tag "string used as et al. "))) | |
| 1171 | |
| 1172 (defcustom reftex-format-cite-function nil | |
| 1173 "Function which produces the string to insert as a citation. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1174 Normally should be nil, because the format to insert a reference can |
| 25280 | 1175 already be specified in `reftex-cite-format'. |
| 1176 The function will be called with two arguments, the CITATION KEY and the | |
| 1177 DEFAULT FORMAT, which is taken from `reftex-cite-format'. The function | |
| 1178 should return the string to insert into the buffer." | |
| 1179 :group 'reftex-citation-support | |
| 1180 :type 'function) | |
| 1181 | |
| 1182 (defcustom reftex-select-bib-mode-hook nil | |
| 1183 "Mode hook for reftex-select-bib-mode." | |
| 1184 :group 'reftex-citation-support | |
| 1185 :type 'hook) | |
| 1186 | |
| 1187 ;; Index Support Configuration | |
| 1188 | |
| 1189 (defgroup reftex-index-support nil | |
| 1190 "Support for viewing and editing the index." | |
| 1191 :group 'reftex) | |
| 1192 | |
| 1193 (defcustom reftex-support-index t | |
| 1194 "*Non-nil means, index entries are parsed as well. | |
| 1195 Index support is resource intensive and the internal structure holding the | |
| 1196 parsed information can become quite big. Therefore it can be turned off. | |
| 1197 When this is nil and you execute a command which requires index support, | |
| 1198 you will be asked for confirmation to turn it on and rescan the document." | |
| 1199 :group 'reftex-index-support | |
| 1200 :type 'boolean) | |
| 1201 | |
| 1202 (defcustom reftex-index-special-chars '("!" "|" "@" "\"" "\\") | |
| 1203 "Special characters in index entries. The value is a list of five strings. | |
| 1204 These correspond to the makeindex keywords LEVEL ENCAP ACTUAL QUOTE ESCAPE." | |
| 1205 :group 'reftex-index-support | |
| 1206 :type '(list | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1207 (string :tag "LEVEL separator") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1208 (string :tag "ENCAP char ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1209 (string :tag "ACTUAL char ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1210 (string :tag "QUOTE char ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1211 (string :tag "ESCAPE char "))) |
| 25280 | 1212 |
| 1213 (defcustom reftex-index-macros nil | |
| 1214 "Macros which define index entries. The structure is | |
| 1215 | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1216 \(MACRO INDEX-TAG KEY PREFIX EXCLUDE REPEAT) |
| 25280 | 1217 |
| 1218 MACRO is the macro. Arguments should be denoted by empty braces like | |
| 1219 \\index[]{*}. Use square brackets to denote optional arguments. The star | |
| 1220 marks where the index key is. | |
| 1221 | |
| 1222 INDEX-TAG is a short name of the index. \"idx\" and \"glo\" are | |
| 1223 reserved for the default index and the glossary. Other indices can be | |
| 1224 defined as well. If this is an integer, the Nth argument of the macro | |
| 1225 holds the index tag. | |
| 1226 | |
| 1227 KEY is a character which is used to identify the macro for input with | |
| 1228 \\[reftex-index]. ?i, ?I, and ?g are reserved for default index and glossary. | |
| 1229 | |
| 1230 PREFIX can be a prefix which is added to the KEY part of the index entry. | |
| 1231 If you have a macro \\newcommand{\\molec}[1]{#1\\index{Molecules!#1}}, this | |
| 1232 prefix should be \"Molecules!\". See the manual for details. | |
| 1233 | |
| 1234 EXCLUDE can be a function. If this function exists and returns a non-nil | |
| 1235 value, the index entry at point is ignored. This was implemented to support | |
| 1236 the (deprecated) `^' and `_' shortcuts in the LaTeX2e `index' package. | |
| 1237 | |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1238 REPEAT, if non-nil, means the index macro does not typeset the entry in |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1239 the text, so that the text has to be repeated outside the index macro. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1240 Needed for `reftex-index-selection-or-word' and for indexing from the |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1241 phrase buffer. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1242 |
| 25280 | 1243 The final entry may also be a symbol if this entry has a association |
| 1244 in the variable `reftex-index-macros-builtin' to specify the main | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
1245 indexing package you are using. Valid values are currently |
| 25280 | 1246 default The LaTeX default - unnecessary to specify this one |
| 1247 multind The multind.sty package | |
| 1248 index The index.sty package | |
| 1249 index-shortcut The index.sty packages with the ^ and _ shortcuts. | |
| 1250 Should not be used - only for old documents. | |
| 1251 Note that AUCTeX sets these things internally for RefTeX as well, so | |
| 1252 with a sufficiently new version of AUCTeX, you should not set the | |
| 1253 package here." | |
| 1254 :group 'reftex-index-support | |
| 1255 :set 'reftex-set-dirty | |
| 1256 :type `(list | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1257 (repeat |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1258 :inline t |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1259 (list :value ("" "idx" ?a "" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1260 (string :tag "Macro with args") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1261 (choice :tag "Index Tag " |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1262 (string) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1263 (integer :tag "Macro arg Nr" :value 1)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1264 (character :tag "Access Key ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1265 (string :tag "Key Prefix ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1266 (symbol :tag "Exclusion hook ") |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1267 (boolean :tag "Repeat Outside "))) |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1268 (option |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1269 :tag "Package:" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1270 (choice :tag "Package" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1271 :value index |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1272 ,@(mapcar |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1273 (lambda (x) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1274 (list 'const :tag (concat (symbol-name (nth 0 x)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1275 ": " (nth 1 x)) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1276 (nth 0 x))) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1277 reftex-index-macros-builtin))))) |
| 25280 | 1278 |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1279 (defcustom reftex-index-default-macro '(?i "idx") |
| 25280 | 1280 "The default index macro for \\[reftex-index-selection-or-word]. |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1281 This is a list with (MACRO-KEY DEFAULT-TAG). |
| 25280 | 1282 |
| 1283 MACRO-KEY: Character identifying an index macro - see `reftex-index-macros'. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1284 DEFAULT-TAG: This is the tag to be used if the macro requires a TAG argument. |
| 25280 | 1285 When this is nil and a TAG is needed, RefTeX will ask for it. |
| 1286 When this is the empty string and the TAG argument of the index | |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1287 macro is optional, the TAG argument will be omitted." |
| 25280 | 1288 :group 'reftex-index-support |
| 1289 :type '(list | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1290 (character :tag "Character identifying default macro") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1291 (choice :tag "Default index tag " |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1292 (const nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1293 (string)))) |
| 25280 | 1294 |
| 1295 (defcustom reftex-index-default-tag "idx" | |
| 1296 "Default index tag. | |
| 1297 When working with multiple indexes, RefTeX queries for an index tag when | |
| 1298 creating index entries or displaying a specific index. This variable controls | |
| 1299 the default offered for these queries. The default can be selected with RET | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
1300 during selection or completion. Valid values of this variable are: |
| 25280 | 1301 |
| 1302 nil Do not provide a default index | |
| 1303 \"tag\" The default index tag given as a string, e.g. \"idx\". | |
| 1304 last The last used index tag will be offered as default." | |
| 1305 :group 'reftex-index-support | |
| 1306 :type '(choice | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1307 (const :tag "no default" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1308 (const :tag "last used " 'last) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1309 (string :tag "index tag " "idx"))) |
| 25280 | 1310 |
| 1311 (defcustom reftex-index-math-format "$%s$" | |
| 1312 "Format of index entries when copied from inside math mode. | |
| 1313 When `reftex-index-selection-or-word' is executed inside TeX math mode, | |
| 1314 the index key copied from the buffer is processed with this format string | |
| 1315 through the `format' function. This can be used to add the math delimiters | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1316 \(e.g. `$') to the string. |
| 25280 | 1317 Requires the `texmathp.el' library which is part of AUCTeX." |
| 1318 :group 'reftex-index-support | |
| 1319 :type 'string) | |
| 1320 | |
|
27192
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1321 (defcustom reftex-index-phrase-file-extension ".rip" |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1322 "File extension for the index phrase file. |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1323 This extension will be added to the base name of the master file." |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1324 :group 'reftex-index-support |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1325 :type 'string) |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1326 |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1327 (defcustom reftex-index-phrases-logical-and-regexp " *&& *" |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1328 "Regexp matching the `and' operator for index arguments in phrases file. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1329 When several index arguments in a phrase line are separated by this |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1330 operator, each part will generate an index macro. So each match of |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1331 the search phrase will produce *several* different index entries. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1332 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1333 Note: make sure this does no match things which are not separators. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1334 This logical `and' has higher priority than the logical `or' specified in |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1335 `reftex-index-phrases-logical-or-regexp'." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1336 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1337 :type 'regexp) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1338 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1339 (defcustom reftex-index-phrases-logical-or-regexp " *|| *" |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1340 "Regexp matching the `or' operator for index arguments in phrases file. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1341 When several index arguments in a phrase line are separated by this |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1342 operator, the user will be asked to select one of them at each match |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1343 of the search phrase. The first index arg will be the default - a |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1344 number key 1-9 must be pressed to switch to another. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1345 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1346 Note: make sure this does no match things which are not separators. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1347 The logical `and' specified in `reftex-index-phrases-logical-or-regexp' |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1348 has higher priority than this logical `or'." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1349 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1350 :type 'regexp) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1351 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1352 (defcustom reftex-index-phrases-search-whole-words t |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1353 "*Non-nil means phrases search will look for whole words, not subwords. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1354 This works by requiring word boundaries at the beginning and end of |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1355 the search string. When the search phrase already has a non-word-char |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1356 at one of these points, no word boundary is required there." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1357 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1358 :type 'boolean) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1359 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1360 (defcustom reftex-index-phrases-case-fold-search t |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1361 "*Non-nil means, searching for index phrases will ignore case." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1362 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1363 :type 'boolean) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1364 |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1365 (defcustom reftex-index-verify-function nil |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1366 "A function which is called at each match during global indexing. |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1367 If the function returns nil, the current match is skipped." |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1368 :group 'reftex-index-support |
|
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1369 :type '(choice |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1370 (const :tag "No verification" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1371 (function))) |
|
46612
7522419c4db0
Updated to reftex 4.17
Carsten Dominik <dominik@science.uva.nl>
parents:
46155
diff
changeset
|
1372 |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1373 (defcustom reftex-index-phrases-skip-indexed-matches nil |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1374 "*Non-nil means, skip matches which appear to be indexed already. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1375 When doing global indexing from the phrases buffer, searches for some |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1376 phrases may match at places where that phrase was already indexed. In |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1377 particular when indexing an already processed document again, this |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1378 will even be the norm. When this variable is non-nil, RefTeX checks if |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1379 the match is inside an index macro argument, or if an index macro is directly |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1380 before or after the phrase. If that is the case, that match will |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1381 be ignored." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1382 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1383 :type 'boolean) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1384 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1385 (defcustom reftex-index-phrases-wrap-long-lines nil |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1386 "*Non-nil means, when indexing from the phrases buffer, wrap lines. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1387 Inserting indexing commands in a line makes the line longer - often |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1388 so long that it does not fit onto the screen. When this variable is |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1389 non-nil, newlines will be added as necessary before and/or after the |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1390 indexing command to keep lines short. However, the matched text |
|
62531
c905fcf5e3d9
Specify missing group (and type, if simple) in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62467
diff
changeset
|
1391 phrase and its index command will always end up on a single line." |
|
c905fcf5e3d9
Specify missing group (and type, if simple) in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62467
diff
changeset
|
1392 :group 'reftex-index-support |
|
c905fcf5e3d9
Specify missing group (and type, if simple) in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62467
diff
changeset
|
1393 :type 'boolean) |
|
26910
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1394 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1395 (defcustom reftex-index-phrases-sort-prefers-entry nil |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1396 "*Non-nil means when sorting phrase lines, the explicit index entry is used. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1397 Phrase lines in the phrases buffer contain a search phrase, and |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1398 sorting is normally based on these. Some phrase lines also have |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1399 an explicit index argument specified. When this variable is non-nil, |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1400 the index argument will be used for sorting." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1401 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1402 :type 'boolean) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1403 |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1404 (defcustom reftex-index-phrases-sort-in-blocks t |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1405 "*Non-nil means, empty and comment lines separate phrase buffer into blocks. |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1406 Sorting will then preserve blocks, so that lines are re-arranged only |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1407 within blocks." |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1408 :group 'reftex-index-support |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1409 :type 'boolean) |
|
489a5439b988
* reftex.el (reftex-compile-variables): respect new structure of
Carsten Dominik <dominik@science.uva.nl>
parents:
25804
diff
changeset
|
1410 |
| 25280 | 1411 (defcustom reftex-index-section-letters "ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| 1412 "The letters which denote sections in the index. | |
| 1413 Usually these are all capital letters. Don't use any downcase letters. | |
| 1414 Order is not significant, the index will be sorted by whatever the sort | |
| 1415 function thinks is correct. | |
| 1416 In addition to these letters, RefTeX will create a group `!' which | |
| 1417 contains all entries sorted below the lowest specified letter. | |
| 1418 In the index buffer, pressing any of these capital letters or `!' will jump | |
| 1419 to that section." | |
| 1420 :group 'reftex-index-support | |
| 1421 :type '(string :tag "Capital letters")) | |
| 1422 | |
| 1423 (defcustom reftex-index-include-context nil | |
| 1424 "*Non-nil means, display the index definition context in the index buffer. | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1425 This flag may also be toggled from the index buffer with the `c' key." |
| 25280 | 1426 :group 'reftex-index-support |
| 1427 :type 'boolean) | |
| 1428 | |
| 1429 (defcustom reftex-index-follow-mode nil | |
| 1430 "*Non-nil means, point in *Index* buffer will cause other window to follow. | |
| 1431 The other window will show the corresponding part of the document. | |
| 1432 This flag can be toggled from within the *Index* buffer with the `f' key." | |
| 1433 :group 'reftex-table-of-contents-browser | |
| 1434 :type 'boolean) | |
| 1435 | |
| 1436 ;; Viewing Cross References | |
| 1437 | |
| 1438 (defgroup reftex-viewing-cross-references nil | |
| 1439 "Displaying cross references and citations." | |
| 1440 :group 'reftex) | |
| 1441 | |
| 1442 (defcustom reftex-view-crossref-extra nil | |
| 1443 "Macros which can be used for the display of cross references. | |
| 1444 This is used when `reftex-view-crossref' is called with point in an | |
| 1445 argument of a macro. Note that crossref viewing for citations, | |
| 1446 references (both ways) and index entries is hard-coded. This variable | |
| 1447 is only to configure additional structures for which crossreference | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1448 viewing can be useful. Each entry has the structure |
| 25280 | 1449 |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1450 \(MACRO-RE SEARCH-RE HIGHLIGHT). |
| 25280 | 1451 |
| 1452 MACRO-RE is matched against the macro. SEARCH-RE is the regexp used | |
| 1453 to search for cross references. `%s' in this regexp is replaced with | |
| 1454 with the macro argument at point. HIGHLIGHT is an integer indicating | |
| 1455 which subgroup of the match should be highlighted." | |
| 1456 :group 'reftex-viewing-cross-references | |
| 1457 :type '(repeat (group (regexp :tag "Macro Regexp ") | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1458 (string :tag "Search Regexp ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1459 (integer :tag "Highlight Group")))) |
| 25280 | 1460 |
| 1461 (defcustom reftex-auto-view-crossref t | |
| 1462 "*Non-nil means, initially turn automatic viewing of crossref info on. | |
| 1463 Automatic viewing of crossref info normally uses the echo area. | |
|
47050
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1464 Whenever point is idle for more than `reftex-idle-time' seconds on the |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1465 argument of a \\ref or \\cite macro, and no other message is being |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1466 displayed, the echo area will display information about that cross |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1467 reference. You can also set the variable to the symbol `window'. In |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1468 this case a small temporary window is used for the display. |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1469 This feature can be turned on and off from the menu |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1470 \(Ref->Options)." |
| 25280 | 1471 :group 'reftex-viewing-cross-references |
| 1472 :type '(choice (const :tag "off" nil) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1473 (const :tag "in Echo Area" t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1474 (const :tag "in Other Window" window))) |
| 25280 | 1475 |
| 1476 (defcustom reftex-idle-time 1.2 | |
|
47050
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1477 "*Time (secs) Emacs has to be idle before automatic crossref display is done. |
|
904fd28be439
Update to RefTeX 4.19
Carsten Dominik <dominik@science.uva.nl>
parents:
46683
diff
changeset
|
1478 Applies also to toc recentering." |
| 25280 | 1479 :group 'reftex-viewing-cross-references |
| 1480 :type 'number) | |
| 1481 | |
| 1482 (defcustom reftex-revisit-to-echo nil | |
| 1483 "*Non-nil means, automatic citation display will revisit files if necessary. | |
| 1484 When nil, citation display in echo area will only be active for cached | |
| 1485 entries and for BibTeX database files with live associated buffers." | |
| 1486 :group 'reftex-viewing-cross-references | |
| 1487 :type 'boolean) | |
| 1488 | |
| 1489 (defcustom reftex-cache-cite-echo t | |
| 1490 "*Non-nil means, the information displayed in the echo area for cite macros | |
| 1491 is cached and even saved along with the parsing information. The cache | |
| 1492 survives document scans. In order to clear it, use M-x reftex-reset-mode." | |
| 1493 :group 'reftex-viewing-cross-references | |
| 1494 :type 'boolean) | |
| 1495 | |
| 1496 (defcustom reftex-display-copied-context-hook nil | |
| 1497 "Normal Hook which is run before context is displayed anywhere. Designed | |
| 1498 for X-Symbol, but may have other uses as well." | |
| 1499 :group 'reftex-viewing-cross-references | |
| 1500 :group 'reftex-referencing-labels | |
| 1501 :type 'hook) | |
| 1502 | |
| 1503 ;; Finding Files -------------------------------------------------------- | |
| 1504 | |
| 1505 (defgroup reftex-finding-files nil | |
| 1506 "Finding files on search paths." | |
| 1507 :group 'reftex) | |
| 1508 | |
| 1509 (defcustom reftex-texpath-environment-variables '("TEXINPUTS") | |
| 1510 "*List of specifications how to retrieve the search path for TeX files. | |
| 1511 Several entries are possible. | |
| 1512 - If an element is the name of an environment variable, its content is used. | |
| 1513 - If an element starts with an exclamation mark, it is used as a command | |
| 1514 to retrieve the path. A typical command with the kpathsearch library would | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1515 be `!kpsewhich -show-path=.tex'. |
| 25280 | 1516 - Otherwise the element itself is interpreted as a path. |
| 1517 Multiple directories can be separated by the system dependent `path-separator'. | |
| 1518 Directories ending in `//' or `!!' will be expanded recursively. | |
| 1519 See also `reftex-use-external-file-finders'." | |
| 1520 :group 'reftex-finding-files | |
| 1521 :set 'reftex-set-dirty | |
| 1522 :type '(repeat (string :tag "Specification"))) | |
| 1523 | |
| 1524 (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB") | |
| 1525 "*List of specifications how to retrieve search path for .bib database files. | |
| 1526 Several entries are possible. | |
| 1527 - If an element is the name of an environment variable, its content is used. | |
| 1528 - If an element starts with an exclamation mark, it is used as a command | |
| 1529 to retrieve the path. A typical command with the kpathsearch library would | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1530 be `!kpsewhich -show-path=.bib'. |
| 25280 | 1531 - Otherwise the element itself is interpreted as a path. |
| 1532 Multiple directories can be separated by the system dependent `path-separator'. | |
| 1533 Directories ending in `//' or `!!' will be expanded recursively. | |
| 1534 See also `reftex-use-external-file-finders'." | |
| 1535 :group 'reftex-citation-support | |
| 1536 :group 'reftex-finding-files | |
| 1537 :set 'reftex-set-dirty | |
| 1538 :type '(repeat (string :tag "Specification"))) | |
| 1539 | |
| 1540 (defcustom reftex-file-extensions '(("tex" . (".tex" ".ltx")) | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1541 ("bib" . (".bib"))) |
| 25280 | 1542 "*Association list with file extensions for different file types. |
| 1543 This is a list of items, each item is like: (TYPE . (DEF-EXT OTHER-EXT ...)) | |
| 1544 | |
| 1545 TYPE: File type like \"bib\" or \"tex\". | |
| 1546 DEF-EXT: The default extension for that file type, like \".tex\" or \".bib\". | |
|
60926
89202ce14f61
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
Werner LEMBERG <wl@gnu.org>
parents:
60918
diff
changeset
|
1547 OTHER-EXT: Any number of other valid extensions for this file type. |
| 25280 | 1548 |
|
62467
35f6599373fc
* textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
Carsten Dominik <dominik@science.uva.nl>
parents:
60926
diff
changeset
|
1549 When a files is searched and it does not have any of the legal extensions, |
|
37998
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
1550 we try the default extension first, and then the naked file name. |
|
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
1551 |
|
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
1552 If you are using AUCTeX, you also need to add new extensions to |
|
706af946b1e7
* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik <dominik@science.uva.nl>
parents:
34402
diff
changeset
|
1553 TeX-file-extensions." |
| 25280 | 1554 :group 'reftex-finding-files |
| 1555 :type '(repeat (cons (string :tag "File type") | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1556 (repeat (string :tag "Extension"))))) |
| 25280 | 1557 |
| 1558 (defcustom reftex-search-unrecursed-path-first t | |
| 1559 "*Non-nil means, search all specified directories before trying recursion. | |
| 1560 Thus, in a path \".//:/tex/\", search first \"./\", then \"/tex/\" and then | |
| 1561 all subdirectories of \"./\". If this option is nil, the subdirectories of | |
| 1562 \"./\" are searched before \"/tex/\". This is mainly for speed - most of the | |
| 1563 time the recursive path is for the system files and not for the user files. | |
| 1564 Set this to nil if the default makes RefTeX finding files with equal names | |
| 1565 in wrong sequence." | |
| 1566 :group 'reftex-finding-files | |
| 1567 :type 'boolean) | |
| 1568 | |
| 1569 (defcustom reftex-use-external-file-finders nil | |
| 1570 "*Non-nil means, use external programs to find files. | |
| 1571 Normally, RefTeX searches the paths given in the environment variables | |
| 1572 TEXINPUTS and BIBINPUTS to find TeX files and BibTeX database files. | |
| 1573 With this option turned on, it calls an external program specified in the | |
| 1574 option `reftex-external-file-finders' instead. As a side effect, | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1575 the variables `reftex-texpath-environment-variables' and |
| 25280 | 1576 `reftex-bibpath-environment-variables' will be ignored." |
| 1577 :group 'reftex-finding-files | |
| 1578 :type 'boolean) | |
| 1579 | |
| 1580 (defcustom reftex-external-file-finders '(("tex" . "kpsewhich -format=.tex %f") | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1581 ("bib" . "kpsewhich -format=.bib %f")) |
| 25280 | 1582 "*Association list with external programs to call for finding files. |
| 1583 Each entry is a cons cell (TYPE . PROGRAM). | |
| 1584 TYPE is either \"tex\" or \"bib\". PROGRAM is the external program to use with | |
| 1585 any arguments. %f will be replaced by the name of the file to be found. | |
| 1586 Note that these commands will be executed directly, not via a shell. | |
| 1587 Only relevant when `reftex-use-external-file-finders' is non-nil." | |
| 1588 :group 'reftex-finding-files | |
| 1589 :type '(repeat (cons (string :tag "File type") | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1590 (string :tag "Program ")))) |
| 25280 | 1591 |
| 1592 ;; Tuning the parser ---------------------------------------------------- | |
| 1593 | |
| 1594 (defgroup reftex-optimizations-for-large-documents nil | |
| 1595 "Configuration of parser speed and memory usage." | |
| 1596 :group 'reftex) | |
| 1597 | |
| 1598 (defcustom reftex-keep-temporary-buffers 1 | |
| 1599 "*Non-nil means, keep buffers created for parsing and lookup. | |
| 1600 RefTeX sometimes needs to visit files related to the current document. | |
| 1601 We distinguish files visited for | |
| 1602 PARSING: Parts of a multifile document loaded when (re)-parsing the document. | |
| 1603 LOOKUP: BibTeX database files and TeX files loaded to find a reference, | |
| 1604 to display label context, etc. | |
| 1605 The created buffers can be kept for later use, or be thrown away immediately | |
| 1606 after use, depending on the value of this variable: | |
| 1607 | |
| 1608 nil Throw away as much as possible. | |
| 1609 t Keep everything. | |
| 1610 1 Throw away buffers created for parsing, but keep the ones created | |
| 1611 for lookup. | |
| 1612 | |
| 1613 If a buffer is to be kept, the file is visited normally (which is potentially | |
| 1614 slow but will happen only once). | |
| 1615 If a buffer is to be thrown away, the initialization of the buffer depends | |
| 1616 upon the variable `reftex-initialize-temporary-buffers'." | |
| 1617 :group 'reftex-optimizations-for-large-documents | |
| 1618 :type '(choice | |
| 1619 (const :tag "Throw away everything" nil) | |
| 1620 (const :tag "Keep everything" t) | |
| 1621 (const :tag "Keep lookup buffers only" 1))) | |
| 1622 | |
| 1623 (defcustom reftex-initialize-temporary-buffers nil | |
| 1624 "*Non-nil means do initializations even when visiting file temporarily. | |
| 1625 When nil, RefTeX may turn off find-file hooks and other stuff to briefly | |
| 1626 visit a file. | |
| 1627 When t, the full default initializations are done (find-file-hook etc.). | |
| 1628 Instead of t or nil, this variable may also be a list of hook functions to | |
| 1629 do a minimal initialization." | |
| 1630 :group 'reftex-optimizations-for-large-documents | |
| 1631 :type '(choice | |
| 1632 (const :tag "Read files literally" nil) | |
| 1633 (const :tag "Fully initialize buffers" t) | |
| 1634 (repeat :tag "Hook functions" :value (nil) | |
| 1635 (function-item)))) | |
| 1636 | |
| 1637 (defcustom reftex-no-include-regexps '("\\.pstex_t\\'") | |
| 1638 "*List of regular expressions to exclude certain input files from parsing. | |
| 1639 If the name of a file included via \\include or \\input is matched by any | |
| 1640 of the regular expressions in this list, that file is not parsed by RefTeX." | |
| 1641 :group 'reftex-optimizations-for-large-documents | |
| 1642 :type '(repeat (regexp))) | |
| 1643 | |
| 1644 (defcustom reftex-enable-partial-scans nil | |
| 1645 "*Non-nil means, re-parse only 1 file when asked to re-parse. | |
| 1646 Re-parsing is normally requested with a `C-u' prefix to many RefTeX commands, | |
| 1647 or with the `r' key in menus. When this option is t in a multifile document, | |
| 1648 we will only parse the current buffer, or the file associated with the label | |
| 1649 or section heading near point in a menu. Requesting re-parsing of an entire | |
| 1650 multifile document then requires a `C-u C-u' prefix or the capital `R' key | |
| 1651 in menus." | |
| 1652 :group 'reftex-optimizations-for-large-documents | |
| 1653 :type 'boolean) | |
| 1654 | |
| 1655 (defcustom reftex-allow-automatic-rescan t | |
| 1656 "*Non-nil means, RefTeX may rescan the document when this seems necessary. | |
| 1657 Currently this applies only to rescanning after label insertion, when | |
| 1658 the new label cannot be inserted correctly into the internal label | |
| 1659 list." | |
| 1660 :group 'reftex-optimizations-for-large-documents | |
| 1661 :type 'boolean) | |
| 1662 | |
| 1663 (defcustom reftex-save-parse-info nil | |
| 1664 "*Non-nil means, save information gathered with parsing in a file. | |
| 1665 The file MASTER.rel in the same directory as MASTER.tex is used to save the | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1666 information. When this variable is t, |
| 25280 | 1667 - accessing the parsing information for the first time in an editing session |
| 1668 will read that file (if available) instead of parsing the document. | |
| 1669 - exiting Emacs or killing a buffer in reftex-mode will cause a new version | |
| 1670 of the file to be written." | |
| 1671 :group 'reftex-optimizations-for-large-documents | |
| 1672 :type 'boolean) | |
| 1673 | |
|
27192
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1674 (defcustom reftex-parse-file-extension ".rel" |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1675 "*File extension for the file in which parser information is stored. |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1676 This extension is added to the base name of the master file." |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1677 :group 'reftex-optimizations-for-large-documents |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1678 :type 'string) |
|
f70a80cecdd3
New version number.
Carsten Dominik <dominik@science.uva.nl>
parents:
27035
diff
changeset
|
1679 |
| 25280 | 1680 (defcustom reftex-use-multiple-selection-buffers nil |
| 1681 "*Non-nil means use a separate selection buffer for each label type. | |
| 1682 These buffers are kept from one selection to the next and need not to be | |
| 1683 created for each use - so the menu generally comes up faster. The | |
| 1684 selection buffers will be erased (and therefore updated) automatically | |
| 1685 when new labels in its category are added. See the variable | |
| 1686 `reftex-auto-update-selection-buffers'." | |
| 1687 :group 'reftex-optimizations-for-large-documents | |
| 1688 :group 'reftex-referencing-labels | |
| 1689 :type 'boolean) | |
| 1690 | |
| 1691 (defcustom reftex-auto-update-selection-buffers t | |
| 1692 "*Non-nil means, selection buffers will be updated automatically. | |
| 1693 When a new label is defined with `reftex-label', all selection buffers | |
| 1694 associated with that label category are emptied, in order to force an | |
| 1695 update upon next use. When nil, the buffers are left alone and have to be | |
| 1696 updated by hand, with the `g' key from the label selection process. | |
| 1697 The value of this variable will only have any effect when | |
| 1698 `reftex-use-multiple-selection-buffers' is non-nil." | |
| 1699 :group 'reftex-optimizations-for-large-documents | |
| 1700 :group 'reftex-referencing-labels | |
| 1701 :type 'boolean) | |
| 1702 | |
| 1703 ;; Fontification and Faces ---------------------------------------------- | |
| 1704 | |
| 1705 (defgroup reftex-fontification-configurations nil | |
| 1706 "Options concerning the faces used in RefTeX." | |
| 1707 :group 'reftex) | |
| 1708 | |
| 1709 (defcustom reftex-use-fonts t | |
| 1710 "*Non-nil means, use fonts in *toc* and selection buffers. | |
| 1711 Font-lock must be loaded as well to actually get fontified display. | |
| 1712 When changing this option, a rescan may be necessary to activate the change." | |
| 1713 :group 'reftex-fontification-configurations | |
| 1714 :type 'boolean) | |
| 1715 | |
| 1716 (defcustom reftex-refontify-context 1 | |
| 1717 "*Non-nil means, re-fontify the context in the label menu with font-lock. | |
| 1718 This slightly slows down the creation of the label menu. It is only necessary | |
| 1719 when you definitely want the context fontified. | |
| 1720 | |
| 1721 This option may have 3 different values: | |
| 1722 nil Never refontify. | |
| 1723 t Always refontify. | |
| 1724 1 Refontify when absolutely necessary, e.g. when old versions of X-Symbol. | |
| 1725 The option is ignored when `reftex-use-fonts' is nil." | |
| 1726 :group 'reftex-fontification-configurations | |
| 1727 :group 'reftex-referencing-labels | |
| 1728 :type '(choice | |
| 1729 (const :tag "Never" nil) | |
| 1730 (const :tag "Always" t) | |
| 1731 (const :tag "When necessary" 1))) | |
| 1732 | |
| 1733 (defcustom reftex-highlight-selection 'cursor | |
| 1734 "*Non-nil mean, highlight selected text in selection and *toc* buffers. | |
| 1735 Normally, the text near the cursor is the selected text, and it is | |
| 1736 highlighted. This is the entry most keys in the selction and *toc* | |
| 1737 buffers act on. However, if you mainly use the mouse to select an | |
| 1738 item, you may find it nice to have mouse-triggered highlighting | |
| 1739 instead or as well. The variable may have one of these values: | |
| 1740 | |
| 1741 nil No highlighting. | |
| 1742 cursor Highlighting is cursor driven. | |
| 1743 mouse Highlighting is mouse driven. | |
| 1744 both Both cursor and mouse trigger highlighting. | |
| 1745 | |
| 1746 Changing this variable requires to rebuild the selection and *toc* buffers | |
| 1747 to become effective (keys `g' or `r')." | |
| 1748 :group 'reftex-fontification-configurations | |
| 1749 :type '(choice | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1750 (const :tag "Never" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1751 (const :tag "Cursor driven" cursor) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1752 (const :tag "Mouse driven" mouse) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1753 (const :tag "Mouse and Cursor driven." both))) |
| 25280 | 1754 |
| 1755 (defcustom reftex-cursor-selected-face 'highlight | |
| 1756 "Face name to highlight cursor selected item in toc and selection buffers. | |
| 1757 See also the variable `reftex-highlight-selection'." | |
| 1758 :group 'reftex-fontification-configurations | |
| 1759 :type 'symbol) | |
| 1760 (defcustom reftex-mouse-selected-face 'secondary-selection | |
| 1761 "Face name to highlight mouse selected item in toc and selection buffers. | |
| 1762 See also the variable `reftex-highlight-selection'." | |
| 1763 :group 'reftex-fontification-configurations | |
| 1764 :type 'symbol) | |
| 1765 (defcustom reftex-file-boundary-face 'font-lock-comment-face | |
| 1766 "Face name for file boundaries in selection buffer." | |
| 1767 :group 'reftex-fontification-configurations | |
| 1768 :type 'symbol) | |
| 1769 (defcustom reftex-label-face 'font-lock-constant-face | |
| 1770 "Face name for labels in selection buffer." | |
| 1771 :group 'reftex-fontification-configurations | |
| 1772 :type 'symbol) | |
| 1773 (defcustom reftex-section-heading-face 'font-lock-function-name-face | |
| 1774 "Face name for section headings in toc and selection buffers." | |
| 1775 :group 'reftex-fontification-configurations | |
| 1776 :type 'symbol) | |
| 1777 (defcustom reftex-toc-header-face 'font-lock-comment-face | |
| 1778 "Face name for the header of a toc buffer." | |
| 1779 :group 'reftex-fontification-configurations | |
| 1780 :type 'symbol) | |
| 1781 (defcustom reftex-bib-author-face 'font-lock-keyword-face | |
| 1782 "Face name for author names in bib selection buffer." | |
| 1783 :group 'reftex-fontification-configurations | |
| 1784 :type 'symbol) | |
| 1785 (defcustom reftex-bib-year-face 'font-lock-comment-face | |
| 1786 "Face name for year in bib selection buffer." | |
| 1787 :group 'reftex-fontification-configurations | |
| 1788 :type 'symbol) | |
| 1789 (defcustom reftex-bib-title-face 'font-lock-function-name-face | |
| 1790 "Face name for article title in bib selection buffer." | |
| 1791 :group 'reftex-fontification-configurations | |
| 1792 :type 'symbol) | |
| 1793 (defcustom reftex-bib-extra-face 'font-lock-comment-face | |
| 1794 "Face name for bibliographic information in bib selection buffer." | |
| 1795 :group 'reftex-fontification-configurations | |
| 1796 :type 'symbol) | |
| 1797 (defcustom reftex-select-mark-face 'bold | |
| 1798 "Face name for marked entries in the selection buffers." | |
| 1799 :group 'reftex-fontification-configurations | |
| 1800 :type 'symbol) | |
| 1801 (defcustom reftex-index-header-face 'font-lock-comment-face | |
| 1802 "Face name for the header of an index buffer." | |
| 1803 :group 'reftex-fontification-configurations | |
| 1804 :type 'symbol) | |
| 1805 (defcustom reftex-index-section-face 'font-lock-function-name-face | |
| 1806 "Face name for the start of a new letter section in the index." | |
| 1807 :group 'reftex-fontification-configurations | |
| 1808 :type 'symbol) | |
| 1809 (defcustom reftex-index-tag-face 'font-lock-keyword-face | |
| 1810 "Face name for index names (for multiple indices)." | |
| 1811 :group 'reftex-fontification-configurations | |
| 1812 :type 'symbol) | |
| 1813 (defcustom reftex-index-face 'font-lock-constant-face | |
| 1814 "Face name for index entries." | |
| 1815 :group 'reftex-fontification-configurations | |
| 1816 :type 'symbol) | |
| 1817 | |
| 1818 (defcustom reftex-pre-refontification-functions nil | |
| 1819 "X-Symbol specific hook. | |
| 1820 Functions get two arguments, the buffer from where the command started and a | |
| 1821 symbol indicating in what context the hook is called." | |
| 1822 :group 'reftex-fontification-configurations | |
| 1823 :type 'hook) | |
| 1824 | |
| 1825 ;; Miscellaneous configurations ----------------------------------------- | |
| 1826 | |
| 1827 (defgroup reftex-miscellaneous-configurations nil | |
| 1828 "Collection of further configurations." | |
| 1829 :group 'reftex) | |
| 1830 | |
| 1831 (defcustom reftex-extra-bindings nil | |
| 1832 "Non-nil means, make additional key bindings on startup. | |
| 1833 These extra bindings are located in the users `C-c letter' map." | |
| 1834 :group 'reftex-miscellaneous-configurations | |
| 1835 :type 'boolean) | |
| 1836 | |
| 1837 (defcustom reftex-plug-into-AUCTeX nil | |
| 1838 "*Plug-in flags for AUCTeX interface. | |
| 1839 This variable is a list of 4 boolean flags. When a flag is non-nil, | |
| 1840 RefTeX will | |
| 1841 | |
| 1842 - supply labels in new sections and environments (flag 1) | |
| 1843 - supply arguments for macros like `\\label'. (flag 2) | |
| 1844 - supply arguments for macros like `\\ref'. (flag 3) | |
| 1845 - supply arguments for macros like `\\cite'. (flag 4) | |
| 1846 - supply arguments for macros like `\\index'. (flag 5) | |
| 1847 | |
| 1848 You may also set the variable itself to t or nil in order to turn all | |
| 1849 plug-ins on or off, respectively. | |
| 1850 \\<LaTeX-mode-map>Supplying labels in new sections and environments applies when creating | |
| 1851 sections with \\[LaTeX-section] and environments with \\[LaTeX-environment]. | |
| 1852 Supplying macro arguments applies when you insert such a macro interactively | |
| 1853 with \\[TeX-insert-macro]. | |
| 1854 See the AUCTeX documentation for more information. | |
| 1855 RefTeX uses `fset' to take over the function calls. Changing the variable | |
| 1856 may require a restart of Emacs in order to become effective." | |
| 1857 :group 'reftex-miscellaneous-configurations | |
| 1858 :group 'LaTeX | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1859 :type '(choice |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1860 (const :tag "No plug-ins" nil) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1861 (const :tag "All possible plug-ins" t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1862 (list |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1863 :tag "Individual choice" |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1864 :value (t t t t t) |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1865 (boolean :tag "supply label in new sections and environments") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1866 (boolean :tag "supply argument for macros like `\\label' ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1867 (boolean :tag "supply argument for macros like `\\ref' ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1868 (boolean :tag "supply argument for macros like `\\cite' ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1869 (boolean :tag "supply argument for macros like `\\index' ") |
|
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1870 ))) |
| 25280 | 1871 |
| 1872 (defcustom reftex-allow-detached-macro-args nil | |
| 1873 "*Non-nil means, allow arguments of macros to be detached by whitespace. | |
| 1874 When this is t, `aaa' will be considered as argument of \\bb in the following | |
| 1875 construct: \\bbb [xxx] {aaa}." | |
| 1876 :group 'reftex-miscellaneous-configurations | |
| 1877 :type 'boolean) | |
| 1878 | |
| 1879 | |
| 1880 (defcustom reftex-load-hook nil | |
| 1881 "Hook which is being run when loading reftex.el." | |
| 1882 :group 'reftex-miscellaneous-configurations | |
| 1883 :type 'hook) | |
| 1884 | |
| 1885 (defcustom reftex-mode-hook nil | |
| 1886 "Hook which is being run when turning on RefTeX mode." | |
| 1887 :group 'reftex-miscellaneous-configurations | |
| 1888 :type 'hook) | |
| 1889 | |
|
52170
27340819ef07
Updated to version 4.21
Carsten Dominik <dominik@science.uva.nl>
parents:
49599
diff
changeset
|
1890 |
|
47898
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
1891 (provide 'reftex-vars) |
|
c33a2b08adc7
Move reftex-set-dirty here from reftex.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47287
diff
changeset
|
1892 |
| 52401 | 1893 ;;; arch-tag: 9591ea34-ef39-4431-90b7-c115eaf5e16f |
| 25280 | 1894 ;;; reftex-vars.el ends here |
