Displaying 2 results from an estimated 2 matches for "3434349".
Did you mean:
334349
2012 Sep 14
1
Printing localized pdf file from Sweave snippets
...cp1250]{inputenc}
>From this, I am getting dots. Also, I tried to play with the:
pdf.options(encoding='CP1250')
within the Sweave snippet. No luck at all!
Please, is there a straightforward solution?!?
I read two links, but no sign of correct how-to:
http://stackoverflow.com/questions/3434349/sweave-not-printing-localized-characters
http://r.789695.n4.nabble.com/Problems-with-Sweave-and-pdf-options-encoding-quot-ISOLatin7-quot-PR-13234-td921653.html
Many thanks!
PM
2011 Mar 01
0
unicode&pdf font problem RESOLVED
....org
>>> Subject: Re: [R] unicode&pdf font problem RESOLVED
>>>
>>> Dear David,
>>>
>>> Thank you for your efforts. Inspired by your remarks, I started a new
>>> google-search and found this:
>>> http://stackoverflow.com/questions/3434349/sweave-not-printing-localized-characters
>>>
>>> SO HERE COMES THE SOLUTION (it works on both OSs):
>>>
>>> pdf.options(encoding = "CP1250")
>>> pdf()
>>> plot(1,type="n")
>>> text(1,1,"\U0171")
>>&...