@hackage HaTeX2.0.0
Library for write LaTeX code.
Installation
Dependencies (6)
Dependents (19)
@hackage/lambdatex, @hackage/pdf-slave, @hackage/FormalGrammars, @hackage/GrammarProducts, @hackage/blatex, @hackage/TeX-my-math, Show all…
You can write LaTeX files using this package. See Text.LaTeX for a brief introduction.
Report any bug or suggestion to the author:
danieldiaz@asofilak.es
Also, if you have an example where you use HaTeX, you could send it to the same email. Thanks in advance.
Changes from last version:
IMPORTANT:
LaTeXMmonad has been replaced byLaTeXTmonadic transformer. So, change types of formLaTeXM a(orLaTeX) toLaTeXT m a(orLaTeX m). This allow you to use computations of any monad through a lift function.Function
iolxreplaced bymlx.IMPORTANT: IO module has been removed.
Added new documentation.
Added new macros.