@hackage HaTeX3.4
The Haskell LaTeX library.
Categories
License
BSD-3-Clause
Maintainer
Daniel Díaz (dhelta `dot` diaz `at` gmail `dot` com)
Links
Versions
Installation
Dependencies (5)
- base >=4 && <5
- bytestring
- parsec >=3.1.2 && <3.2
- 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.
TODO list
- Add more examples.
- More testing on the parser.
- Add more documentation.
- A more complete
AMSMathmodule.
Installation notes
- To install
HaTeX, use the typicalcabal install. - Eventually you may require to install
mtlfirst (there is a problem with thetransformersdependency).
HaTeX User's Guide
- The HaTeX User's Guide lives here.