Re: [Rd] Encoding problem in Rd file

2010-10-03 Thread Renaud Lancelot
I found the problem. It turned out that the coding system of the Rd file (as defined under Emacs) was mistakenly set by me to a wrong value. I had to define it as iso-latin-1, and then retype the accentuated characters under this new system. Everything looks OK, now. Sorry for bothering you. 2010/

Re: [Rd] Encoding problem in Rd file

2010-10-03 Thread Renaud Lancelot
I see C:/R\R-2.11.1\share\texmf\Rd.sty which is my current R installation. By the way, there is no error during the compilation with R CMD Rd2dvi --no-clean dja.Rd So, it looks that the problem is located elsewhere... Thank you for your help. All the best, Renaud 2010/10/3 Duncan Murdoch : >

Re: [Rd] Encoding problem in Rd file

2010-10-03 Thread Duncan Murdoch
On 03/10/2010 1:14 PM, Renaud Lancelot wrote: Thank you very much. My LaTeX installation is up to date (very recently updated with MIKTeK update facility). I have run R CMD Rd2dvi --no-clean dja.Rd and the result looks OK. I have put the resulting TeX file at http://filex.cirad.fr/get?k=K1cBpKr3U

Re: [Rd] Encoding problem in Rd file

2010-10-03 Thread Renaud Lancelot
Thank you very much. My LaTeX installation is up to date (very recently updated with MIKTeK update facility). I have run R CMD Rd2dvi --no-clean dja.Rd and the result looks OK. I have put the resulting TeX file at http://filex.cirad.fr/get?k=K1cBpKr3UBUmdOJFMlx Do you have another suggestion? Ren

Re: [Rd] Encoding problem in Rd file

2010-10-03 Thread Duncan Murdoch
On 03/10/2010 12:23 PM, Renaud Lancelot wrote: Dear all, I have a problem with an Rd file containing French accentuated characters. I have uploaded the file at http://filex.cirad.fr/get?k=cjW7lImMaNC6Ci2vX0H I have declared Encoding: latin1 in the package DESCRIPTION file and I have added \enc

[Rd] Encoding problem in Rd file

2010-10-03 Thread Renaud Lancelot
Dear all, I have a problem with an Rd file containing French accentuated characters. I have uploaded the file at http://filex.cirad.fr/get?k=cjW7lImMaNC6Ci2vX0H I have declared Encoding: latin1 in the package DESCRIPTION file and I have added \encoding{latin1} in the header of the Rd file. When