HaTeX-3.0.0: LaTeX code writer.

Text.LaTeX.Packages.Hyperref.Monad

Contents

Description

For contributors: This module was automatically generated by HaTeX-meta. So, please, don't make any change here directly, because this is intended to be generated from Text.LaTeX.Packages.Hyperref module via HaTeX-meta, and therefore, changes must to be done in these places.

Synopsis

Hyperref package

hyperref :: StringSource

The hyperref package.

  usepackage [] hyperref

Hyperref commands

data URL Source

Instances

href :: Monad m => [HRefOption] -> URL -> LaTeXT_ m -> LaTeXT_ mSource

Reference to an URL.

url :: Monad m => URL -> LaTeXT_ mSource

Write an URL hyperlinked.

nolinkurl :: Monad m => URL -> LaTeXT_ mSource

Write an URL without creating a hyperlink.

hyperbaseurl :: Monad m => URL -> LaTeXT_ mSource

Establish a base URL.

hyperimage :: Monad m => URL -> LaTeXT_ m -> LaTeXT_ mSource

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

autoref :: Monad m => Label -> LaTeXT_ mSource

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