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 retrieve 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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.20), 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), semigroups, temporary (>=1.2 && <2.0) [details]
License BSD-3-Clause
Copyright 2015 Christopher Chalmers
Author Christopher Chalmers
Maintainer c.chalmers@me.com
Revised Revision 1 made by BrentYorgey at 2024-01-27T13:56:25Z
Category System
Bug tracker http://github.com/cchalmers/texrunner/issues
Source repo head: git clone http://github.com/cchalmers/texrunner
Uploaded by BrentYorgey at 2023-07-10T16:09:32Z
Distributions NixOS:0.0.1.3
Reverse Dependencies 2 direct, 26 indirect [details]
Downloads 2604 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-10 [all 1 reports]

Readme for texrunner-0.0.1.3

[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.