comparison lisp/textmodes/reftex-vars.el @ 29775:31536c6cf2e3

* textmodes/reftex.el (reftex-find-citation-regexp-format): Support for bibentry. (reftex-compile-variables): Fixed problem with end of section-re. * texmodes/reftex-dcr.el (reftex-view-crossref, reftex-view-crossref-from-bibtex): Deal with changed `reftex-find-citation-regexp-format'. (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): Replaced `remprop' with `put'. (reftex-view-crossref, reftex-view-crossref-when-idle): Support for bibentry. * textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for bibentry package. * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp also matches "\nobibliography". * textmodes/reftex-global.el (reftex-renumber-simple-labels): Call `reftex-ensure-write-access' before doing anything. (reftex-ensure-write-access): New function.
author Carsten Dominik <dominik@science.uva.nl>
date Tue, 20 Jun 2000 12:52:00 +0000
parents 0b645a4a64fa
children 5eec8d1d09f0
comparison
equal deleted inserted replaced
29774:8eff9cc9cbae 29775:31536c6cf2e3
1 ;;; reftex-vars.el - Configuration variables for RefTeX 1 ;;; reftex-vars.el - Configuration variables for RefTeX
2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. 2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
3 3
4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> 4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
5 ;; Version: 4.11 5 ;; Version: 4.14
6 ;; 6 ;;
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
132 (?e . "\\citep[e.g.][]{%l}") 132 (?e . "\\citep[e.g.][]{%l}")
133 (?s . "\\citep[see][]{%l}") 133 (?s . "\\citep[see][]{%l}")
134 (?a . "\\citeauthor{%l}") 134 (?a . "\\citeauthor{%l}")
135 (?A . "\\citeauthor*{%l}") 135 (?A . "\\citeauthor*{%l}")
136 (?y . "\\citeyear{%l}"))) 136 (?y . "\\citeyear{%l}")))
137 (bibentry "The Bibentry package"
138 "\\bibentry{%l}")
137 (harvard "The Harvard package" 139 (harvard "The Harvard package"
138 ((?\C-m . "\\cite{%l}") 140 ((?\C-m . "\\cite{%l}")
139 (?p . "\\cite{%l}") 141 (?p . "\\cite{%l}")
140 (?t . "\\citeasnoun{%l}") 142 (?t . "\\citeasnoun{%l}")
141 (?n . "\\citeasnoun{%l}") 143 (?n . "\\citeasnoun{%l}")