haskintex

Haskell Evaluation inside of LaTeX code.

LTS Haskell 23.18:0.8.0.3
Stackage Nightly 2025-04-19:0.8.0.3
Latest on Hackage:0.8.0.3

See all snapshots haskintex appears in

BSD-3-Clause licensed
Maintained by Daniel Casanueva (coding `at` danielcasanueva.eu)
This version can be pinned in stack with:haskintex-0.8.0.3@sha256:19b416f62c996cf103f18d8ad453aa3d27ca3159238197a8a59afa3231caafea,2196

Module documentation for 0.8.0.3

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.

Changes

0.8.0.3

  • Metadata update.
  • Increase upper-bound on filepath to < 1.6.
  • Drop GitLab CI.

0.8.0.2

  • Metadata update.
  • Allow more recent versions of text.