| Line 124... |
Line 124... |
| 124 |
|
124 |
|
| 125 |
The \code{"text"}, \code{"html"} and \code{"latex"} styles make use
|
125 |
The \code{"text"}, \code{"html"} and \code{"latex"} styles make use
|
| 126 |
of the \code{.bibstyle} argument: a style defined by the
|
126 |
of the \code{.bibstyle} argument: a style defined by the
|
| 127 |
\code{\link{bibstyle}} function for rendering the \I{bibentry} into
|
127 |
\code{\link{bibstyle}} function for rendering the \I{bibentry} into
|
| 128 |
(intermediate) Rd format.
|
128 |
(intermediate) Rd format.
|
| 129 |
The Rd format uses markup commands documented in the \sQuote{Rd format}
|
129 |
The Rd format uses markup commands documented in Section
|
| 130 |
section of the \sQuote{Writing R Extensions} manual, e.g. \verb{\bold}.
|
130 |
\manual{R-exts}{Rd format}, e.g., \verb{\bold}.
|
| 131 |
In addition, one can use the \code{macros} argument to
|
131 |
In addition, one can use the \code{macros} argument to
|
| 132 |
provide additional (otherwise unknown, presumably LaTeX-style) Rd
|
132 |
provide additional (otherwise unknown, presumably LaTeX-style) Rd
|
| 133 |
macros, either by giving the path to a file with Rd macros to be
|
133 |
macros, either by giving the path to a file with Rd macros to be
|
| 134 |
loaded via \code{\link[tools]{loadRdMacros}}, or an object with macros
|
134 |
loaded via \code{\link[tools]{loadRdMacros}}, or an object with macros
|
| 135 |
already loaded.
|
135 |
already loaded.
|