[Haskell-cafe] ANNOUNCE: HaTeX 3 - First release

Daniel Díaz Casanueva dhelta.diaz at gmail.com
Thu Oct 6 16:56:42 CEST 2011


Hello, folks!

I have just released HaTeX 3 to Hackage:

http://hackage.haskell.org/HaTeX

It is a first version, not well documented yet, but now you can test it with
a simple "cabal install hatex".

What is HaTeX?
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.

Further reading about HaTeX 3:

* http://deltadiaz.blogspot.com/2011/09/hatex-3-previous-notes.html
* http://deltadiaz.blogspot.com/2011/10/hatex-3-two-styles.html

I wanted to make the release before end the proper documentation because:
1) This allow people to test the library (and hence, help me to build the
documentation if any feedback comes).
2) I am too busy currently and I can't expend to HaTeX the time I'd like.

The library may need some improvements, but it worked well for my own tests.

With HaTeX, I uploaded the HaTeX-meta package. This package is needed if you
want to develope a subset of the HaTeX modules, because they are
automatically generated by this application. Anyway, there are notes in the
API reference warning this. HaTeX-meta in Hackage:

http://hackage.haskell.org/HaTeX-meta

A continously updated version of the source code from these packages can be
found at:

http://dhelta.net/hprojects/HaTeX/code
http://dhelta.net/hprojects/HaTeX-meta/code

Thanks for reading,
Daniel Díaz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111006/bc76ab62/attachment.htm>


More information about the Haskell-Cafe mailing list