texmath-0.8.6.6: Conversion between formats used to represent mathematics.

Safe HaskellNone
LanguageHaskell2010

Text.TeXMath.Unicode.ToTeX

Description

This module is derived from the list of unicode to LaTeX mappings compiled by Günter Milde.

An unmodified original copy of this work can be obtained from here

Synopsis

Documentation

getTeXMath :: String -> Env -> [TeX] Source #

Converts a string of unicode characters into a strong of equivalent TeXMath commands. An environment is a list of strings specifying which additional packages are available.

getSymbolType :: Char -> TeXSymbolType Source #

Returns TeX symbol type corresponding to a unicode character.