haskintex

Haskell Evaluation inside of LaTeX code.

http://daniel-diaz.github.io/projects/haskintex

Version on this page:0.6.0.1@rev:1
LTS Haskell 22.14:0.8.0.2
Stackage Nightly 2024-03-28:0.8.0.2
Latest on Hackage:0.8.0.2

See all snapshots haskintex appears in

BSD-3-Clause licensed by Daniel Díaz
Maintained by [email protected]
This version can be pinned in stack with:haskintex-0.6.0.1@sha256:8a16e2748e754c6fe0d7bd20186166b46819b12c6853c1275fda55e56d8ef8c7,2712

Module documentation for 0.6.0.1

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.