Hi,

I'd like to use the font "Frutiger" in my pdf files generated by R. 
but I only manage this if I create a postscript file with 
postscript() and the option family = c( "LT_14361.afm", 
"LT_14363.afm", "LT_14373.afm", "LT_14375.afm" ) and convert this 
postscript file to pdf.
If I specify the option 'family' like above ( = c("...afm", ..., ... 
... ) ) in the function pdf(), I'll get the error message: 
"length(family)' differs between new and previous!".

Can I specify 'family' in pdf() only as "Helvetica" etc. and not as a 
vector (like above) ?
Is there no better and shorter way to get my favourite font into a 
pdf file?

Thanks,
Helga Neidlinger
-- 
Helga Neidlinger              Zentrales Knochenmarkspender-Register
Assistenz Gesch�ftsf�hrung    fuer die Bundesrepublik Deutschland
                              ZKRD gGmbH, Postfach 4244,    89032 Ulm
Tel.: (0731) 1507-12                      Helmholtzstr. 10, 89081 Ulm
Fax : (0731) 1507-51          http://www.zkrd.de

______________________________________________
[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

Reply via email to