HaTeX-3.5: README.md
# HaTeX ReadMe
`HaTeX` is the LaTeX syntax implementation done in Haskell.
Check a list of examples of usage in the [examples](Examples/) directory.
A good starting point may be [simple.hs](Examples/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](https://github.com/Daniel-Diaz/HaTeX-Guide)... and is also done in Haskell!