HaTeX
From HaskellWiki
(Difference between revisions)
(Added HaTeX User's Guide) |
(→About HaTeX) |
||
| Line 4: | Line 4: | ||
This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out. | This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out. | ||
| - | |||
| - | |||
* HaTeX in Hackage: http://hackage.haskell.org/package/HaTeX. | * HaTeX in Hackage: http://hackage.haskell.org/package/HaTeX. | ||
| + | |||
| + | * HaTeX in GitHub: https://github.com/Daniel-Diaz/HaTeX. | ||
* [[HaTeX User's Guide]] (HaskellWiki version). | * [[HaTeX User's Guide]] (HaskellWiki version). | ||
[[Category:Packages]] | [[Category:Packages]] | ||
Current revision
About HaTeX
HaTeX consists in a set of combinators which allow you to build LaTeX code, following the LaTeX syntax in a type-safe manner.
This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out.
- HaTeX in Hackage: http://hackage.haskell.org/package/HaTeX.
- HaTeX in GitHub: https://github.com/Daniel-Diaz/HaTeX.
- HaTeX User's Guide (HaskellWiki version).
