Description
Functions for running Tex from Haskell.
Description
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.
README.md
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.
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.