Rev 14072 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
The version of Rd.sty in R_HOME/share/texmf uses url.sty. This isnormally installed, and can be obtained from any CTAN node or mirror:seehttp://www.tug.org/ctan.htmlIt also uses the standard package bm, which is part of the standardtools bundle and should be part of any reasonably recent LaTeXinstallation.The reference manual is made using the ae virtual fonts package. Ifyou do not have that available, you can get it from CTAN, or set theenvironment variable R_RD4DVI to "", but the latin1 characters intext.Rd (and a few other places) will be missing. The ae font packageprovides a reasonable approximation. You will get better rendition bysetting R_RD4DVI to "" using a Rd.cfg containing\usepackage[T1]{fontenc}BUT you cannot use type-1 postscript fonts with that setting.Support for making PDF versions of the manuals is currentlyexperimental. You will need pdf(la)tex and the hyperref package (andae, see above). Hyperref versions 6.56, 6.67 and 6.69 are known towork. If you want to avoid making the hyperlinks, you can set theenvironment variable R_RD4PDF to "ae" (or even to "").You may well have to increase the poolsize of your pdflatex to processthe reference manual with hyperlinks, particularly with later versionsof hyperref. On a web2c-based system (teTeX, fptex, ...) set theconfiguration variable pool_size, for example to 500000. Forpdftex-0.14d you will also need to increase max_strings, for exampleto 50000. The UNIX Makefile does this for you via environment variables,which should cover most UNIX TeX systems.pdftex-0.14d and later will warn (correctly) about missing hyperlinksin forming refman.pdf and R-exts.pdf.