emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/reftex.texi


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/reftex.texi
Date: Wed, 22 Jun 2005 21:13:42 -0400

Index: emacs/man/reftex.texi
diff -c emacs/man/reftex.texi:1.35 emacs/man/reftex.texi:1.36
*** emacs/man/reftex.texi:1.35  Wed May 18 11:25:58 2005
--- emacs/man/reftex.texi       Thu Jun 23 01:13:41 2005
***************
*** 153,159 ****
  * Citation Info::                    View the corresponding database entry.
  * Chapterbib and Bibunits::          Multiple bibliographies in a Document.
  * Citations Outside LaTeX::          How to make citations in Emails etc.
! * BibTeX Database Subsets::          Extract parts of a big database. 
  
  Index Support
  
--- 153,159 ----
  * Citation Info::                    View the corresponding database entry.
  * Chapterbib and Bibunits::          Multiple bibliographies in a Document.
  * Citations Outside LaTeX::          How to make citations in Emails etc.
! * BibTeX Database Subsets::          Extract parts of a big database.
  
  Index Support
  
***************
*** 1668,1674 ****
  * Citation Info::                    View the corresponding database entry.
  * Chapterbib and Bibunits::          Multiple bibliographies in a Document.
  * Citations Outside LaTeX::          How to make citations in Emails etc.
! * BibTeX Database Subsets::          Extract parts of a big database. 
  @end menu
  
  @node Creating Citations, Citation Styles, , Citations
--- 1668,1674 ----
  * Citation Info::                    View the corresponding database entry.
  * Chapterbib and Bibunits::          Multiple bibliographies in a Document.
  * Citations Outside LaTeX::          How to make citations in Emails etc.
! * BibTeX Database Subsets::          Extract parts of a big database.
  @end menu
  
  @node Creating Citations, Citation Styles, , Citations
***************
*** 1772,1783 ****
  @item e
  Create a new BibTeX database file which contains all @i{marked} entries
  in the selection buffer.  If no entries are marked, all entries are
! selected. 
  
  @item E
  Create a new BibTeX database file which contains all @i{unmarked}
  entries in the selection buffer.  If no entries are marked, all entries
! are selected. 
  
  @item @key{TAB}
  Enter a citation key with completion.  This may also be a key which does
--- 1772,1783 ----
  @item e
  Create a new BibTeX database file which contains all @i{marked} entries
  in the selection buffer.  If no entries are marked, all entries are
! selected.
  
  @item E
  Create a new BibTeX database file which contains all @i{unmarked}
  entries in the selection buffer.  If no entries are marked, all entries
! are selected.
  
  @item @key{TAB}
  Enter a citation key with completion.  This may also be a key which does
***************
*** 3211,3217 ****
  
  Before calling a @address@hidden function, the style hook should always
  test for the availability of the function, so that the style file will
! also work for people who do not use @address@hidden 
  
  Additions made with style files in the way described below remain local
  to the current document.  For example, if one package uses AMSTeX, the
--- 3211,3217 ----
  
  Before calling a @address@hidden function, the style hook should always
  test for the availability of the function, so that the style file will
! also work for people who do not use @address@hidden
  
  Additions made with style files in the way described below remain local
  to the current document.  For example, if one package uses AMSTeX, the
***************
*** 3492,3498 ****
  
  @address@hidden was written by @i{Carsten Dominik}
  @email{dominik@@science.uva.nl}, with contributions by @i{Stephen
! Eglen}.  @address@hidden is currently maintained by 
  
  @noindent
  Carsten Dominik <dominik@@science.uva.nl>
--- 3492,3498 ----
  
  @address@hidden was written by @i{Carsten Dominik}
  @email{dominik@@science.uva.nl}, with contributions by @i{Stephen
! Eglen}.  @address@hidden is currently maintained by
  
  @noindent
  Carsten Dominik <dominik@@science.uva.nl>
***************
*** 3712,3718 ****
  Create a new BibTeX database file with all entries referenced in document.
  The command prompts for a filename and writes the collected entries to
  that file.  Only entries referenced in the current document with
! any @code{\cite}-like macros are used. 
  The sequence in the new file is the same as it was in the old database.
  @end deffn
  
