Skip to content
Prev 59450 / 398502 Next

Rd and document formatting

On Fri, 19 Nov 2004 14:46:14 -0600, strivens <strivens at bcm.tmc.edu>
wrote :
Looks like some LaTeX package is out of date, and doesn't understand
some of the tex that got generated.  Rd.sty has this:

  \hypersetup{%
    hyperindex,%
    colorlinks,%
    pagebackref,%
    linktocpage,%
    plainpages=false,%
    linkcolor=Blue,%
    citecolor=Blue,%
    urlcolor=Red,%
    pdfstartview=Fit,%
    pdfview={XYZ null null null}%
  }

so I think your system doesn't have the \hypersetup macro defined (or
maybe you're using an out of date Rd.sty or hyperref.sty?)

Duncan Murdoch