BSD-3-Clause licensed by Daniel Díaz
Maintained by [email protected]
This version can be pinned in stack with:haskintex-0.8.0.0@sha256:7df6299eda779484d9810a4ab1211cfc966cb1483b587b165cc63ae124236577,2624

Module documentation for 0.8.0.0

The haskintex program

The haskintex program is a tool that reads a LaTeX file and evaluates Haskell expressions contained in some specific commands and environments. It allows you to define your own functions, use any GHC Haskell language extension and, in brief, anything you can do within Haskell. You can freely add any Haskell code you need, and make this code appear optionally in the LaTeX output. It is a tiny program, and therefore, easy to understand, use and predict.

For more details, read the homepage of the project.