On Wed, 15 Nov 2006, Marc Glisse wrote:

So there are basically 2 choices:

I should have said how one might implement those:

1) act as documented in the R NEWS file (R_PAPERSIZE then LC_PAPER)

R_PAPERSIZE_USER=${R_PAPERSIZE}

2) act as we used to (R_PAPERSIZE then paperconf)

R_PAPERSIZE_USER=${R_PAPERSIZE-'a4'}
where a4 is the output ofpaperconf.

In both cases, there should be no need for the additional R_PAPERSIZE= line but it does not hurt if it stays there (the code reading it should never be reached since we have LC_PAPER, but you never know if someone might set it to ''). I have not tested.

--
Marc Glisse


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to