Displaying 2 results from an estimated 2 matches for "lbdi".
Did you mean:
lbd
2005 Aug 22
2
pdf font embedding --- again
dear R wizards--- I would like to do some book-on-demand printing at a
popular printer named lulu, but lulu requires inclusion even of the
basic postscript fonts. Interestingly, my book itself does not need
the 14 base acrobat fonts, only the embedded R figures do. Of course,
I really would like to get pdftex to embed the fonts, but how to do
this is not obvious either. [This method seems
2005 Aug 30
0
TeXtext font encoding?
...<- c("/usr/share/texmf/fonts/afm/yandy/lubright/lbr.afm",
"/usr/share/texmf/fonts/afm/yandy/lubright/lbd.afm",
"/usr/share/texmf/fonts/afm/yandy/lubright/lbi.afm",
"/usr/share/texmf/fonts/afm/yandy/lubright/lbdi.afm",
"/usr/share/texmf/fonts/afm/yandy/lumath/lbms.afm")
postscriptFonts(lucida=postscriptFont("Lucida", metrics=luafmfiles,
encoding="TeXtext"))
}
pdf(file = "test.pdf", fonts="lucida");
par(family="lucida");...