| Line 47... |
Line 47... |
| 47 |
|
47 |
|
| 48 |
What rendering is used depends on \code{q} which by default depends on
|
48 |
What rendering is used depends on \code{q} which by default depends on
|
| 49 |
the \code{\link{options}} setting for \code{useFancyQuotes}. If this
|
49 |
the \code{\link{options}} setting for \code{useFancyQuotes}. If this
|
| 50 |
is \code{FALSE} then the undirectional
|
50 |
is \code{FALSE} then the undirectional
|
| 51 |
ASCII quotation style is used. If this is \code{TRUE} (the default),
|
51 |
ASCII quotation style is used. If this is \code{TRUE} (the default),
|
| 52 |
Unicode directional quotes are used are used where available
|
52 |
Unicode directional quotes are used where available
|
| 53 |
(currently, UTF-8 locales on Unix-alikes and all Windows locales
|
53 |
(currently, UTF-8 locales on Unix-alikes and all Windows locales
|
| 54 |
except \code{C}): if set to \code{"UTF-8"} UTF-8 markup is used
|
54 |
except \code{C}): if set to \code{"UTF-8"} UTF-8 markup is used
|
| 55 |
(whatever the current locale). If set to \code{"TeX"}, TeX-style
|
55 |
(whatever the current locale). If set to \code{"TeX"}, TeX-style
|
| 56 |
markup is used. Finally, if this is set to a character vector of
|
56 |
markup is used. Finally, if this is set to a character vector of
|
| 57 |
length four, the first two entries are used for beginning and ending
|
57 |
length four, the first two entries are used for beginning and ending
|