R-alpha: Re: R-beta: ls.print
Martin Maechler
Martin Maechler <maechler@stat.math.ethz.ch>
Tue, 13 May 97 10:12:50 +0200
Yes, I do confirm that the Help page (?NCOL) contains '.COL'.
Apply the following patch (to doc2ms) in $RHOME/etc , and "all is well":
--- doc2ms Tue May 13 10:10:33 1997
+++ Old/doc2ms Sun Nov 24 23:41:49 1996
@@ -122,8 +122,6 @@
$2
.DE
')
-define(DEQTEX,`')
-define(DEQHTML,`')
END
# Fix up the input to protect things that m4 is sensitive about.
sed '
@@ -149,8 +147,8 @@
s/M4_RQ/'\''/g
s/M4_COMMA/,/g
s/M4_IFELSE/ifelse/g
-s/^\.Internal/\\\&.Internal/
-s/^\.C/\\\&.C/
-s/^\.Fortran/\\\&.Fortran/
+s/^.Internal/\\\&.Internal/
+s/^.C/\\\&.C/
+s/^.Fortran/\\\&.Fortran/
s/\\n/\\\\n/g
'
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-