Hi,

after a debian upgrade my dev.copy2eps dont work anymore. I have this message:

Error in matchFont(postscriptFonts(family)[[1]], old$encoding) : 
        unknown font

I try to change the font family in my .Rprofile:

setHook(packageEvent("graphics", "onLoad"),
        function(...) {
          grDevices::ps.options(family="ComputerModern")
        } )

But it no fix the error.

How to fix it?

Thanks
ROnaldo
-- 
I've been on this lonely road so long,
Does anybody know where it goes,
I remember last time the signs pointed home,
A month ago.
                -- Carpenters, "Road Ode"
--
> Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/Depto. Biologia Geral/Lab. Ecologia Evolutiva
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8190 | [EMAIL PROTECTED]
| ICQ#: 5692561 | LinuxUser#: 205366

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to