Next: Link options for hypertex, Previous: Destination options for hypertex, Up: Hyperlink driver hypertex
hypertexnameExample: \hlstart{name}{}{dest123}Link to dest123\hlend
urlExample:
\hlstart{url}{}{http://tug.org/eplain/}Eplain home\hlend
filenamefile option. The file name extension can be specified separately
by the
ext option. The idea is to set the ext option globally at
the beginning of the document to avoid hard-coding the extension
together with the file name within each link—HyperTeX is not
restricted to any single output format, it can be DVI,
PDF, possibly other formats.
Example:
\hlopts{ext=.pdf}
\hlstart{filename}{file=book}{dest123}
Link to dest123 in file `book.pdf'\hlend
raw\special) is
taken from the command sequence \cs, where cs is the
value of the
cmd option. In the definition of \cs, use
\@hllabel to refer to the hyperlink label. Use the predefined
command
\hlhash to insert the # characters. This option is
intended to be used with linkgroups (see Setting hyperlink types and options), as it does not make sense in a direct call to
\hlstart—you can just call the raw command.
Example:
\makeatletter
\def\mylink{\special{html:<a href="\hlhash\@hllabel">}}
\resetatcatcode
\hlstart{raw}{cmd=mylink}{SpecialDest}
Link to the special destination.\hlend