HaTeX-3.2.0.1: LaTeX code writer.

Safe HaskellNone

Text.LaTeX.Packages.AMSMath.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 automatically from Text.LaTeX.Packages.AMSMath module via HaTeX-meta, and therefore, changes must to be done in these places.

Synopsis

AMSMath package

amsmath :: PackageNameSource

AMSMath package. Example:

  usepackage [] amsmath

AMSMath functions

math :: Monad m => LaTeXT_ m -> LaTeXT_ mSource

Inline mathematical expressions.

Symbols and utilities

Superscript and subscript

(^:) :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

(!:) :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

Function symbols

Some symbols are preceded with t to be distinguished from predefined Haskell entities (like sin and cos).

tsin :: Monad m => LaTeXT_ mSource

Sine function symbol.

arcsin :: Monad m => LaTeXT_ mSource

Arcsine function symbol.

tcos :: Monad m => LaTeXT_ mSource

Cosine function symbol.

arccos :: Monad m => LaTeXT_ mSource

Arccosine function symbol.

ttan :: Monad m => LaTeXT_ mSource

Tangent function symbol.

texp :: Monad m => LaTeXT_ mSource

Exponential function symbol.

tlog :: Monad m => LaTeXT_ mSource

Logarithm function symbol.

ln :: Monad m => LaTeXT_ mSource

Natural logarithm symbol.

Operator symbols

(=:) :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

(>:) :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

(<:) :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

in_ :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

ni :: Monad m => LaTeXT_ m -> LaTeXT_ m -> LaTeXT_ mSource

Greek alphabet

Functions of greek alphabet symbols.

Uppercase versions are suffixed with u. Variants are prefixed with var. The function pi_ is ended by an underscore symbol to distinguish it from the pi Prelude function.

Other symbols

to :: Monad m => LaTeXT_ mSource

A right-arrow.

forall :: Monad m => LaTeXT_ mSource

For all symbol.

dagger :: Monad m => LaTeXT_ mSource

Dagger symbol.

ddagger :: Monad m => LaTeXT_ mSource

Double dagger symbol.

Fonts