HaTeX-3.13.0.0: The Haskell LaTeX library.

Safe HaskellNone

Text.LaTeX.Packages.Hyperref

Contents

Synopsis

Hyperref package

hyperref :: PackageNameSource

The hyperref package.

 usepackage [] hyperref

Hyperref commands

href :: LaTeXC l => [HRefOption] -> URL -> l -> lSource

Reference to an URL.

url :: LaTeXC l => URL -> lSource

Write an URL hyperlinked.

nolinkurl :: LaTeXC l => URL -> lSource

Write an URL without creating a hyperlink.

hyperbaseurl :: LaTeXC l => URL -> lSource

Establish a base URL.

hyperimage :: LaTeXC l => URL -> l -> lSource

hyperimage imgURL t: The link to the image referenced by the imgURL is inserted, using t as the anchor.

autoref :: LaTeXC l => Label -> lSource

This is a replacement for the usual ref command that places a contextual label in front of the reference.