[Bug 137030] Re: postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file

2008-12-19 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 137030] Re: postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file

2008-10-19 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 beta or later? ** Changed in: r-base (Ubuntu) Status: New => Incomplete -- postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file https://bugs.launchpad.net/bugs/137030 You received this bug notification because

[Bug 137030] Re: postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file

2008-03-07 Thread manu
OK. So I downloaded the fonts directly from CTAN. Then used them for pdf: CM <- Type1Font("CM", c(paste("/home/manu/cm-lgc/fonts/afm/public/cm-lgc/", c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"), sep=""))) pdfFonts(CM=CM) If they are not embedded,

[Bug 137030] Re: postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file

2008-03-07 Thread manu
The same happens if you use the "new" way to use CM fonts: http://cran.r-project.org/doc/Rnews/Rnews_2006-2.pdf Theoretically, you could do: CM <- Type1Font("CM", c(paste("cm-lgc/fonts/afm/public/cm-lgc/", c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"),

[Bug 137030] Re: postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces broken file

2007-09-03 Thread manu
Perhaps related is the following error: TestChars <- function(encoding="ISOLatin1", family="URWHelvetica") { postscript(encoding=encoding, family=family) par(pty="s") plot(c(-1,16), c(-1,16), type="n", xlab="", ylab="", xaxs="i", yaxs="i")