search for: adobestd

Displaying 2 results from an estimated 2 matches for "adobestd".

Did you mean: addbest
2008 Jan 15
1
using LaTeX-fonts with R
...family=CM to the postscript() command the output is empty. What am I doing wrong? # define font CM <- Type1Font('ComputerModern', # font ID c(file.path(getwd(), c('sfrm1000.afm', '', '', ''))), # font metrics encoding='AdobeStd'); # font encoding postscript('sin.ps', family=CM); dev.off(); I have the two files sfrm1000.afm and sfrm1000.pfb. To my knowledge the Type-1 font is the pfb file, which I never gave explicitly. Furthermore I am confused by the fact that I have to give...
2005 Aug 30
1
Font Encodings --- some work, some don't
Dear R wizards: I believe some more font encoding info. some of the font encodings work, others do not: IsoLatin1, MacRoman, WinAnsi, and PDFDoc seem fine. AdobeStd, AdobeSym, ISOLatin2, ISOLatin9, and TeXtext seem broken, in that the resulting output file is silently corrupt. The font encoding error does not appear in the postscript device driver, and it works fine. It would be nice if R gave an error message, instead of producing corrupt .pdf files. J...