texrunner: Functions for running Tex from Haskell.

[ bsd3, library, system ] [ Propose Tags ]

texrunner is an interface to tex that attempts to parse errors and can parse tex in online mode to retrive hbox sizes.

This package should be considered very experimental. Eventually I hope it will be good enough for general use but for now it's only suitable for simple things.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.1.1, 0.0.1.2, 0.0.1.3
Change log CHANGELOG.md
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.6 && <4.10), bytestring (>=0.10 && <1.0), directory (>=1.2 && <2.0), filepath, io-streams (>=1.1 && <2.0), mtl (>=2.1 && <3.0), process (>=1.2 && <2.0), temporary (>=1.2 && <2.0) [details]
License BSD-3-Clause
Copyright 2015 Christopher Chalmers
Author Christopher Chalmers
Maintainer c.chalmers@me.com
Category System
Bug tracker http://github.com/cchalmers/texrunner/issues
Source repo head: git clone http://github.com/cchalmers/texrunner
Uploaded by cchalmers at 2016-06-06T21:09:36Z
Distributions NixOS:0.0.1.3
Reverse Dependencies 2 direct, 26 indirect [details]
Downloads 2597 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for texrunner-0.0.1.1

[back to package description]

texrunner

texrunner provides a (hopefully) convenient interface to Tex including functions for running Tex, parsing log files.

The online module allows retrieving results of commands, such as dimensions of an hbox, using Tex's interactive features.

hbox dimensions recovered from texrunner

This package is a work in progress and likely contains lots of bugs. Eventually I hope it will be good enough for general use but for now it's only suitable for simple things.