@hackage HaTeX3.5
The Haskell LaTeX library.
Categories
License
BSD-3-Clause
Maintainer
Daniel Díaz (dhelta `dot` diaz `at` gmail `dot` com)
Links
Versions
Installation
Dependencies (6)
- attoparsec
- base >=4 && <5
- bytestring
- matrix
- text
- transformers >=0.2.2 && <0.4 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.
TODO list
- Add more examples.
- More testing on the parser.
- Add more documentation.
- A more complete
AMSMathmodule. Split environment equations. - Implement more packages (fontenc, geometry, babel, array, ...).
- BibTeX support.
Installation notes
- To install
HaTeX, use the typicalcabal install.
HaTeX User's Guide
- The HaTeX User's Guide lives here... and is also done in Haskell!