Re: [R] Correct Computer Modern font in postscript(..) output

2004-03-15 Thread Prof Brian Ripley
family=ComputerModern gives you CMSL10, which is the `correct font'. From src/main/devPS.c: /* Computer Modern as recoded by Brian D'Urso */ { ComputerModern, {CM_regular_10.afm, CM_boldx_10.afm, CM_italic_10.afm, CM_boldx_italic_10.afm, CM_symbol_10.afm} }, and

RE: [R] Correct Computer Modern font in postscript(..) output

2004-03-15 Thread Mark Van De Vyver
: [EMAIL PROTECTED] Subject: Re: [R] Correct Computer Modern font in postscript(..) output family=ComputerModern gives you CMSL10, which is the `correct font'. From src/main/devPS.c: /* Computer Modern as recoded by Brian D'Urso */ { ComputerModern, {CM_regular_10.afm

[R] Correct Computer Modern font in postscript(..) output

2004-03-14 Thread Mark Van De Vyver
Hi, I'm trying to get the correct font used when generating italic text in an R grahic. I have a set of labels that print correctly except it seems the italic text is justr a slanted version of the TeX computer modern normal font... I'm using R v1.8.1 on Windows XP, and I get the same result if