HaTeX-1.0.0: Library for generate LaTeX code.

Text.LaTeX.Commands

Contents

Description

Here, principal LaTeX commands and environments.

Synopsis

Document's Properties

thispagestyle :: Style -> LaTeXSource

A local version of pagestyle.

Document Environment

Text order

Importing

Hyphenation

Pre-made

Sections

Cross references

Footnotes

Emphasized

Environments

Floating Bodies

Customizing

Fonts

Format

textrm :: LaTeX -> LaTeXSource

Roman font

texttt :: LaTeX -> LaTeXSource

Monospaced font

textmd :: LaTeX -> LaTeXSource

Medium font

textup :: LaTeX -> LaTeXSource

Upright font

textsl :: LaTeX -> LaTeXSource

Slanted font

textsf :: LaTeX -> LaTeXSource

Sans Serif font

textbf :: LaTeX -> LaTeXSource

Bold font

textit :: LaTeX -> LaTeXSource

Italic font

textsc :: LaTeX -> LaTeXSource

Small Caps font

textnormal :: LaTeX -> LaTeXSource

Default font

Size

Spacing

Boxes

Tabular

Others