The R Project SVN R

Rev

Rev 73089 | Rev 83088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73089 Rev 74831
Line 71... Line 71...
71
    If present, must be a unique abbreviation (with case ignored) of the available
71
    If present, must be a unique abbreviation (with case ignored) of the available
72
    styles, see \bold{Details}.}
72
    styles, see \bold{Details}.}
73
  \item{decreasing}{logical, passed to \code{\link{order}} indicating
73
  \item{decreasing}{logical, passed to \code{\link{order}} indicating
74
    the sort direction.}
74
    the sort direction.}
75
  \item{.bibstyle}{a character string naming a bibliography style.}
75
  \item{.bibstyle}{a character string naming a bibliography style.}
76
  \item{citation.bibtex.max}{(\emph{deprecated}, use \code{bibtex =
76
  \item{citation.bibtex.max}{(\emph{deprecated}, use
-
 
77
    \code{bibtex = T|F}
77
    T|F} instead!) a number, say \eqn{m}, indicating that the bibtex
78
    instead!) a number, say \eqn{m}, indicating that the bibtex
78
    code should be given in addition to the formatted tex \emph{when}
79
    code should be given in addition to the formatted tex \emph{when}
79
    there are not more than \eqn{m} entries.  The default is taken as
80
    there are not more than \eqn{m} entries.  The default is taken as
80
    \code{\link{getOption}("citation.bibtex.max", 1)} which is \code{1}
81
    \code{\link{getOption}("citation.bibtex.max", 1)} which is \code{1}
81
    typically.  For example, to see no bibtex at all, you can change the
82
    typically.  For example, to see no bibtex at all, you can change the
82
    default by \code{\link{options}(citation.bibtex.max = 0)}.}
83
    default by \code{\link{options}(citation.bibtex.max = 0)}.}