The HaTeX package
The LaTeX project site states: "LaTeX is a high-quality typesetting system". This library provides a bridge between that system and Haskell (i.e. it is a LaTeX DSL).
Write LaTeX documents with all the advantages you already have in Haskell (recursion, type system, high order functions, ...), create a LaTeX backend for your own program, make analysis of LaTeX code through its Abstract Syntax Tree (AST), find another way to pretty-printing values, ...
See the examples directory in the source distribution to look some simple examples. It would be good to get you started. HaTeX User's Guide is available at https://github.com/Daniel-Diaz/HaTeX-Guide.
Properties
| Versions | 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 3.0.0, 3.1.0, 3.2, 3.2.0.1, 3.3, 3.4, 3.5 |
|---|---|
| Dependencies | attoparsec, base (4.*), bytestring, matrix, text, transformers (≥0.2.2 & <0.4) |
| License | BSD3 |
| Author | Daniel Díaz |
| Maintainer | Daniel Díaz (dhelta `dot` diaz `at` gmail `dot` com) |
| Stability | Experimental |
| Category | Text |
| Bug tracker | https://github.com/Daniel-Diaz/HaTeX/issues |
| Source repository | git clone git://github.com/Daniel-Diaz/HaTeX.git |
| Upload date | Tue Mar 19 04:34:45 UTC 2013 |
| Uploaded by | DanielDiaz |
| Built on | ghc-7.6 |
Modules
Downloads
- HaTeX-3.5.tar.gz (Cabal source package)
- package description (included in the package)