@hackage HaTeX3.5

The Haskell LaTeX library.

HaTeX ReadMe

HaTeX is the LaTeX syntax implementation done in Haskell.

Check a list of examples of usage in the examples directory. A good starting point may be simple.hs.

TODO list

  • Add more examples.
  • More testing on the parser.
  • Add more documentation.
  • A more complete AMSMath module. Split environment equations.
  • Implement more packages (fontenc, geometry, babel, array, ...).
  • BibTeX support.

Installation notes

  • To install HaTeX, use the typical cabal install.

HaTeX User's Guide

  • The HaTeX User's Guide lives here... and is also done in Haskell!