@hackage HaTeX3.6
The Haskell LaTeX library.
Categories
License
BSD-3-Clause
Maintainer
Daniel Díaz (dhelta `dot` diaz `at` gmail `dot` com)
Links
Versions
Installation
Dependencies (7)
- attoparsec
- base >=4 && <5
- bytestring
- containers
- matrix
- text Show all…
Dependents (19)
@hackage/lambdatex, @hackage/pdf-slave, @hackage/FormalGrammars, @hackage/GrammarProducts, @hackage/blatex, @hackage/TeX-my-math, Show all…
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
AMSMathmodule. - Implement more packages (geometry, array, ...).
- BibTeX support.
Related projects
- TeX-my-math: Experimental library to ease the production of mathematical expressions using HaTeX.