| CARVIEW |
texrunner: Functions for running Tex from Haskell.
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
- texrunner-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 0.0.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | attoparsec (>=0.10 && <1.0), base (>=4.6 && <4.22), 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] |
| Tested with | ghc ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1 |
| License | BSD-3-Clause |
| Copyright | 2015 Christopher Chalmers |
| Author | Christopher Chalmers |
| Maintainer | c.chalmers@me.com |
| Uploaded | by BrentYorgey at 2024-09-11T16:52:50Z |
| Revised | Revision 1 made by BrentYorgey at 2025-02-19T12:58:41Z |
| Category | System |
| Bug tracker | https://github.com/cchalmers/texrunner/issues |
| Source repo | head: git clone https://github.com/cchalmers/texrunner |
| Distributions | NixOS:0.0.2 |
| Reverse Dependencies | 2 direct, 27 indirect [details] |
| Downloads | 2923 total (31 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2024-09-11 [all 1 reports] |
Readme for texrunner-0.0.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.
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.