HaTeX: LaTeX code writer.

[ bsd3, latex, library ] [ Propose Tags ]

HaTeX consists in a set of combinators which allow you to build LaTeX code, following the LaTeX syntax in a type-safe manner.

This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out.


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Text.LaTeX
      • Text.LaTeX.Base
        • Text.LaTeX.Base.Commands
          • Text.LaTeX.Base.Commands.Monad
        • Text.LaTeX.Base.Monad
        • Text.LaTeX.Base.Parser
        • Text.LaTeX.Base.Render
        • Text.LaTeX.Base.Syntax
        • Text.LaTeX.Base.Types
        • Text.LaTeX.Base.Warnings
        • Text.LaTeX.Base.Writer
      • Text.LaTeX.Monad
      • Text.LaTeX.Packages
        • Text.LaTeX.Packages.AMSFonts
          • Text.LaTeX.Packages.AMSFonts.Monad
        • Text.LaTeX.Packages.AMSMath
          • Text.LaTeX.Packages.AMSMath.Monad
        • Text.LaTeX.Packages.AMSThm
          • Text.LaTeX.Packages.AMSThm.Monad
        • Text.LaTeX.Packages.Beamer
          • Text.LaTeX.Packages.Beamer.Monad
        • Text.LaTeX.Packages.Color
          • Text.LaTeX.Packages.Color.Monad
        • Text.LaTeX.Packages.Graphicx
          • Text.LaTeX.Packages.Graphicx.Monad
        • Text.LaTeX.Packages.Hyperref
          • Text.LaTeX.Packages.Hyperref.Monad
        • Text.LaTeX.Packages.Inputenc
          • Text.LaTeX.Packages.Inputenc.Monad
        • Text.LaTeX.Packages.Monad

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

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 3.0.0, 3.1.0, 3.2, 3.2.0.1, 3.3, 3.4, 3.5, 3.6, 3.6.0.1, 3.6.1.0, 3.7.0.0, 3.8.0.0, 3.9.0.0, 3.9.1.0, 3.10.0.0, 3.11.0.0, 3.11.0.1, 3.12.0.0, 3.13.0.0, 3.13.0.1, 3.13.1.0, 3.14.0.0, 3.15.0.0, 3.16.0.0, 3.16.1.0, 3.16.1.1, 3.16.2.0, 3.17.0.0, 3.17.0.1, 3.17.0.2, 3.17.1.0, 3.17.2.0, 3.17.3.0, 3.17.3.1, 3.18.0.0, 3.19.0.0, 3.20.0.0, 3.20.0.1, 3.21.0.0, 3.22.0.0, 3.22.1.0, 3.22.2.0, 3.22.3.0, 3.22.3.1, 3.22.3.2, 3.22.4.0, 3.22.4.1
Dependencies base (>=4 && <4.5), bytestring, parsec (>=3.1.2 && <3.2), text, transformers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Daniel Díaz
Maintainer Daniel Díaz (danieldiaz <at> dhelta <dot> net)
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-18T08:38:22Z
Category Text
Home page http://dhelta.net/hprojects/HaTeX
Bug tracker danieldiaz <at> dhelta <dot> net
Source repo head: git clone git://github.com/Daniel-Diaz/HaTeX.git
Uploaded by DanielDiaz at 2012-02-20T15:22:14Z
Distributions LTSHaskell:3.22.4.1, NixOS:3.22.4.1, Stackage:3.22.4.1
Reverse Dependencies 15 direct, 9 indirect [details]
Downloads 46661 total (158 in the last 30 days)
Rating 2.25 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 7 reports]

Readme for HaTeX-3.2

[back to package description]
== HaTeX ReadMe ==

HaTeX is the LaTeX syntax implementation done in Haskell.

-- ToDo list

* Add more examples.
* More testing on the parser.
* Add more documentation.
* A more complete AMSMath module.