@hackage HaTeX3.23.0.1
The Haskell LaTeX library.
Categories
License
BSD-3-Clause
Maintainer
Daniel Casanueva (coding `at` danielcasanueva.eu)
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (13)
- QuickCheck
- base >=4.14 && <5
- bibtex >=0.1 && <0.2
- bytestring >=0.9.2.1 && <0.13
- containers >=0.4.2.1 && <0.8
- ghc-prim Show all…
Dependents (19)
@hackage/lambdatex, @hackage/pdf-slave, @hackage/FormalGrammars, @hackage/GrammarProducts, @hackage/blatex, @hackage/TeX-my-math, Show all…
The HaTeX library
HaTeX is a Haskell library that implements the LaTeX syntax, plus some abstractions on top.
Check a list of usage examples in the
Examples
directory.
A good starting point is
simple.hs.
Run any example script executing the main function.
How to contribute
There are the options for potential contributors:
- Fork the git repository and open a pull request.
- Report bugs or make suggestions opening a ticket in the Issue Tracker.
Related projects
- haskintex: Tool to use Haskell (and, additionaly, the HaTeX library) within a LaTeX file.
- TeX-my-math: Experimental library to ease the production of mathematical expressions using HaTeX.