The R Project SVN R

Rev

Rev 83678 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83678 Rev 84045
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{citEntry}
6
\name{citEntry}
7
\title{Bibliography Entries (Older Interface)}
7
\title{Bibliography Entries (Older Interface)}
8
\alias{citEntry}
8
\alias{citEntry}
9
\alias{citHeader}
-
 
10
\alias{citFooter}
-
 
11
\description{
9
\description{
12
  Old interface providing functionality for specifying bibliographic 
10
  Old interface providing functionality for specifying bibliographic 
13
  information in enhanced BibTeX style.  Since R 2.14.0 this has been 
11
  information in enhanced BibTeX style.  Since R 2.14.0 this has been 
14
  superseded by \code{\link{bibentry}}.
12
  superseded by \code{\link{bibentry}}.
15
}
13
}
16
\usage{
14
\usage{
17
citEntry(entry, textVersion = NULL, header = NULL, footer = NULL, ...)
15
citEntry(entry, textVersion = NULL, header = NULL, footer = NULL, ...)
18
citHeader(...)
-
 
19
citFooter(...)
-
 
20
}
16
}
21
\arguments{
17
\arguments{
22
  \item{entry}{a character string with a BibTeX entry type.
18
  \item{entry}{a character string with a BibTeX entry type.
23
    See section \bold{Entry Types} in \code{\link{bibentry}} for
19
    See section \bold{Entry Types} in \code{\link{bibentry}} for
24
    details.
20
    details.
Line 31... Line 27...
31
    \code{\var{tag}=\var{value}} giving the fields of the entry, with
27
    \code{\var{tag}=\var{value}} giving the fields of the entry, with
32
    \var{tag} and \var{value} the name and value of the field,
28
    \var{tag} and \var{value} the name and value of the field,
33
    respectively.
29
    respectively.
34
    See section \bold{Entry Fields} in \code{\link{bibentry}} for
30
    See section \bold{Entry Fields} in \code{\link{bibentry}} for
35
    details.
31
    details.
36
 
-
 
37
    For \code{citHeader} and \code{citFooter}, character strings.
-
 
38
  }
32
  }
39
}
33
}
40
\value{
34
\value{
41
  \code{citEntry} produces an object of class \code{"bibentry"}.
35
  \code{citEntry} produces an object of class \code{"bibentry"}.
42
}
36
}