Displaying 4 results from an estimated 4 matches for "yandy".
Did you mean:
handy
2005 Dec 04
1
font inclusions in pdf files
...are, so I am more likely to stumble onto
issues here. (of course, I often think I have stumbled onto bugs/features
that are not.) So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <- 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/lucida/lbc.afm",
#
"...
2005 Aug 30
0
TeXtext font encoding?
Dear R wizards:
Has anyone gotten the TeXtext font encoding to work? If I execute:
if (is.null(postscriptFonts()$lucida)) {
luafmfiles <- 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/sh...
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 Dec 05
0
R-devel Digest, Vol 34, Issue 5
...ot a bug but a feature, albeit one you
need to know about.) the -dSAFER switch, which appears in later versions of
AFPL gs, not only eliminates renamefile and deletefile (manpage), but
seemingly also allows only fonts in the GS_LIB path to be used
export GS_LIB=/usr/local/share/texmf/fonts/type1/yandy:$GS_LIB
fixes this protection problem for me. hope this will help some of you
when you run R pdf files through gs. regards,
/iaw
[2] I do not believe this is an R bug, but I want to mention it anyway
> because it comes from interacting the R-created graphics with gs. for
> some
>...