-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Parse, format and process LaTeX files
--   
--   Currently the package only provides conversion between LaTeX escape
--   sequences and Unicode characters. It is used in the <tt>bibtex</tt>
--   package.
--   
--   In the future we might add support for formatting Haskell values in
--   LaTeX markup for automated report generation.
--   
--   See the packages <tt>HaTeX</tt> for LaTeX document generation and
--   <tt>pandoc</tt> for document analysis and generation in multiple
--   markup languages.
@package latex
@version 0.1.0.3

module Text.LaTeX.Character

-- | Replace LaTeX macros for special characters by Unicode characters in a
--   lazy way.
toUnicodeString :: String -> String
fromUnicodeString :: String -> String

-- | <i>Deprecated: use toUnicodeString or fromUnicodeString</i>
table :: [(String, String)]
