emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-vars.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-vars.el
Date: Wed, 18 May 2005 07:23:31 -0400

Index: emacs/lisp/textmodes/reftex-vars.el
diff -c emacs/lisp/textmodes/reftex-vars.el:1.23 
emacs/lisp/textmodes/reftex-vars.el:1.24
*** emacs/lisp/textmodes/reftex-vars.el:1.23    Fri Mar 25 10:08:35 2005
--- emacs/lisp/textmodes/reftex-vars.el Wed May 18 11:23:26 2005
***************
*** 3,9 ****
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.26
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.28
  
  ;; This file is part of GNU Emacs.
  
***************
*** 155,160 ****
--- 155,175 ----
        (?f    . "\\fullcite{%l}")
        (?F    . "\\fullocite{%l}")
        (?n    . "\\nocite{%l}")))
+     (jurabib "The Jurabib package"
+      ((?\C-m . "\\cite{%l}")
+       (?c    . "\\cite[][]{%l}")
+       (?t    . "\\citet{%l}")
+       (?p    . "\\citep{%l}")
+       (?e    . "\\citep[e.g.][]{%l}")
+       (?s    . "\\citep[see][]{%l}")
+       (?u    . "\\fullcite{%l}")
+       (?i    . "\\citetitle{%l}")
+       (?a    . "\\citeauthor{%l}")
+       (?e    . "\\citefield{}{%l}")
+       (?y    . "\\citeyear{%l}")
+       (?f    . "\\footcite{%l}")
+       (?F    . "\\footcite[][]{%l}")
+       (?l    . "\\footfullcite{%l}")))
      (bibentry "The Bibentry package"
        "\\bibentry{%l}")
      (harvard "The Harvard package"
***************
*** 639,645 ****
    "Non-nil means, trust the label prefix when determining label type.
  It is customary to use special label prefixes to distinguish different label
  types.  The label prefixes have no syntactic meaning in LaTeX (unless
! special packages like fancyref) are being used.  RefTeX can and by
  default does parse around each label to detect the correct label type,
  but this process can be slow when a document contains thousands of
  labels.  If you use label prefixes consistently, you may speed up
--- 654,660 ----
    "Non-nil means, trust the label prefix when determining label type.
  It is customary to use special label prefixes to distinguish different label
  types.  The label prefixes have no syntactic meaning in LaTeX (unless
! special packages like fancyref are being used).  RefTeX can and by
  default does parse around each label to detect the correct label type,
  but this process can be slow when a document contains thousands of
  labels.  If you use label prefixes consistently, you may speed up
***************
*** 1529,1535 ****
  DEF-EXT:    The default extension for that file type, like \".tex\" or 
\".bib\".
  OTHER-EXT:  Any number of other valid extensions for this file type.
  
! When a files is searched and it does not have any of the valid extensions,
  we try the default extension first, and then the naked file name.
  
  If you are using AUCTeX, you also need to add new extensions to
--- 1544,1550 ----
  DEF-EXT:    The default extension for that file type, like \".tex\" or 
\".bib\".
  OTHER-EXT:  Any number of other valid extensions for this file type.
  
! When a files is searched and it does not have any of the legal extensions,
  we try the default extension first, and then the naked file name.
  
  If you are using AUCTeX, you also need to add new extensions to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]