The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
30841 bates 1
--- Renviron.orig	2004-04-24 14:15:26.000000000 -0500
2
+++ Renviron	2004-04-24 14:18:51.000000000 -0500
3
@@ -6,7 +6,8 @@
4
 
5
 R_PLATFORM=${R_PLATFORM-'i386-pc-linux-gnu'}
6
 ## Default printer paper size
7
-R_PAPERSIZE=${R_PAPERSIZE-'letter'}
8
+## edd Apr 2004:  use Debian's paperconf settings, with thanks to Matej Cepl
9
+R_PAPERSIZE=${R_PAPERSIZE-$(cat /etc/papersize)}
10
 ## Default print command
11
 R_PRINTCMD=${R_PRINTCMD-'/usr/bin/lpr'}
12
 ## Default TeXMF stuff