haskintex: Haskell Evaluation inside of LaTeX code.

[ bsd3, latex, library, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.4.1.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.1.0, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.7.0.1, 0.8.0.0, 0.8.0.1, 0.8.0.2
Dependencies attoparsec (>=0.10.2.0 && <0.11), base (>=4.6 && <4.7), directory (>=1.2.0.0 && <1.3), filepath (>=1.1.0.0 && <1.4), HaTeX (>=3.6 && <3.9), process (>=1.1.0.2 && <1.2), text (>=0.11.2.3 && <0.12), transformers (>=0.3 && <0.4) [details]
License BSD-3-Clause
Author Daniel Díaz
Maintainer dhelta.diaz@gmail.com
Category LaTeX
Home page http://daniel-diaz.github.io/projects/haskintex
Bug tracker https://github.com/Daniel-Diaz/haskintex/issues
Uploaded by DanielDiaz at 2013-09-17T23:50:46Z
Distributions LTSHaskell:0.8.0.2, NixOS:0.8.0.2, Stackage:0.8.0.2
Reverse Dependencies 2 direct, 1 indirect [details]
Executables haskintex
Downloads 14145 total (60 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for haskintex-0.1.0.0

[back to package description]

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.