[Rd] Straight-quotes for usage and examples sections in PDF docs?
Dan Tenenbaum
dtenenba at fhcrc.org
Tue Aug 7 02:17:29 CEST 2012
On Mon, Aug 6, 2012 at 3:01 PM, Mike Lawrence <mike.lwrnc at gmail.com> wrote:
> Is there any way to ensure that quotation marks are left as straight
> quotes and not converted to curly quotes in the \usage and \examples
> sections when the pdf versions of the docs are created?
>
Perhaps if the R session that builds the package has this option set:
options('useFancyQuotes' = FALSE)
I'm not sure what the context is, so I don't know if you'll be able to
control this in every case.
Dan
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
More information about the R-devel
mailing list