scholdoc-texmath: Scholdoc fork of texmath

[ library, text ] [ Propose Tags ]

This package is a fork of texmath, intended to support the development of Scholdoc. It is currently just a trivial fork just so it can compile against scholdoc-types without polluting the texmath package namespace.

This package is currently up to date with taxmath version 0.8.0.1

The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). For descriptions of the original texmath package, please visit http://hackage.haskell.org/package/texmath


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
executable

Compile test executable.

Disabled
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1
Change log changelog
Dependencies aeson, base (>=3 && <4 || >=4.5 && <5), bytestring, containers, mtl, network (<2.6), network-uri (>=2.6), parsec (>=3), scholdoc-texmath, scholdoc-types (>=0.1.3.1), split, syb, text, xml [details]
License LicenseRef-GPL
Author Tim T.Y. Lin
Maintainer timtylin@gmail.com
Category Text
Home page http://github.com/timtylin/scholdoc-texmath
Bug tracker http://github.com/timtylin/scholdoc-texmath/issues
Source repo head: git clone git://github.com/timtylin/scholdoc-texmath.git
Uploaded by timtylin at 2015-02-04T02:08:49Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Executables texmath
Downloads 2050 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-04 [all 1 reports]

Readme for scholdoc-texmath-0.1.0.1

[back to package description]

Scholdoc-Texmath

A fork of Texmath for Scholdoc

Current stable version: 0.1.0.1

Development build status build status
Stable build status build status

This package is a fork of Texmath. It is intended to support the development of Scholdoc, a fork of Pandoc that understands ScholarlyMarkdown. The Texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). For more information, consult the original README file of texmath, which is moved to README-texmath.md.

scholdoc-texmath is currently just a trivial fork just so it can compile against Scholdoc-Types instead of Pandoc-Types, without polluting the texmath package namespace on a user's Cabal build system. In the future, enhancements and modifications made as part of the Scholdoc project will be introduced here first.

This package is currently up to date with Texmath version 0.8.0.1