HaTeX-3.1.0: LaTeX code writer.

Text.LaTeX.Packages.Hyperref

Contents

Synopsis

Hyperref package

hyperref :: StringSource

The hyperref package.

 usepackage [] hyperref

Hyperref commands

data URL Source

Instances

href :: [HRefOption] -> URL -> LaTeX -> LaTeXSource

Reference to an URL.

url :: URL -> LaTeXSource

Write an URL hyperlinked.

nolinkurl :: URL -> LaTeXSource

Write an URL without creating a hyperlink.

hyperbaseurl :: URL -> LaTeXSource

Establish a base URL.

hyperimage :: URL -> LaTeX -> LaTeXSource

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

autoref :: Label -> LaTeXSource

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