About

Metadata

  • Last updated , by DanielDiaz
  • License BSD-3-Clause
  • Maintained by: Daniel Casanueva (coding `at` danielcasanueva.eu)

  • Lottery factor: 1

Links

Installation

Readme

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.