--- 3712,3718 ----
  Create a new BibTeX database file with all entries referenced in document.
  The command prompts for a filename and writes the collected entries to
  that file.  Only entries referenced in the current document with
! any @code{\cite}-like macros are used.
  The sequence in the new file is the same as it was in the old database.
  @end deffn
  
***************
*** 3817,3823 ****
  ordinary TOC window), the automatic recentering is turned on.  When the
  frame gets destroyed, automatic recentering is turned off again.
  
! This feature can be turned on and off from the menu 
  (Ref->Options).
  @end defopt
  
--- 3817,3823 ----
  ordinary TOC window), the automatic recentering is turned on.  When the
  frame gets destroyed, automatic recentering is turned off again.
  
! This feature can be turned on and off from the menu
  (Ref->Options).
  @end defopt
  
***************
*** 3927,3933 ****
  This may also be a function to do local parsing and identify point to be
  in a non-standard label environment.  The function must take an
  argument @var{bound} and limit backward searches to this value.  It
! should return either nil or a cons cell @code{(@var{function}
  . @var{position})} with the function symbol and the position where the
  special environment starts.  See the Info documentation for an
  example.
--- 3927,3933 ----
  This may also be a function to do local parsing and identify point to be
  in a non-standard label environment.  The function must take an
  argument @var{bound} and limit backward searches to this value.  It
! should return either @code{nil} or a cons cell @code{(@var{function}
  . @var{position})} with the function symbol and the position where the
  special environment starts.  See the Info documentation for an
  example.
***************
*** 4084,4090 ****
  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
! document parsing by setting this variable to a non-nil value.  RefTeX
  will then compare the label prefix with the prefixes found in
  `reftex-label-alist' and derive the correct label type in this way.
  Possible values for this option are:
--- 4084,4090 ----
  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
! document parsing by setting this variable to a address@hidden value.  RefTeX
  will then compare the label prefix with the prefixes found in
  `reftex-label-alist' and derive the correct label type in this way.
  Possible values for this option are:
***************
*** 4093,4099 ****
  t       @r{This means to trust any label prefixes found.}
  regexp  @r{If a regexp, only prefixes matched by the regexp are trusted.}
  list    @r{List of accepted prefixes, as strings.  The colon is part of}
!         @r{the prefix, e.g. ("fn:" "eqn:" "item:").}   
  nil     @r{Never trust a label prefix.}
  @end example
  The only disadvantage of using this feature is that the label context
--- 4093,4099 ----
  t       @r{This means to trust any label prefixes found.}
  regexp  @r{If a regexp, only prefixes matched by the regexp are trusted.}
  list    @r{List of accepted prefixes, as strings.  The colon is part of}
!         @r{the prefix, e.g. ("fn:" "eqn:" "item:").}
  nil     @r{Never trust a label prefix.}
  @end example
  The only disadvantage of using this feature is that the label context
***************
*** 4649,4655 ****
  
  @defopt reftex-index-verify-function
  A function which is called at each match during global indexing.
! If the function returns nil, the current match is skipped.
  @end defopt
  
  @defopt reftex-index-phrases-skip-indexed-matches
--- 4649,4655 ----
  
  @defopt reftex-index-verify-function
  A function which is called at each match during global indexing.
! If the function returns @code{nil}, the current match is skipped.
  @end defopt
  
  @defopt reftex-index-phrases-skip-indexed-matches
***************
*** 4769,4778 ****
  
  @defopt reftex-revisit-to-echo
  address@hidden means, automatic citation display will revisit files if
! necessary.  When nil, citation display in echo area will only be active
! for cached echo strings (see @code{reftex-cache-cite-echo}), or for
! BibTeX database files which are already visited by a live associated
! buffers.
  @end defopt
  
  @defopt reftex-cache-cite-echo
--- 4769,4778 ----
  
  @defopt reftex-revisit-to-echo
  address@hidden means, automatic citation display will revisit files if
! necessary.  When @code{nil}, citation display in echo area will only
! be active for cached echo strings (see @code{reftex-cache-cite-echo}),
! or for BibTeX database files which are already visited by a live
! associated buffers.
  @end defopt
  
  @defopt reftex-cache-cite-echo
***************
*** 5113,5119 ****
  
  @defopt reftex-revisit-to-follow
  address@hidden means, follow-mode will revisit files if necessary.
