@hackage HaTeX3.6

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. Run the script using the main function.

Installation notes

To install HaTeX, use cabal-install.

$ cabal install HaTeX

HaTeX User's Guide

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

Contributing

To contribute to HaTeX, please, visit our code repository in GitHub:

https://github.com/Daniel-Diaz/HaTeX

TODO list

  • Add more examples.
  • More testing on the parser.
  • Add more documentation.
  • A more complete AMSMath module.
  • Implement more packages (geometry, array, ...).
  • BibTeX support.
  • TeX-my-math: Experimental library to ease the production of mathematical expressions using HaTeX.