Next: , Previous: Destination types for pdftex and dvipdfm, Up: Hyperlink drivers pdftex and dvipdfm


5.4.3.2 Destination options for pdftex and dvipdfm

With 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).

Common destination options
cmd
Name of the macro (without the leading `\') containing a pdfTeX command or a dvipdfm \special for the raw destination.

See Destination types for pdftex and dvipdfm, the description of the raw destination, for an example.

zoom
Magnification ratio times 1000 (like TeX's scale factor). Zero or empty means leave magnification unchanged, which is the default.

Example: \hldest{xyz}{zoom=2000}{dest123}

pdftex-specific destination options

The 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).

depth
Depth of the fit rectangle for the fitr destination.
height
Height of the fit rectangle for the fitr destination.
width
Width of the fit rectangle for the fitr destination.

Example:

          \hldest{fitr}{width=\hsize,
                        height=.5\vsize,depth=0pt}{dest123}
     
dvipdfm-specific destination options

The 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).

bottom
Bottom position coordinate of a box specification for the various destination types.
left
Left position coordinate of a box specification for the various destination types.
right
Right position coordinate of a box specification for the various destination types.
top
Top position coordinate of a box specification for the various destination types.

Example:

          \hldest{fitr}{left=72,bottom=72,
                        right=720,top=360}{dest123}