Difference between revisions of "HaTeX"

From HaskellWiki
Jump to navigation Jump to search
(Obsolete documentation. Turned to HaTeX 3.)
(Added HaTeX User's Guide)
Line 5: Line 5:
 
This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out.
 
This allows you to build programs which generates LaTeX code automatically for any purpose you can figure out.
   
HaTeX homepage: http://dhelta.net/hprojects/HaTeX
+
* HaTeX homepage: http://dhelta.net/hprojects/HaTeX.
   
Here a link to the package in Hackage: http://hackage.haskell.org/package/HaTeX
+
* HaTeX in Hackage: http://hackage.haskell.org/package/HaTeX.
  +
  +
* [[HaTeX User's Guide]] (HaskellWiki version).
   
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 17:16, 28 April 2012

About 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.