Next: Link types for pdftex and dvipdfm, Previous: Destination types for pdftex and dvipdfm, Up: Hyperlink drivers pdftex and dvipdfm
pdftex and dvipdfmWith respect to the destination options, the pdftex and
dvipdfm differ in the way the fit rectangle is specified
(relative coordinates for pdftex, absolute coordinates for
dvipdfm).
cmd\special for the raw
destination.
See Destination types for pdftex and dvipdfm, the description of the
raw destination, for an example.
zoomExample: \hldest{xyz}{zoom=2000}{dest123}
pdftex-specific destination optionsThe dimension options below must be specified as a TeX rule specification. When set to empty, the corresponding value of the parent box is used (this is the default for all dimension options).
depthfitr destination.
heightfitr destination.
widthfitr destination.
Example:
\hldest{fitr}{width=\hsize,
height=.5\vsize,depth=0pt}{dest123}
dvipdfm-specific destination optionsThe dimension options below must be specified in PostScript points (72 points per inch), as a number without the `bp' unit name. When set to empty, the current position coordinate is used (this is the default for all dimension options).
bottomleftrighttopExample:
\hldest{fitr}{left=72,bottom=72,
right=720,top=360}{dest123}