| Line 120... |
Line 120... |
| 120 |
\code{width}, with appropriate margins. The default is to be close to
|
120 |
\code{width}, with appropriate margins. The default is to be close to
|
| 121 |
the rendering in versions of \R < 2.10.0.
|
121 |
the rendering in versions of \R < 2.10.0.
|
| 122 |
|
122 |
|
| 123 |
\code{Rd2txt} will use directional quotes (see \code{\link{sQuote}})
|
123 |
\code{Rd2txt} will use directional quotes (see \code{\link{sQuote}})
|
| 124 |
if option \code{"useFancyQuotes"} is true (usually the default,
|
124 |
if option \code{"useFancyQuotes"} is true (usually the default,
|
| 125 |
see \code{\link{sQuote}}) and
|
125 |
see \code{\link{sQuote}}) and the output encoding is UTF-8.
|
| 126 |
#ifdef unix
|
- |
|
| 127 |
the current encoding is UTF-8.
|
- |
|
| 128 |
#endif
|
- |
|
| 129 |
#ifdef windows
|
- |
|
| 130 |
the current encoding is UTF-8 or a single-byte encoding (except C).
|
- |
|
| 131 |
(Directional quotes are not attempted in East Asian locales as they are
|
- |
|
| 132 |
usually double-width, which looks wrong with English text.)
|
- |
|
| 133 |
#endif
|
- |
|
| 134 |
|
126 |
|
| 135 |
Various aspects of formatting by \code{Rd2txt} are controlled by the
|
127 |
Various aspects of formatting by \code{Rd2txt} are controlled by the
|
| 136 |
\code{options} argument, documented with the \code{\link{Rd2txt_options}}
|
128 |
\code{options} argument, documented with the \code{\link{Rd2txt_options}}
|
| 137 |
function. Changes made using \code{options} are temporary, those
|
129 |
function. Changes made using \code{options} are temporary, those
|
| 138 |
made with \code{\link{Rd2txt_options}} are persistent.
|
130 |
made with \code{\link{Rd2txt_options}} are persistent.
|