The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4396 ripley 1
@echo off
2
rem This file needs to be customised.
3
rem
7252 ripley 4
rem arguments are the file name (in the current directory)
5
rem the topic name
6
rem the path to Rd.sty (using / as path separator)
7
rem
8
echo You must customize R_HOME/bin/helpPRINT.bat
4396 ripley 9
pause
10
rem
7252 ripley 11
rem BDR's setup (using fpTeX) uses:
12
rem set TEXINPUTS=.;%3;
4396 ripley 13
rem latex \nonstopmode\input{%1}
14
rem dvips -Ppfb %1
15
rem gsview32.exe %1.ps
7252 ripley 16
rem rm %1.tex %1.log %1.aux %1.dvi %1.ps