Re: [R] unicodepdf font problem RESOLVED

2011-03-01 Thread Ben Madin
-project.org Subject: Re: [R] unicodepdf 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

Re: [R] unicodepdf font problem RESOLVED

2011-01-13 Thread tdenes
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()

Re: [R] unicodepdf font problem RESOLVED

2011-01-13 Thread Sascha Vieweg
= 11, family = Helvetica, encoding = CP1257) *S* On 11-01-13 16:17, tde...@cogpsyphy.hu wrote: Date: Thu, 13 Jan 2011 16:17:04 +0100 (CET) From: tde...@cogpsyphy.hu To: David Winsemius dwinsem...@comcast.net Cc: r-help@r-project.org Subject: Re: [R] unicodepdf font problem RESOLVED Dear

Re: [R] unicodepdf font problem RESOLVED

2011-01-13 Thread David Winsemius
Good work, Denes; Setting encodings to CP1250 in the pdf call allows the Hungarian umlaut glyph to be printed to a pdf document on Macs as well, which by the way uses a default postscript/pdf family=Helvetica. -- David. On Jan 13, 2011, at 10:17 AM, tde...@cogpsyphy.hu wrote: Dear

Re: [R] unicodepdf font problem RESOLVED

2011-01-13 Thread David Winsemius
, 13 Jan 2011 16:17:04 +0100 (CET) From: tde...@cogpsyphy.hu To: David Winsemius dwinsem...@comcast.net Cc: r-help@r-project.org Subject: Re: [R] unicodepdf font problem RESOLVED Dear David, Thank you for your efforts. Inspired by your remarks, I started a new google-search and found this: http