The R Project SVN R

Rev

Rev 88539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88539 Rev 88907
Line 112... Line 112...
112
  The appearance of the output can be customized through a file
112
  The appearance of the output can be customized through a file
113
  \file{Rhelp.cfg} somewhere in your LaTeX search path: this will be
113
  \file{Rhelp.cfg} somewhere in your LaTeX search path: this will be
114
  input as a LaTeX style file after \code{Rd.sty}.  Some
114
  input as a LaTeX style file after \code{Rd.sty}.  Some
115
  \link{environment variables} are consulted, notably \env{R_PAPERSIZE}
115
  \link{environment variables} are consulted, notably \env{R_PAPERSIZE}
116
  (\emph{via} \code{getOption("papersize")}) and \env{R_RD4PDF} (see
116
  (\emph{via} \code{getOption("papersize")}) and \env{R_RD4PDF} (see
117
  \sQuote{Making manuals} in the
117
  \manual{R-admin}{Making manuals}.
118
  \sQuote{R Installation and Administration} manual).
-
 
119
 
118
 
120
  If there is a function \code{offline_help_helper} in the workspace or
119
  If there is a function \code{offline_help_helper} in the workspace or
121
  further down the search path it is used to do the typesetting,
120
  further down the search path it is used to do the typesetting,
122
  otherwise the function of that name in the \pkg{utils} namespace (to
121
  otherwise the function of that name in the \pkg{utils} namespace (to
123
  which the first paragraph applies).  It should accept at least three
122
  which the first paragraph applies).  It should accept at least three