HaTeX: The Haskell LaTeX library.
The LaTeX project site states: "LaTeX is a high-quality typesetting system". This library provides a bridge between LaTeX 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), pretty-print Haskell values in LaTeX, generate TikZ scripts easily, ...
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.
[Skip to Readme]
Modules
[Index]
- Text
- Text.LaTeX
- Text.LaTeX.Base
- Packages
- Text.LaTeX.Packages.AMSFonts
- Text.LaTeX.Packages.AMSMath
- Text.LaTeX.Packages.AMSThm
- Text.LaTeX.Packages.Babel
- Text.LaTeX.Packages.Beamer
- Text.LaTeX.Packages.Color
- Text.LaTeX.Packages.Fontenc
- Text.LaTeX.Packages.Graphicx
- Text.LaTeX.Packages.Hyperref
- Text.LaTeX.Packages.Inputenc
- Text.LaTeX.Packages.TikZ
- Text.LaTeX.Packages.Trees
- Text.LaTeX
Downloads
- HaTeX-3.6.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates