Skip to content
Prev 4110 / 12125 Next

[R-pkg-devel] [FORGED] Re: .Rd, LaTeX and Unicode

I may well be toadally out to luntch here (if so please excuse the added 
noise) but perhaps the following may be of some help or relevance.

In a package that I wrote, I wanted to include the ? symbol in *.Rda 
file.  After a lot of thrashing about (and seeking advice from younger 
and wiser heads) I used this strategy:

* I put "\encoding{UTF-8}" at the very start of the *.Rda file
   (before the \name{ } command

* I made use of the ? symbol via the syntax:

     \enc{Wei?}{Weiss}

Again I apologise if this is completely off the point.

cheers,

Rolf
On 19/06/19 8:50 PM, Serguei Sokol wrote: