This package is used to emend cross-referencing commands in LaTeX to
produce some sort of \special commands; there are backends for the
\special set defined for HyperTeX dvi processors, for embedded pdfmark
commands for processing by Acrobat Distiller (dvips and dvipsone), for
dviwindo, for pdfTeX, for dvipdfm, for TeX4ht, and for VTEX's pdf and HTML
backends.
Included are:
hyperref The main hyperlinking functionality.
backref a package by David Carlisle to provide links back from
bibliography to the main text; these are hypertext links after using
hyperref.
nameref a package to allow reference to the names of sections rather
than their numbers.
The easiest is to use the package manager of the TeX System.
Installation with ZIP file in TDS format
The ZIP file hyperref.tds.zip
contains the files sorted in a TDS tree. Thus you can directly unpack the ZIP file
inside a TDS tree. (See CTAN:tds.zip for an explanation of TDS.)
Example:
cd /...somewhere.../texmf
unzip /...downloadpath.../hyperref.tds.zip
Do not forget to refresh the file name database of this TDS tree.
Example for TeXLive:
mktexlsr /...somewhere.../texmf
Manual installation
Download the hyperref files from CTAN or the TUG server.
If necessary, unpack them.
Generate the package and driver files: tex hyperref.ins
Install the files *.sty, *.def, and *.cfg in your TDS tree:
cp *.sty *.def *.cfg TDS:tex/latex/hyperref/.
Replace TDS: by the prefix of your TDS tree (texmf directory).
The exception is bmhydoc.sty, it belongs to the source files
(TDS:source/latex/hyperref/).
Copy the documentation files to "TDS:doc/latex/hyperref/":
hyperref-doc.pdf, README.md, ChangeLog.txt,
slides.pdf, paper.pdf, hyperref.pdf, backref.pdf,
nameref.pdf (Also the HTML version of the manual can be put there).
Update the databases if necessary, eg. for TeXLive:
mktexlsr .../texmf
AUTHORS/MAINTAINERS
Sebastian Rahtz (died 2016)
Heiko Oberdiek (inactive)
The LaTeX Project
LICENSE
LATEX Project Public License, version 1.3c or later.
BUG REPORTS
A bug report should contain:
Comprehensive problem description. This includes error or
warning messages.
\errorcontextlines=\maxdimen can be added in the TeX code
to get more information in TeX error messages.
Minimal test file that shows the problem, but does not
contain any unnecessary packages and code.
Used drivers/programs.
Version information about used packages and programs.
If you are using LaTeX, then add "\listfiles". Then
a list of version informations is printed at the end
of the LaTeX run.
Please no other files than the minimal test file.
The other files .log, .dvi, .ps, .pdf are seldom necessary,
so send them only on request.
请发表评论