! When nil, follow-mode will be suspended for stuff in unvisited files.
  @end defopt
  
  @defopt reftex-allow-detached-macro-args
--- 5113,5119 ----
  
  @defopt reftex-revisit-to-follow
  address@hidden means, follow-mode will revisit files if necessary.
! When @code{nil}, follow-mode will be suspended for stuff in unvisited files.
  @end defopt
  
  @defopt reftex-allow-detached-macro-args
***************
*** 5177,5187 ****
  
  @noindent @b{Version 4.24}
  @itemize @bullet
! @item 
  Inserting citation commands now prompts for optional arguments
  when called with a prefix argument.  Related new options are
  @code{reftex-cite-prompt-optional-args} and
! @code{reftex-cite-cleanup-optional-args}. 
  @item
  New option @code{reftex-trust-label-prefix}.  Configure this variable
  if you'd like RefTeX to base its classification of labels on prefixes.
--- 5177,5187 ----
  
  @noindent @b{Version 4.24}
  @itemize @bullet
! @item
  Inserting citation commands now prompts for optional arguments
  when called with a prefix argument.  Related new options are
  @code{reftex-cite-prompt-optional-args} and
! @code{reftex-cite-cleanup-optional-args}.
  @item
  New option @code{reftex-trust-label-prefix}.  Configure this variable
  if you'd like RefTeX to base its classification of labels on prefixes.
***************
*** 5189,5195 ****
  quality of the context used by RefTeX to describe a label.
  @item
  Fixed bug in @code{reftex-create-bibtex-file} when 
@code{reftex-comment-citations}
! is non-nil.
  @item
  Fixed bugs in indexing: Case-sensitive search, quotes before and/or
  after words.  Disabbled indexing in comment lines.
--- 5189,5195 ----
  quality of the context used by RefTeX to describe a label.
  @item
  Fixed bug in @code{reftex-create-bibtex-file} when 
@code{reftex-comment-citations}
! is address@hidden
  @item
  Fixed bugs in indexing: Case-sensitive search, quotes before and/or
  after words.  Disabbled indexing in comment lines.
***************
*** 5197,5203 ****
  
  @noindent @b{Version 4.22}
  @itemize @bullet
! @item 
  New command @code{reftex-create-bibtex-file} to create a new database
  with all entries referenced in the current document.
  @item
--- 5197,5203 ----
  
  @noindent @b{Version 4.22}
  @itemize @bullet
! @item
  New command @code{reftex-create-bibtex-file} to create a new database
  with all entries referenced in the current document.
  @item
***************
*** 5207,5213 ****
  
  @noindent @b{Version 4.21}
  @itemize @bullet
! @item 
  Renaming labels from the toc buffer with key @kbd{M-%}.
  @end itemize
  
--- 5207,5213 ----
  
  @noindent @b{Version 4.21}
  @itemize @bullet
! @item
  Renaming labels from the toc buffer with key @kbd{M-%}.
  @end itemize
  
***************
*** 5423,5429 ****
  document, all labels and associated context.  New keys @kbd{i}, @kbd{l},
  and @kbd{c}.  New options @code{reftex-toc-include-labels},
  @code{reftex-toc-include-context},
! @code{reftex-toc-include-file-boundaries}. 
  @end itemize
  
  @noindent @b{Version 3.41}
--- 5423,5429 ----
  document, all labels and associated context.  New keys @kbd{i}, @kbd{l},
  and @kbd{c}.  New options @code{reftex-toc-include-labels},
  @code{reftex-toc-include-context},
! @code{reftex-toc-include-file-boundaries}.
  @end itemize
  
  @noindent @b{Version 3.41}
***************
*** 5536,5542 ****
  @kbd{M-x reftex-reset-mode} now also removes the file with parsing
  info.
  @item
! Default of @code{reftex-revisit-to-follow} changed to nil.
  @end itemize
  
  @noindent @b{Version 3.24}
--- 5536,5542 ----
  @kbd{M-x reftex-reset-mode} now also removes the file with parsing
  info.
  @item
! Default of @code{reftex-revisit-to-follow} changed to @code{nil}.
  @end itemize
  
  @noindent @b{Version 3.24}




reply via email to

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