The R Project SVN R

Rev

Rev 47522 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47522 Rev 47538
Line 1... Line -...
1
#!@R_SHELL@
-
 
2
 
-
 
3
## Rd2dvi -- Convert man pages (*.Rd help files) via LaTeX to DVI/PDF.
1
## Rd2dvi -- Convert man pages (*.Rd help files) via LaTeX to DVI/PDF.
4
##
2
##
5
## Examples:
3
## Examples:
6
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
4
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
7
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
5
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
8
##                  /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
6
##                  /path/to/Rsrc/src/library/stats/man/*.Rd | sort | uniq`
9
 
7
 
10
revision='$Rev: 47522 $'
8
revision='$Rev: 47538 $'
11
version=`set - ${revision}; echo ${2}`
9
version=`set - ${revision}; echo ${2}`
12
version="Rd2dvi: ${R_VERSION} (r${version})
10
version="Rd2dvi: ${R_VERSION} (r${version})
13
 
11
 
14
Copyright (C) 2000-2008 The R Core Development Team.
12
Copyright (C) 2000-2008 The R Core Development Team.
15
This is free software; see the GNU General Public License version 2
13
This is free software; see the GNU General Public License version 2