texrunner: Functions for running Tex from Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.0.1.0, 0.0.1.1, 0.0.1.2, 0.0.1.2, 0.0.1.3
Change log CHANGELOG.md
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.6 && <4.12), 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
Category System
Bug tracker http://github.com/cchalmers/texrunner/issues
Source repo head: git clone http://github.com/cchalmers/texrunner
Uploaded by cchalmers at 2018-07-14T01:50:57Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for texrunner-0.0.1.2

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