/[emacs]/emacs/lisp/textmodes/reftex-vars.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/reftex-vars.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by wl, Fri Mar 25 10:08:35 2005 UTC revision 1.24 by cdominik, Wed May 18 11:23:26 2005 UTC
# Line 3  Line 3 
3  ;;  Free Software Foundation, Inc.  ;;  Free Software Foundation, Inc.
4    
5  ;; Author: Carsten Dominik <dominik@science.uva.nl>  ;; Author: Carsten Dominik <dominik@science.uva.nl>
6  ;; Version: 4.26  ;; Version: 4.28
7    
8  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
9    
# Line 155  distribution.  Mixed-case symbols are co Line 155  distribution.  Mixed-case symbols are co
155        (?f    . "\\fullcite{%l}")        (?f    . "\\fullcite{%l}")
156        (?F    . "\\fullocite{%l}")        (?F    . "\\fullocite{%l}")
157        (?n    . "\\nocite{%l}")))        (?n    . "\\nocite{%l}")))
158        (jurabib "The Jurabib package"
159         ((?\C-m . "\\cite{%l}")
160          (?c    . "\\cite[][]{%l}")
161          (?t    . "\\citet{%l}")
162          (?p    . "\\citep{%l}")
163          (?e    . "\\citep[e.g.][]{%l}")
164          (?s    . "\\citep[see][]{%l}")
165          (?u    . "\\fullcite{%l}")
166          (?i    . "\\citetitle{%l}")
167          (?a    . "\\citeauthor{%l}")
168          (?e    . "\\citefield{}{%l}")
169          (?y    . "\\citeyear{%l}")
170          (?f    . "\\footcite{%l}")
171          (?F    . "\\footcite[][]{%l}")
172          (?l    . "\\footfullcite{%l}")))
173      (bibentry "The Bibentry package"      (bibentry "The Bibentry package"
174        "\\bibentry{%l}")        "\\bibentry{%l}")
175      (harvard "The Harvard package"      (harvard "The Harvard package"
# Line 639  or macro." Line 654  or macro."
654    "Non-nil means, trust the label prefix when determining label type.    "Non-nil means, trust the label prefix when determining label type.
655  It is customary to use special label prefixes to distinguish different label  It is customary to use special label prefixes to distinguish different label
656  types.  The label prefixes have no syntactic meaning in LaTeX (unless  types.  The label prefixes have no syntactic meaning in LaTeX (unless
657  special packages like fancyref) are being used.  RefTeX can and by  special packages like fancyref are being used).  RefTeX can and by
658  default does parse around each label to detect the correct label type,  default does parse around each label to detect the correct label type,
659  but this process can be slow when a document contains thousands of  but this process can be slow when a document contains thousands of
660  labels.  If you use label prefixes consistently, you may speed up  labels.  If you use label prefixes consistently, you may speed up
# Line 1529  TYPE:       File type like \"bib\" or \" Line 1544  TYPE:       File type like \"bib\" or \"
1544  DEF-EXT:    The default extension for that file type, like \".tex\" or \".bib\".  DEF-EXT:    The default extension for that file type, like \".tex\" or \".bib\".
1545  OTHER-EXT:  Any number of other valid extensions for this file type.  OTHER-EXT:  Any number of other valid extensions for this file type.
1546    
1547  When a files is searched and it does not have any of the valid extensions,  When a files is searched and it does not have any of the legal extensions,
1548  we try the default extension first, and then the naked file name.  we try the default extension first, and then the naked file name.
1549    
1550  If you are using AUCTeX, you also need to add new extensions to  If you are using AUCTeX, you also need to add new extensions to

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26