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, then the fonts don't look like CM and they
actually point to:
CMRoman-Bold /var/lib/defoma/fontconfig.d/D/DejaVu-Sans-Bold.ttf
CMRoman-Regular /var/lib/defoma/fontconfig.d/D/DejaVu-Sans.ttf
ZapfDingbats /var/lib/defoma/fontconfig.d/D/Dingbats.pfb
If they are embeded with:
embedFonts("special.eps",
outfile="special2.eps",
fontpaths=
c("/home/manu/cm-lgc/fonts/type1/public/cm-lgc"))
They look perfect!
However, for postscript problems persist. If fonts are not embedded, gv
consumes all memory when opening the file. If fonts are embedded, they
look bitmapped (very ugly), although they seem to be CM.
--
postcript with family = "ComputerModern", encoding = "TeXtext.enc" produces
broken file
https://bugs.launchpad.net/bugs/137030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs