| Line 1... |
Line 1... |
| 1 |
The version of Rd.sty in R_HOME/share/texmf uses url.sty. This is
|
1 |
Rd.sty in R_HOME/share/texmf uses hyperref.sty. This is
|
| 2 |
normally installed, and can be obtained from any CTAN node or mirror:
|
2 |
normally installed, and can be obtained from any CTAN node or mirror:
|
| 3 |
see
|
3 |
see
|
| 4 |
|
4 |
|
| 5 |
https://www.tug.org/ctan.html
|
5 |
https://www.tug.org/ctan.html
|
| 6 |
|
6 |
|
| 7 |
It also uses the standard package bm, which is part of the standard
|
7 |
It also uses the standard package bm, which is part of the standard
|
| 8 |
tools bundle and should be part of any reasonably recent LaTeX
|
8 |
tools bundle and should be part of any reasonably recent LaTeX
|
| 9 |
installation.
|
9 |
installation.
|
| 10 |
|
10 |
|
| 11 |
The reference manual is made using the ae fonts package. If you do not
|
11 |
The reference manual is made using the times fonts package. If you do not
|
| 12 |
have that available, you can get it from CTAN, or set the environment
|
12 |
have that available, you can get it from CTAN, or set the environment
|
| 13 |
variable R_RD4DVI to "", but the latin1 characters in text.Rd (and a
|
- |
|
| 14 |
few other places) will be missing. Other alternatives are discussed
|
13 |
variable R_RD4PDF to "". Other alternatives are discussed
|
| 15 |
in the R-admin manual.
|
14 |
in the R-admin manual.
|
| 16 |
|
15 |
|
| 17 |
To make PDF versions of the manuals you will need pdf(la)tex and the
|
- |
|
| 18 |
hyperref package. If you want to avoid making the hyperlinks, you can
|
- |
|
| 19 |
set the environment variable R_RD4PDF to "times" (or even to "").
|
- |
|
| 20 |
|
- |
|
| 21 |
You may have to increase the poolsize of your pdflatex to process the
|
16 |
You may have to increase the poolsize of your pdflatex to process the
|
| 22 |
reference manual with hyperlinks, although these days the limits are
|
17 |
reference manual with hyperlinks, although these days the limits are
|
| 23 |
set high.
|
18 |
set high.
|
| 24 |
|
19 |
|
| 25 |
pdftex will warn (correctly) about missing hyperlinks in forming
|
20 |
pdftex will warn (correctly) about missing hyperlinks in forming
|
| 26 |
refman.pdf.
|
21 |
refman.pdf.
|
| - |
|
22 |
|
| - |
|
23 |
Other LaTeX engines can be used by setting the environment variable
|
| - |
|
24 |
PDFLATEX (to "lualatex", for example) and R_RD4PDF to "". Rd.sty uses
|
| - |
|
25 |
iftex.sty to detect alternative engines and skip loading fontenc.
|