Rev 46553 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
@echo offrem This file needs to be customised.remrem arguments are the file name (in the current directory)rem the topic namerem the path to Rd.sty (using / as path separator)remecho You must customize R_HOME/bin/helpPRINT.batpauseremrem For MiKTeX, something likerem pdflatex --interaction=nonstopmode --include-directory=%3 %1rem del %1.tex %1.log %1.auxremrem Or using fptex,rem set TEXINPUTS=.;%3;rem latex \nonstopmode\input{%1}rem dvips -Ppfb %1rem gsview32.exe %1.psrem del %1.tex %1.log %1.aux %1.dvi %1.ps