Quantcast

ANNOUNCE: HaTeX 3 - First release

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

ANNOUNCE: HaTeX 3 - First release

Daniel Díaz Casanueva
Hello, folks!
 
I have just released HaTeX 3 to Hackage:
 
 
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:
 
 
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:
 
 
A continously updated version of the source code from these packages can be found at:
 
 
Thanks for reading,
Daniel Díaz.

_______________________________________________
Haskell-Cafe mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/haskell-cafe
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ANNOUNCE: HaTeX 3 - First release

Daniel Díaz Casanueva
It seems there is an error in the hackage URL's.
 
Working URL's:
 
 
Sorry!

_______________________________________________
Haskell-Cafe mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/haskell-cafe
Loading...