The R Project SVN R

Rev

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

Rev 37351 Rev 37899
Line 5... Line 5...
5
## Examples:
5
## Examples:
6
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
6
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
7
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
7
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
8
##                  /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
8
##                  /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
9
 
9
 
10
revision='$Rev: 37351 $'
10
revision='$Rev: 37899 $'
11
version=`set - ${revision}; echo ${2}`
11
version=`set - ${revision}; echo ${2}`
12
version="Rd2dvi ${version}
12
version="Rd2dvi ${version}
13
 
13
 
14
Copyright (C) 2000-2005 The R Core Development Team.
14
Copyright (C) 2000-2006 The R Core Development Team.
15
This is free software; see the GNU General Public Licence version 2
15
This is free software; see the GNU General Public Licence version 2
16
or later for copying conditions.  There is NO warranty." 
16
or later for copying conditions.  There is NO warranty." 
17
 
17
 
18
usage="Usage: R CMD Rd2dvi [options] files
18
usage="Usage: R CMD Rd2dvi [options] files
19
 
19
 
Line 37... Line 37...
37
  -o, --output=FILE	write output to FILE
37
  -o, --output=FILE	write output to FILE
38
      --pdf		generate PDF output
38
      --pdf		generate PDF output
39
      --title=NAME	use NAME as the title of the document
39
      --title=NAME	use NAME as the title of the document
40
  -V, --verbose		report on what is done
40
  -V, --verbose		report on what is done
41
 
41
 
-
 
42
The output papersize is set by the environment variable R_PAPERSIZE.
-
 
43
 
42
Report bugs to <r-bugs@r-project.org>."
44
Report bugs to <r-bugs@r-project.org>."
43
 
45
 
44
start_dir=`pwd`
46
start_dir=`pwd`
45
 
47
 
46
batch=false
48
batch=false